HomeSort by relevance Sort by last modified time
    Searched full:_code (Results 151 - 175 of 216) sorted by null

1 2 3 4 5 67 8 9

  /external/harfbuzz_ng/src/
hb-open-type-private.hh 94 /* Check that _code compiles in a method environment */
95 #define _DEFINE_COMPILES_ASSERTION1(_line, _code) \
97 { _code; }
98 # define _DEFINE_COMPILES_ASSERTION0(_line, _code) _DEFINE_COMPILES_ASSERTION1 (_line, _code)
99 # define DEFINE_COMPILES_ASSERTION(_code) _DEFINE_COMPILES_ASSERTION0 (__LINE__, _code)
  /external/autotest/server/
lab_status_unittest.py 91 self._code = code
104 return self._code
  /external/clang/test/CodeGen/
inline.c 66 __attribute__((noreturn)) void __cdecl _exit(int _Code);
  /external/iptables/extensions/
libebt_log.c 30 typedef struct _code { struct
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
Files.py 11 _code = 'fndr' variable
Window_classes.py 11 _code = 'fndr' variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 11 _code = 'TEXT' variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
Processes_Suite.py 11 _code = 'prcs' variable
Text_Suite.py 11 _code = '????' variable
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 11 _code = '????' variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Files.py 11 _code = 'fndr' variable
Window_classes.py 11 _code = 'fndr' variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 11 _code = 'TEXT' variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Processes_Suite.py 11 _code = 'prcs' variable
Text_Suite.py 11 _code = '????' variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 11 _code = '????' variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Files.py 11 _code = 'fndr' variable
Window_classes.py 11 _code = 'fndr' variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Text_Suite.py 11 _code = 'TEXT' variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Processes_Suite.py 11 _code = 'prcs' variable
Text_Suite.py 11 _code = '????' variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 11 _code = '????' variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 544 const enum rtx_code _code = GET_CODE (_rtx); \
545 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
548 if (GET_RTX_FORMAT(_code)[_n] != C1) \
555 const enum rtx_code _code = GET_CODE (_rtx); \
556 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
559 if (GET_RTX_FORMAT(_code)[_n] != C1 \
560 && GET_RTX_FORMAT(_code)[_n] != C2) \
574 const enum rtx_code _code = GET_CODE (_rtx); \
575 if (_code != (C1) && _code != (C2))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_compile.py 480 def _code(p, flags): function
504 code = _code(p, flags)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_compile.py 481 def _code(p, flags): function
505 code = _code(p, flags)

Completed in 624 milliseconds

1 2 3 4 5 67 8 9