HomeSort by relevance Sort by last modified time
    Searched refs:initialized (Results 1 - 25 of 1112) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Tools/freeze/
flag.py 0 initialized = True
1 initialized = True variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_foobar.h 20 if (!initialized)
28 if (!initialized)
36 if (!initialized)
48 if (!initialized)
thread_cthread.h 36 if (!initialized)
48 if (!initialized)
57 if (!initialized)
71 if (!initialized)
thread_wince.h 31 if (!initialized)
50 if (!initialized)
59 if (!initialized)
74 if (!initialized)
thread_lwp.h 34 if (!initialized)
43 if (!initialized)
53 if (!initialized)
67 if (!initialized)
thread_solaris.h 45 if (!initialized)
62 if (!initialized)
71 if (!initialized)
85 if (!initialized)
  /external/python/cpython2/Python/
thread_foobar.h 20 if (!initialized)
28 if (!initialized)
36 if (!initialized)
48 if (!initialized)
thread_cthread.h 36 if (!initialized)
48 if (!initialized)
57 if (!initialized)
71 if (!initialized)
thread_wince.h 31 if (!initialized)
50 if (!initialized)
59 if (!initialized)
74 if (!initialized)
  /external/python/cpython3/Python/
thread_foobar.h 19 if (!initialized)
27 if (!initialized)
35 if (!initialized)
47 if (!initialized)
  /external/tensorflow/tensorflow/core/kernels/
mfcc.cc 38 bool initialized = mel_filterbank_.Initialize( local
41 initialized &=
43 initialized_ = initialized;
44 return initialized;
50 LOG(ERROR) << "Mfcc not initialized.";
  /libcore/ojluni/src/main/java/java/security/
AlgorithmParameters.java 43 * initialized via a call to {@code init}, using an appropriate parameter
181 // Has this object been initialized?
182 private boolean initialized = false; field in class:AlgorithmParameters
220 * <p> The returned parameter object must be initialized via a call to
262 * <p>The returned parameter object must be initialized via a call to
311 * <p>The returned parameter object must be initialized via a call to
367 * object, or if this parameter object has already been initialized.
372 if (this.initialized)
373 throw new InvalidParameterSpecException("already initialized");
375 this.initialized = true
    [all...]
  /external/guice/core/src/com/google/inject/internal/
DelegatingInvocationHandler.java 28 private volatile boolean initialized; field in class:DelegatingInvocationHandler
36 Preconditions.checkState(initialized,
44 + " proxying is initialized to null."
62 initialized = true;
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.c 74 static boolean initialized = FALSE; local
75 if (!initialized) {
78 initialized = TRUE;
  /external/mesa3d/src/mesa/main/
remap.c 98 * The remap table needs to be initialized before calling the
104 static bool initialized = false; local
107 if (initialized)
109 initialized = true;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ImageUtil.java 12 private static boolean initialized; field in class:ImageUtil
15 if (!initialized) {
19 initialized = true;
  /libcore/ojluni/src/main/java/javax/crypto/
ExemptionMechanism.java 67 private boolean initialized = false; field in class:ExemptionMechanism
283 * wrong state (e.g., has not yet been initialized)
286 if (!initialized) {
288 "ExemptionMechanism not initialized");
317 initialized = false;
321 initialized = true;
349 initialized = false;
353 initialized = true;
381 initialized = false;
385 initialized = true
    [all...]
  /external/dhcpcd-6.8.2/
dev.h 33 int (*initialized)(const char *); member in struct:dev
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
TcpConnection.java 36 private boolean initialized; field in class:TcpConnection
41 this.initialized = false;
48 this.initialized = true;
73 * Dumps the current execution data if the connection is already initialized
81 if (initialized && !socket.isClosed()) {
  /external/mesa3d/src/glx/apple/
apple_glx.c 43 static bool initialized = false; variable
49 if (!initialized) {
109 if (initialized)
123 initialized = true;
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
StaticInitializerTest.java 48 assertFalse(ShadowClassWithStaticInitializerOverride.initialized);
50 assertTrue(ShadowClassWithStaticInitializerOverride.initialized);
62 public static boolean initialized = false; field in class:StaticInitializerTest.ShadowClassWithStaticInitializerOverride
66 initialized = true;
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_dtmf_tone_generator.h 30 MOCK_CONST_METHOD0(initialized,
  /external/valgrind/drd/tests/
pth_uninitialized_cond.stderr.exp 2 Statically initialized condition variable.
4 condition variable has not been initialized: cond 0x........
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 138 * return Returns true if initialized, false otherwise.
140 bool isInitialized() { return initialized; }
187 bool initialized; member in class:Mosaic
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
LockInterface.java 30 * @return 0, as short, if initialized, or a non-zero error
33 short initialized(); method in interface:LockInterface

Completed in 1076 milliseconds

1 2 3 4 5 6 7 8 91011>>