Searched
full:uninitialized (Results
551 -
575 of
1841) sorted by null
<<21222324252627282930>>
/external/proguard/src/proguard/classfile/instruction/ |
SimpleInstruction.java | 39 * Creates an uninitialized SimpleInstruction.
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/ |
RobolectricPackageManagerTest.java | 162 // uninitialized
|
/external/skia/gyp/ |
debugger.gyp | 144 '-Wno-uninitialized',
|
/external/skia/include/core/ |
SkData.h | 83 * Create a new data with uninitialized contents. The caller should call writable_data()
|
/external/skia/src/gpu/ |
GrProgramDesc.h | 19 // Creates an uninitialized key that must be populated by GrGpu::buildProgramDesc()
|
/external/v8/src/ |
factory.h | 32 // Allocates an uninitialized fixed array. It must be filled by the caller. 35 // Allocate a new uninitialized fixed double array. 182 // characters of the string are uninitialized. Currently used in regexp code 224 // Create a global (but otherwise uninitialized) context.
|
/external/v8/test/mjsunit/ |
array-feedback.js | 70 // Calls through ICs need warm up through uninitialized, then
|
/external/valgrind/memcheck/tests/ |
custom_alloc.c | 128 if (array[5]) array[4]++; // uninitialized read of array[5]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
dtmf_tone_generator_unittest.cc | 169 EXPECT_FALSE(tone_gen.initialized()); // Should still be uninitialized.
|
/external/webrtc/webrtc/modules/audio_device/ |
fine_audio_buffer.cc | 106 // If playout_cached_bytes_ is larger than the cache buffer, uninitialized
|
/external/webrtc/webrtc/ |
video_send_stream.h | 94 // Uninitialized VideoEncoder instance to be used for encoding. Will be
|
/external/zopfli/src/zopfli/ |
hash.c | 40 h->prev[i] = i; /* If prev[j] == j, then prev[j] is uninitialized. */
|
/frameworks/av/media/libstagefright/ |
MediaMuxer.cpp | 43 mState(UNINITIALIZED) {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_container.h | 52 UNINITIALIZED,
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
ATSParser.h | 94 // Feed a TS packet into the parser. uninitialized event with the start
|
/frameworks/native/include/ui/ |
vec2.h | 62 // leaves object uninitialized. use with caution.
|
vec3.h | 63 // leaves object uninitialized. use with caution.
|
vec4.h | 67 // leaves object uninitialized. use with caution.
|
/frameworks/native/opengl/libs/EGL/ |
egl_cache.h | 47 // terminate puts the egl_cache_t back into the uninitialized state. When
|
/hardware/libhardware/tests/camera2/ |
camera2_utils.h | 185 UNINITIALIZED,
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
ConnectToWifiFragment.java | 166 case UNINITIALIZED:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
a.out.h | 13 unsigned int a_bss; /* Length of uninitialized data area for file, in bytes. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
quicksort.h | 65 // Allocate uninitialized, to avoid default constructor.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
a.out.h | 13 unsigned int a_bss; /* Length of uninitialized data area for file, in bytes. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
quicksort.h | 65 // Allocate uninitialized, to avoid default constructor.
|
Completed in 380 milliseconds
<<21222324252627282930>>