HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 1026 - 1050 of 1841) sorted by null

<<41424344454647484950>>

  /prebuilts/go/darwin-x86/src/time/
sleep_test.go 422 if want := "called on uninitialized Timer"; !strings.Contains(s, want) {
  /prebuilts/go/linux-x86/src/regexp/
exec.go 13 // See http://research.swtch.com/2008/03/using-uninitialized-memory-for-fun-and.html
  /prebuilts/go/linux-x86/src/runtime/
stubs.go 195 // other processor to follow the pointer and observe an uninitialized
sys_windows_amd64.s 276 // but uninitialized "shadow space" for the first 4 args.
  /prebuilts/go/linux-x86/src/time/
sleep_test.go 422 if want := "called on uninitialized Timer"; !strings.Contains(s, want) {
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 134 * Use this option to catch uninitialized members in your classes.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 278 # compiled with the MS SDK compiler. Or an uninitialized variable?
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 278 # compiled with the MS SDK compiler. Or an uninitialized variable?
  /system/bt/btif/src/
btif_sock_thread.c 137 //revserd order to save guard uninitialized access to 0 index
  /toolchain/binutils/binutils-2.25/gas/config/
aout_gnu.h 97 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 67 #define IMAGE_SCN_CNT_UNINITIALIZED_DATA 0x00000080 /* Section contains uninitialized data. */
ti.h 152 char bsize[4]; /* uninitialized data " " */
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
elfm68hc11.sc 154 can access them all, and initialized data all before uninitialized, so
elfm68hc12.sc 154 can access them all, and initialized data all before uninitialized, so
elfxgate.sc 154 can access them all, and initialized data all before uninitialized, so
  /art/runtime/verifier/
reg_type.h 679 // Common parent of all uninitialized types. Uninitialized types are created by
    [all...]
  /docs/source.android.com/src/devices/tech/power/
batterystats.jd 483 handshake, completed, dormant, uninitialized</p></td>
491 handshake, completed, dormant, uninitialized</p></td>
  /external/mesa3d/src/egl/main/
eglapi.c 57 * uninitialized EGLDisplay has no driver associated with it. When
475 /* display is allowed to be uninitialized under certain condition */
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 772 r = g = b = 0.0F; /* silence uninitialized var warning */
796 a = 0.0F; /* silence uninitialized var warning */
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 681 case UNINITIALIZED:
682 supplicantState = "uninitialized";
    [all...]
  /external/v8/src/
globals.h 584 UNINITIALIZED,
881 // uninitialized. In ES5 only immutable bindings have these two states. When
  /external/webrtc/webrtc/base/
trace_event.h     [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 845 // Verify that calling StopPlayout() will leave us in an uninitialized state
847 // StartPlayout() while being uninitialized since doing so will hit a
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c 47 [0] = "UNINITIALIZED",
1184 * about uninitialized event below.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 68 * the elements outside that range are uninitialized storage. Otherwise,
71 * are uninitialized storage.
    [all...]

Completed in 1105 milliseconds

<<41424344454647484950>>