Searched refs:Object (Results 151 - 175 of 357) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dlookup-1.m17 @interface Foo: Object
23 @interface Container: Object
H A Dmethod-3.m12 @interface Int1: Object
17 @interface Int2: Object
H A Dobjc-gc-4.m13 @interface MyDocument : Object {
32 Object *_textStorage;
H A Dcall-super-2.m14 @interface Derived: Object
42 return i + (size_t)[super class_func0]; /* { dg-warning ".Object. may not respond to .\\+class_func0." } */
53 return [(Object <Func> *)super class_func0];
62 return i + (size_t)[Object class_func0]; /* { dg-warning ".Object. may not respond to .\\+class_func0." } */
66 return (size_t)[objc_get_class("Object") class_func1]; /* { dg-warning ".Object. may not respond to .\\+class_func1." } */
75 return i + (size_t)[super instance_func0]; /* { dg-warning ".Object. may not respond to .\\-instance_func0." } */
83 return [(Object <Func> *)super instance_func0];
92 return i + (size_t)[Object instance_func
[all...]
H A Dfix-and-continue-1.m16 @interface MyTargetBuildContext : Object
34 @interface MyCountedSet: Object {
55 @implementation MyTargetBuildContext : Object
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/objc.dg/special/
H A Dunclaimed-category-1.h3 #include <objc/Object.h>
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/dispatcher/
H A Ddswstate.c71 * PARAMETERS: Object - Where to return the popped object
82 ACPI_OPERAND_OBJECT **Object,
122 *Object = State->Results.ObjDesc [Index];
123 if (!*Object)
141 "Obj=%p [%s] Index=%X State=%p Num=%X\n", *Object,
142 AcpiUtGetObjectTypeName (*Object),
153 * PARAMETERS: Object - Where to return the popped object
164 ACPI_OPERAND_OBJECT *Object,
205 if (!Object)
208 "Null Object! Ob
81 AcpiDsResultPop( ACPI_OPERAND_OBJECT **Object, ACPI_WALK_STATE *WalkState) argument
163 AcpiDsResultPush( ACPI_OPERAND_OBJECT *Object, ACPI_WALK_STATE *WalkState) argument
345 AcpiDsObjStackPush( void *Object, ACPI_WALK_STATE *WalkState) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.h82 one_addr2line(Object* object, unsigned int shndx, off_t offset,
102 Sized_dwarf_line_info(Object* object, unsigned int read_shndx = -1U);
112 read_line_mappings(Object*, unsigned int shndx);
117 read_relocs(Object*);
121 symbol_section(Object*, unsigned int sym,
H A Dcref.cc52 add_object(Object* object);
73 typedef std::vector<Object*> Objects;
109 print_object_symbol_counts(const Symbol_table*, FILE*, const Object*) const;
127 Cref_inputs::add_object(Object* object)
162 const Object* object) const
254 const Object::Symbols* symbols = (*po)->get_global_symbols();
257 for (Object::Symbols::const_iterator ps = symbols->begin();
346 Cref::add_object(Object* object)
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/scripts/
H A Dtest046-dds84 dn: cn=Dynamic Object,dc=example,dc=com
87 cn: Dynamic Object
88 sn: Object
99 "refresh" "cn=Dynamic Object,dc=example,dc=com" "120" \
111 dn: cn=Dynamic Object,dc=example,dc=com
125 -D "cn=Dynamic Object,dc=example,dc=com" -w dynamic
136 dn: cn=Subordinate Dynamic Object,cn=Dynamic Object,dc=example,dc=com
139 cn: Subordinate Dynamic Object
140 sn: Object
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/disassembler/
H A Ddmobject.c180 * PARAMETERS: ObjDesc - Object to be displayed
256 * PARAMETERS: Node - Object to be displayed
304 * PARAMETERS: ObjDesc - Object to be displayed
325 AcpiOsPrintf ("<Null Object>\n");
372 [ObjDesc->Reference.Value].Object;
385 [ObjDesc->Reference.Value].Object;
398 AcpiOsPrintf ("%p", ObjDesc->Reference.Object);
399 AcpiDmDecodeInternalObject (ObjDesc->Reference.Object);
426 if (!ObjDesc->Reference.Object)
434 switch (ACPI_GET_DESCRIPTOR_TYPE (ObjDesc->Reference.Object))
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/tools/examples/
H A Dexamples.c371 ACPI_OBJECT *Object; local
407 Object = ReturnValue.Pointer;
408 if (Object->Type != ACPI_TYPE_INTEGER)
410 AcpiOsPrintf ("Invalid return type from _OSI, %.2X\n", Object->Type);
413 ACPI_INFO ((AE_INFO, "_OSI returned 0x%8.8X", (UINT32) Object->Integer.Value));
414 AcpiOsFree (Object);
/netbsd-6-1-5-RELEASE/external/bsd/llvm/bin/lli/
H A DMakefile27 Object \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dqual-types-1.mm22 @interface Foo: Object
40 Object <Zone, Init> *getObj(void) { return obj; }
H A Dcxx-scope-1.mm21 @interface Derived: Object {
H A Ddefs.mm12 @interface A : Object
H A Dlocal-decl-1.mm10 @interface Sprite: Object {
H A Dsuper-class-2.mm11 @compatibility_alias MyObject Object;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dforward-1.m14 @interface Forwarder: Object
23 @interface Receiver:Object
H A Dbycopy-3.m24 @interface MyObject : Object <MyProtocol>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc-obj-c++-shared/
H A DObject1-implementation.h1 /* This provides a minimal implementation of the Object root class.
9 @implementation Object
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/utilities/
H A Dutstate.c58 * PARAMETERS: Object - Object to be added to the new state
244 * PARAMETERS: Object - Initial Object to be installed in the state
257 ACPI_OPERAND_OBJECT *Object,
263 ACPI_FUNCTION_TRACE_PTR (UtCreateUpdateState, Object);
277 State->Update.Object = Object;
288 * PARAMETERS: Object - Initial Object t
256 AcpiUtCreateUpdateState( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/gnu/gettext/
H A DDumpResource.java55 private void dumpMessage (String msgid, String msgid_plural, Object msgstr) throws IOException {
75 private Object lookup (String key) {
76 Object value = null;
79 value = lookupMethod.invoke(catalog, new Object[] { key });
114 Object header_entry = null;
131 Object plural = null;
136 plural = pluralMethod.invoke(catalog, new Object[0]);
155 Object value = lookup(key);
167 Object value = lookup(key);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Djava-2.C10 class Object {}; class in namespace:java::lang
14 typedef struct java::lang::Object* jobject;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lookup/
H A Djava1.C14 class Object;
21 typedef struct java::lang::Object* jobject;

Completed in 144 milliseconds

1234567891011>>