/external/v8/test/mjsunit/regress/ |
regress-4296.js | 10 // Initialize the IC. 23 // Initialize the IC. 36 // Initialize the IC.
|
/external/clang/test/SemaCXX/ |
block-call.cpp | 7 int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' with an lvalue of type 'int (*)()'}} 10 int (^PFR) (int) = IFP; // expected-error {{cannot initialize a variable of type 'int (^)(int)' with an lvalue of type 'int (^)()'}} 25 int * (^IPCC2) () = IPCC; // expected-error {{cannot initialize a variable of type 'int *(^)()' with an lvalue of type 'int *const (^)()'}} 33 int (^IPCC6) (int, char (^CArg) (float)) = IPCC4; // expected-error {{cannot initialize a variable of type 'int (^)(int, char (^)(float))' with an lvalue of type}} 38 int (^y)() = 3; // expected-error {{cannot initialize a variable of type 'int (^)()' with an rvalue of type 'int'}} 40 int (^z)() = a+4; // expected-error {{cannot initialize a variable of type 'int (^)()' with an rvalue of type 'int'}}
|
member-location.cpp | 7 int A::b() { return a(a((int*)0)); } // expected-error {{cannot initialize a parameter of type 'int *' with an rvalue of type 'float'}}
|
type-formatting.cpp | 8 const T *t = (const X0*)0; // expected-error{{cannot initialize a variable of type 'const X1 *' with an rvalue of type 'const X0 *'}}
|
/frameworks/wilhelm/src/android/ |
OutputMix_to_android.cpp | 33 // initialize effects 34 // initialize EQ 39 // initialize BassBoost 44 // initialize PresetReverb 49 // initialize EnvironmentalReverb 55 // initialize Virtualizer
|
/external/clang/test/Sema/ |
uninit-det-order.c | 10 // CHECK: 4:9: note: initialize the variable 'b' to silence this warning 12 // CHECK: 4:12: note: initialize the variable 'c' to silence this warning
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGenerator4Test.java | 37 gen.initialize(1024); 89 * @tests java.security.KeyPairGenerator#initialize(int) 93 keyPair.initialize(1024); 97 * @tests java.security.KeyPairGenerator#initialize(int, 102 keyPair.initialize(1024, new SecureRandom()); 107 * @tests java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec) 113 keyPairGenerator.initialize(1024); 119 keyPair.initialize(new DSAParameterSpec(params.getP(), params.getQ(), 124 * @tests java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec, 131 keyPairGenerator.initialize(1024) [all...] |
/external/tpm2/ |
Manufacture.c | 37 // initialize crypto units 43 // initialize NV 46 // Initialize the drbg. This needs to come before the install 54 // initialize pre-installed hierarchy data 58 // initialize dictionary attack parameters 60 // initialize PP list 62 // initialize command audit list 67 // initialize the firmware version 76 // initialize the total reset counter to 0 78 // initialize the clock stuf [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyPairGenerator4Test.java | 35 gen.initialize(1024); 87 * java.security.KeyPairGenerator#initialize(int) 91 keyPair.initialize(1024); 95 * java.security.KeyPairGenerator#initialize(int, 100 keyPair.initialize(1024, new SecureRandom()); 105 * java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec) 111 keyPairGenerator.initialize(1024); 117 keyPair.initialize(new DSAParameterSpec(params.getP(), params.getQ(), 122 * java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec, 129 keyPairGenerator.initialize(1024) [all...] |
/external/autotest/client/bin/ |
profiler.py | 12 def initialize(self, *args, **dargs): member in class:profiler
|
/external/autotest/server/control_segments/ |
crashdumps | 7 host = hosts.create_target_machine(machine, initialize=False,
|
crashinfo | 10 host = hosts.create_host(machine, initialize=False, auto_monitor=False)
|
/external/autotest/server/samples/ |
info.srv | 2 host = hosts.create_host(machine, initialize = False)
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
module.c | 40 /* Initialize CTracer */ 54 /* Initialize CFileDisposition */ 89 /* Initialize CTracer */ 98 /* Initialize CFileDisposition */
|
/external/clang/test/SemaObjCXX/ |
const-cast.mm | 7 Foo *foo2 = foo1; // expected-error {{cannot initialize}}
|
arc-nsconsumed-errors.mm | 6 blk a = ^void (__attribute((ns_consumed)) id, __attribute((ns_consumed)) id){}; // expected-error {{cannot initialize a variable of type '__strong blk'}} 10 blk c = ^void (__attribute((ns_consumed)) id, __attribute((ns_consumed)) id){}; // expected-error {{cannot initialize a variable of type '__strong blk'}} 12 blk d = ^void (id, id) {}; // expected-error {{cannot initialize a variable of type '__strong blk'}} 14 blk1 a1 = ^void (__attribute((ns_consumed)) id, id){}; // expected-error {{cannot initialize a variable of type '__strong blk1'}} 16 blk1 b2 = ^void (id, __attribute((ns_consumed)) id){}; // expected-error {{cannot initialize a variable of type '__strong blk1'}} 20 blk1 d4 = ^void (id, id) {}; // expected-error {{cannot initialize a variable of type '__strong blk1'}} 26 releaser_t r1 = normalFunction; // expected-error {{cannot initialize a variable of type 'releaser_t'}}
|
/external/kernel-headers/original/uapi/linux/ |
nvram.h | 7 #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
HelpTopicView.java | 34 initialize(); method 39 initialize(); method 44 initialize(); method 47 private void initialize() { method in class:HelpTopicView
|
/frameworks/rs/java/tests/Refocus/dataExtraction/ |
N5ave.txt | 2 Initialize: 6185329 15 Initialize: 6259427 28 Initialize: 4540105 41 Initialize: 8734948
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
const.cpp | 2 // Bug: a ends up in the text segment, so trying to initialize it causes
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
const.cpp | 2 // Bug: a ends up in the text segment, so trying to initialize it causes
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
nvram.h | 7 #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
nvram.h | 7 #define NVRAM_INIT _IO('p', 0x40) /* initialize NVRAM and set checksum */
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
MatrixUtils.h | 35 initialize(); 41 * identity: Specifies wether to initialize matrix to 45 initialize(identity); 49 * Initialize to identity matrix 51 void initialize(bool identity = false) { function in class:Matrix33 93 initialize(); 99 * identity: Specifies wether to initialize matrix to 103 initialize(identity); 107 * Initialize to identity matrix 109 void initialize(bool identity = false) function in class:Matrix9 [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MatrixUtils.h | 35 initialize(); 41 * identity: Specifies wether to initialize matrix to 45 initialize(identity); 49 * Initialize to identity matrix 51 void initialize(bool identity = false) { function in class:Matrix33 93 initialize(); 99 * identity: Specifies wether to initialize matrix to 103 initialize(identity); 107 * Initialize to identity matrix 109 void initialize(bool identity = false) function in class:Matrix9 [all...] |