HomeSort by relevance Sort by last modified time
    Searched refs:initialized (Results 201 - 225 of 739) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 71 static bool initialized = false; local
73 if (!initialized) {
80 initialized = true;
  /hardware/qcom/audio/post_proc/
volume_listener.c 61 static bool initialized = false; variable
444 ALOGE("%s: EFFECT_CMD_ENABLE : state not INITIALIZED", __func__);
587 if (initialized) {
655 initialized = true;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 578 static bool initialized = false; local
590 if(!initialized)
604 initialized = true;
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 25 * java.lang.Math} class, a {@code ThreadLocalRandom} is initialized
81 * "initialized" field for the sake of rejecting user calls to
85 * containing "rnd" and "initialized" fields to ensure
114 boolean initialized; field in class:ThreadLocalRandom
118 initialized = true; // false during super() call
156 if (initialized)
    [all...]
  /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/opencv3/modules/calib3d/src/
rho.cpp 327 /* Initialized? */
328 int initialized; member in struct:cv::RHO_HEST_REFC
497 * be already initialized. Cannot be NULL.
558 RHO_HEST_REFC::RHO_HEST_REFC() : initialized(0){
566 RHO_HEST_REFC::RHO_HEST_REFC(const RHO_HEST_REFC&) : initialized(0){
575 if(initialized){
597 initialized = 0;
620 initialized = 1;
634 if(initialized){
637 initialized = 0
    [all...]
  /external/v8/test/mjsunit/regress/
regress-r4998.js 69 // The loop variable x7 is initialized to 3,
  /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 386 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s : Create graphic buffer initialized share info %d",__FUNCTION__, decoder_share_info);
389 if (obj_surface->share_info->initialized != SHARE_INFO_INIT_VALUE) {
406 obj_surface->share_info->initialized = SHARE_INFO_INIT_VALUE;
  /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/darwin-x86/src/runtime/cgo/
callbacks.go 84 // to ensure that the runtime has been initialized before the CGO call is
  /prebuilts/go/linux-x86/src/container/heap/
heap.go 36 // A heap must be initialized before any of the heap operations
  /prebuilts/go/linux-x86/src/debug/dwarf/
open.go 33 // New returns a new Data object initialized from the given parameters.
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 31 m map[string]*call // lazily initialized
  /prebuilts/go/linux-x86/src/runtime/cgo/
callbacks.go 84 // to ensure that the runtime has been initialized before the CGO call is
  /bionic/libc/bionic/
system_properties.cpp 203 static bool initialized = false; variable
1012 if (initialized) {
1032 initialized = true;
1064 initialized = true;
    [all...]
  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 35 int &a; // expected-note 4{{because field 'a' of reference type 'int &' would not be initialized}}
39 int &&b; // expected-note {{default constructor of 'Deleted2b' is implicitly deleted because field 'b' of reference type 'int &&' would not be initialized}}
52 class Deleted3a { const int a; }; // expected-note {{because field 'a' of const-qualified type 'const int' would not be initialized}} \
54 expected-note {{will never be initialized}}
56 class Deleted3b { const DefaultedDefCtor1 a[42]; }; // expected-note {{because field 'a' of const-qualified type 'const DefaultedDefCtor1 [42]' would not be initialized}}
58 class Deleted3c { const DefaultedDefCtor2 a; }; // expected-note {{because field 'a' of const-qualified type 'const DefaultedDefCtor2' would not be initialized}}
  /external/harfbuzz_ng/src/
hb-common.cc 46 u.opts.initialized = 1;
  /external/mesa3d/src/mesa/state_tracker/
st_draw.c 148 if (!u->initialized) {
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 67 parent->initialized = FALSE;
142 parent->initialized = TRUE;
230 parent->initialized = FALSE;
378 parent->initialized = FALSE;
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 92 static int initialized = 0; variable
115 initialized = 1;
134 return initialized;
140 initialized = 0;
  /libcore/ojluni/src/main/java/java/security/
Provider.java 127 private transient boolean initialized; field in class:Provider
144 initialized = true;
409 if (!initialized) {
431 // used for services added via putService(), initialized on demand
439 // Unmodifiable set of all services. Initialized on demand.
463 initialized = true;
    [all...]

Completed in 1493 milliseconds

1 2 3 4 5 6 7 891011>>