Lines Matching full:in

11 #  This program is distributed in the hope that it will be useful,
48 evaluates True, or when we reach the #else in a #if, #ifdef,
56 for k in ('import', 'include', 'include_next', 'define'):
65 evaluates False, or when we reach the #else in a #if, #ifdef,
80 # deal with the cmd build-in commands which cannot be used in
83 for f in args[1:]:
97 _e = dict([(k, str(v)) for k, v in env.items()])
108 print ('Error in calling command:' + cmdline.split(' ')[0])
213 # set RTT_ROOT in ENV
215 # set BSP_ROOT in ENV
256 if 'RTT_EXEC_PATH' in os.environ:
320 env["ENV"].update(x for x in os.environ.items() if x[0].startswith("CCC_"))
469 if not depend in BuildOptions or BuildOptions[depend] == 0:
477 for item in depend:
479 if not item in BuildOptions or BuildOptions[item] == 0:
502 if not depend in options or options[depend] == 0:
510 for item in depend:
512 if not item in options or options[item] == 0:
522 if 'CCFLAGS' in group:
523 if 'CCFLAGS' in src_group:
527 if 'CPPPATH' in group:
528 if 'CPPPATH' in src_group:
532 if 'CPPDEFINES' in group:
533 if 'CPPDEFINES' in src_group:
537 if 'ASFLAGS' in group:
538 if 'ASFLAGS' in src_group:
544 if 'LOCAL_CCFLAGS' in group:
545 if 'LOCAL_CCFLAGS' in src_group:
549 if 'LOCAL_CPPPATH' in group:
550 if 'LOCAL_CPPPATH' in src_group:
554 if 'LOCAL_CPPDEFINES' in group:
555 if 'LOCAL_CPPDEFINES' in src_group:
560 if 'LINKFLAGS' in group:
561 if 'LINKFLAGS' in src_group:
565 if 'LIBS' in group:
566 if 'LIBS' in src_group:
570 if 'LIBPATH' in group:
571 if 'LIBPATH' in src_group:
575 if 'LOCAL_ASFLAGS' in group:
576 if 'LOCAL_ASFLAGS' in src_group:
588 for g in Projects:
602 if 'CCFLAGS' in group:
604 if 'CPPPATH' in group:
606 for item in group['CPPPATH']:
610 if 'CPPDEFINES' in group:
612 if 'LINKFLAGS' in group:
614 if 'ASFLAGS' in group:
616 if 'LOCAL_CPPPATH' in group:
618 for item in group['LOCAL_CPPPATH']:
624 if 'CCFLAGS' in group:
626 if 'LOCAL_CCFLAGS' in group:
637 if 'LIBS' in group:
639 if 'LIBPATH' in group:
643 if 'LIBRARY' in group:
650 for g in Projects:
676 for a in PREBUILDING:
693 for Group in Projects:
706 for item in l:
715 …if 'LOCAL_CCFLAGS' in group or 'LOCAL_CPPPATH' in group or 'LOCAL_CPPDEFINES' in group or 'LOCAL_A…
721 for source in group['src']:
737 for Group in Projects:
751 for group in Projects:
752 if 'LOCAL_CCFLAGS' in group or 'LOCAL_CPPPATH' in group or 'LOCAL_CPPDEFINES' in group:
753 for source in group['src']:
754 for obj in objects:
759 for group in Projects:
864 …n path (" + rtconfig.EXEC_PATH + ") is not exist, please check 'EXEC_PATH' in path or rtconfig.py.…
881 for item in src_bak:
894 for remove_item in remove:
900 for item in src_bak:
927 version = int(filter(lambda ch: ch in '0123456789.', def_ns['RT_VERSION']))
928 subversion = int(filter(lambda ch: ch in '0123456789.', def_ns['RT_SUBVERSION']))
930 if 'RT_REVISION' in def_ns:
931 revision = int(filter(lambda ch: ch in '0123456789.', def_ns['RT_REVISION']))
944 for item in list:
952 for item in src: