HomeSort by relevance Sort by last modified time
    Searched refs:SetClassName (Results 1 - 21 of 21) 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/v8/
V8DOMWrapper.cpp 53 shadowTemplate->SetClassName(v8AtomicString(isolate, "HTMLDocument"));
V8DOMConfiguration.cpp 100 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/
V8TestInterfaceEventTarget.cpp 90 result->SetClassName(v8AtomicString(isolate, "TestInterfaceEventTarget"));
V8TestInterfaceNamedConstructor2.cpp 98 result->SetClassName(v8AtomicString(isolate, "TestInterfaceNamedConstructor2"));
V8TestInterfaceNamedConstructor.cpp 145 result->SetClassName(v8AtomicString(isolate, "TestInterfaceNamedConstructor"));
V8TestInterfaceWillBeGarbageCollected.cpp 177 result->SetClassName(v8AtomicString(isolate, "TestInterfaceWillBeGarbageCollected"));
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 109 constructor_template->SetClassName(v8_str("FPGrabber"));
test-log.cc 340 obj->SetClassName(v8_str("Obj"));
393 obj->SetClassName(v8_str("Obj"));
test-cpu-profiler.cc 934 func_template->SetClassName(
    [all...]
test-api.cc 289 cons->SetClassName(v8_str("Cons"));
310 cons1->SetClassName(v8_str("Cons1"));
312 cons2->SetClassName(v8_str("Cons2"));
314 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 580 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 439 milliseconds