/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | analyze_dxp.py | 39 def has_pairs(profile): argument 43 return len(profile) > 0 and isinstance(profile[0], list) 78 def common_instructions(profile): argument 85 if has_pairs(profile) and profile: 86 inst_list = profile[-1] 88 inst_list = profile 96 def common_pairs(profile): argument 105 if not has_pairs(profile): 109 for op1, op1profile in enumerate(profile[:-1]) 116 def render_common_pairs(profile=None): argument [all …]
|
D | hotshotmain.py | 22 def run_hotshot(filename, profile, args): argument 23 prof = hotshot.Profile(profile) 28 stats = hotshot.stats.load(profile) 52 return run_hotshot(filename, options.profile, args[1:])
|
D | ndiff.py | 126 import profile, pstats 129 profile.run("main(args)", statf)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/ |
D | MemoryProfileInfo.uni | 2 // Shell application to dump UEFI memory and SMRAM profile information. 5 // the application will not display memory profile information. 19 … #language en-US "Shell application to dump UEFI memory and SMRAM profile information." 21 …setting PcdMemoryProfilePropertyMask, the application will not display memory profile information."
|
D | MemoryProfileInfo.inf | 2 # Shell application to dump UEFI memory and SMRAM profile information. 5 # the application will not display memory profile information.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | compile.py | 6 import profile 38 profile.run('compileFile(%r, %r)' % (filename, DISPLAY),
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
D | stats.py | 3 import profile 74 class Profile(profile.Profile):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_profile.py | 9 import profile 15 profilerclass = profile.Profile
|
/device/huawei/angler/aosp/ |
D | Android.mk | 23 ln -sf /vendor/etc/cne/profile.txt $(PRODUCT_OUT)/system/etc/cne/profile.txt; \
|
/device/lge/bullhead/sepolicy/ |
D | system_app.te | 9 # allow CNEService to create profile.txt
|
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
D | UserProfileManagerVfr.Vfr | 42 // Modify user profile form 51 // Delete user profile form 63 // User profile information form
|
/device/huawei/angler/sepolicy/ |
D | system_app.te | 12 # allow CNEService to create profile.txt
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ |
D | UefiCpuPkg.uni | 60 …kenSpaceGuid_PcdCpuSmmProfileRingBuffer_PROMPT #language en-US "The SMM profile log buffer is a r… 62 …d_PcdCpuSmmProfileRingBuffer_HELP #language en-US "Indicates if the SMM profile log buffer is a r… 63 … "TRUE - the SMM profile log buffer is a ring buffer.<BR>\n" 64 … "FALSE - the SMM profile log buffer is a normal buffer.<BR>" 106 #string STR_gUefiCpuPkgTokenSpaceGuid_PcdCpuSmmProfileSize_PROMPT #language en-US "SMM profile dat… 108 …leSize_HELP #language en-US "Specifies buffer size in bytes to save SMM profile data. The value s…
|
D | UefiCpuPkg.dec | 74 ## Indicates if the SMM profile log buffer is a ring buffer. 76 # TRUE - the SMM profile log buffer is a ring buffer.<BR> 77 # FALSE - the SMM profile log buffer is a normal buffer.<BR> 78 # @Prompt The SMM profile log buffer is a ring buffer. 144 ## Specifies buffer size in bytes to save SMM profile data. The value should be a multiple of 4KB. 145 # @Prompt SMM profile data buffer size.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | mhlib.py | 102 def __init__(self, path = None, profile = None): argument 104 if profile is None: profile = MH_PROFILE 105 self.profile = os.path.expanduser(profile) 116 return 'MH(%r, %r)' % (self.path, self.profile) 124 return pickline(self.profile, key) 217 protect = pickline(self.profile, 'Folder-Protect')
|
D | pstats.py | 558 def __init__(self, profile=None): argument 563 if profile is not None: 564 self.do_read(profile)
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | UefiShellDriver1CommandsLib.inf | 2 # Provides shell driver1 profile functions
|
/device/huawei/angler/ |
D | bcmdhd-pme.cal | 194 # ########### BTC Dynctl profile params ############
|
D | bcmdhd.cal | 212 # ########### BTC Dynctl profile params ############
|
D | bcmdhd-high.cal | 212 # ########### BTC Dynctl profile params ############
|
D | bcmdhd-low.cal | 212 # ########### BTC Dynctl profile params ############
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | UefiShellDebug1CommandsLib.inf | 2 # Provides shell Debug1 profile functions
|
/device/lge/bullhead/self-extractors/ |
D | extract-lists.txt | 64 system/etc/cne/profile.txt \
|
/device/lge/bullhead/self-extractors/qcom/staging/ |
D | device-partial.mk | 73 vendor/qcom/bullhead/proprietary/profile.txt:system/etc/cne/profile.txt:qcom \
|
/device/lge/bullhead/ |
D | vendor_owner_info.txt | 57 system/etc/cne/profile.txt:qcom
|