HomeSort by relevance Sort by last modified time
    Searched full:initialized (Results 101 - 125 of 7519) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/sync/js/
sync_js_controller.h 34 // Sets the backend to route all messages to (if initialized).
35 // Sends any queued-up messages if |backend| is initialized.
  /external/chromium_org/third_party/skia/include/core/
SkTLazy.h 49 * Return a pointer to a default-initialized instance of the class. If a
50 * previous instance had been initialized (either from init() or set()) it
51 * will first be destroyed, so that a freshly initialized instance is
65 * has already been initialized, then this will copy over the previous
88 * Returns true if a valid object has been initialized in the SkTLazy,
95 * knows that the object has been initialized.
100 * Like above but doesn't assert if object isn't initialized (in which case
128 * A helper built on top of SkTLazy to do copy-on-first-write. The object is initialized
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2-0x.cpp 14 // - a constant with literal type and is initialized with an expression
23 // - a reference and is initialized with an expression that is
  /external/compiler-rt/test/asan/TestCases/
initialization-constexpr.cc 2 // We need to check that a global variable initialized with a constexpr
4 // constructor implies that it was initialized during constant initialization,
  /external/libcxx/test/utilities/time/time.duration/time.duration.cons/
default.pass.cpp 16 // Rep must be default initialized, not initialized with 0
  /external/libcxxabi/src/
cxa_guard.cpp 37 // be statically initialized to 0.
54 char* initialized = (char*)guard_object;
55 return *initialized;
59 char* initialized = (char*)guard_object;
60 *initialized = 1;
190 char* initialized = (char*)guard_object;
193 int result = *initialized == 0;
220 result = *initialized == 0;
  /external/llvm/test/CodeGen/ARM/
odr_comdat.ll 10 ; Case 1: variable is not explicitly initialized, and ends up in a .bss section
14 ; Case 2: variable is explicitly initialized, and ends up in a .data section
  /external/llvm/test/CodeGen/X86/
odr_comdat.ll 10 ; Case 1: variable is not explicitly initialized, and ends up in a .bss section
14 ; Case 2: variable is explicitly initialized, and ends up in a .data section
  /external/skia/include/core/
SkTLazy.h 49 * Return a pointer to a default-initialized instance of the class. If a
50 * previous instance had been initialized (either from init() or set()) it
51 * will first be destroyed, so that a freshly initialized instance is
65 * has already been initialized, then this will copy over the previous
88 * Returns true if a valid object has been initialized in the SkTLazy,
95 * knows that the object has been initialized.
100 * Like above but doesn't assert if object isn't initialized (in which case
128 * A helper built on top of SkTLazy to do copy-on-first-write. The object is initialized
  /external/valgrind/main/drd/tests/
recursive_mutex.c 31 fprintf(stderr, "Recursive mutex (statically initialized).\n");
41 fprintf(stderr, "\nRecursive mutex (initialized via mutex attributes).\n");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
default.pass.cpp 16 // Rep must be default initialized, not initialized with 0
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_guard.cpp 37 // be statically initialized to 0.
54 char* initialized = (char*)guard_object;
55 return *initialized;
59 char* initialized = (char*)guard_object;
60 *initialized = 1;
190 char* initialized = (char*)guard_object;
193 int result = *initialized == 0;
220 result = *initialized == 0;
  /external/qemu/android/
async-socket.h 50 * as - Initialized AsyncSocket instance.
77 * asio - Initialized AsyncSocketIO instance.
87 * asio - Initialized AsyncSocketIO instance.
145 * Initialized AsyncSocket instance on success, or NULL on failure.
155 * as - Initialized AsyncSocket instance.
165 * as - Initialized AsyncSocket instance.
175 * as - Initialized AsyncSocket instance.
185 * as - Initialized and connected AsyncSocket instance.
193 * as - Initialized AsyncSocket instance.
200 * as - Initialized and connected AsyncSocket instance
    [all...]
main-common.h 79 * inAndroidBuild - Upon exit contains 0 if AvdInfo has been initialized from
80 * AVD file, or 1 if AvdInfo has been initialized from the build directory.
82 * AvdInfo instance initialized for the given options.
97 * inAndroidBuild - 0 if AVD has been initialized from AVD file, or 1 if AVD
98 * has been initialized from the build directory.
  /external/chromium_org/ppapi/nacl_irt/
plugin_startup.cc 35 // IOThread and shutdown event must be initialized in advance.
88 // The descriptor must be initialized in advance.
94 // The descriptor must be initialized in advance.
100 // The shutdown event must be initialized in advance.
106 // The IOThread must be initialized in advance.
  /frameworks/av/media/libmedia/
mediametadataretriever.cpp 106 ALOGE("retriever is not initialized");
122 ALOGE("retriever is not initialized");
137 ALOGE("retriever is not initialized");
148 ALOGE("retriever is not initialized");
159 ALOGE("retriever is not initialized");
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 242 struct Initialized { };
243 static Initialized initialized; variable
244 void* operator new(size_t size, const Initialized&) {
245 // Below we use "p = new(initialized) Foo[1];" and "delete[] p;"
246 // instead of "p = new(initialized) Foo;"
252 void* operator new[](size_t size, const Initialized&) {
360 void* p = new(initialized) char[size];
398 void** p = reinterpret_cast<void**>(new(initialized) char[size]);
459 void** a1 = new(initialized) void*[2]
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 242 struct Initialized { };
243 static Initialized initialized; variable
244 void* operator new(size_t size, const Initialized&) {
245 // Below we use "p = new(initialized) Foo[1];" and "delete[] p;"
246 // instead of "p = new(initialized) Foo;"
252 void* operator new[](size_t size, const Initialized&) {
360 void* p = new(initialized) char[size];
398 void** p = reinterpret_cast<void**>(new(initialized) char[size]);
459 void** a1 = new(initialized) void*[2]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_cdrom.c 64 /* Check to see if the CD-ROM subsystem has been initialized */
78 SDL_SetError("CD-ROM subsystem not initialized");
139 /* Check if the CD-ROM subsystem has been initialized */
180 /* Check if the CD-ROM subsystem has been initialized */
244 /* Check if the CD-ROM subsystem has been initialized */
257 /* Check if the CD-ROM subsystem has been initialized */
279 /* Check if the CD-ROM subsystem has been initialized */
300 /* Check if the CD-ROM subsystem has been initialized */
319 /* Check if the CD-ROM subsystem has been initialized */
328 /* Check if the CD-ROM subsystem has been initialized */
    [all...]
  /frameworks/wilhelm/src/
ThreadPool.c 81 static void ThreadPool_deinit_internal(ThreadPool *tp, unsigned initialized, unsigned nThreads);
92 unsigned initialized = INITIALIZED_NONE; // which objects were successfully initialized local
102 initialized |= INITIALIZED_MUTEX;
107 initialized |= INITIALIZED_CONDNOTFULL;
112 initialized |= INITIALIZED_CONDNOTEMPTY;
156 tp->mInitialized = initialized;
163 ThreadPool_deinit_internal(tp, initialized, nThreads);
167 static void ThreadPool_deinit_internal(ThreadPool *tp, unsigned initialized, unsigned nThreads)
174 assert(INITIALIZED_ALL == initialized);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 166 @param context Stream context initialized by #nestegg_init.
175 @param context Stream context initialized by #nestegg_init.
182 @param context Stream context initialized by #nestegg_init.
189 @param context Stream context initialized by #nestegg_init.
205 @param context Stream context initialized by #nestegg_init.
214 @param context Stream context initialized by #nestegg_init.
222 @param context Stream context initialized by #nestegg_init.
230 @param context Stream context initialized by #nestegg_init.
240 @param context Stream context initialized by #nestegg_init.
250 @param context Stream context initialized by #nestegg_init
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 166 @param context Stream context initialized by #nestegg_init.
175 @param context Stream context initialized by #nestegg_init.
182 @param context Stream context initialized by #nestegg_init.
189 @param context Stream context initialized by #nestegg_init.
205 @param context Stream context initialized by #nestegg_init.
214 @param context Stream context initialized by #nestegg_init.
222 @param context Stream context initialized by #nestegg_init.
230 @param context Stream context initialized by #nestegg_init.
240 @param context Stream context initialized by #nestegg_init.
250 @param context Stream context initialized by #nestegg_init
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 166 @param context Stream context initialized by #nestegg_init.
175 @param context Stream context initialized by #nestegg_init.
182 @param context Stream context initialized by #nestegg_init.
189 @param context Stream context initialized by #nestegg_init.
205 @param context Stream context initialized by #nestegg_init.
214 @param context Stream context initialized by #nestegg_init.
222 @param context Stream context initialized by #nestegg_init.
230 @param context Stream context initialized by #nestegg_init.
240 @param context Stream context initialized by #nestegg_init.
250 @param context Stream context initialized by #nestegg_init
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
mem.h 93 * MEM initialized.
139 * MEM initialized.
152 * Allocate zero-initialized memory from the paged or non-paged pools.
163 * MEM initialized.
178 * MEM is initialized.
193 * MEM is initialized.
207 * MEM initialized.
226 * MEM initialized.
245 * MEM initialized.
282 * MEM initialized
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 93 * MEM initialized.
139 * MEM initialized.
152 * Allocate zero-initialized memory from the paged or non-paged pools.
163 * MEM initialized.
178 * MEM is initialized.
193 * MEM is initialized.
207 * MEM initialized.
226 * MEM initialized.
245 * MEM initialized.
282 * MEM initialized
    [all...]

Completed in 595 milliseconds

1 2 3 45 6 7 8 91011>>