HomeSort by relevance Sort by last modified time
    Searched refs:Initialize (Results 251 - 275 of 516) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 92 Initialize(thr);
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 31 void MipsMCInstLower::Initialize(Mangler *M, MCContext *C) {
  /external/stressapptest/src/
os.h 54 // Must be set before Initialize().
61 virtual bool Initialize();
297 // OsLayer::Initialize() on the new object.
sat.h 46 // Initialize data structures, subclasses, and resources,
49 bool Initialize();
51 // Execute the test. Initialize() and ParseArgs() must be called first.
sat.cc 213 // Initialize pattern data.
220 if (!patternlist_->Initialize()) {
221 logprintf(0, "Process Error: failed to initialize patternlist\n");
423 // Initialize page locations.
444 // Initialize the fill threads.
462 fill_status.Initialize();
487 // Initialize page locations.
551 bool Sat::Initialize() {
566 // Initialize OS/Hardware interface.
576 if (!os_->Initialize()) {
    [all...]
  /external/v8/samples/
process.cc 64 // Initialize this processor. The map contains options that control
66 virtual bool Initialize(map<string, string>* options,
85 virtual bool Initialize(map<string, string>* opts,
147 bool JsHttpRequestProcessor::Initialize(map<string, string>* opts,
615 if (!processor.Initialize(&options, &output)) {
  /external/v8/src/
objects-visiting-inl.h 36 void StaticNewSpaceVisitor<StaticVisitor>::Initialize() {
preparser-api.cc 192 scanner.Initialize(&buffer);
v8.cc 62 bool V8::Initialize(Deserializer* des) {
134 // Initialize seed using the system random().
spaces-inl.h 162 Page* Page::Initialize(Heap* heap,
310 LargePage* LargePage::Initialize(Heap* heap, MemoryChunk* chunk) {
api.h 444 blocks_.Initialize(0);
445 entered_contexts_.Initialize(0);
446 saved_contexts_.Initialize(0);
  /external/v8/test/cctest/
test-liveedit.cc 161 v8::internal::V8::Initialize(NULL);
test-macro-assembler-x64.cc 83 // a buffer and executing them. These tests do not initialize the
153 v8::internal::V8::Initialize(NULL);
242 v8::internal::V8::Initialize(NULL);
295 v8::internal::V8::Initialize(NULL);
425 v8::internal::V8::Initialize(NULL);
471 v8::internal::V8::Initialize(NULL);
720 v8::internal::V8::Initialize(NULL);
811 v8::internal::V8::Initialize(NULL);
1002 v8::internal::V8::Initialize(NULL);
1095 v8::internal::V8::Initialize(NULL)
    [all...]
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 102 // apm->Initialize();
127 virtual int Initialize() = 0;
371 // A typical use case is to initialize the component with an echo path from a
  /external/chromium/base/
file_util.h 518 bool Initialize(const FilePath& file_name);
521 bool Initialize(base::PlatformFile file);
525 // the Initialize function above for additional information.
540 // success, false on any kind of failure. This is a helper for Initialize().
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 33 Initialize();
169 void ThreadWatcher::Initialize() {
  /external/llvm/include/llvm/ADT/
StringMap.h 36 static void Initialize(StringMapEntry<ValueTy> &T, InitTy InitVal) {
65 // Initialize the map with zero buckets to allocation.
163 // Initialize the value if the client wants to.
164 StringMapEntryInitializer<ValueTy>::Initialize(*NewItem, InitVal);
  /external/v8/test/mjsunit/
global-ic.js 36 // Initialize the ICs in the functions.
megamorphic-callbacks.js 44 // Initialize IC stubs.
  /external/v8/test/mjsunit/regress/
regress-681.js 36 // Initialize IC for nonexistent y property on x.
  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 196 // Initialize on first iteration
201 const bool success = Initialize();
371 bool CpuWindows::Initialize()
377 // Initialize COM library.
410 // Reverse order of Initialize().
  /frameworks/compile/slang/
slang_backend.cpp 231 void Backend::Initialize(clang::ASTContext &Ctx) {
232 mGen->Initialize(Ctx);
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dinput.h 313 STDMETHOD(Initialize)(THIS_ HINSTANCE,DWORD,REFGUID) PURE;
343 STDMETHOD(Initialize)(THIS_ HINSTANCE,DWORD,REFGUID) PURE;
377 #define IDirectInputDevice_Initialize(p,a,b,c) (p)->lpVtbl->Initialize(p,a,b,c)
590 STDMETHOD(Initialize)(THIS_ HINSTANCE,DWORD) PURE;
610 STDMETHOD(Initialize)(THIS_ HINSTANCE,DWORD) PURE;
634 #define IDirectInput_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DINPUT.H 313 STDMETHOD(Initialize)(THIS_ HINSTANCE,DWORD,REFGUID) PURE;
343 STDMETHOD(Initialize)(THIS_ HINSTANCE,DWORD,REFGUID) PURE;
377 #define IDirectInputDevice_Initialize(p,a,b,c) (p)->lpVtbl->Initialize(p,a,b,c)
590 STDMETHOD(Initialize)(THIS_ HINSTANCE,DWORD) PURE;
610 STDMETHOD(Initialize)(THIS_ HINSTANCE,DWORD) PURE;
634 #define IDirectInput_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b)
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 782 bool Initialize() {
793 return Initialize();
1032 bool Initialize() {
1046 if (!Initialize())
1194 if (dispatcher->Initialize()) {
    [all...]

Completed in 833 milliseconds

<<11121314151617181920>>