HomeSort by relevance Sort by last modified time
    Searched full:initialization (Results 926 - 950 of 5500) sorted by null

<<31323334353637383940>>

  /system/bt/bta/include/
bta_pan_co.h 60 ** initialization purposes. The function must return the
75 ** up data paths or perform any required initialization.
  /system/bt/main/
bte_main.c 23 * Description: Contains BTE core stack initialization and shutdown code
95 ** Description BTE MAIN API - Entry point for BTE chip/stack initialization
  /system/update_engine/
real_system_state.h 51 // Constructs all system objects that do not require separate initialization;
56 // Initializes and sets systems objects that require an initialization
  /toolchain/binutils/binutils-2.25/include/
md5.h 107 initialization function update the context for the next LEN bytes
114 initialization function update the context for the next LEN bytes
sha1.h 99 initialization function update the context for the next LEN bytes
106 initialization function update the context for the next LEN bytes
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsNordsieckTransformer.java 139 /** Initialization matrix for the higher order derivatives wrt y'', y''' ... */
140 private final Array2DRowRealMatrix initialization; field in class:AdamsNordsieckTransformer
176 // initialization coefficients, computed from a R matrix = abs(P)
188 initialization = MatrixUtils.bigFractionMatrixToRealMatrix(bigRInverse);
268 return initialization.multiply(new Array2DRowRealMatrix(multistep, false));
  /external/clang/docs/
AddressSanitizer.rst 127 Initialization order checking
130 AddressSanitizer can optionally detect dynamic initialization order problems,
131 when initialization of globals defined in one translation unit uses
215 You may use an ``init`` category to suppress reports about initialization-order
230 # Disable initialization-order checks for globals:
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 210 NFC_HAL_INIT_STATE_IDLE, /* Initialization is done */
225 /* NFC HAL - NFCC config items during post initialization */
377 /* Control block for device initialization */
383 tNFC_HAL_DM_CONFIG next_dm_config; /* next config in post initialization */
428 tNFC_HAL_DEV_CB dev_cb; /* device initialization */
  /frameworks/base/core/java/com/android/server/backup/
AccountSyncSettingsBackupHelper.java 378 * give the enabled adapter the chance to run an initialization sync.
387 * disabled after a restore to run initialization logic when the adapter is later enabled.
391 * initialization sync, while an adapter that the user had off will be off until the user
392 * enables it on this device at which point it will get an initialization sync.
416 0 /* not syncable */ : 2 /* syncable but needs initialization */);
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 45 // This file handles iostream initialization. It is inherently
47 // for controlling order of initialization of nonlocal objects.
48 // Initialization has three parts, which must be performed in the following
60 // objects into an initialization segment that will not
304 // if by any chance we got there before std streams initialization,
  /system/core/fastboot/
udp_test.cpp 65 // Fixture class to test protocol initialization. Usage is to set up the expected calls to the
71 // Run the initialization, return whether it was successful or not. This passes ownership of
87 // Tests a successful protocol initialization with various starting sequence numbers.
99 // Tests continuation packets during initialization.
248 // Tests an invalid initialization response. Max packet size must be at least 512 bytes.
  /external/clang/test/Analysis/
objc-arc.m 119 id x = [NSObject alloc]; // expected-warning {{Value stored to 'x' during its initialization is never read}}
587 // CHECK-NEXT: <string>Value stored to &apos;x&apos; during its initialization is never read</string>
589 // CHECK-NEXT: <string>Value stored to &apos;x&apos; during its initialization is never read</string>
592 // CHECK-NEXT: <key>description</key><string>Value stored to &apos;x&apos; during its initialization is never read</string>
594 // CHECK-NEXT: <key>type</key><string>Dead initialization</string>
648 // CHECK-NEXT: <string>Value stored to &apos;obj1&apos; during its initialization is never read</string>
650 // CHECK-NEXT: <string>Value stored to &apos;obj1&apos; during its initialization is never read</string>
653 // CHECK-NEXT: <key>description</key><string>Value stored to &apos;obj1&apos; during its initialization is never read</string>
655 // CHECK-NEXT: <key>type</key><string>Dead initialization</string>
709 // CHECK-NEXT: <string>Value stored to &apos;obj4&apos; during its initialization is never read</string
    [all...]
  /external/jemalloc/test/src/
SFMT.c 361 * This function represents a function used in the initialization
371 * This function represents a function used in the initialization
479 * unless an initialization is again executed.
533 * For initialization, init_gen_rand or init_by_array must be called
535 * used after calling gen_rand function, without initialization.
569 * For initialization, init_gen_rand or init_by_array must be called
571 * used after calling gen_rand function, without initialization.
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_unittest.cc 119 // Verify initialization.
131 // Verify initialization. This does not guarantee a complete check, since
132 // |last_delay| may be equal to -2 before initialization if done on the fly.
158 // Verify initialization. This does not guarantee a complete check, since
159 // |last_delay| may be equal to -2 before initialization if done on the fly.
391 // For floating point operations, process one frame and verify initialization
407 // For fixed point operations, process one frame and verify initialization
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_main.c 128 * Get Host list and notify SYS on Initialization complete */
463 ** Description Initialization of terminal host in HCI Network is completed
505 ** Description HCI network initialization is completed
559 /* First step in initialization is to open the admin pipe */
586 NFA_TRACE_ERROR0 ("nfa_hci_startup - Failed to Create Logical connection. HCI Initialization/Restore failed");
594 NFA_TRACE_ERROR0 ("nfa_hci_startup - HCI ACCESS Interface not discovered. HCI Initialization/Restore failed");
683 /* First step in initialization/restore is to open the admin pipe */
706 /* Received HCP Packet before timeout, Other Host initialization is not complete */
    [all...]
  /art/sigchainlib/
sigchain.cc 221 // Perform lazy initialization.
257 // Perform lazy initialization.
294 // Perform lazy initialization.
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEKeySpecTest.java 40 * array is copied during the object initialization.
63 * a parameters are copied during the object initialization.
142 * a parameters are copied during the object initialization.
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
audio_AudioBasicBluetoothPlaybackRecord.py 220 # initialization.
267 # caused by Chameleon codec initialization in the beginning of
272 # caused by bluetooth module initialization in the beginning of
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 121 Pre-requisite: This test depends on successful initialization
124 Rationale: The initialization step sets 'pwr_button' to
126 test. Also, if initialization fails, we can reasonably expect
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 160 // initialization vector. Call the results TEMP1.
187 // Encrypt TEMP3 in CBC mode using the KEK and an initialization vector
247 // and an initialization vector (IV) of 0x4adda22c79e82105. Call the output TEMP3.
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 79 U() : a(1), // expected-note {{previous initialization is here}}
113 N() : M(1), // expected-error {{no matching constructor for initialization of 'M'}}
114 m1(100) { } // expected-error {{no matching constructor for initialization of 'M'}}
  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
SslUtil.java 290 * initialization
314 * initialization
338 * initialization
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParserFactory.java 103 " Failed initialization: " + e.getMessage();
126 * a more precise initialization with the desired Mode.
304 throw new AssertionError("HtmlParserFactory failed initialization.");
  /external/libjpeg-turbo/
jpegint.h 304 /* Compression module initialization routines */
321 /* Decompression module initialization routines */
340 /* Memory manager initialization */
  /external/opencv3/3rdparty/libjpeg/
jpegint.h 359 /* Compression module initialization routines */
375 /* Decompression module initialization routines */
393 /* Memory manager initialization */

Completed in 2230 milliseconds

<<31323334353637383940>>