/toolchain/binutils/binutils-2.25/gas/ |
makefile.vms | 33 OPT=/noopt/debug 35 /include=([],[-.bfd],[.config],"../include","../")$(DEFS)$(OPT)\
|
configure.com | 229 $ OPT="/noopt/debug" 230 $ CFLAGS=OPT + "/include=([],""../include"",[-.bfd],""../"",[.config])" +-
|
/toolchain/binutils/binutils-2.25/opcodes/ |
configure.com | 51 $ OPT="/noopt/debug" 52 $ CFLAGS=OPT + "/include=([],""../include"",[-.bfd])/name=(as_is,shortened)" + -
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
testit_android | 93 for OPT; do 94 case $OPT in 99 TARGET_ABI=${OPT##--abi=} 108 CXX=${OPT##--cxx=} 117 echo "Unknown option: $OPT. See --help."
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 59 typedef enum { OPT, REQ } requiredness ; 109 { OPT, "/sys/kernel/debug/tracing/events/sched/sched_blocked_reason/enable" }, 110 { OPT, "/sys/kernel/debug/tracing/events/sched/sched_cpu_hotplug/enable" }, 114 { OPT, "/sys/kernel/debug/tracing/events/ipi/enable" }, 118 { OPT, "/sys/kernel/debug/tracing/events/power/clock_set_rate/enable" }, 119 { OPT, "/sys/kernel/debug/tracing/events/power/cpu_frequency_limits/enable" }, 128 { OPT, "/sys/kernel/debug/tracing/events/f2fs/f2fs_sync_file_enter/enable" }, 129 { OPT, "/sys/kernel/debug/tracing/events/f2fs/f2fs_sync_file_exit/enable" }, 130 { OPT, "/sys/kernel/debug/tracing/events/f2fs/f2fs_write_begin/enable" }, 131 { OPT, "/sys/kernel/debug/tracing/events/f2fs/f2fs_write_end/enable" } [all...] |
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 203 const ObjCObjectPointerType *OPT) {
|
MultiplexExternalSemaSource.h | 331 const ObjCObjectPointerType *OPT) override;
|
/external/google-breakpad/src/common/android/include/ |
stab.h | 55 _STAB_CODE_DEF(OPT,0x3c) \
|
/external/llvm/test/MC/X86/AlignedBundling/ |
single-inst-bundling.s | 2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck -check-prefix=CHECK -check-prefix=CHECK-OPT %s 33 # CHECK-OPT: jle 5 37 # CHECK-OPT: nop 38 # CHECK-OPT-NEXT:20: addl
|
/external/curl/docs/examples/ |
Makefile.netware | 84 OPT = -O2 87 OPT = -g 121 CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc 127 CFLAGS += -gccinc -inline off -opt nointrinsics -proc 586
|
/external/curl/lib/ |
Makefile.netware | 89 OPT = -O2 92 OPT = -g 126 CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc 135 CFLAGS += -msgstyle gcc -gccinc -inline off -opt nointrinsics -proc 586
|
/external/curl/src/ |
Makefile.netware | 104 OPT = -O2 107 OPT = -g 141 CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc 147 CFLAGS += -gccinc -inline off -opt nointrinsics -proc 586
|
/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...] |
/toolchain/binutils/binutils-2.25/bfd/ |
configure.com | 372 $ OPT="/noopt/debug" 375 "/define=(" + DEFS + ")" + OPT
|
/external/clang/lib/Sema/ |
MultiplexExternalSemaSource.cpp | 294 const ObjCObjectPointerType *OPT) { 298 EnteringContext, OPT))
|
SemaExprObjC.cpp | [all...] |
SemaExprMember.cpp | [all...] |
SemaLookup.cpp | [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
renderer.py | 206 """Add an EDNS OPT record to the message. 225 self.output.write(struct.pack('!BHHIH', 0, dns.rdatatype.OPT, payload, 229 for opt in options: 230 stuff = struct.pack("!HH", opt.otype, 0) 233 opt.to_wire(self.output)
|
/external/clang/unittests/Sema/ |
ExternalSemaSourceTest.cpp | 108 const ObjCObjectPointerType *OPT) override {
|
/external/libogg/win32/ |
Makefile | 94 OPT =
|
/external/clang/include/clang/AST/ |
Type.h | [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...] |