HomeSort by relevance Sort by last modified time
    Searched full:object_type (Results 1 - 24 of 24) sorted by null

  /external/bluetooth/glib/tests/gobject/
ifaceinherit.c 115 add_interface (GType object_type,
123 g_type_add_interface_static (object_type, iface_type, &iface_info);
133 add_base_interface (GType object_type,
136 add_interface (object_type, iface_type,
141 interface_is_base (GType object_type,
144 gpointer g_class = g_type_class_peek (object_type);
156 add_derived_interface (GType object_type,
159 add_interface (object_type, iface_type,
164 interface_is_derived (GType object_type,
167 gpointer g_class = g_type_class_peek (object_type);
    [all...]
testcommon.h 31 static GType object_type = 0; \
33 if (!object_type) \
48 object_type = g_type_register_static (parent_type, \
54 return object_type; \
96 INTERFACE_FULL(object_type, init_func, iface_type)
  /external/oprofile/libregex/
demangle_java_symbol.cpp 23 * base_type | object_type | array_type
26 * object_type:
35 * object_type method_name method_descriptor
41 bool object_type(string & result,
77 if (object_type(result, begin, end))
187 bool object_type(string & result, function in namespace:__anon10197
211 if (!object_type(result, begin, end))
  /external/proguard/src/proguard/classfile/attribute/preverification/
ObjectType.java 59 return OBJECT_TYPE;
VerificationType.java 42 public static final int OBJECT_TYPE = 7;
  /development/host/windows/usb/api/
adb_object_handle.cpp 141 return (obj_type == object_type());
adb_object_handle.h 163 AdbObjectType object_type() const { function in class:AdbObjectHandle
  /external/bluetooth/glib/gobject/
gobject.c     [all...]
gobject.h 400 gpointer g_object_new (GType object_type,
403 gpointer g_object_newv (GType object_type,
406 GObject* g_object_new_valist (GType object_type,
gparamspecs.c     [all...]
gparamspecs.h 1045 GType object_type,
ChangeLog     [all...]
  /external/bison/tests/
existing.at 1405 ordinal object_type
1406 | optional_ordinal_last object_type
1409 object_type:
1439 | ORDINAL LAST object_type relative_path
1440 | LAST object_type relative_path
1441 | ORDINAL object_type relative_path
  /frameworks/base/tools/aidl/
Type.h 514 extern Type* OBJECT_TYPE;
Type.cpp 14 Type* OBJECT_TYPE;
81 OBJECT_TYPE = new Type("java.lang", "Object", Type::BUILT_IN, false, false, false);
82 NAMES.Add(OBJECT_TYPE);
    [all...]
generate_java_rpc.cpp 526 this->callback = new Variable(OBJECT_TYPE, "callback");
542 Variable* callbackParam = new Variable(OBJECT_TYPE, "cbObj");
    [all...]
  /external/v8/src/
mirror-debugger.js 94 mirror = new ObjectMirror(value, OBJECT_TYPE, opt_transient);
152 var OBJECT_TYPE = 'object';
574 %_CallFunction(this, type || OBJECT_TYPE, value, transient, ValueMirror);
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 184 private static final Class OBJECT_TYPE = Object.class;
738 superClass = OBJECT_TYPE;
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 

Completed in 831 milliseconds