/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbg.h | 82 * DBG initialized. 94 * TRUE if initialized; FALSE if error occured. 112 * DBG initialized. 131 * DBG initialized.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ThreadLocalRandom.java | 14 * java.lang.Math} class, a {@code ThreadLocalRandom} is initialized 52 boolean initialized; field in class:ThreadLocalRandom 75 initialized = true; 94 if (initialized)
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/ |
TouchPointManager.java | 36 * When a point is initialized, its value is (0,0). Since it is highly unlikely a user will
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 6 to return an initialized unittest.TestSuite instance.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ttk_guionly.py | 15 # Skip test if tk cannot be initialized.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 6 to return an initialized unittest.TestSuite instance.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ttk_guionly.py | 15 # Skip test if tk cannot be initialized.
|
/external/compiler-rt/lib/asan/ |
asan_thread.cc | 56 static bool initialized; local 59 if (!initialized) { 66 initialized = true; 122 // 0 -- not initialized 123 // 1 -- being initialized 124 // ptr -- initialized 144 fake_stack_ = 0; // Will be initialized lazily if needed.
|
/external/llvm/include/llvm/ |
PassSupport.h | 37 static volatile sys::cas_flag initialized = 0; \ 38 sys::cas_flag old_val = sys::CompareAndSwap(&initialized, 1, 0); \ 43 TsanHappensBefore(&initialized); \ 44 initialized = 2; \ 47 sys::cas_flag tmp = initialized; \ 50 tmp = initialized; \ 54 TsanHappensAfter(&initialized);
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
BrowserStartupControllerTest.java | 116 assertEquals("The browser process should have been initialized one time.", 1, 166 assertEquals("The browser process should have been initialized one time.", 1, 211 assertEquals("The browser process should have been initialized one time.", 1, 276 assertEquals("The browser process should have been initialized one time.", 1, 313 assertEquals("The browser process should have been initialized one time.", 1, 372 assertEquals("The browser process should have been initialized one time.", 1, 404 assertEquals("The browser process should have been initialized twice.", 2, 431 assertEquals("The browser process should have been initialized once.", 1, 449 assertEquals("The browser process should not have been initialized a second time.", 1, 479 assertEquals("The browser process should not have been initialized.", 0 [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
drv.h | 266 * DRV Initialized (cRefs > 0 ) 270 * - List of DevObject Created and Initialized. 295 * DRV Initialized (cRegs > 0 ) 309 * Exit the DRV module, freeing any modules initialized in DRV_Init. 323 * DRV Initialized 337 * DRV Initialized 353 * DRV Initialized 375 * DRV Initialized 391 * DRV Initialized 464 * The hardware is initialized. Resource information i [all...] |
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/ |
SkPdfNativeObject.h | 274 // Creates a Boolean object. Assumes and asserts that it was never initialized. 290 // Creates an Integer object. Assumes and asserts that it was never initialized. 298 // Creates a Real object. Assumes and asserts that it was never initialized. 306 // Creates a Null object. Assumes and asserts that it was never initialized. 323 // Creates a Numeric object from a string. Assumes and asserts that it was never initialized. 345 // Creates a Reference object. Assumes and asserts that it was never initialized. 360 // Creates a String object. Assumes and asserts that it was never initialized. 365 // Creates a String object. Assumes and asserts that it was never initialized. 371 // Creates a String object. Assumes and asserts that it was never initialized. 376 // Creates a HexString object. Assumes and asserts that it was never initialized [all...] |
/external/skia/experimental/PdfViewer/pdfparser/native/ |
SkPdfNativeObject.h | 274 // Creates a Boolean object. Assumes and asserts that it was never initialized. 290 // Creates an Integer object. Assumes and asserts that it was never initialized. 298 // Creates a Real object. Assumes and asserts that it was never initialized. 306 // Creates a Null object. Assumes and asserts that it was never initialized. 323 // Creates a Numeric object from a string. Assumes and asserts that it was never initialized. 345 // Creates a Reference object. Assumes and asserts that it was never initialized. 360 // Creates a String object. Assumes and asserts that it was never initialized. 365 // Creates a String object. Assumes and asserts that it was never initialized. 371 // Creates a String object. Assumes and asserts that it was never initialized. 376 // Creates a HexString object. Assumes and asserts that it was never initialized [all...] |
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/ |
bluetooth_low_energy_api.cc | 149 // The adapter must be initialized at this point, but return an error instead 192 // The adapter must be initialized at this point, but return an error instead 229 // The adapter must be initialized at this point, but return an error instead 262 // The adapter must be initialized at this point, but return an error instead 293 // The adapter must be initialized at this point, but return an error instead 330 // The adapter must be initialized at this point, but return an error instead 374 // The adapter must be initialized at this point, but return an error instead 407 // The adapter must be initialized at this point, but return an error instead 443 // The adapter must be initialized at this point, but return an error instead 486 // The adapter must be initialized at this point, but return an error instea [all...] |
/external/chromium_org/content/browser/service_worker/ |
service_worker_storage.cc | 125 DCHECK_EQ(INITIALIZED, state_); 163 DCHECK_EQ(INITIALIZED, state_); 202 DCHECK_EQ(INITIALIZED, state_); 245 DCHECK_EQ(INITIALIZED, state_); 267 DCHECK(state_ == INITIALIZED || state_ == DISABLED); 268 if (state_ != INITIALIZED || !context_) { 301 DCHECK(state_ == INITIALIZED || state_ == DISABLED); 302 if (state_ != INITIALIZED || !context_) { 323 DCHECK(state_ == INITIALIZED || state_ == DISABLED); 324 if (state_ != INITIALIZED || !context_) [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
system-alloc.cc | 165 // ctx, but it is for the "initialized" variable. 169 static bool initialized = false; 170 if (!initialized) { 171 initialized = true; 345 // state) and eventually gets initialized to the specified value. Note 346 // that this code runs for a while before the flags are initialized. 416 // state) and eventually gets initialized to the specified value. Note 417 // that this code runs for a while before the flags are initialized. 418 // Chances are we never get here before the flags are initialized since 479 static bool initialized = false [all...] |
/external/eigen/Eigen/src/LU/ |
FullPivLU.h | 106 eigen_assert(m_isInitialized && "LU is not initialized."); 119 eigen_assert(m_isInitialized && "LU is not initialized."); 134 eigen_assert(m_isInitialized && "LU is not initialized."); 144 eigen_assert(m_isInitialized && "LU is not initialized."); 164 eigen_assert(m_isInitialized && "LU is not initialized."); 190 eigen_assert(m_isInitialized && "LU is not initialized."); 217 eigen_assert(m_isInitialized && "LU is not initialized."); 298 eigen_assert(m_isInitialized && "LU is not initialized."); 314 eigen_assert(m_isInitialized && "LU is not initialized."); 327 eigen_assert(m_isInitialized && "LU is not initialized.") [all...] |
/external/eigen/Eigen/src/QR/ |
ColPivHouseholderQR.h | 144 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized."); 158 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized."); 173 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized."); 182 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized."); 224 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized."); 240 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized."); 253 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized."); 266 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized."); 278 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized."); 291 eigen_assert(m_isInitialized && "ColPivHouseholderQR is not initialized.") [all...] |
/external/chromium_org/net/websockets/ |
websocket_job.cc | 69 state_(INITIALIZED), 91 DCHECK_EQ(state_, INITIALIZED); 98 case INITIALIZED: 195 DCHECK_NE(INITIALIZED, state_); 231 DCHECK_NE(INITIALIZED, state_); 297 DCHECK_NE(INITIALIZED, state_); 308 DCHECK_NE(INITIALIZED, state_); 320 DCHECK_NE(INITIALIZED, state_); 330 DCHECK_NE(INITIALIZED, state_);
|
/external/chromium_org/third_party/icu/source/common/ |
umutex.c | 93 * Windows has no equivalent statically initialized mutex or CRITICAL SECION. 95 * appear to be initialized, a thread will create and initialize a new 208 * The statically initialized global mutex on POSIX platforms does not get added to this 276 U_ASSERT(FALSE); /* This mutex is not initialized. */ 339 /* Mutex is already initialized. 391 if (m == NULL) { /* Mutex not initialized, or already destroyed. */ 440 * even before any other part of ICU is initialized. 452 /* POSIX platforms must have a pre-initialized global mutex 465 * yet initialized - at the end u_cleanup(), and at the end of u_setMutexFunctions, both
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_decoder.h | 119 * is properly initialized. 136 * The decoder algorithm initialized. 164 * \ref MUST be properly initialized, but \ref MAY be 183 * \ref MUST be properly initialized, but \ref MAY be 234 * storage should be initialized to NULL to start the iteration. Iteration is 241 * \param[in,out] iter Iterator storage, initialized to NULL 280 * Decoder context not initialized, or algorithm not capable of 322 * Decoder context not initialized, or algorithm not capable of 362 * Decoder context not initialized, or algorithm not capable of
|
/external/chromium_org/v8/src/ |
contexts.h | 25 // Immutable bindings have two states, initialized and uninitialized, and 28 // initialized. A mutable binding does not need to be checked and thus has 32 // * 'const' declared variables. They are initialized when evaluating the 34 // initialized and thus get the flag IMMUTABLE_CHECK_INITIALIZED. 36 // initialized when entering the function and thus does not need to be 42 // * A 'let' declared variable. They are initialized when evaluating the 44 // initialized and thus get the flag MUTABLE_CHECK_INITIALIZED. 45 // * A 'var' declared variable. It is initialized immediately upon creation 49 // function declarations are initialized immediately and do not need to be
|
/external/libvpx/libvpx/vpx/ |
vpx_decoder.h | 119 * is properly initialized. 136 * The decoder algorithm initialized. 164 * \ref MUST be properly initialized, but \ref MAY be 183 * \ref MUST be properly initialized, but \ref MAY be 234 * storage should be initialized to NULL to start the iteration. Iteration is 241 * \param[in,out] iter Iterator storage, initialized to NULL 280 * Decoder context not initialized, or algorithm not capable of 322 * Decoder context not initialized, or algorithm not capable of 362 * Decoder context not initialized, or algorithm not capable of
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_decoder.h | 119 * is properly initialized. 136 * The decoder algorithm initialized. 164 * \ref MUST be properly initialized, but \ref MAY be 183 * \ref MUST be properly initialized, but \ref MAY be 234 * storage should be initialized to NULL to start the iteration. Iteration is 241 * \param[in,out] iter Iterator storage, initialized to NULL 280 * Decoder context not initialized, or algorithm not capable of 322 * Decoder context not initialized, or algorithm not capable of 362 * Decoder context not initialized, or algorithm not capable of
|
/libcore/luni/src/main/java/java/security/ |
KeyStore.java | 63 // Store KeyStore state (initialized or not) 93 * Throws the standard "keystore not initialized" exception. 96 throw new KeyStoreException("KeyStore was not initialized"); 241 * if this {@code KeyStore} is not initialized. 264 * if this {@code KeyStore} is not initialized. 281 * if this {@code KeyStore} is not initialized. 298 * if this {@code KeyStore} is not initialized. 321 * if this {@code KeyStore} is not initialized. 357 * if this {@code KeyStore} is not initialized or if {@code key} 383 * if this {@code KeyStore} is not initialized, or an existin [all...] |