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

1 2 3 4 5 6 7 891011>>

  /external/autotest/client/site_tests/graphics_GLES2ConformChrome/
graphics_GLES2ConformChrome.py 21 def initialize(self): member in class:graphics_GLES2ConformChrome
22 super(graphics_GLES2ConformChrome, self).initialize()
  /external/autotest/client/site_tests/graphics_KhronosGLCTSChrome/
graphics_KhronosGLCTSChrome.py 21 def initialize(self): member in class:graphics_KhronosGLCTSChrome
22 super(graphics_KhronosGLCTSChrome, self).initialize()
  /external/autotest/client/site_tests/platform_CryptohomeMigrateChapsTokenClient/
platform_CryptohomeMigrateChapsTokenClient.py 18 def initialize(self): member in class:platform_CryptohomeMigrateChapsTokenClient
19 super(platform_CryptohomeMigrateChapsTokenClient, self).initialize()
  /external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
platform_SessionManagerStateKeyGeneration.py 17 def initialize(self): member in class:platform_SessionManagerStateKeyGeneration
18 super(platform_SessionManagerStateKeyGeneration, self).initialize()
  /external/autotest/client/tests/profiler_test/
profiler_test.py 10 def initialize(self, profiler=None, profiler_args=(), profiler_dargs=None): member in class:profiler_test
12 Initialize this test with the profiler name, args and dargs.
  /external/autotest/server/cros/network/
lucid_sleep_test_base.py 22 def initialize(self, host): member in class:LucidSleepTestBase
23 super(LucidSleepTestBase, self).initialize(host)
  /external/autotest/server/site_tests/factory_Basic/
factory_Basic.py 16 def initialize(self, host, test_list_path, test_list_name): member in class:factory_Basic
17 """Initialize a goofy proxy and copy over the test lists.
  /external/autotest/server/site_tests/firmware_CorruptKernelA/
firmware_CorruptKernelA.py 19 def initialize(self, host, cmdline_args, dev_mode=False): member in class:firmware_CorruptKernelA
20 super(firmware_CorruptKernelA, self).initialize(host, cmdline_args)
  /external/autotest/server/site_tests/firmware_DevMode/
firmware_DevMode.py 16 def initialize(self, host, cmdline_args, ec_wp=None): member in class:firmware_DevMode
17 super(firmware_DevMode, self).initialize(host, cmdline_args,
  /external/autotest/server/site_tests/firmware_ECKeyboard/
firmware_ECKeyboard.py 21 def initialize(self, host, cmdline_args): member in class:firmware_ECKeyboard
22 super(firmware_ECKeyboard, self).initialize(host, cmdline_args)
  /external/autotest/server/site_tests/firmware_ECPeci/
firmware_ECPeci.py 20 def initialize(self, host, cmdline_args): member in class:firmware_ECPeci
21 super(firmware_ECPeci, self).initialize(host, cmdline_args)
  /external/autotest/server/site_tests/firmware_ECWatchdog/
firmware_ECWatchdog.py 25 def initialize(self, host, cmdline_args): member in class:firmware_ECWatchdog
26 super(firmware_ECWatchdog, self).initialize(host, cmdline_args)
  /external/autotest/server/site_tests/firmware_TryFwB/
firmware_TryFwB.py 15 def initialize(self, host, cmdline_args, dev_mode=False, ec_wp=None): member in class:firmware_TryFwB
16 super(firmware_TryFwB, self).initialize(host, cmdline_args, ec_wp=ec_wp)
  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/
display_item_list.html 35 initialize: function() {
36 tr.e.cc.PictureSnapshot.prototype.initialize.call(this);
  /external/clang/test/CXX/special/class.init/class.base.init/
p8-0x.cpp 12 S() {} // expected-error {{constructor for 'S' must explicitly initialize the reference member 'a'}}
14 S(char) : b(n) {} // expected-error {{constructor for 'S' must explicitly initialize the reference member 'a'}}
  /external/clang/test/CXX/stmt.stmt/stmt.ambig/
p1-0x.cpp 26 T(*g)(double(3)); // expected-error{{cannot initialize a variable of type 'T (*)' with an rvalue of type 'double'}}
38 decltype(T())(*g)(double(3)); // expected-error{{cannot initialize a variable of type 'decltype(T()) (*)' (aka 'T *') with an rvalue of type 'double'}}
  /external/clang/test/PCH/
macro-undef.cpp 24 // expected-note@11 {{initialize}}
28 // expected-note@17 {{initialize}}
  /external/clang/test/SemaCXX/
vtable-instantiation.cpp 6 T1 t1 = 3; // expected-error {{cannot initialize a variable}}
29 return 1; // expected-error{{cannot initialize return object of type 'int *' with an rvalue of type 'int'}}
  /external/clang/test/SemaObjC/
uninit-variables.m 17 int x; // expected-note{{initialize the variable 'x' to silence this warning}}
40 int x; // expected-note {{initialize the variable 'x' to silence this warning}}
  /external/clang/test/SemaObjCXX/
instantiate-message.mm 18 R *result3 = [ClassMethods method1:arg1]; // expected-error{{cannot initialize a variable of type 'ClassMethods2 *' with an rvalue of type 'ClassMethods *'}}
40 R *result2 = [im method1:arg1]; // expected-error{{cannot initialize a variable of type 'InstanceMethods2 *' with an rvalue of type 'InstanceMethods *'}}
  /external/llvm/bindings/ocaml/backends/
llvm_backend.mli.in 15 By calling [initialize], you will register components of this target
19 external initialize : unit -> unit = "llvm_initialize_@TARGET@
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 55 bool OProfileWrapper::initialize() { function in class:llvm::OProfileWrapper
184 initialize();
196 initialize();
217 initialize();
230 initialize();
240 initialize();
250 initialize();
260 initialize();
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetObjectFile.cpp 20 void WebAssemblyTargetObjectFile::Initialize(MCContext &Ctx,
22 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
  /external/objenesis/main/src/org/objenesis/instantiator/sun/
Sun13InstantiatorBase.java 33 private static void initialize() { method in class:Sun13InstantiatorBase
53 initialize(); method
  /external/skia/src/codec/
SkJpegDecoderMgr.h 42 * Initialize decompress struct
43 * Initialize the source manager

Completed in 1227 milliseconds

1 2 3 4 5 6 7 891011>>