HomeSort by relevance Sort by last modified time
    Searched refs:initialized (Results 226 - 250 of 940) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/jni/
android_opengl_EGLExt.cpp 40 static int initialized = 0; variable
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14cHeader.cpp 39 static int initialized = 0; variable
EGLExtcHeader.cpp 40 static int initialized = 0; variable
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc.h 64 gboolean initialized; member in struct:_MixVideoFormatEnc
  /prebuilts/go/darwin-x86/src/math/big/
doc.go 21 Alternatively, new values can be allocated and initialized with factory
28 a and b are int64 values, and NewFloat(f) returns a *Float initialized
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protopprof_test.go 28 // The sixth word -- count is initialized to 0 above.
30 // The eighth word -- addr is initialized to 0 above.
  /prebuilts/go/linux-x86/src/math/big/
doc.go 21 Alternatively, new values can be allocated and initialized with factory
28 a and b are int64 values, and NewFloat(f) returns a *Float initialized
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protopprof_test.go 28 // The sixth word -- count is initialized to 0 above.
30 // The eighth word -- addr is initialized to 0 above.
  /system/bt/btif/src/
btif_sock_thread.cc 153 static int initialized; local
154 APPL_TRACE_DEBUG("in initialized:%d", initialized);
155 if (!initialized) {
156 initialized = 1;
228 "cmd socket is not created. socket thread may not initialized");
277 "cmd socket is not created. socket thread may not initialized");
  /system/core/logd/
LogKlog.cpp 211 initialized(false),
223 if (!initialized) {
225 initialized = true;
563 if (initialized) {
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter_rectlist.c 44 if (blitter->initialized)
85 blitter->initialized = true;
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 51 private static boolean initialized; field in class:RuntimeInit
162 * certainly already been initialized.
190 initialized = true;
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
funcdata.go 33 // has initialized the stack space for its results and that those results
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 10 // are done modulo 65521. s1 is initialized to 1, s2 to zero. The
  /prebuilts/go/darwin-x86/src/io/
multi.go 75 var p []byte // lazily initialized if/when needed
  /prebuilts/go/darwin-x86/src/os/
exec_unix.go 60 return errors.New("os: process not initialized")
  /prebuilts/go/darwin-x86/src/plugin/
plugin.go 16 // A plugin is only initialized once, and cannot be closed.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
funcdata.go 33 // has initialized the stack space for its results and that those results
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32.go 10 // are done modulo 65521. s1 is initialized to 1, s2 to zero. The
  /prebuilts/go/linux-x86/src/io/
multi.go 75 var p []byte // lazily initialized if/when needed
  /prebuilts/go/linux-x86/src/os/
exec_unix.go 60 return errors.New("os: process not initialized")
  /prebuilts/go/linux-x86/src/plugin/
plugin.go 16 // A plugin is only initialized once, and cannot be closed.
  /toolchain/binutils/binutils-2.25/gold/
errors.cc 51 // don't need a lock. Return true if the lock is now initialized.
168 bool initialized = this->initialize_lock(); local
169 gold_assert(initialized);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 348 self.initialized = False
352 assert not self.initialized, "don't init multiple times"
433 self.initialized = True
472 if not self.initialized:
560 if not self.initialized:
593 if not self.initialized:
  /external/ppp/pppd/plugins/radius/
radius.c 111 int initialized; member in struct:radius_state
172 info("RADIUS plugin initialized.");
895 if (!rstate.initialized) {
982 if (!rstate.initialized) {
1130 if (!rstate.initialized) {
    [all...]

Completed in 1258 milliseconds

1 2 3 4 5 6 7 8 91011>>