HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 301 - 325 of 12265) sorted by null

<<11121314151617181920>>

  /external/autotest/client/site_tests/buffet_Registration/
buffet_Registration.py 12 def initialize(self): member in class:buffet_Registration
  /external/autotest/client/site_tests/kernel_Bootcache/
kernel_Bootcache.py 17 def initialize(self): member in class:kernel_Bootcache
  /external/autotest/client/site_tests/kernel_ConfigVerifyPPP/
kernel_ConfigVerifyPPP.py 25 config.initialize()
  /external/autotest/client/site_tests/power_NoConsoleSuspend/
power_NoConsoleSuspend.py 17 def initialize(self): member in class:power_NoConsoleSuspend
  /external/autotest/client/tests/fs_mark/
fs_mark.py 8 def initialize(self): member in class:fs_mark
  /external/autotest/client/tests/fsfuzzer/
fsfuzzer.py 8 def initialize(self): member in class:fsfuzzer
  /external/autotest/client/tests/interbench/
interbench.py 8 def initialize(self): member in class:interbench
  /external/autotest/client/tests/perfmon/
perfmon.py 16 def initialize(self): member in class:perfmon
  /external/autotest/server/control_segments/
stage_server_side_package 18 host = hosts.create_host(machine, initialize=False, auto_monitor=False)
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/gl-matrix/
worker-spec.js 6 it("should initialize successfully", function() {
  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/
render_pass.html 32 initialize: function() {
  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/
frame_tree_node.html 29 initialize: function() {
render_frame.html 29 initialize: function() {
  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/gpu/
state.html 31 initialize: function() {
  /external/clang/test/CXX/class/class.base/class.base.init/
p5-0x.cpp 4 // A ctor-initializer may initialize a variant member of the constructor?s
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 72 T* x = 1; // expected-error{{cannot initialize a variable of type 'float *' with an rvalue of type 'int'}}
125 int X<T>::value = []{ return T(); }(); // expected-error{{cannot initialize a variable of type 'int' with an rvalue of type 'int *'}}
132 void defaults(int x = []{ return T(); }()) { }; // expected-error{{cannot initialize a parameter of type 'int' with an rvalue of type 'int *'}} \
143 int x = []{ return T(); }(); // expected-error{{cannot initialize a member subobject of type 'int' with an rvalue of type 'int *'}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p10.cpp 23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}}
  /external/clang/test/CodeGenObjC/
2008-10-3-EhValue.m 7 +initialize;
debug-info-crash.m 36 + (void)initialize {
property-list-in-class.m 25 +(void)initialize { }
  /external/clang/test/PCH/
pragma-diag-section.cpp 31 expected-note@28 {{initialize the variable 'a' to silence}}
  /external/clang/test/SemaCXX/
libstdcxx_pointer_return_false_hack.cpp 32 void *test2() { return false; } // expected-error {{cannot initialize}}
uninit-variables.cpp 29 A *a; // expected-note{{initialize the variable 'a' to silence this warning}}
53 unsigned x; // expected-note{{initialize the variable 'x' to silence this warning}}
129 int x; // expected-note {{initialize the variable 'x' to silence this warning}}
140 int x; // expected-note {{initialize the variable 'x' to silence this warning}}
  /external/clang/test/SemaTemplate/
instantiate-member-initializers.cpp 4 A() : a(1) { } // expected-error{{cannot initialize a member subobject of type 'void *' with an rvalue of type 'int'}}
  /external/clang/test/Tooling/
ms-asm-no-target.cpp 9 // clang-check should initialize the x86 target, so x86 should work.

Completed in 221 milliseconds

<<11121314151617181920>>