Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DMakefile20 BasePeCoff.obj \
21 BinderFuncs.obj \
22 CommonLib.obj \
23 Crc32.obj \
24 Decompress.obj \
25 EfiCompress.obj \
26 EfiUtilityMsgs.obj \
27 FirmwareVolumeBuffer.obj \
28 FvLib.obj \
29 MemoryFile.obj \
[all …]
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
DMakefile56 $(OUTPUT_DIR)\bootsect.obj:$(MODULE_DIR)\bootsect.asm
59 $(OUTPUT_DIR)\bootsect.com:$(OUTPUT_DIR)\bootsect.obj
60 …"$(ASMLINK)" /tiny $(OUTPUT_DIR)\bootsect.obj,$(OUTPUT_DIR)\bootsect.com,$(OUTPUT_DIR)\bootsect.ma…
64 $(OUTPUT_DIR)\bs16.obj:$(MODULE_DIR)\bs16.asm
67 $(OUTPUT_DIR)\bs16.com:$(OUTPUT_DIR)\bs16.obj
68 "$(ASMLINK)" /tiny $(OUTPUT_DIR)\bs16.obj,$(OUTPUT_DIR)\bs16.com,$(OUTPUT_DIR)\bs16.map,,,
72 $(OUTPUT_DIR)\bs32.obj:$(MODULE_DIR)\bs32.asm
75 $(OUTPUT_DIR)\bs32.com:$(OUTPUT_DIR)\bs32.obj
76 "$(ASMLINK)" /tiny $(OUTPUT_DIR)\bs32.obj,$(OUTPUT_DIR)\bs32.com,$(OUTPUT_DIR)\bs32.map,,,
80 $(OUTPUT_DIR)\Gpt.obj:$(MODULE_DIR)\Gpt.asm
[all …]
/device/google/bonito/json-c/
Djson_object.h119 extern struct json_object* json_object_get(struct json_object *obj);
129 int json_object_put(struct json_object *obj);
143 extern int json_object_is_type(struct json_object *obj, enum json_type type);
159 extern enum json_type json_object_get_type(struct json_object *obj);
171 extern const char* json_object_to_json_string(struct json_object *obj);
179 extern const char* json_object_to_json_string_ext(struct json_object *obj, int
252 extern struct lh_table* json_object_get_object(struct json_object *obj);
257 extern int json_object_object_length(struct json_object* obj);
275 extern void json_object_object_add(struct json_object* obj, const char *key,
295 …S_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
[all …]
/device/google/crosshatch/json-c/
Djson_object.h119 extern struct json_object* json_object_get(struct json_object *obj);
129 int json_object_put(struct json_object *obj);
143 extern int json_object_is_type(struct json_object *obj, enum json_type type);
159 extern enum json_type json_object_get_type(struct json_object *obj);
171 extern const char* json_object_to_json_string(struct json_object *obj);
179 extern const char* json_object_to_json_string_ext(struct json_object *obj, int
252 extern struct lh_table* json_object_get_object(struct json_object *obj);
257 extern int json_object_object_length(struct json_object* obj);
275 extern void json_object_object_add(struct json_object* obj, const char *key,
295 …S_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py220 def dump(self, obj): argument
224 self.save(obj)
227 def memoize(self, obj): argument
244 assert id(obj) not in self.memo
247 self.memo[id(obj)] = memo_len, obj
269 def save(self, obj): argument
271 pid = self.persistent_id(obj)
277 x = self.memo.get(id(obj))
283 t = type(obj)
286 f(self, obj) # Call unbound method with explicit self
[all …]
Dfunctools.py84 def __init__(self, obj, *args): argument
85 self.obj = obj
87 return mycmp(self.obj, other.obj) < 0
89 return mycmp(self.obj, other.obj) > 0
91 return mycmp(self.obj, other.obj) == 0
93 return mycmp(self.obj, other.obj) <= 0
95 return mycmp(self.obj, other.obj) >= 0
97 return mycmp(self.obj, other.obj) != 0
Dasyncore.py81 def read(obj): argument
83 obj.handle_read_event()
87 obj.handle_error()
89 def write(obj): argument
91 obj.handle_write_event()
95 obj.handle_error()
97 def _exception(obj): argument
99 obj.handle_expt_event()
103 obj.handle_error()
105 def readwrite(obj, flags): argument
[all …]
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/input/
Dfoo.attrib18 dir obj in
19 len obj fooStructEncodingSize(obj)
20 custom_pack obj fooStructPack(ptr, obj)
21 …custom_unpack obj FooStruct unpacked; inptr_obj_unpacked = (void*)(&unpacked); fooStructUnpack((un…
24 dir obj out
25 len obj fooStructEncodingSize(obj)
26 custom_host_pack_tmp_alloc obj FooStruct tmp; forPacking_obj = (void*)tmp
27 custom_host_pack obj fooStructPack((unsigned char*)outptr_obj.get(), (FooStruct*)forPacking_obj)
28obj std::vector<unsigned char> forUnpacking_obj(__size_obj); stream->readback(&forUnpacking_obj[0]…
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
DAntlrDDK.mak21 ANTLR_OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
22 fset.obj gen.obj globals.obj hash.obj lex.obj main.obj \
23 misc.obj pred.obj egman.obj mrhoist.obj fcache.obj
25 SUPPORT_OBJS = set.obj
31 del *.obj
35 antlr.obj: $(ANTLR_SRC)\antlr.c \
49 scan.obj: $(ANTLR_SRC)\scan.c \
64 err.obj: $(ANTLR_SRC)\err.c \
78 bits.obj: $(ANTLR_SRC)\bits.c \
89 build.obj: $(ANTLR_SRC)\build.c \
[all …]
DAntlrMS.mak22 ANTLR_OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
23 fset.obj gen.obj globals.obj hash.obj lex.obj main.obj \
24 misc.obj pred.obj egman.obj mrhoist.obj fcache.obj
26 SUPPORT_OBJS = set.obj
36 antlr.obj: $(ANTLR_SRC)\antlr.c \
50 scan.obj: $(ANTLR_SRC)\scan.c \
65 err.obj: $(ANTLR_SRC)\err.c \
79 bits.obj: $(ANTLR_SRC)\bits.c \
90 build.obj: $(ANTLR_SRC)\build.c \
101 fset2.obj: $(ANTLR_SRC)\fset2.c \
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
DMakefile22 LzmaCompress.obj \
23 $(SDK_C)\Alloc.obj \
24 $(SDK_C)\LzFind.obj \
25 $(SDK_C)\LzmaDec.obj \
26 $(SDK_C)\LzmaEnc.obj \
27 $(SDK_C)\7zFile.obj \
28 $(SDK_C)\7zStream.obj \
29 $(SDK_C)\Bra86.obj \
30 $(SDK_C)\LzFindMt.obj \
31 $(SDK_C)\Threads.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DMakefile20 OBJECTS = AParser.obj DLexerBase.obj ATokenBuffer.obj \
21 EfiVfrParser.obj VfrLexer.obj VfrSyntax.obj \
22 VfrFormPkg.obj VfrError.obj VfrUtilityLib.obj VfrCompiler.obj
36 ATokenBuffer.obj: Pccts\h\ATokenBuffer.cpp
39 DLexerBase.obj: Pccts\h\DLexerBase.cpp
42 AParser.obj: Pccts\h\AParser.cpp
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dfunctools.py84 def __init__(self, obj, *args): argument
85 self.obj = obj
87 return mycmp(self.obj, other.obj) < 0
89 return mycmp(self.obj, other.obj) > 0
91 return mycmp(self.obj, other.obj) == 0
93 return mycmp(self.obj, other.obj) <= 0
95 return mycmp(self.obj, other.obj) >= 0
97 return mycmp(self.obj, other.obj) != 0
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DDlgDDK.mak21 DLG_OBJS = dlg_p.obj dlg_a.obj main.obj err.obj support.obj \
22 output.obj relabel.obj automata.obj
24 SUPPORT_OBJS = set.obj
30 del *.obj
35 dlg_p.obj: $(DLG_SRC)\dlg_p.c \
46 dlg_a.obj: $(DLG_SRC)\dlg_a.c \
58 main.obj: $(DLG_SRC)\main.c \
70 err.obj: $(DLG_SRC)\err.c \
81 support.obj: $(DLG_SRC)\support.c \
88 output.obj: $(DLG_SRC)\output.c \
[all …]
DDlgMS.mak22 DLG_OBJS = dlg_p.obj dlg_a.obj main.obj err.obj support.obj \
23 output.obj relabel.obj automata.obj
25 SUPPORT_OBJS = set.obj
34 dlg_p.obj: $(DLG_SRC)\dlg_p.c \
45 dlg_a.obj: $(DLG_SRC)\dlg_a.c \
57 main.obj: $(DLG_SRC)\main.c \
69 err.obj: $(DLG_SRC)\err.c \
80 support.obj: $(DLG_SRC)\support.c \
87 output.obj: $(DLG_SRC)\output.c \
94 relabel.obj: $(DLG_SRC)\relabel.c \
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DNOTES.bcc73 OBJ_EXT = obj
74 OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj fset.obj \
75 gen.obj globals.obj hash.obj lex.obj main.obj misc.obj pred.obj dialog.obj \
76 set.obj
78 .c.obj:
141 OBJ_EXT = obj
142 OBJS = dlg_p.obj dlg_a.obj main.obj err.obj support.obj \
143 output.obj relabel.obj automata.obj set.obj
145 .c.obj:
159 dlg_p.obj: dlg_p.c
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
Dmakefile80 OBJECTS = $(ETO)\AParser.obj \
81 $(ETO)\DLexerBase.obj \
82 $(ETO)\ATokenBuffer.obj \
83 $(ETO)\VfrSyntax.obj \
84 $(ETO)\EfiVfrParser.obj \
85 $(ETO)\VfrLexer.obj \
86 $(ETO)\VfrFormPkg.obj \
87 $(ETO)\VfrError.obj \
88 $(ETO)\VfrUtilityLib.obj \
89 $(ETO)\VfrCompiler.obj
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c32 PyStructSequence *obj; in PyStructSequence_New() local
34 obj = PyObject_New(PyStructSequence, type); in PyStructSequence_New()
35 if (obj == NULL) in PyStructSequence_New()
37 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
39 return (PyObject*) obj; in PyStructSequence_New()
43 structseq_dealloc(PyStructSequence *obj) in structseq_dealloc() argument
47 size = REAL_SIZE(obj); in structseq_dealloc()
49 Py_XDECREF(obj->ob_item[i]); in structseq_dealloc()
51 PyObject_Del(obj); in structseq_dealloc()
55 structseq_length(PyStructSequence *obj) in structseq_length() argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c32 PyStructSequence *obj; in PyStructSequence_New() local
34 obj = PyObject_New(PyStructSequence, type); in PyStructSequence_New()
35 if (obj == NULL) in PyStructSequence_New()
37 Py_SIZE(obj) = VISIBLE_SIZE_TP(type); in PyStructSequence_New()
39 return (PyObject*) obj; in PyStructSequence_New()
43 structseq_dealloc(PyStructSequence *obj) in structseq_dealloc() argument
47 size = REAL_SIZE(obj); in structseq_dealloc()
49 Py_XDECREF(obj->ob_item[i]); in structseq_dealloc()
51 PyObject_Del(obj); in structseq_dealloc()
55 structseq_length(PyStructSequence *obj) in structseq_length() argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_hash.py93 for obj in self.default_expected:
94 self.assertEqual(hash(obj), _default_hash(obj))
97 for obj in self.fixed_expected:
98 self.assertEqual(hash(obj), _FIXED_HASH_VALUE)
101 for obj in self.error_expected:
102 self.assertRaises(TypeError, hash, obj)
107 for obj in objects:
108 self.assertIsInstance(obj, Hashable)
111 for obj in self.error_expected:
112 self.assertNotIsInstance(obj, Hashable)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmicroprotocols.c76 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) in pysqlite_microprotocols_adapt() argument
85 key = Py_BuildValue("(OO)", (PyObject*)obj->ob_type, proto); in pysqlite_microprotocols_adapt()
92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL); in pysqlite_microprotocols_adapt()
98 PyObject *adapted = PyObject_CallMethod(proto, "__adapt__", "O", obj); in pysqlite_microprotocols_adapt()
112 if (PyObject_HasAttrString(obj, "__conform__")) { in pysqlite_microprotocols_adapt()
113 PyObject *adapted = PyObject_CallMethod(obj, "__conform__","O", proto); in pysqlite_microprotocols_adapt()
137 PyObject *obj, *alt = NULL; in pysqlite_adapt() local
140 if (!PyArg_ParseTuple(args, "O|OO", &obj, &proto, &alt)) return NULL; in pysqlite_adapt()
141 return pysqlite_microprotocols_adapt(obj, proto, alt); in pysqlite_adapt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
DPython-ast.c586 static int obj2ast_object(PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_object() argument
588 if (obj == Py_None) in obj2ast_object()
589 obj = NULL; in obj2ast_object()
590 if (obj) in obj2ast_object()
591 PyArena_AddPyObject(arena, obj); in obj2ast_object()
592 Py_XINCREF(obj); in obj2ast_object()
593 *out = obj; in obj2ast_object()
597 static int obj2ast_identifier(PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_identifier() argument
599 if (!PyString_CheckExact(obj) && obj != Py_None) { in obj2ast_identifier()
604 return obj2ast_object(obj, out, arena); in obj2ast_identifier()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
DPython-ast.c586 static int obj2ast_object(PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_object() argument
588 if (obj == Py_None) in obj2ast_object()
589 obj = NULL; in obj2ast_object()
590 if (obj) in obj2ast_object()
591 PyArena_AddPyObject(arena, obj); in obj2ast_object()
592 Py_XINCREF(obj); in obj2ast_object()
593 *out = obj; in obj2ast_object()
600 static int obj2ast_int(PyObject* obj, int* out, PyArena* arena) in obj2ast_int() argument
603 if (!PyInt_Check(obj) && !PyLong_Check(obj)) { in obj2ast_int()
604 PyObject *s = PyObject_Repr(obj); in obj2ast_int()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h177 #define righttt(obj) (ttype(obj) == gcvalue(obj)->gch.tt) argument
179 #define checkliveness(g,obj) \ argument
180 lua_longassert(!iscollectable(obj) || \
181 (righttt(obj) && !isdead(g,gcvalue(obj))))
187 #define setnvalue(obj,x) \ argument
188 { TValue *io=(obj); num_(io)=(x); settt_(io, LUA_TNUMBER); }
190 #define setnilvalue(obj) settt_(obj, LUA_TNIL) argument
192 #define setfvalue(obj,x) \ argument
193 { TValue *io=(obj); val_(io).f=(x); settt_(io, LUA_TLCF); }
195 #define setpvalue(obj,x) \ argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Ddumppyc.py7 def dump(obj): argument
8 print obj
9 for attr in dir(obj):
11 val = getattr(obj, attr)
26 for obj in co.co_consts:
27 if type(obj) == types.CodeType:
28 walk(obj, match)

12345678910>>...15