Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 25 of 44) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Danalyze_dxp.py39 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 …]
Dhotshotmain.py22 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:])
Dndiff.py126 import profile, pstats
129 profile.run("main(args)", statf)
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.uni2 // 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."
DMemoryProfileInfo.inf2 # 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/
Dcompile.py6 import profile
38 profile.run('compileFile(%r, %r)' % (filename, DISPLAY),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
Dstats.py3 import profile
74 class Profile(profile.Profile):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_profile.py9 import profile
15 profilerclass = profile.Profile
/device/huawei/angler/aosp/
DAndroid.mk23 ln -sf /vendor/etc/cne/profile.txt $(PRODUCT_OUT)/system/etc/cne/profile.txt; \
/device/lge/bullhead/sepolicy/
Dsystem_app.te9 # allow CNEService to create profile.txt
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileManagerVfr.Vfr42 // Modify user profile form
51 // Delete user profile form
63 // User profile information form
/device/huawei/angler/sepolicy/
Dsystem_app.te12 # allow CNEService to create profile.txt
/device/linaro/bootloader/edk2/UefiCpuPkg/
DUefiCpuPkg.uni60 …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…
DUefiCpuPkg.dec74 ## 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/
Dmhlib.py102 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')
Dpstats.py558 def __init__(self, profile=None): argument
563 if profile is not None:
564 self.do_read(profile)
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DUefiShellDriver1CommandsLib.inf2 # Provides shell driver1 profile functions
/device/huawei/angler/
Dbcmdhd-pme.cal194 # ########### BTC Dynctl profile params ############
Dbcmdhd.cal212 # ########### BTC Dynctl profile params ############
Dbcmdhd-high.cal212 # ########### BTC Dynctl profile params ############
Dbcmdhd-low.cal212 # ########### BTC Dynctl profile params ############
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.inf2 # Provides shell Debug1 profile functions
/device/lge/bullhead/self-extractors/
Dextract-lists.txt64 system/etc/cne/profile.txt \
/device/lge/bullhead/self-extractors/qcom/staging/
Ddevice-partial.mk73 vendor/qcom/bullhead/proprietary/profile.txt:system/etc/cne/profile.txt:qcom \
/device/lge/bullhead/
Dvendor_owner_info.txt57 system/etc/cne/profile.txt:qcom

12