HomeSort by relevance Sort by last modified time
    Searched defs:OPT (Results 1 - 20 of 20) sorted by null

  /external/autotest/client/deps/fakegudev/src/
Makefile 14 OPT := -O2
20 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKEGUDEV) \
24 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
28 $(CC) -o $@ $(WARN) $(OPT) $(DEBUG) $(PKG_CFLAGS_FAKESYSCALLS) \
32 $(CC) -fPIC -shared -o $@ $(WARN) $(OPT) $(DEBUG) \
  /external/clang/test/Sema/
builtins.c 166 #define OPT(...) (__builtin_constant_p(__VA_ARGS__) && strlen(__VA_ARGS__) < 4)
169 ASSERT(OPT("abc"));
170 ASSERT(!OPT("abcd"));
173 ASSERT(!OPT(test17_c)); // expected-warning {{folded}}
174 ASSERT(!OPT(&test17_c[0])); // expected-warning {{folded}}
175 ASSERT(!OPT((char*)test17_c)); // expected-warning {{folded}}
176 ASSERT(!OPT(test17_d)); // expected-warning {{folded}}
177 ASSERT(!OPT(&test17_d[0])); // expected-warning {{folded}}
178 ASSERT(!OPT((char*)test17_d)); // expected-warning {{folded}}
180 #undef OPT
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rdatatype.py 70 OPT = 41
132 'OPT' : OPT,
165 OPT : True
  /external/libogg/win32/
Makefile 94 OPT =
  /toolchain/binutils/binutils-2.25/include/opcode/
tic54x.h 32 OPT = 0x8000,
116 #define OPTYPE(X) ((X)&~OPT)
  /external/clang/lib/AST/
Type.cpp 418 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
419 return OPT->getPointeeType();
474 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>();
475 if (!OPT)
479 if (OPT->isObjCIdType())
483 if (!OPT->isKindOfType())
487 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType())
491 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx)
497 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 59 typedef enum { OPT, REQ } requiredness ;
110 { OPT, "/sys/kernel/debug/tracing/events/sched/sched_blocked_reason/enable" },
111 { OPT, "/sys/kernel/debug/tracing/events/sched/sched_cpu_hotplug/enable" },
115 { OPT, "/sys/kernel/debug/tracing/events/ipi/enable" },
119 { OPT, "/sys/kernel/debug/tracing/events/power/clock_set_rate/enable" },
120 { OPT, "/sys/kernel/debug/tracing/events/power/cpu_frequency_limits/enable" },
129 { OPT, "/sys/kernel/debug/tracing/events/f2fs/f2fs_sync_file_enter/enable" },
130 { OPT, "/sys/kernel/debug/tracing/events/f2fs/f2fs_sync_file_exit/enable" },
131 { OPT, "/sys/kernel/debug/tracing/events/f2fs/f2fs_write_begin/enable" },
132 { OPT, "/sys/kernel/debug/tracing/events/f2fs/f2fs_write_end/enable" }
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
ExtendedCameraCharacteristicsTest.java 81 private static final int OPT = Integer.MAX_VALUE; // For keys that are optional on all hardware levels.
314 expectKeyAvailable(c, CameraCharacteristics.COLOR_CORRECTION_AVAILABLE_ABERRATION_MODES , OPT , BC );
315 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AVAILABLE_MODES , OPT , BC );
316 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_AVAILABLE_ANTIBANDING_MODES , OPT , BC );
317 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_AVAILABLE_MODES , OPT , BC );
318 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES , OPT , BC );
319 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_COMPENSATION_RANGE , OPT , BC );
320 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_COMPENSATION_STEP , OPT , BC );
321 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AE_LOCK_AVAILABLE , OPT , BC );
322 expectKeyAvailable(c, CameraCharacteristics.CONTROL_AF_AVAILABLE_MODES , OPT , BC )
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 71 OPT= -DNDEBUG -fwrapv -O3 -Wall -Wstrict-prototypes
73 CFLAGS= $(BASECFLAGS) -O2 -Os -fomit-frame-pointer -s $(OPT) $(EXTRA_CFLAGS)
202 # The task to run while instrument when building the profile-opt target
425 profile-opt:
476 $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
625 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 71 OPT= -DNDEBUG -fwrapv -O3 -Wall -Wstrict-prototypes
73 CFLAGS= $(BASECFLAGS) -O2 -Os -fomit-frame-pointer -s $(OPT) $(EXTRA_CFLAGS)
202 # The task to run while instrument when building the profile-opt target
426 profile-opt:
477 $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
626 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 57 INSTALL= /opt/local/bin/ginstall -c
66 MKDIR_P= /opt/local/bin/gmkdir -p
71 OPT= -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
73 CFLAGS= $(BASECFLAGS) -O2 -Os -fomit-frame-pointer -s $(OPT) $(EXTRA_CFLAGS)
202 # The task to run while instrument when building the profile-opt target
425 profile-opt:
476 $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
625 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 71 OPT= -DNDEBUG -fwrapv -O3 -Wall -Wstrict-prototypes
73 CFLAGS= $(BASECFLAGS) -O2 -Os -fomit-frame-pointer -s $(OPT) $(EXTRA_CFLAGS)
202 # The task to run while instrument when building the profile-opt target
426 profile-opt:
477 $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
626 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 796 milliseconds