HomeSort by relevance Sort by last modified time
    Searched full:initialization (Results 51 - 75 of 5503) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bison/build-aux/
darwin11.4.0.valgrind 19 Mac OS X initialization
27 Mac OS X initialization
35 Mac OS X initialization
  /libcore/luni/src/main/java/javax/crypto/spec/
RC2ParameterSpec.java 46 * effective key length (in bits) and <i>initialization vector</i>.
48 * The size of the <i>initialization vector</i> must be at least 8 bytes
54 * the initialization vector.
56 * if the initialization vector is null or shorter than 8 bytes.
72 * effective key length (in bits) and <i>initialization vector<i>.
74 * The size of the <i>initialization vector</i> starting at
81 * the initialization vector.
83 * the offset in the initialization vector to start at.
85 * if the initialization vector is null or starting at
110 * Returns a copy of the initialization vector
    [all...]
IvParameterSpec.java 28 * The algorithm parameter specification for an <i>initialization vector</i>.
36 * the specified buffer <i>iv</i> used as <i>initialization vector</i>.
39 * the buffer used as initialization vector.
73 * Returns a copy of the <i>initialization vector</i> data.
75 * @return a copy of the initialization vector data.
RC5ParameterSpec.java 54 * version, round count, word size (in bits) and an <i>initialization
57 * The size of the <i>initialization vector</i> must be at least
68 * the initialization vector.
70 * if the initialization vector is null or shorter than <code>2
89 * version, round count, wordSize (in bits), an <i>initialization vector</i>
92 * The size of the <i>initialization vector</i> must be at least
103 * the initialization vector.
105 * the offset in the initialization vector.
107 * if the initialization vector is null of shorter than
157 * Returns a copy of the initialization vector
    [all...]
  /bionic/libc/bionic/
pthread_once.cpp 44 // bit 0 set -> initialization is under way
45 // bit 1 set -> initialization is complete
50 // stores performed by the initialization function are observable on
80 // We got there first, we can jump out of the loop to handle the initialization.
84 // Another thread is running the initialization and hasn't completed
89 // Call the initialization function.
92 // Do a store_release indicating that initialization is complete.
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p1-0x.cpp 22 NonAggr1a na1a = { 42 }; // expected-error {{no matching constructor for initialization of 'NonAggr1a'}}
28 NonAggr1b na1b = { 42 }; // expected-error {{no matching constructor for initialization of 'NonAggr1b'}}
37 // expected-error@-2 {{no matching constructor for initialization of 'NonAggr2'}}
46 NonAggr3 na3 = { 42 }; // expected-error {{no matching constructor for initialization of 'NonAggr3'}}
53 NonAggr4 na4 = { 42 }; // expected-error {{no matching constructor for initialization of 'NonAggr4'}}
58 NonAggr5 na5 = { b }; // expected-error {{no matching constructor for initialization of 'NonAggr5'}}
69 NonAggr6 na6 = { 42 }; // expected-error {{no matching constructor for initialization of 'NonAggr6'}}
  /external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h 73 /** Result of preload initialization */
79 /** Result of postload initialization */
111 /* preload initialization callback */
114 /* postload initialization callback */
181 /** Called prior to stack initialization */
184 /** Called post stack initialization */
  /external/chromium_org/media/base/
media.cc 17 // Platform specific initialization method.
44 // Perform initialization of libraries which require runtime CPU detection.
77 // Force initialization of the media initializer, but don't call Initialize().
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTest.cc 39 // CWinTestApp initialization
55 // Standard initialization
58 // the specific initialization routines you do not need
  /external/clang/test/CodeGenCXX/
ms-integer-static-data-members.cpp 28 // Inline initialization.
31 // Out-of-line initialization.
34 // No initialization.
  /external/jemalloc/test/src/
test.c 70 * Make sure initialization occurs prior to running tests. Tests are
72 * initialization as a side effect of calling into the public API. This
77 malloc_printf("Initialization error");
  /external/jpeg/
jcinit.c 8 * This file contains initialization logic for the JPEG compressor.
10 * making an initialization call to each one.
26 * which modules will be used and give them appropriate initialization calls.
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcinit.c 9 * This file contains initialization logic for the JPEG compressor.
11 * making an initialization call to each one.
27 * which modules will be used and give them appropriate initialization calls.
  /external/qemu/distrib/jpeg-6b/
jcinit.c 8 * This file contains initialization logic for the JPEG compressor.
10 * making an initialization call to each one.
26 * which modules will be used and give them appropriate initialization calls.
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomApp.java 57 // Note: This style of initialization mimics what will be performed once Telecom is
59 // to run in the system service. The emphasis is on ensuring that initialization of all
60 // telecom classes happens in one place without relying on Singleton initialization.
  /external/chromium_org/chrome/browser/
chrome_elf_init_win.h 12 // Prepare any initialization code for Chrome Elf's setup (This will generally
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.h 17 // initialization process. There is an initial delay to avoid contention when
19 // destroy itself when the initialization succeeds or fails.
66 // Used as a callback to indicate whether the offline initialization
70 // Called when timed out waiting for offline initialization to complete.
  /external/chromium_org/chrome/browser/guest_view/
guest_view_constants.cc 15 // Initialization parameters.
guest_view_constants.h 18 // Initialization parameters.
  /external/chromium_org/chrome/browser/resources/options/
geolocation_options.js 10 * Handles initialization of the geolocation options.
  /external/chromium_org/chrome/common/extensions/api/
first_run_private.json 17 "description": "Gets translated strings and initialization data.",
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
LibraryLoader.java 22 Log.i(TAG, "libcronet initialization success.");
  /external/chromium_org/content/browser/android/
content_startup_flags.h 14 // initialization to make sure code sees the new flags.
  /external/chromium_org/content/public/plugin/
content_plugin_client.h 18 // Called to perform any per-process initialization necessary before
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_main.h 28 * 'main' function on its own thread once initialization is complete.

Completed in 1011 milliseconds

1 23 4 5 6 7 8 91011>>