HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 626 - 650 of 2350) sorted by null

<<21222324252627282930>>

  /external/chromium/base/memory/
scoped_ptr.h 67 // There is no way to create an uninitialized scoped_ptr.
172 // There is no way to create an uninitialized scoped_array.
280 // There is no way to create an uninitialized scoped_ptr.
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.cc 175 : init_state_(UNINITIALIZED),
284 if (init_state_ == UNINITIALIZED) {
338 init_state_ = succeeded ? INITIALIZED : UNINITIALIZED;
  /external/chromium_org/third_party/cld/base/
scoped_ptr.h 52 // There is no way to create an uninitialized scoped_ptr.
185 // There is no way to create an uninitialized scoped_array.
303 // There is no way to create an uninitialized scoped_ptr.
  /external/chromium_org/tools/valgrind/drmemory/
suppressions.txt 18 UNINITIALIZED READ
202 UNINITIALIZED READ
208 UNINITIALIZED READ
  /external/eigen/doc/
C01_TutorialMatrixClass.dox 101 \li \c a is a 3x3 matrix, with a static float[9] array of uninitialized coefficients,
113 \li \c a is a 10x15 dynamic-size matrix, with allocated but currently uninitialized coefficients.
114 \li \c b is a dynamic-size vector of size 30, with allocated but currently uninitialized coefficients.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
RegisterType.java 152 //check if a value can be assigned to an uninitialized reference slot - because there is no such thing.
307 //is used to track a specific uninitialized reference, so that if multiple registers contain the same
308 //uninitialized reference, then they can all be upgraded to an initialized reference when the appropriate
  /frameworks/av/cmds/stagefright/
SimplePlayer.cpp 37 : mState(UNINITIALIZED),
111 if (mState != UNINITIALIZED) {
239 mState = UNINITIALIZED;
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 320 mState(UNINITIALIZED), mDevice(NULL),
337 if (mState != UNINITIALIZED) return INVALID_OPERATION;
361 mState = UNINITIALIZED;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 116 Uninitialized, Initialized, Pending, Started, Sorting, Finished
119 private Progress mProgress = Progress.Uninitialized;
423 mProgress = (mDevice == null) ? Progress.Uninitialized : Progress.Initialized;
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 145 case UNINITIALIZED: {
167 * keystore password. This can be used in UNINITIALIZED to set the
478 } else if (error == KeyStore.UNINITIALIZED) {
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 194 Event uninit_use_in_call: Using uninitialized value "settings" (field "settings".timeout uninitialized) in call to function "BTM_SetPowerMode" [details]
195 Event uninit_use_in_call: Using uninitialized value "settings.max" in call to function "BTM_SetPowerMode" [details]
196 Event uninit_use_in_call: Using uninitialized value "settings.min" in call to function "BTM_SetPowerMode"
251 Event uninit_use_in_call: Using uninitialized value "settings" (field "settings".timeout uninitialized) in call to function "BTM_SetPowerMode" [details]
252 Event uninit_use_in_call: Using uninitialized value "settings.max" in call to function "BTM_SetPowerMode" [details]
253 Event uninit_use_in_call: Using uninitialized value "settings.min" in call to function "BTM_SetPowerMode"
    [all...]
  /external/ceres-solver/include/ceres/internal/
scoped_ptr.h 68 // There is no way to create an uninitialized scoped_ptr.
200 // There is no way to create an uninitialized scoped_array.
  /external/chromium_org/android_webview/
android_webview_common.target.darwin-mips.mk 191 -Wno-uninitialized \
309 -Wno-uninitialized \
android_webview_common.target.linux-mips.mk 191 -Wno-uninitialized \
309 -Wno-uninitialized \
  /external/chromium_org/components/
autofill_content_browser.target.darwin-mips.mk 169 -Wno-uninitialized \
295 -Wno-uninitialized \
autofill_content_browser.target.linux-mips.mk 169 -Wno-uninitialized \
295 -Wno-uninitialized \
autofill_content_risk_proto.target.darwin-mips.mk 137 -Wno-uninitialized \
225 -Wno-uninitialized \
autofill_content_risk_proto.target.linux-mips.mk 137 -Wno-uninitialized \
225 -Wno-uninitialized \
autofill_core_browser.target.darwin-mips.mk 196 -Wno-uninitialized \
322 -Wno-uninitialized \
autofill_core_browser.target.linux-mips.mk 196 -Wno-uninitialized \
322 -Wno-uninitialized \
web_contents_delegate_android_jni_headers.target.darwin-mips.mk 144 -Wno-uninitialized \
225 -Wno-uninitialized \
web_contents_delegate_android_jni_headers.target.linux-mips.mk 144 -Wno-uninitialized \
225 -Wno-uninitialized \
  /external/chromium_org/content/browser/speech/proto/
speech_proto.target.darwin-mips.mk 139 -Wno-uninitialized \
229 -Wno-uninitialized \
speech_proto.target.linux-mips.mk 139 -Wno-uninitialized \
229 -Wno-uninitialized \
  /external/chromium_org/content/
content_child.target.darwin-mips.mk 194 -Wno-uninitialized \
310 -Wno-uninitialized \

Completed in 3172 milliseconds

<<21222324252627282930>>