HomeSort by relevance Sort by last modified time
    Searched refs:OBJECT (Results 76 - 100 of 160) sorted by null

1 2 34 5 6 7

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 247 if (type.equals(Type.OBJECT)) {
LocalList.java 173 public boolean equals(Object other) {
821 * null" type into simply {@code Object}. This method needs to
835 return orig.withType(Type.OBJECT);
  /dalvik/dx/src/com/android/dx/cf/code/
BaseMachine.java 427 if (localType == Type.OBJECT) {
Ropper.java 433 * Gets the register spec to use to hold the object to synchronize on,
448 return RegisterSpec.make((reg < 1) ? 1 : reg, Type.OBJECT);
611 * @return {@code non-null;} the method object
624 // Construct the method object to wrap it all up.
825 catchesAny |= (exceptionClass == CstType.OBJECT);
847 catchTypes[targ] = Type.OBJECT;
871 insn = insn.withAddedCatch(Type.OBJECT);
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 246 if (type.equals(Type.OBJECT)) {
LocalList.java 172 public boolean equals(Object other) {
820 * null" type into simply {@code Object}. This method needs to
834 return orig.withType(Type.OBJECT);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
StdCatchBuilder.java 247 if (type.equals(Type.OBJECT)) {
LocalList.java 173 public boolean equals(Object other) {
821 * null" type into simply {@code Object}. This method needs to
835 return orig.withType(Type.OBJECT);
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 58 * public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
63 * Object result = ProxyBuilder.callSuper(proxy, method, args);
83 * The static method {@link #callSuper(Object, Method, Object...)} allows you to access the original
89 * {@link #constructorArgTypes(Class[])} and {@link #constructorArgValues(Object[])}.
98 * The {@link #finalize()} method on {@code Object} will not be proxied.
134 private Object[] constructorArgValues = new Object[0]
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
230 name_re: regular-expression object to select printers
231 subname_re: regular expression object to select subprinters or None
323 Usage: enable pretty-printer [object-regexp [name-regexp]]
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
346 Usage: disable pretty-printer [object-regexp [name-regexp]]
348 OBJECT-REGEXP is a regular expression matching the objects to examine
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
230 name_re: regular-expression object to select printers
231 subname_re: regular expression object to select subprinters or None
323 Usage: enable pretty-printer [object-regexp [name-regexp]]
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
346 Usage: disable pretty-printer [object-regexp [name-regexp]]
348 OBJECT-REGEXP is a regular expression matching the objects to examine
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
230 name_re: regular-expression object to select printers
231 subname_re: regular expression object to select subprinters or None
323 Usage: enable pretty-printer [object-regexp [name-regexp]]
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
346 Usage: disable pretty-printer [object-regexp [name-regexp]]
348 OBJECT-REGEXP is a regular expression matching the objects to examine
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/command/
pretty_printers.py 29 [object-regexp [name-regexp]].
61 raise SyntaxError("invalid object regexp: %s" % object_regexp)
87 Usage: info pretty-printer [object-regexp [name-regexp]]
89 OBJECT-REGEXP is a regular expression matching the objects to list.
230 name_re: regular-expression object to select printers
231 subname_re: regular expression object to select subprinters or None
323 Usage: enable pretty-printer [object-regexp [name-regexp]]
325 OBJECT-REGEXP is a regular expression matching the objects to examine.
346 Usage: disable pretty-printer [object-regexp [name-regexp]]
348 OBJECT-REGEXP is a regular expression matching the objects to examine
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
model.py 19 class Model(object):
37 class Namespace(object):
77 class Origin(object):
78 """Stores the possible origin of model object as a pair of bools. These are:
95 class Type(object):
174 elif json_type == 'object':
181 self.property_type = PropertyType.OBJECT
194 # of an object. Use the name of the property in that case.
200 class Function(object):
270 class Property(object)
    [all...]
dart_generator.py 21 class DartGenerator(object):
28 class _Generator(object):
55 """Generates a Code object with the .dart for the entire namespace.
95 """Given a Type object, returns the Code with the .dart for this
99 object that extends ChromeObject. All parameters are specifiable as named
183 """Given a Type and Property, returns the Code object for the getter and
197 """Given a Type and Property, returns the Code object for the getter for
244 """Given a Type and Property, returns the Code object for the setter for
261 """Given an object, generates the documentation for this object (as
    [all...]
h_generator.py 10 class HGenerator(object):
20 class _Generator(object):
33 """Generates a Code object with the .h for a single namespace.
212 # static. On the other hand, those declared inline (e.g. in an object) do.
222 PropertyType.OBJECT):
231 .Comment('Populates a %s object from a base::Value. Returns'
238 .Comment('Creates a %s object from a base::Value, or NULL on '
249 '%s object.' % (value_type, classname))
345 """Generate the structures required by a property such as OBJECT classes
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 77 private transient volatile Object[] elements;
83 elements = EmptyArray.OBJECT;
98 this.elements = Arrays.copyOf(array, array.length, Object[].class);
101 @Override public Object clone() {
120 public boolean contains(Object o) {
125 Object[] snapshot = elements;
129 static boolean containsAll(Collection<?> collection, Object[] snapshot, int from, int to) {
130 for (Object o : collection) {
139 * Searches this list for {@code object} and returns the index of the first
142 * @return the index or -1 if the object was not found
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 55 * {@code null-ok;} the class file object being constructed;
261 ((exceptionClass == CstType.OBJECT) ? "<any>" :
  /external/harfbuzz_ng/test/api/
test-object.c 29 /* Unit tests for hb-object-private.h */
175 #undef OBJECT
214 void *object; member in struct:__anon20490
222 g_assert (NULL == t->klass->get_user_data (t->object, &t->key));
241 g_test_message ("Testing object %s", o->name);
261 /* Should still work even if object is made immutable */
304 deadlock_test.object = obj;
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 36 * Sets the type name of this object type. If the given type name is
38 * the name of this object type.
49 public abstract boolean equals(Object obj);
87 public boolean equals(Object obj) {
169 public int getTypeTag() { return StackMapTable.OBJECT; }
188 public boolean equals(Object obj) {
261 && oldName.equals("[Ljava.lang.Object;")) {
263 of the operand of arraylength to java.lang.Object[].
264 Thus, int[] etc. must be a subtype of java.lang.Object[].
295 return "java.lang.Object";
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 257 String signature, Object value) {
278 public void visitLdcInsn(Object cst) {
304 if (sort == Type.OBJECT) {
  /libcore/libdvm/src/main/java/java/lang/reflect/
Method.java 137 Object[] annotation = getSignatureAnnotation(declaringClass, slot);
150 static native Object[] getSignatureAnnotation(Class declaringClass, int slot);
352 public Object getDefaultValue() {
355 native private Object getDefaultValue(Class declaringClass, int slot);
358 * Indicates whether or not the specified {@code object} is equal to this
359 * method. To be equal, the specified object must be an instance
363 * @param object
364 * the object to compare
366 * @return {@code true} if the specified object is equal to this
372 public boolean equals(Object object)
    [all...]
  /external/chromium_org/v8/src/
code-stubs.cc 116 // Create the code object.
120 // Copy the generated code into a heap object.
333 case CompareIC::OBJECT:
362 Handle<Object> probe(
434 case CompareIC::OBJECT:
448 void CompareNilICStub::UpdateStatus(Handle<Object> object) {
451 if (object->IsNull()) {
453 } else if (object->IsUndefined()) {
455 } else if (object->IsUndetectableObject() |
    [all...]
ic.cc 74 Handle<Object> name,
78 Object* undef = new_target->GetHeap()->undefined_value();
183 Object* receiver,
184 Object* name) {
269 IC::State IC::StateFrom(Code* target, Object* receiver, Object* name) {
286 // The builtins object is special. It only changes when JavaScript
288 // caches for the builtins object monomorphic. Therefore, if we get
289 // an inline cache miss for the builtins object after lazily loading
314 Handle<Object> object
2373 JSObject* object = JSObject::cast(args[0]); local
2450 Handle<Object> object = args.at<Object>(0); local
2468 Handle<Object> object = args.at<Object>(0); local
2503 Handle<Object> object = args.at<Object>(3); local
3069 Handle<Object> object = args.at<Object>(0); local
3095 Handle<Object> object = args.at<Object>(0); local
    [all...]
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 

Completed in 561 milliseconds

1 2 34 5 6 7