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

1 2 3 4 5 6 7 8 91011>>

  /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)
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)
  /libcore/ojluni/src/main/java/java/security/
AlgorithmParameters.java 41 * initialized via a call to {@code init}, using an appropriate parameter
175 // Has this object been initialized?
176 private boolean initialized = false; field in class:AlgorithmParameters
214 * <p> The returned parameter object must be initialized via a call to
256 * <p>The returned parameter object must be initialized via a call to
303 * <p>The returned parameter object must be initialized via a call to
357 * object, or if this parameter object has already been initialized.
362 if (this.initialized)
363 throw new InvalidParameterSpecException("already initialized");
365 this.initialized = true
    [all...]
SecureClassLoader.java 45 * succeed. Otherwise the object is not initialized and the object is
48 private final boolean initialized; field in class:SecureClassLoader
82 initialized = true;
105 initialized = true;
219 * Check to make sure the class loader has been initialized.
222 if (!initialized) {
223 throw new SecurityException("ClassLoader object not initialized");
  /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;
  /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/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
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.h 34 virtual bool initialized() const;
44 bool initialized_; // True if generator is initialized properly.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17588.go 9 // is not initialized in typecheckfunc(). This test
18 fn(nil) // If Decldepth is not initialized properly, typecheckclosure() Fatals here.

Completed in 716 milliseconds

1 2 3 4 5 6 7 8 91011>>