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

<<11121314151617181920>>

  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 578 static bool initialized = false; local
590 if(!initialized)
604 initialized = true;
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 54 * java.lang.Math} class, a {@code ThreadLocalRandom} is initialized
110 * "initialized" field for the sake of rejecting user calls to
114 * containing "rnd" and "initialized" fields to ensure
143 boolean initialized; field in class:ThreadLocalRandom
147 initialized = true; // false during super() call
185 if (initialized)
    [all...]
  /system/core/adb/client/
usb_osx.cpp 441 static bool initialized = false; local
442 if (!initialized) {
452 initialized = true;
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Nfc.driver.cpp 19 static bool initialized = false; local
20 if (!initialized) {
31 initialized = true;
TestMsgQ.driver.cpp 37 static bool initialized = false; local
38 if (!initialized) {
49 initialized = true;
  /external/ImageMagick/www/api/
draw.php 59 <p>AcquireDrawInfo() returns a DrawInfo structure properly initialized.</p>
69 <p>CloneDrawInfo() makes a copy of the given draw_info structure. If NULL is specified, a new DrawInfo structure is created initialized to default values.</p>
324 <p>GetAffineMatrix() returns an AffineMatrix initialized to the identity matrix.</p>
  /external/bison/src/
scan-code.l 860 static bool initialized = false;
861 if (!initialized)
865 initialized = true;
  /external/mesa3d/src/mesa/main/
texstore.c 587 static GLboolean initialized = GL_FALSE; local
589 if (!initialized) {
602 initialized = GL_TRUE;
616 static GLboolean initialized = GL_FALSE; local
618 if (!initialized) {
662 initialized = GL_TRUE;
    [all...]
  /external/libmojo/mojo/edk/system/
data_pipe_consumer_dispatcher.cc 77 bool initialized,
84 if (initialized) {
415 state->options, false /* initialized */,
data_pipe_producer_dispatcher.cc 76 bool initialized,
84 if (initialized) {
397 state->options, false /* initialized */,
  /external/v4l2_codec2/vda/
vp9_parser.cc 286 if (!context_to_load.initialized()) {
288 // must load an initialized set of probabilities.
580 ref_slot.initialized = true;
vp9_uncompressed_header_parser.cc 715 DCHECK(ref.initialized);
1005 if (!ref.initialized) {
  /hardware/intel/common/libva/va/
Android.mk 32 # Clang does not like partially initialized structures
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 393 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s : Create graphic buffer initialized share info %d", __FUNCTION__, decoder_share_info);
396 if (obj_surface->share_info->initialized != SHARE_INFO_INIT_VALUE) {
413 obj_surface->share_info->initialized = SHARE_INFO_INIT_VALUE;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
ggen.go 22 // so that garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/container/heap/
heap.go 36 // A heap must be initialized before any of the heap operations
  /prebuilts/go/darwin-x86/src/debug/dwarf/
open.go 33 // New returns a new Data object initialized from the given parameters.
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 31 m map[string]*call // lazily initialized
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
ggen.go 22 // so that garbage collector only sees initialized values
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips/
ggen.go 22 // so that the garbage collector only sees initialized values
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/
ggen.go 22 // so that the garbage collector only sees initialized values

Completed in 1047 milliseconds

<<11121314151617181920>>