HomeSort by relevance Sort by last modified time
    Searched refs:SetClassName (Results 1 - 22 of 22) sorted by null

  /external/lldb/include/lldb/API/
SBTypeSynthetic.h 50 SetClassName (const char* data);
  /external/lldb/scripts/Python/interface/
SBTypeSynthetic.i 45 SetClassName (const char* data);
  /development/testrunner/test_defs/
xml_suite_helper.py 120 suite.SetClassName(self._ParseAttribute(suite_element, self._CLASS_ATTR,
153 suite.SetClassName(self._ParseAttribute(suite_element, self._CLASS_ATTR,
host_test.py 59 def SetClassName(self, class_name):
instrumentation_test.py 61 def SetClassName(self, class_name):
272 suite.SetClassName(class_name_arg)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMWrapper.cpp 53 shadowTemplate->SetClassName(v8AtomicString(isolate, "HTMLDocument"));
V8DOMConfiguration.cpp 139 functionDescriptor->SetClassName(v8AtomicString(isolate, interfaceName));
  /external/lldb/source/API/
SBTypeSynthetic.cpp 88 SBTypeSynthetic::SetClassName (const char* data)
SBTypeCategory.cpp 478 synth.SetClassName(output.c_str());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEventTarget.cpp 69 result->SetClassName(v8AtomicString(isolate, "TestInterfaceEventTarget"));
V8TestInterfaceNamedConstructor2.cpp 76 result->SetClassName(v8AtomicString(isolate, "TestInterfaceNamedConstructor2"));
V8TestInterfaceNamedConstructor.cpp 134 result->SetClassName(v8AtomicString(isolate, "TestInterfaceNamedConstructor"));
V8TestInterfaceWillBeGarbageCollected.cpp 151 result->SetClassName(v8AtomicString(isolate, "TestInterfaceWillBeGarbageCollected"));
V8TestInterfaceConstructor.cpp 276 result->SetClassName(v8AtomicString(isolate, "TestInterfaceConstructor"));
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 109 constructor_template->SetClassName(v8_str("FPGrabber"));
test-log.cc 347 obj->SetClassName(v8_str("Obj"));
400 obj->SetClassName(v8_str("Obj"));
test-cpu-profiler.cc 933 func_template->SetClassName(
    [all...]
test-api.cc 290 cons->SetClassName(v8_str("Cons"));
311 cons1->SetClassName(v8_str("Cons1"));
313 cons2->SetClassName(v8_str("Cons2"));
315 cons3->SetClassName(v8_str("Cons3"));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 201 virtual HRESULT WINAPI SetClassName(LPCWSTR Name) = 0;
234 HRESULT (WINAPI *SetClassName)(IWbemPath *This,LPCWSTR Name);
269 #define IWbemPath_SetClassName(This,Name) (This)->lpVtbl->SetClassName(This,Name)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 515 result->SetClassName(v8AtomicString(isolate, "{{cpp_class}}"));
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]

Completed in 467 milliseconds