HomeSort by relevance Sort by last modified time
    Searched refs:DEF (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/qemu/tcg/
tcg-opc.h 26 * DEF(name, oargs, iargs, cargs, flags)
30 DEF(end, 0, 0, 0, TCG_OPF_NOT_PRESENT) /* must be kept first */
31 DEF(nop, 0, 0, 0, TCG_OPF_NOT_PRESENT)
32 DEF(nop1, 0, 0, 1, TCG_OPF_NOT_PRESENT)
33 DEF(nop2, 0, 0, 2, TCG_OPF_NOT_PRESENT)
34 DEF(nop3, 0, 0, 3, TCG_OPF_NOT_PRESENT)
37 DEF(nopn, 0, 0, 1, TCG_OPF_NOT_PRESENT)
39 DEF(discard, 1, 0, 0, TCG_OPF_NOT_PRESENT)
40 DEF(set_label, 0, 0, 1, TCG_OPF_BB_END | TCG_OPF_NOT_PRESENT)
43 DEF(call, 0, 1, 2, TCG_OPF_CALL_CLOBBER
    [all...]
  /external/qemu/
qemu-options.h 32 #define DEF(option, opt_arg, opt_enum, opt_help) \
35 #include "qemu-options.def"
36 #undef DEF
  /frameworks/rs/cpu_ref/linkloader/android/
test-librsloader.c 39 #define DEF(NAME, ADDR) \
42 DEF("printf", printf)
43 DEF("scanf", scanf)
44 DEF("__isoc99_scanf", scanf)
45 DEF("rand", rand)
46 DEF("time", time)
47 DEF("srand", srand)
48 #undef DEF
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 337 #define DEF(func) {#func,&func}
338 DEF(glBegin),
339 DEF(glBindTexture),
340 DEF(glBlendFunc),
341 DEF(glColor4f),
342 // DEF(glCopyImageID),
343 DEF(glDisable),
344 DEF(glEnable),
345 DEF(glEnd),
346 DEF(glFlush)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProviders.java 76 private static final PropertyCategoryProvider DEF = combine(forcedByUser(), fromProperty());
82 public static PropertyCategoryProvider def() {
83 return DEF;
  /external/clang/test/Preprocessor/
line-directive.c 3 // RUN: not %clang_cc1 -E %s 2>&1 | grep 'blonk.c:93:2: error: DEF'
37 #error DEF
40 // expected-error@-3 {{DEF}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVCCOMM_s.h 19 IF :LNOT::DEF:ARMVCCOMM_S_H
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVCCOMM_s.h 19 IF :LNOT::DEF:ARMVCCOMM_S_H
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 40 /* D */ {DEF, DEF, DEF, DEF, MDEF, DEF, DEF, DEF, CDEF, CDEF, CDEF, MDEF },
87 case DEF: /* override by symbol defined. */
  /frameworks/rs/cpu_ref/linkloader/
main.cpp 113 #define DEF(NAME, ADDR) \
116 DEF("printf", stub_printf)
117 DEF("scanf", stub_scanf)
118 DEF("__isoc99_scanf", stub_scanf)
119 DEF("rand", stub_rand)
120 DEF("time", stub_time)
121 DEF("srand", stub_srand)
122 #undef DEF
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
ads2gas_apple.pl 89 # Convert IF :DEF:to .if
91 # if defined variable that is set by IF :DEF: on
94 if (s/\bIF :DEF:\b/.if /g)
ads2gas.pl 101 # Convert IF :DEF:to .if
103 # if defined variable that is set by IF :DEF: on
106 if (s/\bIF :DEF:\b/.if /g)
  /external/libvpx/libvpx/build/make/
ads2gas_apple.pl 89 # Convert IF :DEF:to .if
91 # if defined variable that is set by IF :DEF: on
94 if (s/\bIF :DEF:\b/.if /g)
ads2gas.pl 101 # Convert IF :DEF:to .if
103 # if defined variable that is set by IF :DEF: on
106 if (s/\bIF :DEF:\b/.if /g)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
ads2gas_apple.pl 89 # Convert IF :DEF:to .if
91 # if defined variable that is set by IF :DEF: on
94 if (s/\bIF :DEF:\b/.if /g)
ads2gas.pl 101 # Convert IF :DEF:to .if
103 # if defined variable that is set by IF :DEF: on
106 if (s/\bIF :DEF:\b/.if /g)
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_string.py 12 def checkequal(self, result, object, methodname, *args):
19 def checkraises(self, exc, object, methodname, *args):
27 def checkcall(self, object, methodname, *args):
30 def test_join(self):
55 def f():
69 def test_attrs(self):
80 def test_atoi(self):
85 def test_atol(self):
90 def test_atof(self):
95 def test_maketrans(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_string.py 12 def checkequal(self, result, object, methodname, *args):
19 def checkraises(self, exc, object, methodname, *args):
27 def checkcall(self, object, methodname, *args):
30 def test_join(self):
55 def f():
69 def test_attrs(self):
80 def test_atoi(self):
85 def test_atol(self):
90 def test_atof(self):
95 def test_maketrans(self)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 35 DEF, /* override by symbol defined. */
  /external/lzma/CPP/
Build.mak 68 LFLAGS = $(LFLAGS) -DLL -DEF:$(DEF_FILE)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-operands.h 26 /* This represents a pointer to a DEF operand. */
68 #define SET_DEF(DEF, V) ((*(DEF)) = (V))
135 #define SSA_OP_DEF 0x02 /* Real DEF operands. */
190 a real stmt or a PHI node, looking at the DEF nodes matching FLAGS. */
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.pyx 9 DEF MAXSTACK=32
15 def __cinit__(self):
20 def __dealloc__(self):
32 def key(self):
36 def value(self):
40 def item(self):
44 def is_valid(self):
47 def goto(self, key):
68 def stack_is_empty(self):
71 def goto_leaf(self)
    [all...]

Completed in 1651 milliseconds

1 2 3