HomeSort by relevance Sort by last modified time
    Searched defs:GetClassName (Results 1 - 25 of 27) sorted by null

1 2

  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Button.cpp 15 CFX_ByteString CPWL_Button::GetClassName() const {
PWL_SpecialButton.cpp 16 CFX_ByteString CPWL_PushButton::GetClassName() const {
28 CFX_ByteString CPWL_CheckBox::GetClassName() const {
57 CFX_ByteString CPWL_RadioButton::GetClassName() const {
PWL_Caret.cpp 23 CFX_ByteString CPWL_Caret::GetClassName() const {
PWL_ComboBox.cpp 192 CFX_ByteString CPWL_ComboBox::GetClassName() const {
PWL_ListBox.cpp 74 CFX_ByteString CPWL_ListBox::GetClassName() const {
PWL_ScrollBar.cpp 117 CFX_ByteString CPWL_SBButton::GetClassName() const {
570 CFX_ByteString CPWL_ScrollBar::GetClassName() const {
    [all...]
PWL_Edit.cpp 37 CFX_ByteString CPWL_Edit::GetClassName() const {
PWL_Wnd.cpp 201 CFX_ByteString CPWL_Wnd::GetClassName() const {
  /art/test/904-object-allocation/
tracking.cc 37 static std::string GetClassName(JNIEnv* jni_env, jclass cls) {
55 std::string object_klass_descriptor = GetClassName(jni_env, object_klass);
57 std::string object_klass_descriptor2 = GetClassName(jni_env, object_klass2.get());
  /art/test/907-get-loaded-classes/
get_loaded_classes.cc 36 static jstring GetClassName(JNIEnv* jni_env, jclass cls) {
56 jstring class_name = GetClassName(env, classes[i]);
  /cts/hostsidetests/jvmti/base/jni/
tracking.cpp 31 static std::string GetClassName(JNIEnv* jni_env, jclass cls) {
49 std::string object_klass_descriptor = GetClassName(jni_env, object_klass);
51 std::string object_klass_descriptor2 = GetClassName(jni_env, object_klass2.get());
  /external/pdfium/xfa/fxfa/parser/
cxfa_object.cpp 26 CFX_WideStringC CXFA_Object::GetClassName() const {
45 pValue->SetString(FX_UTF8Encode(GetClassName()).AsStringC());
  /development/testrunner/test_defs/
host_test.py 56 def GetClassName(self):
104 self.GetClassName(), serial_number,
instrumentation_test.py 58 def GetClassName(self):
104 test_class = self.GetClassName()
  /external/protobuf/src/google/protobuf/compiler/java/
java_name_resolver.cc 183 string ClassNameResolver::GetClassName(const FileDescriptor* descriptor,
201 result = GetClassName(file, immutable);
210 string ClassNameResolver::GetClassName(const Descriptor* descriptor,
217 string ClassNameResolver::GetClassName(const EnumDescriptor* descriptor,
224 string ClassNameResolver::GetClassName(const ServiceDescriptor* descriptor,
241 result = GetClassName(file, immutable);
250 return GetClassName(descriptor->containing_type(), immutable) + "." +
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 305 std::string GetClassName(const Descriptor* descriptor) {
309 std::string GetClassName(const EnumDescriptor* descriptor) {
  /art/test/912-classes/
classes.cc 221 static std::string GetClassName(jvmtiEnv* jenv, JNIEnv* jni_env, jclass klass) {
300 std::string name = GetClassName(jenv, jni_env, klass);
322 std::string name = GetClassName(jenv, jni_env, klass);
396 std::string name = GetClassName(jenv, jni_env, klass);
413 std::string name = GetClassName(jenv, jni_env, klass);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 51 #undef GetClassName
190 #undef GetClassName
333 #undef GetClassName
    [all...]
wmiutils.h 202 virtual HRESULT WINAPI GetClassName(ULONG *puBuffLength,LPWSTR pszName) = 0;
235 HRESULT (WINAPI *GetClassName)(IWbemPath *This,ULONG *puBuffLength,LPWSTR pszName);
270 #define IWbemPath_GetClassName(This,puBuffLength,pszName) (This)->lpVtbl->GetClassName(This,puBuffLength,pszName)
    [all...]
d3drmobj.h 196 #undef GetClassName
213 STDMETHOD(GetClassName)(THIS_ DWORD *size, char *name) PURE;
230 #define IDirect3DRMObject_GetClassName(p,a,b) (p)->lpVtbl->GetClassName(p,a,b)
244 #define IDirect3DRMObject_GetClassName(p,a,b) (p)->GetClassName(a,b)
251 #undef GetClassName
323 STDMETHOD(GetClassName)(THIS_ DWORD *size, char *name) PURE;
340 #define IDirect3DRMVisual_GetClassName(p,a,b) (p)->lpVtbl->GetClassName(p,a,b)
354 #define IDirect3DRMVisual_GetClassName(p,a,b) (p)->GetClassName(a,b)
361 #undef GetClassName
378 STDMETHOD(GetClassName)(THIS_ DWORD *size, char *name) PURE
    [all...]
winuser.h     [all...]
  /art/runtime/
debugger.cc 703 std::string Dbg::GetClassName(JDWP::RefTypeId class_id) {
716 return GetClassName(o->AsClass());
719 std::string Dbg::GetClassName(mirror::Class* klass) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 699 milliseconds

1 2