Searched refs:named (Results 1 – 25 of 85) sorted by relevance
1234
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | string.py | 160 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
|
D | inspect.py | 892 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/ |
D | string.py | 164 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],)
|
D | inspect.py | 895 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/ |
D | DxeIpl.uni | 4 // 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…
|
D | DxeIpl.inf | 4 # This module produces a special PPI named the DXE Initial Program Load (IPL)
|
/device/google/contexthub/firmware/variant/ |
D | Android.mk | 18 include $(call all-named-subdir-makefiles,$(subdirs))
|
/device/google/contexthub/firmware/app/ |
D | Android.mk | 18 include $(call all-named-subdir-makefiles,$(subdirs))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | pydocgui.pyw | 1 # Note: this file must not be named pydoc.pyw, lest it just end up
|
/device/google/atv/ |
D | init.ranchu.rc | 73 # named by the androidboot.console kernel option
|
D | init.goldfish.rc | 91 # named by the androidboot.console kernel option
|
/device/generic/car/common/ |
D | init.car-emulator.rc | 79 # named by the androidboot.console kernel option
|
/device/generic/mini-emulator-arm64/ |
D | init.mini-emulator.rc | 83 # named by the androidboot.console kernel option
|
/device/generic/mini-emulator-armv7-a-neon/ |
D | init.mini-emulator.rc | 83 # named by the androidboot.console kernel option
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/ |
D | CommonTools.env | 160 # 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/ |
D | common.mk | 113 $(error There is already a $(if $3,host,) module named $1!)\
|
/device/generic/goldfish/ |
D | init.ranchu.rc | 104 # named by the androidboot.console kernel option
|
D | init.goldfish.rc | 101 # named by the androidboot.console kernel option
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/ |
D | FrameworkSpecConformance.txt | 29 …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/ |
D | meta-vladimir.txt | 68 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/ |
D | README | 100 sample/names.c example of the named group callback.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | lnotab_notes.txt | 3 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/ |
D | lnotab_notes.txt | 3 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/ |
D | README | 55 FAQDIR. Create a subdirectory named RCS. Make both the working
|
/device/linaro/bootloader/edk2/ |
D | BuildNotes2.txt | 48 The default tool chain (named MYTOOLS) is pre-configured to use VS2008 for IA32
|
1234