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

<<21222324252627282930>>

  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 151 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.");
163 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.");
172 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.");
179 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.");
221 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.");
237 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.");
250 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.");
263 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.");
275 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.");
287 eigen_assert(m_isInitialized && "FullPivHouseholderQR is not initialized.")
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
CipherSpi.java 159 * The cipher will be initialized for the specified operation (one of:
169 * When a cipher instance is initialized by a call to any of the {@code
174 * the operation this cipher instance should be initialized for
192 * The cipher will be initialized for the specified operation (one of:
201 * When a cipher instance is initialized by a call to any of the {@code
206 * the operation this cipher instance should be initialized for
230 * The cipher will be initialized for the specified operation (one of:
239 * When a cipher instance is initialized by a call to any of the {@code
244 * the operation this cipher instance should be initialized for
277 * if this cipher instance is not initialized for encryption o
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.h 72 // Contains state associated with, initialized and cleaned up on, and
257 // Global state must be initialized on the IO thread, then this
263 // after global state has been initialized on the IO thread, and
264 // SystemRequestContext state has been initialized on the UI thread.
334 // These member variables are initialized in Init() and do not change for the
361 // These member variables are initialized by a task posted to the IO thread,
  /external/chromium_org/printing/backend/
win_helper.cc 124 static bool initialized = InitImpl(); local
125 return initialized;
282 static bool initialized = InitImpl(); local
283 return initialized;
393 if (!xps_initializer.initialized()) {
459 if (!xps_initializer.initialized())
  /external/chromium_org/third_party/libvpx/source/libvpx/
usage.dox 35 Most operations require an initialized codec context. Codec context
73 initialized in different modes. Most notably, the application may choose to
100 that vpx_codec_error() returns the error state from an initialized context,
146 To use a decoder in XMA mode, the decoder \ref MUST be initialized with the
155 Once the decoder instance has been initialized and the stream information
158 The iterator value should be initialized to NULL to request the first
  /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/jsilver/src/com/google/streamhtmlparser/
HtmlParserFactory.java 124 * Returns an {@code HtmlParser} object initialized with the
182 * value. It becomes equivalent to a parser initialized in the
188 * @return an {@code HtmlParser} initialized in the given attribute type
268 // To support a parser that is initialized within a URL parameter
294 * Throws an {@link AssertionError} if the class was not initialized
297 * static initialized, which can only happen due to an error during
  /external/libvpx/libvpx/
usage.dox 35 Most operations require an initialized codec context. Codec context
73 initialized in different modes. Most notably, the application may choose to
100 that vpx_codec_error() returns the error state from an initialized context,
146 To use a decoder in XMA mode, the decoder \ref MUST be initialized with the
155 Once the decoder instance has been initialized and the stream information
158 The iterator value should be initialized to NULL to request the first
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
usage.dox 35 Most operations require an initialized codec context. Codec context
73 initialized in different modes. Most notably, the application may choose to
100 that vpx_codec_error() returns the error state from an initialized context,
146 To use a decoder in XMA mode, the decoder \ref MUST be initialized with the
155 Once the decoder instance has been initialized and the stream information
158 The iterator value should be initialized to NULL to request the first
  /hardware/ti/omap3/dspbridge/inc/
DSPProcessor.h 151 * PROC Initialized.
173 * PROC Initialized.
257 * PROC Initialized.
307 * PROC Initialized.
330 * PROC Initialized.
352 * PROC Initialized.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPProcessor.h 151 * PROC Initialized.
173 * PROC Initialized.
257 * PROC Initialized.
307 * PROC Initialized.
330 * PROC Initialized.
352 * PROC Initialized.
  /libcore/luni/src/main/java/java/security/
SignatureSpi.java 86 * if this {@code SignatureSpi} instance is not initialized
102 * if this {@code SignatureSpi} instance is not initialized
156 * if this {@code SignatureSpi} instance is not initialized
177 * if this {@code SignatureSpi} instance is not initialized
214 * if this {@code SignatureSpi} instance is not initialized
238 * if this {@code SignatureSpi} instance is not initialized
  /external/chromium_org/third_party/openmax_dl/dl/sp/api/
omxSP.h 264 * and de-allocation. The filter memory elements are initialized to
334 * and de-allocation. The filter memory elements are initialized to
402 * and de-allocation. The filter memory elements are initialized to
474 * and de-allocation. The filter memory elements are initialized to
544 * and de-allocation. The filter memory elements are initialized to
608 * and de-allocation. The filter memory elements are initialized to
670 * and de-allocation. The filter memory elements are initialized to
736 * and de-allocation. The filter memory elements are initialized to
805 * deallocation. The filter memory elements are initialized to zero
870 * deallocation. The filter memory elements are initialized to zero
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 122 * if the same new-instance instruction is again executed before the instance is initialized
131 * if the same new-instance instruction is again executed before the instance is initialized
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp 42 // client API. functions pointers will get initialized through
61 // This function initialized each entry in the s_client_extensions
  /device/moto/shamu/dataservices/rmnetctl/inc/
librmnetctl_hndl.h 48 * process id, the transaction id which is initialized to 0 for each new
49 * initialized handle and the netlink file descriptor for this handle.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 96 // test: IOException if not initialized
100 fail("should not get encoded from un-initialized instance");
132 // test: IOException if not initialized
136 fail("should not get encoded from un-initialized instance");
211 // test: InvalidParameterSpecException if not initialized
305 // test: InvalidParameterSpecException if already initialized
373 // test: IOException if already initialized
444 // test: IOException if already initialized
  /external/bluetooth/bluedroid/btif/src/
btif_sock.c 79 BTIF_TRACE_DEBUG("btsock successfully initialized");
83 else BTIF_TRACE_ERROR("btsock interface already initialized");
  /external/chromium_org/base/
atomicops_internals_x86_gcc.cc 39 // if we haven't been initialized yet, we're probably single threaded, and our
93 // A global to get use initialized on startup via static initialization :/
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_manager.h 120 // Flag that indicates if JS counterpart is fully initialized.
124 // counterpart is fully initialized.
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_browsertest.cc 23 // it's initialized.
108 LOG(WARNING) << "State store already initialized; test guaranteed to pass.";
  /external/chromium_org/content/browser/
safe_util_win.cc 61 // The thread must have COM initialized.
65 // Windows installation, or the thread does not have COM initialized. Try to
  /external/chromium_org/content/public/app/
content_main_delegate.h 41 // has been initialized.
54 // can allocate an IO port for it before the sandbox is initialized. Embedders
  /external/chromium_org/content/public/common/
sandbox_init.h 32 // Returns true if the sandbox was initialized succesfully, false if an error
76 // Returns true if the sandbox was initialized succesfully, false if an error
  /external/chromium_org/crypto/
openssl_util.h 84 // Initialize OpenSSL if it isn't already initialized. This must be called
87 // This function is thread-safe, and OpenSSL will only ever be initialized once.

Completed in 756 milliseconds

<<21222324252627282930>>