OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initialize
(Results
1301 - 1325
of
12265
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/autotest/client/tests/kvm/deps/
whql_delete_machine_15.cs
29
//
Initialize
DeviceScript and connect to data store
/external/autotest/client/tests/tbench/
tbench.py
8
def
initialize
(self):
member in class:tbench
/external/autotest/server/control_segments/
cleanup
20
host = hosts.create_host(machine,
initialize
=False, auto_monitor=False,
/external/autotest/server/samples/
profilertest.srv
3
ssh_hosts = [hosts.create_host(m,
initialize
=False) for m in machines]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyPairGeneratorSpi.java
84
public void
initialize
(
method in class:KeyPairGeneratorSpi.EC
105
initialize
(ecParams, random);
method
113
public void
initialize
(
method in class:KeyPairGeneratorSpi.EC
165
initialize
(strength, new SecureRandom());
method
/external/chromium-trace/catapult/dashboard/dashboard/elements/
alert-icon.html
29
initialize
: function(alertAnnotation, alertKey) {
/external/chromium-trace/catapult/systrace/systrace/
systrace_agent.py
14
"""
Initialize
a systrace agent.
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/
clock_parser.html
50
//
Initialize
the counter's series fields if needed.
/external/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h
36
///
Initialize
an llvm::BitstreamReader with the serialized
/external/clang/test/CXX/dcl.decl/dcl.init/
p5.cpp
8
struct S { // expected-error {{implicit default constructor for 'S' must explicitly
initialize
the reference member}}
/external/clang/test/SemaCXX/
address-space-conversion.cpp
193
void_ptr vpB = ap1; // expected-error{{cannot
initialize
a variable of type}}
194
void_ptr_1 vp_1B = ap2; // expected-error{{cannot
initialize
a variable of type}}
195
A_ptr ap_B = bp1; // expected-error{{cannot
initialize
a variable of type}}
196
A_ptr_1 ap_B1 = bp2; // expected-error{{cannot
initialize
a variable of type}}
flexible-array-test.cpp
29
// cannot
initialize
a parameter of type 'void *' with an rvalue of type 'char (*)[]'
/external/clang/test/SemaObjCXX/
instancetype.mm
169
return sc1; // expected-error{{cannot
initialize
return object of type 'Subclass2 *' with an lvalue of type 'Subclass1 *'}}
174
return sc1; // expected-error{{cannot
initialize
return object of type 'Subclass2 *' with an lvalue of type 'Subclass1 *'}}
205
return _b; // expected-error {{cannot
initialize
return object of type 'A4 *' with an lvalue of type 'B4 *'}}
208
return _b; // expected-error {{cannot
initialize
return object of type 'A4 *' with an lvalue of type 'B4 *'}}
/external/clang/test/SemaTemplate/
default-expr-arguments.cpp
114
A(T = 1); // expected-error 3 {{cannot
initialize
a parameter of type 'int *' with an rvalue of type 'int'}} \
235
double *****p = t; // expected-error{{cannot
initialize
a variable of type 'double *****' with an lvalue of type 'int'}}
270
double *******ptr = t; // expected-error 2{{cannot
initialize
}}
290
A() { T* x = 1; } // expected-error{{cannot
initialize
a variable of type 'int *' with an rvalue of type 'int'}}
instantiate-function-2.cpp
30
T *x = 1; // expected-error{{cannot
initialize
a variable of type 'int *' with an rvalue of type 'int'}}
/external/clang/unittests/Rewrite/
RewriteBufferTest.cpp
34
Buf.
Initialize
(Input);
/external/compiler-rt/lib/tsan/dd/
dd_rtl.h
55
void
Initialize
();
/external/compiler-rt/test/msan/
dso-origin.cc
13
// Force
initialize
-ness check.
/external/curl/docs/examples/
curlgtk.c
77
/* Must
initialize
libcurl before any threads are started */
/external/curl/lib/
curl_hmac.h
37
HMAC_hinit_func hmac_hinit; /*
Initialize
context procedure. */
curl_md5.h
37
Curl_MD5_init_func md5_init_func; /*
Initialize
context procedure */
nwos.c
36
/* For native CLib-based NLM we need to
initialize
the LONG namespace. */
/external/curl/packages/Linux/RPM/
make_curl_rpm
4
#
initialize
/external/curl/tests/unit/
unit1602.c
62
fail("Curl_hash_init failed to
initialize
static hash!");
/external/dexmaker/src/main/java/com/google/dexmaker/
Local.java
44
int
initialize
(int nextAvailableRegister) {
method in class:Local
Completed in 3713 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>