/external/clang/test/Sema/ |
predef.c | 9 expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qualifiers}}
|
/external/v8/test/mjsunit/regress/ |
regress-4388.js | 8 // a non-initializing assignments to a {let} variable. 23 // a non-initializing assignments to a {const} variable.
|
regress-2717.js | 28 // Test re-initializing existing field which is already being tracked as 38 // Test initializing new field which follows an existing transition to a
|
regress-102153.js | 30 // Test that the break point is set before initializing the loop variable
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug433.go | 7 // Test that initializing struct fields out of order still runs
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug433.go | 7 // Test that initializing struct fields out of order still runs
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm_i.h | 164 Boolean initializing; /* in process of initializing state machines */ member in struct:eapol_state_machine
|
eapol_auth_sm.c | 929 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) 931 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) 933 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) 935 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) 937 if (sm->initializing || eapol_sm_sta_entry_alive(eapol, addr)) 1011 sm->initializing = TRUE; 1018 sm->initializing = FALSE; [all...] |
/external/autotest/client/virt/ |
base_installer.py | 264 Optional install phase for initializing the installed software
|
/external/robolectric/v3/ |
robolectric-3.1-SNAPSHOT.jar | |
/prebuilts/go/darwin-x86/src/runtime/ |
stubs.go | 192 // between initializing an object and making that object accessible to
|
/prebuilts/go/linux-x86/src/runtime/ |
stubs.go | 192 // between initializing an object and making that object accessible to
|
/external/ImageMagick/www/api/ |
quantize.php | 71 <p>Classification begins by initializing a color description tree of sufficient depth to represent each possible input color in a leaf. However, it is impractical to generate a fully-formed color description tree in the storage_class phase for realistic values of Cmax. If colors components in the input image are quantized to k-bit precision, so that Cmax= 2k-1, the tree would need k levels below the root node to allow representing each possible input color in a leaf. This becomes prohibitive because the tree's total number of nodes is 1 + sum(i=1, k, 8k).</p>
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
syntax.go | 122 Defn *Node // initializing assignment
|
fmt.go | 822 // Don't export "v = <N>" initializing statements, hope they're always [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
syntax.go | 119 Defn *Node // initializing assignment
|
fmt.go | 819 // Don't export "v = <N>" initializing statements, hope they're always [all...] |
/prebuilts/go/darwin-x86/src/go/scanner/ |
scanner_test.go | 550 // Verify that initializing the same scanner more than once works correctly.
|
/prebuilts/go/darwin-x86/src/syscall/ |
fs_nacl.go | 810 // It is meant to be called when initializing the file system image.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
syntax.go | 122 Defn *Node // initializing assignment
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
syntax.go | 119 Defn *Node // initializing assignment
|
/prebuilts/go/linux-x86/src/go/scanner/ |
scanner_test.go | 550 // Verify that initializing the same scanner more than once works correctly.
|
/prebuilts/go/linux-x86/src/syscall/ |
fs_nacl.go | 810 // It is meant to be called when initializing the file system image.
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
knockout-2.0.0.js | 34 r.Q=function(a){0==arguments.length&&(a=[]);a!==o&&a!==l&&!("length"in a)&&c(Error("The argument passed when initializing an observable array must be an array, or null, or undefined."));var b=new r.w(a);r.a.extend(b,r.Q.fn);r.l(b,"remove",b.remove);r.l(b,"removeAll",b.zb);r.l(b,"destroy",b.fa);r.l(b,"destroyAll",b.ab);r.l(b,"indexOf",b.indexOf);r.l(b,"replace",b.replace);return b}; [all...] |
/prebuilts/go/darwin-x86/src/image/ |
image.go | 14 // Registration is typically automatic as a side effect of initializing that
|