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

  /development/testrunner/test_defs/
host_test.py 59 def SetClassName(self, class_name):
instrumentation_test.py 61 def SetClassName(self, class_name):
274 suite.SetClassName(class_name_arg)
  /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/v8/src/
api.cc     [all...]

Completed in 3123 milliseconds