HomeSort by relevance Sort by last modified time
    Searched full:opt1 (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/test/Instrumentation/AddressSanitizer/
instrument_load_then_store.ll 2 ; RUN: opt < %s -asan -S -asan-opt=1 | FileCheck %s -check-prefix=OPT1
16 ; OPT1: IncrementMe
17 ; OPT1: __asan_report_
18 ; OPT1-NOT: __asan_report_
19 ; OPT1: asan.module_ctor
  /external/bluetooth/bluez/btio/
btio.h 86 BtIOOption opt1, ...);
89 BtIOOption opt1, ...);
93 GError **err, BtIOOption opt1, ...);
98 BtIOOption opt1, ...);
btio.c 701 BtIOOption opt1, va_list args)
703 BtIOOption opt = opt1;
846 static gboolean l2cap_get(int sock, GError **err, BtIOOption opt1,
849 BtIOOption opt = opt1;
981 static gboolean rfcomm_get(int sock, GError **err, BtIOOption opt1,
984 BtIOOption opt = opt1;
1093 static gboolean sco_get(int sock, GError **err, BtIOOption opt1, va_list args)
1095 BtIOOption opt = opt1;
1159 BtIOOption opt1, va_list args)
1168 return l2cap_get(sock, err, opt1, args)
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dbg_zones.h 30 * Need to call DBG_INSTANTIATE_ZONES(initialZones, modname ,opt1, opt2)
35 * - opt1 and opt2 are user defined zones e.g. "Reg0 Write" *
74 #define DBG_INSTANTIATE_ZONES(initialZones,modname,opt1,opt2) \
93 TEXT(opt1), /* 14 */ \
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbg_zones.h 30 * Need to call DBG_INSTANTIATE_ZONES(initialZones, modname ,opt1, opt2)
35 * - opt1 and opt2 are user defined zones e.g. "Reg0 Write" *
74 #define DBG_INSTANTIATE_ZONES(initialZones,modname,opt1,opt2) \
93 TEXT(opt1), /* 14 */ \
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ConfirmationCallbackTest.java 155 String[] opt1 = {"START", ""}; local
161 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, opt1, 1);
197 String[] opt1 = {"START", ""}; local
203 cc = new ConfirmationCallback("prompt", ConfirmationCallback.INFORMATION, opt1, 1);
  /external/llvm/utils/
findoptdiff 62 opt1="${bc1}.opt"
70 opt1="$llvm1/Debug/bin/opt"
78 $opt1 $switches_to_use "$bc1" -o - | $dis1 | $filt1 > "$opt1ll"
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestObj.h 152 - (void)methodWithNonOptionalArgAndTwoOptionalArgs:(int)nonOpt opt1:(int)opt1 opt2:(int)opt2;
DOMTestObj.mm 675 - (void)methodWithNonOptionalArgAndTwoOptionalArgs:(int)nonOpt opt1:(int)opt1 opt2:(int)opt2
678 IMPL->methodWithNonOptionalArgAndTwoOptionalArgs(nonOpt, opt1, opt2);
  /external/webkit/Source/WebCore/bindings/scripts/test/CPP/
WebDOMTestObj.h 160 void methodWithNonOptionalArgAndTwoOptionalArgs(int nonOpt, int opt1, int opt2);
WebDOMTestObj.cpp 802 void WebDOMTestObj::methodWithNonOptionalArgAndTwoOptionalArgs(int nonOpt, int opt1, int opt2)
807 impl()->methodWithNonOptionalArgAndTwoOptionalArgs(nonOpt, opt1, opt2);
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.h 122 webkit_dom_test_obj_method_with_non_optional_arg_and_two_optional_args(WebKitDOMTestObj* self, glong non_opt, glong opt1, glong opt2);
WebKitDOMTestObj.cpp 378 webkit_dom_test_obj_method_with_non_optional_arg_and_two_optional_args(WebKitDOMTestObj* self, glong non_opt, glong opt1, glong opt2)
383 item->methodWithNonOptionalArgAndTwoOptionalArgs(non_opt, opt1, opt2);
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/
TestObj.idl 119 void methodWithNonOptionalArgAndTwoOptionalArgs(in long nonOpt, in [Optional] long opt1, in long opt2);
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 75 my ($a,$b,$c,$d,$e,$opt1,$opt2)=@_;
89 $opt1 @ F_xx_xx
  /external/openssl/crypto/asn1/
asn1t.h 246 * ASN1_SOMETHING *opt1;
  /external/openssl/include/openssl/
asn1t.h 246 * ASN1_SOMETHING *opt1;
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2010-05-24     [all...]
  /prebuilt/common/commons-cli/
commons-cli-1.2.jar 
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/arm-eabi/bin/
c++ 
g++ 
gcc 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 

Completed in 1487 milliseconds

1 2