Searched
full:uninitialized (Results
376 -
400 of
1841) sorted by null
<<11121314151617181920>>
/external/v8/src/ |
contexts.h | 29 // Immutable bindings have two states, initialized and uninitialized, and 42 // Accessing an uninitialized binding produces the undefined value. 45 // uninitialized state for mutable bindings. 56 // an uninitialized binding produces a reference error. 58 // In V8 uninitialized bindings are set to the hole value upon creation and set
|
/external/v8/src/ic/ |
ic-state.cc | 345 case UNINITIALIZED: 346 return "UNINITIALIZED"; 373 case UNINITIALIZED: 402 case UNINITIALIZED: 450 case UNINITIALIZED:
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
Checkers.td | 25 def CoreUninitialized : Package<"uninitialized">, InPackage<Core>; 89 HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, null function pointers)">, 153 HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, null function pointers, and pointer to undefined variables)">, 207 // Uninitialized values checkers. 213 HelpText<"Check for uninitialized values used as array subscripts">, 217 HelpText<"Check for assigning uninitialized values">, 221 HelpText<"Check for uninitialized values used as branch conditions">, 225 HelpText<"Check for blocks that capture uninitialized values">, 229 HelpText<"Check for uninitialized values being returned to the caller">, 232 } // end "core.uninitialized" [all...] |
/libcore/ojluni/src/main/java/java/security/ |
KeyStore.java | 823 throw new KeyStoreException("Uninitialized keystore"); 848 throw new KeyStoreException("Uninitialized keystore"); 881 throw new KeyStoreException("Uninitialized keystore"); 901 throw new KeyStoreException("Uninitialized keystore"); [all...] |
/external/clang/docs/ |
Block-ABI-Apple.rst | 113 ``_NSConcreteStackBlock``, which is a block of uninitialized memory supplied 155 (1<<29), <uninitialized>, 171 (1<<28)|(1<<29), <uninitialized>, 233 (1<<29), <uninitialized>, 305 (1<<25)|(1<<29), <uninitialized> 536 (1<<25)|(1<<29), <uninitialized>, 646 void *isa; // uninitialized 709 (1<<25)|(1<<29), <uninitialized>, 783 (1<<25)|(1<<26)|(1<<29), <uninitialized>, [all...] |
/dalvik/docs/ |
verifier.html | 72 forbidden when a local variable holds an uninitialized reference. The 74 references to the uninitialized result of a previous invocation of the 77 uninitialized objects to slip past the verifier -- without unduly
|
/external/curl/tests/ |
sshhelp.pm | 271 die "error: \$sshdlog uninitialized" if(not defined $sshdlog); 280 die "error: \$sshlog uninitialized" if(not defined $sshlog); 289 die "error: \$sftplog uninitialized" if(not defined $sftplog);
|
/external/guice/extensions/mini/src/com/google/inject/mini/ |
MiniGuice.java | 45 private static final Object UNINITIALIZED = new Object(); 267 private Object onlyInstance = UNINITIALIZED; 269 if (onlyInstance == UNINITIALIZED) {
|
/external/libchrome/base/trace_event/ |
trace_buffer.cc | 94 if (chunk_index >= chunks_.size()) // Skip uninitialized chunks. 107 if (chunk_index >= chunks_.size()) // Skip uninitialized chunks. 121 if (chunk_index >= chunks_.size()) // Skip uninitialized chunks.
|
/art/runtime/base/ |
length_prefixed_array.h | 88 // Clear the potentially uninitialized padding between the size_ and actual data.
|
/bionic/libc/dns/include/ |
resolv_netid.h | 65 * of the evaluation context. Its proper uninitialized value is
|
/bionic/tests/ |
stack_protector_test.cpp | 51 // Uninitialized guard. Our bug. Note this is potentially flaky; we _could_
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/ |
Test_new_instance.java | 87 * @title Attempt to access uninitialized class (before <init> is
|
/development/host/windows/usb/api/ |
adb_api_instance.h | 64 In this method object is uninitialized and deleted (that is "delete this"
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
ClassicalRungeKuttaStepInterpolator.java | 61 * interpolators by cloning an uninitialized model and latter initializing
|
EulerStepInterpolator.java | 56 * to create the step interpolators by cloning an uninitialized model
|
HighamHall54StepInterpolator.java | 47 * to create the step interpolators by cloning an uninitialized model
|
MidpointStepInterpolator.java | 58 * to create the step interpolators by cloning an uninitialized model
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
DoubleArray.java | 53 * (if necessary) for the new element and all (uninitialized) elements
|
/external/boringssl/src/crypto/err/ |
ssl.errordata | 157 SSL,226,UNINITIALIZED
|
/external/ceres-solver/internal/ceres/ |
array_utils.cc | 90 StringAppendF(result, "Uninitialized ");
|
array_utils.h | 35 // 1. Uninitialized memory - where the user for some reason did not
|
residual_block_utils.h | 35 // 1. Uninitialized memory - where the user for some reason did not
|
/external/compiler-rt/lib/msan/ |
msan_poisoning.h | 54 // Mark memory region uninitialized, with origins.
|
/external/compiler-rt/lib/msan/tests/ |
CMakeLists.txt | 36 -Wno-uninitialized
|
Completed in 1770 milliseconds
<<11121314151617181920>>