Searched refs:obj (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
H A 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/BaseTools/Source/C/Makefiles/
H A Dms.rule16 .c.obj :
19 .S.obj :
22 .cpp.obj :
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
H A DMakefile19 OBJECTS = GenFw.obj ElfConvert.obj Elf32Convert.obj Elf64Convert.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
H A 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
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
H A DMakefile19 OBJECTS = GenBootSector.obj GetDrvNumOffset.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
H A DMakefile20 OBJECTS = AParser.obj DLexerBase.obj ATokenBuffer.obj \
21 EfiVfrParser.obj VfrLexer.obj VfrSyntax.obj \
22 VfrFormPkg.obj VfrError.obj VfrUtilityLib.obj VfrCompiler.obj
[all...]
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
H A DMakefile56 $(OUTPUT_DIR)\bootsect.obj:$(MODULE_DIR)\bootsect.asm
57 "$(ASM)" /c /omf /Fo"$(OUTPUT_DIR)\bootsect.obj" /FR"$(OUTPUT_DIR)\bootsect.txt" "$(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.map,,,
64 $(OUTPUT_DIR)\bs16.obj:$(MODULE_DIR)\bs16.asm
65 "$(ASM)" /c /omf /Fo"$(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
73 "$(ASM)" /c /omf /Fo"$(OUTPUT_DIR)\bs32.obj" "
[all...]
/device/google/marlin/libandroid/
H A DAndroid.mk12 LOCAL_SRC_FILES_arm := ../../../../$(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/system/lib/libandroid.so
13 LOCAL_SRC_FILES_arm64 := ../../../../$(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/system/lib64/libandroid.so
17 $(LOCAL_PATH)/../../../../out/target/product/msm8996/obj/PACKAGING/pdk_fusion_intermediates/system/lib/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
18 $(LOCAL_PATH)/../../../../out/target/product/msm8996/obj/PACKAGING/pdk_fusion_intermediates/system/lib64/libandroid.so : $(PRODUCT_OUT)/obj/PACKAGING/pdk_fusion_intermediates/pdk_fusion.stamp
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dfunctools.py83 __slots__ = ['obj']
84 def __init__(self, obj, *args):
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)
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dfunctools.py83 __slots__ = ['obj']
84 def __init__(self, obj, *args):
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)
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A 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
[all...]
H A 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
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
H A DMakefile19 OBJECTS = GenFv.obj GenFvInternalLib.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A 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 le
[all...]
H A 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 le
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
H A Ddumppyc.py7 def dump(obj):
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)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dmicroprotocols.c76 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) argument
85 key = Py_BuildValue("(OO)", (PyObject*)obj->ob_type, proto);
92 PyObject *adapted = PyObject_CallFunctionObjArgs(adapter, obj, NULL);
98 PyObject *adapted = PyObject_CallMethod(proto, "__adapt__", "O", obj);
112 if (PyObject_HasAttrString(obj, "__conform__")) {
113 PyObject *adapted = PyObject_CallMethod(obj, "__conform__","O", proto);
137 PyObject *obj, *alt = NULL; local
140 if (!PyArg_ParseTuple(args, "O|OO", &obj, &proto, &alt)) return NULL;
141 return pysqlite_microprotocols_adapt(obj, proto, alt);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_intern.py21 ( not(arglist | argument<any '=' any>) obj=any
22 | obj=arglist<(not argument<any '=' any>) any ','> )
30 obj = results["obj"].clone()
31 if obj.type == syms.arglist:
32 newarglist = obj.clone()
34 newarglist = pytree.Node(syms.arglist, [obj.clone()])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_cprofile.py20 obj = _lsprof.Profiler(lambda: int)
21 obj.enable()
22 obj = _lsprof.Profiler(1)
23 obj.disable()
H A Dtest_sha.py19 obj = sha.new(data)
20 computed = obj.hexdigest()
25 computed_again = obj.hexdigest()
29 digest = obj.digest()
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
H A DMakefile19 OBJECTS = BootSectImage.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
H A DMakefile19 OBJECTS = EfiLdrImage.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
H A DMakefile19 OBJECTS = EfiRom.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
H A DMakefile19 OBJECTS = GenCrc32.obj
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
H A DMakefile19 OBJECTS = GenFfs.obj

Completed in 261 milliseconds

1234567891011>>