Searched
full:uninitialized (Results
501 -
525 of
1841) sorted by null
<<21222324252627282930>>
/external/skia/src/codec/ |
SkSampledCodec.cpp | 254 // We handle filling uninitialized memory here instead of using this->codec(). 288 // this->codec() has already handled filling uninitialized memory.
|
/external/skia/tests/ |
TextureCompressionTest.cpp | 59 // leaving the pixels uninitialized, as they don't affect the test... 88 // leaving the pixels uninitialized, as they don't affect the test...
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
AnalyzedInstruction.java | 324 //When constructing a new object, the register type will be an uninitialized reference after the new-instance 327 //object register. If the uninitialized reference has been copied to other registers, they will be initialized
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
SupplicantStateTracker.java | 159 case UNINITIALIZED: 185 case UNINITIALIZED: supplState = BatteryStats.WIFI_SUPPL_STATE_UNINITIALIZED; break;
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiStatusTest.java | 221 } else if(SupplicantState.UNINITIALIZED.equals(supplicantState)) { 222 mSupplicantState.setText("UNINITIALIZED");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
nis_object.x | 77 BOGUS_OBJ = 0, /* Uninitialized object structure */ 86 NIS_BOGUS_OBJ = 0, /* Uninitialized object structure */
|
/system/bt/stack/l2cap/ |
l2c_csm.c | 212 Event uninit_use_in_call: Using uninitialized value "settings" (field "settings".timeout uninitialized) in call to function "BTM_SetPowerMode" [details] 213 Event uninit_use_in_call: Using uninitialized value "settings.max" in call to function "BTM_SetPowerMode" [details] 214 Event uninit_use_in_call: Using uninitialized value "settings.min" in call to function "BTM_SetPowerMode" 275 Event uninit_use_in_call: Using uninitialized value "settings" (field "settings".timeout uninitialized) in call to function "BTM_SetPowerMode" [details] 276 Event uninit_use_in_call: Using uninitialized value "settings.max" in call to function "BTM_SetPowerMode" [details] 277 Event uninit_use_in_call: Using uninitialized value "settings.min" in call to function "BTM_SetPowerMode" [all...] |
/art/runtime/jit/ |
debugger_interface.cc | 67 // uninitialized descriptor.
|
/art/runtime/verifier/ |
reg_type-inl.h | 97 // Uninitialized types are only allowed to be assigned to themselves.
|
reg_type_cache.cc | 446 const UninitializedType& RegTypeCache::Uninitialized(const RegType& type, uint32_t allocation_pc) { 497 // For uninitialized "this reference" look for reference types that are not precise. 506 // We're uninitialized because of allocation, look or create a precise type as allocations 511 // 1) The "new-instance" instruction to generate the uninitialized type will already
|
register_line-inl.h | 140 // Hard fail for uninitialized types, which don't match anything but themselves.
|
/cts/suite/audio_quality/lib/src/audio/ |
Buffer.cpp | 35 // Otherwise, valgrind will complain about uninitialized data for all captured data
|
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
PingTest.java | 62 /** The beginning of an ICMPv6 echo request: type, code, and uninitialized checksum. */
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/ |
Test_invoke_direct.java | 206 * @title An instance initializer must only be invoked on an uninitialized instance.
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/ |
Test_invoke_direct_range.java | 209 * @title An instance initializer must only be invoked on an uninitialized instance.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
GillStepInterpolator.java | 68 * to create the step interpolators by cloning an uninitialized model
|
RungeKuttaStepInterpolator.java | 54 * uninitialized model and latter initializing the copy.
|
ThreeEighthesStepInterpolator.java | 63 * to create the step interpolators by cloning an uninitialized model
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
DummyStepInterpolator.java | 55 * cloning an uninitialized model and latter initializing the copy.
|
/external/autotest/client/cros/faft/utils/ |
flashrom_handler.py | 267 'Attempt at using an uninitialized object') 377 'Attempt at using an uninitialized object') 385 'Attempt at using an uninitialized object') 393 'Attempt at using an uninitialized object')
|
/external/bison/lib/ |
spawn-pipe.h | 40 remain uninitialized.
|
/external/ceres-solver/internal/ceres/ |
residual_block_utils.cc | 84 "indicated by 'Uninitialized'. This is an error. Residuals or Jacobian values evaluating \n" // NOLINT
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
end2end_test.py | 51 self.assertEquals(test_util.OptionalMessage(string_value='uninitialized'),
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UndefBranchChecker.cpp | 72 // condition that is the most likely source of the "uninitialized
|
/external/clang/test/Misc/ |
serialized-diags.c | 41 // CHECK: {{.*[/\\]}}serialized-diags.c:3:12: warning: variable 'voodoo' is uninitialized when used here [-Wuninitialized]
|
Completed in 1220 milliseconds
<<21222324252627282930>>