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

<<11121314151617181920>>

  /external/chromium_org/ppapi/api/private/
ppp_content_decryptor_private.idl 50 * initialization data.
147 * <code>decoder_config</code>, and returns the result of the initialization
155 * associate the result with a audio decoder initialization request.
169 * <code>decoder_config</code>, and returns the result of the initialization
177 * associate the result with a video decoder initialization request.
192 * state. The decoder can be re-initialized after de-initialization completes
196 * De-initialization completion is reported to the browser using the
  /external/chromium_org/ppapi/c/private/
ppp_content_decryptor_private.h 70 * initialization data.
157 * <code>decoder_config</code>, and returns the result of the initialization
166 * associate the result with a audio decoder initialization request.
179 * <code>decoder_config</code>, and returns the result of the initialization
187 * associate the result with a video decoder initialization request.
201 * state. The decoder can be re-initialized after de-initialization completes
205 * De-initialization completion is reported to the browser using the
  /external/chromium_org/third_party/libvpx/source/libvpx/
usage.dox 37 video must be known at initialization time. See #vpx_codec_ctx_t for further
69 \section usage_init Initialization
71 and interface structures are passed to an initialization function. Depending
79 initialization time to ensure the application is using a header file that
82 #VPX_DECODER_ABI_VERSION. For convenience, each initialization function has
84 named like the initialization methods, but without the _ver suffix.
87 The available initialization methods are:
  /external/libvpx/libvpx/
usage.dox 37 video must be known at initialization time. See #vpx_codec_ctx_t for further
69 \section usage_init Initialization
71 and interface structures are passed to an initialization function. Depending
79 initialization time to ensure the application is using a header file that
82 #VPX_DECODER_ABI_VERSION. For convenience, each initialization function has
84 named like the initialization methods, but without the _ver suffix.
87 The available initialization methods are:
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamRequest.java 53 /* the bytestream initialization request */
95 * @param bytestreamRequest the SOCKS5 Bytestream initialization packet
161 * Returns the sender of the SOCKS5 Bytestream initialization request.
163 * @return the sender of the SOCKS5 Bytestream initialization request.
170 * Returns the session ID of the SOCKS5 Bytestream initialization request.
172 * @return the session ID of the SOCKS5 Bytestream initialization request.
179 * Accepts the SOCKS5 Bytestream initialization request and returns the socket to send/receive
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
usage.dox 37 video must be known at initialization time. See #vpx_codec_ctx_t for further
69 \section usage_init Initialization
71 and interface structures are passed to an initialization function. Depending
79 initialization time to ensure the application is using a header file that
82 #VPX_DECODER_ABI_VERSION. For convenience, each initialization function has
84 named like the initialization methods, but without the _ver suffix.
87 The available initialization methods are:
  /external/clang/test/Analysis/
dead-stores.c 207 // PR 3514: false positive `dead initialization` warning for init to global
403 int shouldLog = (argc > 1); // expected-warning{{Value stored to 'shouldLog' during its initialization is never read}} expected-warning{{unused variable 'shouldLog'}}
413 int z = x + y; // expected-warning{{Value stored to 'z' during its initialization is never read}} expected-warning{{unused variable 'z'}}
554 int x1 = (getInt(), getInt()); // expected-warning {{Value stored to 'x1' during its initialization is never read}} // expected-warning{{unused variable 'x1'}}
555 int x2 = (getInt(), getInt(), getInt()); //expected-warning{{Value stored to 'x2' during its initialization is never read}} // expected-warning{{unused variable 'x2'}}
561 int x6 = (getInt(), (y = getInt())); //expected-warning {{Value stored to 'x6' during its initialization is never read}} // expected-warning{{unused variable 'x6'}}
562 int x7 = 0, x8 = getInt(); //expected-warning {{Value stored to 'x8' during its initialization is never read}} // expected-warning{{unused variable 'x8'}} // expected-warning{{unused variable 'x7'}}
563 int x9 = getInt(), x10 = 0; //expected-warning {{Value stored to 'x9' during its initialization is never read}} // expected-warning{{unused variable 'x9'}} // expected-warning{{unused variable 'x10'}}
564 int m = getInt(), mm, mmm; //expected-warning {{Value stored to 'm' during its initialization is never read}} // expected-warning{{unused variable 'm'}} // expected-warning{{unused variable 'mm'}} // expected-warning{{unused variable 'mmm'}}
565 int n, nn = getInt(); //expected-warning {{Value stored to 'nn' during its initialization is never read}} // expected-warning{{unused variable 'n'}} // expected-warning{{unused variable 'n (…)
    [all...]
  /external/chromium_org/media/base/
stream_parser.h 68 // Indicates completion of parser initialization.
69 // success - True if initialization was successful.
70 // params - Stream parameters, in case of successful initialization.
106 // First parameter - The type of the initialization data associated with the
108 // Second parameter - The initialization data associated with the stream.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.h 72 // initialization (e.g. ld.so dynamic loading of manifest files) is
92 // Finish hooking interfaces up, after low-level initialization is
98 // init_done reverse RPC to tell us that low-level initialization
99 // such as ld.so processing is done. That initialization requires
106 // 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 22 // Utility struct for holding initialization options.
151 // Called to perform initialization of the syncapi on behalf of
160 // initialization and authentication).
259 // Invoked when initialization of syncapi is complete and we can start
269 // tells us it completed initialization.
301 // 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 23 // method called just once. However if initialization is too expensive, screen
46 // 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
94 // 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/profiles/
off_the_record_profile_io_data.h 38 // (which should be deleted after lazy initialization).
49 // safely be used during initialization.

Completed in 768 milliseconds

<<11121314151617181920>>