Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 85) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py160 named = mo.group('named') or mo.group('braced')
161 if named is not None:
162 val = mapping[named]
185 named = mo.group('named')
186 if named is not None:
190 return '%s' % (mapping[named],)
192 return self.delimiter + named
Dinspect.py892 def getcallargs(func, *positional, **named): argument
931 num_total = num_pos + len(named)
955 if isinstance(arg, str) and arg in named:
960 assign(arg, named.pop(arg))
966 assign(varkw, named)
967 elif named:
968 unexpected = next(iter(named))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py164 named = mo.group('named') or mo.group('braced')
165 if named is not None:
166 val = mapping[named]
193 named = mo.group('named') or mo.group('braced')
194 if named is not None:
198 return '%s' % (mapping[named],)
Dinspect.py895 def getcallargs(func, *positional, **named): argument
934 num_total = num_pos + len(named)
958 if isinstance(arg, str) and arg in named:
963 assign(arg, named.pop(arg))
969 assign(varkw, named)
970 elif named:
971 unexpected = next(iter(named))
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DDxeIpl.uni4 // This module produces a special PPI named the DXE Initial Program Load (IPL)
23 #string STR_MODULE_DESCRIPTION #language en-US "This module produces a special PPI named t…
DDxeIpl.inf4 # This module produces a special PPI named the DXE Initial Program Load (IPL)
/device/google/contexthub/firmware/variant/
DAndroid.mk18 include $(call all-named-subdir-makefiles,$(subdirs))
/device/google/contexthub/firmware/app/
DAndroid.mk18 include $(call all-named-subdir-makefiles,$(subdirs))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpydocgui.pyw1 # Note: this file must not be named pydoc.pyw, lest it just end up
/device/google/atv/
Dinit.ranchu.rc73 # named by the androidboot.console kernel option
Dinit.goldfish.rc91 # named by the androidboot.console kernel option
/device/generic/car/common/
Dinit.car-emulator.rc79 # named by the androidboot.console kernel option
/device/generic/mini-emulator-arm64/
Dinit.mini-emulator.rc83 # named by the androidboot.console kernel option
/device/generic/mini-emulator-armv7-a-neon/
Dinit.mini-emulator.rc83 # named by the androidboot.console kernel option
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/
DCommonTools.env160 # PlatformTools.env file in macros named xxx_PROJ_FLAGS.
230 # PlatformTools.env file in macros named xxx_PROJ_FLAGS.
338 # PlatformTools.env file in macros named xxx_PROJ_FLAGS.
438 # PlatformTools.env file in macros named xxx_PROJ_FLAGS.
/device/generic/goldfish-opengl/
Dcommon.mk113 $(error There is already a $(if $3,host,) module named $1!)\
/device/generic/goldfish/
Dinit.ranchu.rc104 # named by the androidboot.console kernel option
Dinit.goldfish.rc101 # named by the androidboot.console kernel option
/device/linaro/bootloader/edk2/IntelFrameworkPkg/
DFrameworkSpecConformance.txt29 …This macro named "EFI_STRING_TOKEN" is *NOT* defined in Framework specification. Keeping this inco…
62 …The definition named "EFI_MAXIMUM_CACHE_SIZE_DATA" is *NOT* consistent with CacheSubclass specific…
631 EdkII introduced an union type named EFI_MISC_PORT_DEVICE_PATH to avoid the logic above.
694 …me "EfiSlotTypeAgp2X" is *NOT* consistent with MiscSubclass specification 0.9, in which it is named
696 …From its literal sense, this field represents a AGP type display card, so it should be named as "E…
709 named as "OnBoardDeviceType". Keeping this inconsistency for backward compatibility.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Dmeta-vladimir.txt68 they are an instance of. This property is named __class__.
201 they are an instance of. This property is named __metaclass__.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DREADME100 sample/names.c example of the named group callback.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlnotab_notes.txt3 Code objects store a field named co_lnotab. This is an array of unsigned bytes
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlnotab_notes.txt3 Code objects store a field named co_lnotab. This is an array of unsigned bytes
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
DREADME55 FAQDIR. Create a subdirectory named RCS. Make both the working
/device/linaro/bootloader/edk2/
DBuildNotes2.txt48 The default tool chain (named MYTOOLS) is pre-configured to use VS2008 for IA32

1234