HomeSort by relevance Sort by last modified time
    Searched full:initialized (Results 801 - 825 of 7519) sorted by null

<<31323334353637383940>>

  /external/pixman/pixman/
pixman-x86.c 206 static pixman_bool_t initialized; local
209 if (!initialized)
212 initialized = TRUE;
  /external/qemu/distrib/sdl-1.2.15/src/
SDL.c 55 /* The initialized subsystems */
166 /* Everything is initialized */
175 /* Shut down requested initialized subsystems */
  /external/srtp/crypto/include/
crypto_kernel.h 63 * insecure - not yet initialized
64 * secure - initialized and passed self-tests
123 * The function crypto_kernel_init() initialized the crypto kernel and
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
RootsOracle.java 67 private boolean initialized; field in class:RootsOracle
82 if (!initialized) {
135 initialized = true;
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcifc.h 84 #define MC_STATUS_NOT_INITIALIZED 0 /**< MobiCore is not yet initialized. FastCall FcInit() has to be used function to set up MobiCore.*/
111 #define MC_EXT_INFO_ID_MC_STATUS 18 /**< MobiCore runtime status: initialized, halted */
124 #define MC_FC_RET_ERR_ALREADY_INITIALIZED 5 /**< MobiCore has already been initialized. */
  /hardware/ti/omap4-aah/libtiutils/
Semaphore.cpp 122 @return BAD_VALUE if the semaphore is not initialized
145 @return BAD_VALUE if the semaphore is not initialized
189 @return BAD_VALUE if the semaphore is not initialized
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 121 @return BAD_VALUE if the semaphore is not initialized
144 @return BAD_VALUE if the semaphore is not initialized
188 @return BAD_VALUE if the semaphore is not initialized
  /libcore/luni/src/main/java/java/security/cert/
CertificateFactorySpi.java 46 * @return an initialized certificate.
98 * @return a {@code CertPath} initialized from the provided data.
129 * @return a {@code CertPath} initialized from the provided data.
  /ndk/sources/cxx-stl/gabi++/src/
one_time_construction.cc 68 /* already initialized - return 0 */
74 // initialized, and bit 9 to indicate that there is another
84 // already being initialized by amother thread,
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 138 * return Returns true if initialized, false otherwise.
140 bool isInitialized() { return initialized; }
193 bool initialized; member in class:Mosaic
  /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
  /sdk/emulator/opengl/shared/emugl/common/
lazy_instance.h 44 // On the second case, gFoo will only be initialized lazily, i.e. the first
49 // gFoo.get() returns a reference to the lazy-initialized object.
68 // zero-initialized at link time.
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.cc 172 bool AudioDeviceIPhone::Initialized() const {
186 _id, " Not initialized");
216 _id, " Not initialized");
404 " Microphone not initialized");
422 " Microphone not initialized");
577 " Playout already initialized");
648 " Recording already initialized");
761 WEBRTC_TRACE(kTraceError, kTraceAudioDevice, _id, " Not initialized");
773 " Playout already initialized");
800 " Recording already initialized - InitPlayOrRecord() not called")
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.h 173 // Shows OOBE/sign in WebUI that was previously initialized in hidden state.
193 // for instance, because cras server is not initialized, playback
260 // If true, WebUI is initialized in a hidden state and shown after the
266 // True if WebUI is initialized in hidden state and we're waiting for
270 // True if WebUI is initialized in hidden state and we're waiting for user
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 135 """Checks if the message is initialized.
138 The method returns True if the message is initialized (i.e. all of its
189 fields in the message are set (i.e. the message is initialized).
192 message.EncodeError if the message isn't initialized.
200 message is initialized.
  /external/chromium_org/v8/src/
math.js 151 var rngstate; // Initialized to a Uint32Array during genesis.
202 var kSamples; // Initialized to a number during genesis.
203 var kIndexConvert; // Initialized to kSamples / (pi/2) during genesis.
204 var kSinTable; // Initialized to a Float64Array during genesis.
205 var kCosXIntervalTable; // Initialized to a Float64Array during genesis.
  /external/eigen/Eigen/src/Core/
Array.h 79 * *this might be resized to match the dimensions of \a other. If *this was a null matrix (not already initialized),
80 * it will be initialized.
157 /** constructs an initialized 2D vector with given coefficients */
161 /** constructs an initialized 3D vector with given coefficients */
170 /** constructs an initialized 4D vector with given coefficients */
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
MINRES.h 47 // VectorType v_old(N); // will be initialized inside loop
51 // VectorType w(N); // will be initialized inside loop
53 // RealScalar beta; // will be initialized inside loop
65 // VectorType p_oold(N); // will be initialized in loop
242 eigen_assert(m_isInitialized && "MINRES is not initialized.");
  /external/protobuf/python/google/protobuf/
message.py 121 """Checks if the message is initialized.
124 The method returns True if the message is initialized (i.e. all of its
175 fields in the message are set (i.e. the message is initialized).
178 message.EncodeError if the message isn't initialized.
186 message is initialized.
  /frameworks/native/include/gui/
Surface.h 197 // It is initialized to null pointers, and gets filled in with the result of
205 // operation. It is initialized to 1.
209 // dequeue operation. It is initialized to 1.
213 // deuque operation. It is initialized to PIXEL_FORMAT_RGBA_8888.
217 // at the next deuque operation. It is initialized to 0.
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 469 DCHECK(initialized());
479 DCHECK(initialized());
497 return initialized() && trans->GetCryptographer() &&
503 if (initialized()) {
512 if (!initialized())
534 DCHECK(initialized());
543 DCHECK(initialized());
555 DCHECK(initialized());
630 CHECK(initialized());
704 if (initialized())
    [all...]
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 122 eigen_assert(m_isInitialized && "LDLT is not initialized.");
129 eigen_assert(m_isInitialized && "LDLT is not initialized.");
137 eigen_assert(m_isInitialized && "LDLT is not initialized.");
144 eigen_assert(m_isInitialized && "LDLT is not initialized.");
151 eigen_assert(m_isInitialized && "LDLT is not initialized.");
165 eigen_assert(m_isInitialized && "LDLT is not initialized.");
188 eigen_assert(m_isInitialized && "LDLT is not initialized.");
217 eigen_assert(m_isInitialized && "LDLT is not initialized.");
233 eigen_assert(m_isInitialized && "LDLT is not initialized.");
549 eigen_assert(m_isInitialized && "LDLT is not initialized.")
    [all...]
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 112 LOGI( "JNIHelper has not been initialized.Call init() to initialize the helper" );
184 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
212 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
256 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
296 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
318 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
360 LOGI( "JNIHelper has not been initialized. Call init() to initialize the helper" );
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 205 static int initialized; local
206 APPL_TRACE_DEBUG("in initialized:%d", initialized);
207 if(!initialized)
209 initialized = 1;
293 APPL_TRACE_ERROR("cmd socket is not created. socket thread may not initialized");
321 APPL_TRACE_ERROR("cmd socket is not created. socket thread may not initialized");
  /external/chromium_org/chrome/app/
image_pre_reader_win.cc 93 // Return a |percentage| of the number of initialized bytes in the given
99 // Note that sections can have their tails implicitly initialized to zero
101 // is padded to the PE page size if the entire section is initialized (i.e.,
104 // Any data after the initialized portion of the section will be soft-faulted
196 // full read if it's not there?) that's initialized by the optimization
279 // full read if it's not there?) that's initialized by the optimization
418 // initialized pages at a stride.

Completed in 542 milliseconds

<<31323334353637383940>>