OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initializing
(Results
101 - 125
of
1570
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/v8/test/webkit/
const-without-initializer-expected.txt
24
Tests that declaring a const variable without
initializing
has the correct behavior and does not crash
/external/clang/test/PCH/
types.c
70
typeof_17 t17_2 = (struct S){1, 2}; // expected-error{{
initializing
'typeof_17' (aka 'int') with an expression of incompatible type 'struct S'}}
/external/clang/test/Sema/
compound-literal.c
14
static long *p3 = (long []){2,"x"}; // expected-warning {{incompatible pointer to integer conversion
initializing
'long' with an expression of type 'char [2]'}}
/external/clang/test/SemaCXX/
block-call.cpp
16
const int (^CIC) () = IFP; // OK -
initializing
'const int (^)()' with an expression of type 'int (^)()'}}
warn-dangling-field.cpp
16
y(&i) {} // expected-warning {{
initializing
pointer member 'y' with the stack address of parameter 'i'}}
/external/clang/test/SemaObjCXX/
related-result-type-inference.mm
68
NSMutableArray *marr = [arr retain]; // expected-warning{{incompatible pointer types
initializing
'NSMutableArray *' with an expression of type 'NSArray *'}}
/external/libogg/doc/libogg/
ogg_stream_init.html
36
<dd>Pointer to the ogg_stream_state struct that we will be
initializing
.</dd>
/external/oprofile/module/
op_util.c
44
* This is used when
initializing
the contents of the
/libcore/libdvm/src/main/java/java/lang/
VMThread.java
65
Thread.State.NEW, //
INITIALIZING
/libcore/luni/src/main/java/javax/net/ssl/
KeyManagerFactorySpi.java
46
* if
initializing
this instance fails.
/packages/apps/VoiceDialer/res/layout/
voice_dialing.xml
32
android:text="@string/
initializing
" />
/external/clang/test/Modules/
objc-categories.m
46
id<P1> p1 = foo; // expected-warning{{
initializing
'id<P1>' with an expression of incompatible type 'Foo *'}}
47
id<P2> p2 = foo; // expected-warning{{
initializing
'id<P2>' with an expression of incompatible type 'Foo *'}}
71
id<P2> p2 = foo; // expected-warning{{
initializing
'id<P2>' with an expression of incompatible type 'Foo *'}}
/external/chromium_org/net/http/
http_server_properties_impl_unittest.cc
42
// Check by
initializing
NULL spdy servers.
46
// Check by
initializing
empty spdy servers.
51
// Check by
initializing
with www.google.com:443 spdy server.
57
// Check by
initializing
with www.google.com:443 and docs.google.com:443 spdy
281
// Check by
initializing
empty spdy settings.
286
// Check by
initializing
with www.google.com:443 spdy server settings.
/art/test/051-thread/src/
Main.java
24
System.out.println("
Initializing
System.out...");
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraTestThread.java
32
// Timeout for
initializing
looper and opening camera in Milliseconds.
/dalvik/tests/051-thread/src/
Main.java
24
System.out.println("
Initializing
System.out...");
/external/chromium/chrome/browser/chromeos/cros/
cros_mock.h
25
// Class for
initializing
mocks for some parts of CrosLibrary. Once you mock
/external/chromium/chrome/browser/chromeos/login/
take_photo_view.h
47
// If in capturing mode, shows that camera is
initializing
by running
user_image_view.h
58
// If in capturing mode, shows that camera is
initializing
by running
/external/chromium/chrome/browser/printing/
print_dialog_gtk.h
74
// Helper function for
initializing
|context_|'s PrintSettings with a given
/external/chromium/testing/gmock/src/
gmock_main.cc
50
// also responsible for
initializing
Google Test. Therefore there's
/external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.h
25
// given callback. This function is asynchronous as
initializing
/external/chromium_org/chrome/browser/printing/
print_dialog_gtk.h
69
// Helper function for
initializing
|context_|'s PrintSettings with a given
/external/chromium_org/chrome/browser/ui/
crypto_module_delegate_nss.cc
102
//
initializing
the slot handle is unnecessary.
/external/chromium_org/chrome/installer/util/
registry_key_backup_unittest.cc
41
// Test that
initializing
a backup with a non-existent key works, and that
Completed in 1824 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>