OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialization
(Results
376 - 400
of
5591
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h
74
//
initialization
(e.g. ld.so dynamic loading of manifest files) is
93
// Finish hooking interfaces up, after low-level
initialization
is
99
// init_done reverse RPC to tell us that low-level
initialization
100
// such as ld.so processing is done. That
initialization
requires
107
// Blocks until the helper module signals
initialization
is done.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioTrackTest.java
267
//--------
initialization
--------------
300
//Test case 1: getPlaybackHeadPosition() at 0 after
initialization
311
//--------
initialization
--------------
332
//--------
initialization
--------------
360
//--------
initialization
--------------
390
//--------
initialization
--------------
421
//--------
initialization
--------------
456
//--------
initialization
--------------
482
//--------
initialization
--------------
508
//--------
initialization
-------------
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp
1
//== ObjCSelfInitChecker.cpp - Checker for 'self'
initialization
-*- C++ -*--=//
11
// 'self' before proper
initialization
.
15
// This checks
initialization
methods to verify that they assign 'self' to the
16
// result of an
initialization
call (e.g. [super init], or [self initWith..])
31
// when the
initialization
fails.
169
// When encountering a message that does
initialization
(init rule),
194
// (like its class) or doing "invalidation" on self when the
initialization
228
// subclass's common
initialization
bits into a static function that receives
251
// assume that the functions are going to continue
initialization
or will not
/external/bluetooth/bluedroid/hci/include/
bt_vendor_lib.h
46
* Perform any vendor specific
initialization
or configuration
47
* on the BT Controller. This is called before stack
initialization
.
54
* specific
initialization
once it has been done.
60
* This is called after stack
initialization
.
73
* This is called before stack
initialization
.
219
/* vendor
initialization
/configuration callback */
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.h
23
// Utility struct for holding
initialization
options.
150
// Called to perform
initialization
of the syncapi on behalf of
159
//
initialization
and authentication).
248
// Invoked when
initialization
of syncapi is complete and we can start
258
// tells us it completed
initialization
.
287
// Temporary holder of sync manager's
initialization
results. Set by
/external/clang/test/Sema/
array-init.c
207
struct {int a; int b[];} t6 = {1, {1, 2, 3}}; // expected-warning{{flexible array
initialization
is a GNU extension}} \
276
int a1[5] = (int[]){1, 2, 3, 4, 5}; // expected-warning{{
initialization
of an array of type 'int [5]' from a compound literal of type 'int [5]' is a GNU extension}}
277
int a2[5] = (int[5]){1, 2, 3, 4, 5}; // expected-warning{{
initialization
of an array of type 'int [5]' from a compound literal of type 'int [5]' is a GNU extension}}
278
int a3[] = ((int[]){1, 2, 3, 4, 5}); // expected-warning{{
initialization
of an array of type 'int []' from a compound literal of type 'int [5]' is a GNU extension}}
279
int a4[] = (int[5]){1, 2, 3, 4, 5}; // expected-warning{{
initialization
of an array of type 'int []' from a compound literal of type 'int [5]' is a GNU extension}}
280
int a5[] = (int5){1, 2, 3, 4, 5}; // expected-warning{{
initialization
of an array of type 'int []' from a compound literal of type 'int5' (aka 'int [5]') is a GNU extension}}
/external/bison/lib/glthread/
lock.h
29
Initialization
: gl_lock_init (name);
32
De-
initialization
: gl_lock_destroy (name);
34
Initialization
: err = glthread_lock_init (&name);
37
De-
initialization
: err = glthread_lock_destroy (&name);
43
Initialization
: gl_rwlock_init (name);
47
De-
initialization
: gl_rwlock_destroy (name);
49
Initialization
: err = glthread_rwlock_init (&name);
53
De-
initialization
: err = glthread_rwlock_destroy (&name);
59
Initialization
: gl_recursive_lock_init (name);
62
De-
initialization
: gl_recursive_lock_destroy (name)
[
all
...]
/external/clang/test/OpenMP/
parallel_for_loop_messages.cpp
60
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
65
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
70
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
76
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
81
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
284
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
360
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
364
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
368
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
372
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}
[
all
...]
simd_loop_messages.cpp
51
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
56
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
61
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
67
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
72
// expected-error@+2 {{
initialization
clause of OpenMP for loop must be of the form 'var = init' or 'T var = init'}}
278
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
353
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
357
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
361
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}}
365
// expected-warning@+2 {{
initialization
clause of OpenMP for loop is not in canonical form ('var = init' or 'T var = init')}
[
all
...]
/development/perftests/panorama/feature_mos/src/mosaic/
MatrixUtils.h
39
* Constructor with identity
initialization
97
* Constructor with identity
initialization
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
IvParameterSpecTest.java
42
* array and that input array is copied during
initialization
.
62
* array and that input array is copied during
initialization
.
/external/bluetooth/bluedroid/bta/include/
bta_ag_co.h
42
**
initialization
purposes.
85
** up data paths or perform any required
initialization
or
/external/chromium_org/base/prefs/
testing_pref_store.h
45
// Marks the store as having completed
initialization
.
96
// Whether
initialization
has been completed.
/external/chromium_org/chrome/browser/chromeos/login/screens/
base_screen.h
24
// method called just once. However if
initialization
is too expensive, screen
47
// Called to perform
initialization
of the screen. UI is guaranteed to exist
/external/chromium_org/chrome/browser/history/
in_memory_history_backend.h
57
// Does
initialization
work when this object is attached to the history
97
//
initialization
.
/external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store.h
29
// * The unified
initialization
success,
initialization
completion, and
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_host.js
32
* Do all host-platform-specific
initialization
.
39
* Used to reinitialize ChromeVox if
initialization
fails.
/external/chromium_org/chrome/browser/resources/options/
pref_ui.js
57
*
Initialization
function for the cr.ui framework.
174
*
Initialization
function for the cr.ui framework.
226
*
Initialization
function for the cr.ui framework.
256
*
Initialization
function for the cr.ui framework.
309
*
Initialization
function for the cr.ui framework.
465
*
Initialization
function for the cr.ui framework.
515
*
Initialization
function for the cr.ui framework.
545
*
Initialization
function for the cr.ui framework.
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_initializer.h
48
// The
initialization
sequence is:
55
// Note that if the
initialization
is interrupted by the browser restart or
/external/chromium_org/chrome/renderer/media/
cast_session_delegate.h
61
// Must be called before
initialization
of audio or video.
89
// Callback with the result of the
initialization
.
/external/chromium_org/components/webdata/common/
web_data_service_backend.h
102
// them. Their
initialization
is in whatever factory creates
115
// State of database
initialization
. Used to prevent the executing of tasks
/external/chromium_org/content/public/browser/
browser_main_parts.h
28
// loop and ending with
initialization
of the main thread; platform-specific
63
// Allows an embedder to do any extra toolkit
initialization
.
/external/chromium_org/content/public/common/
zygote_fork_delegate_linux.h
25
//
initialization
, and provides "fork()" functionality as an
30
//
Initialization
happens in the zygote after it has been
/external/chromium_org/media/midi/
midi_manager.cc
65
// dependent
initialization
is finished.
69
// Platform dependent
initialization
was already finished for previously
/external/chromium_org/net/cert/
test_root_certs.h
48
// Returns true if an instance exists, without forcing an
initialization
.
101
// Performs platform-dependent
initialization
.
Completed in 581 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>