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

  /frameworks/base/media/mca/filterfw/jni/
jni_native_buffer.cpp 21 jclass base_class = env->FindClass("android/filterfw/core/NativeBuffer"); local
24 jfieldID ptr_field = env->GetFieldID(base_class, "mDataPointer", "J");
25 jfieldID size_field = env->GetFieldID(base_class, "mSize", "I");
34 env->DeleteLocalRef(base_class);
40 jclass base_class = env->FindClass("android/filterfw/core/NativeBuffer"); local
43 jfieldID ptr_field = env->GetFieldID(base_class, "mDataPointer", "J");
44 jfieldID size_field = env->GetFieldID(base_class, "mSize", "I");
  /external/libtextclassifier/common/
registry.h 266 // Defines the human-readable name of the registry associated with base_class.
267 #define TC_DECLARE_CLASS_REGISTRY_NAME(base_class) \
270 base_class>::kRegistryName[]
272 // Defines the human-readable name of the registry associated with base_class.
273 #define TC_DEFINE_CLASS_REGISTRY_NAME(registry_name, base_class) \
276 base_class>::kRegistryName[] = registry_name
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_message.py 183 for base_class in bases:
184 if hasattr(base_class, '_CONSOLIDATED_FIELDS'):
185 fields = getattr(base_class, '_CONSOLIDATED_FIELDS')
186 if hasattr(base_class, '_CONSOLIDATED_DEFAULTS'):
187 defaults = getattr(base_class, '_CONSOLIDATED_DEFAULTS').copy()
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 95 getbaseclasses(base_class)
162 'BsCl' : base_class,
Metrowerks_Shell_Suite.py 869 class base_class(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /external/syslinux/gpxe/src/util/
disrom.pl 55 $pci->{base_class}, $pci->{sub_class}, $pci->{prog_intf};
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 95 getbaseclasses(base_class)
162 'BsCl' : base_class,
Metrowerks_Shell_Suite.py 869 class base_class(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 95 getbaseclasses(base_class)
162 'BsCl' : base_class,
Metrowerks_Shell_Suite.py 869 class base_class(aetools.ComponentItem): class in inherits:aetools.ComponentItem
    [all...]
  /external/syslinux/com32/hdt/
hdt-dump-pxe.c 62 add_hi(pxe.base_class);
hdt-common.c 468 hardware->pxe.base_class = gnt.info.pci.Base_Class;
486 hardware->pxe.base_class = gnt.info.cardbus.Base_Class;
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 348 clang::CXXRecordDecl::base_class_const_iterator base_class = local
350 while (base_class != cxx_record_decl->bases_end()) {
356 std::string name = QualTypeToString(base_class->getType());
357 bool is_virtual = base_class->isVirtual();
359 base_class->getType(),
360 "", base_class->getAccessSpecifier(),
365 base_class++;
  /art/compiler/debug/
elf_debug_info_writer.h 363 mirror::Class* base_class = type->GetSuperClass(); local
364 if (base_class != nullptr) {
366 base_class_references.emplace(info_.size(), base_class);
413 mirror::Class* base_class = base_class_reference.second; local
414 const auto it = class_declarations.find(base_class);
421 const char* base_class_desc = base_class->GetDescriptor(&tmp_storage);
424 WriteLinkageName(base_class);
426 class_declarations.emplace(base_class, base_class_declaration_offset);
  /external/syslinux/gpxe/src/util/Option/
ROM.pm 400 base_class => { offset => 0x0d, length => 0x01, pack => "C" },
  /external/clang/test/SemaCXX/
uninitialized.cpp 1112 namespace base_class { namespace
    [all...]

Completed in 1426 milliseconds