HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 101 - 125 of 1672) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/realtime/
run.sh 36 usage: $(basename "$0") [-p profile] -t test-argument [-l num_of_loops]
39 -p profile Use profile instead of default (see
81 local profile
83 profile=$1
97 ./run_auto.sh $profile
127 local profile
129 profile=$1
168 run_test "$profile" "$test" "$2"
225 profile=$OPTAR
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/
ImsCallSession.java 104 ImsStreamMediaProfile profile) {
114 ImsCallProfile profile) {
144 ImsCallProfile profile) {
163 ImsCallProfile profile) {
172 ImsCallProfile profile) {
191 ImsCallProfile profile) {
203 ImsCallSession newSession, ImsCallProfile profile) {
230 ImsCallProfile profile) {
249 ImsCallProfile profile) {
261 ImsCallSession newSession, ImsCallProfile profile) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 49 * List of profile services.
61 * Resource flag to indicate whether profile is supported or not.
112 private static boolean isProfileDisabled(Context context, Class profile) {
113 final int profileIndex = getProfileIndex(profile);
116 Log.w(TAG, "Could not find profile bit mask");
128 private static int getProfileIndex(Class profile) {
131 if (profile == HeadsetService.class) {
133 } else if (profile == A2dpService.class) {
135 } else if (profile == A2dpSinkService.class) {
137 } else if (profile == HidService.class)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 36 module Profile
37 =begin rdoc ANTLR3::Profile::ParserEvents
39 ANTLR3::Profile::ParserEvents expands basic debugging events for use by
40 recognition code generated by ANTLR when called with the <tt>-profile</tt>
50 def klass.profile? singleton method in class:ANTLR3.Profile.ParserEvents.included
66 def profile method in class:ANTLR3.Profile.ParserEvents
67 @debug_listener.profile
95 unless const_defined?( :Profile )
96 Profile = Struct.new(
107 class Profile
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolz/
symbolz.go 5 // Package symbolz symbolizes a profile using the output from the symbolz
18 "internal/pprof/profile"
25 // Symbolize symbolizes profile p by parsing data returned by a
30 func Symbolize(source string, syms func(string, string) ([]byte, error), p *profile.Profile) error {
48 lines := make(map[uint64]profile.Line)
49 functions := make(map[string]*profile.Function)
71 fn = &profile.Function{
80 lines[addr] = profile.Line{Function: fn}
87 l.Line = []profile.Line{line
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 8 "internal/pprof/profile"
14 // EncodeMemProfile converts MemProfileRecords to a Profile.
15 func EncodeMemProfile(mr []runtime.MemProfileRecord, rate int64, t time.Time) *profile.Profile {
16 p := &profile.Profile{
18 PeriodType: &profile.ValueType{Type: "space", Unit: "bytes"},
19 SampleType: []*profile.ValueType{
28 locs := make(map[uintptr]*profile.Location)
31 sloc := make([]*profile.Location, len(stack)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolz/
symbolz.go 5 // Package symbolz symbolizes a profile using the output from the symbolz
18 "internal/pprof/profile"
25 // Symbolize symbolizes profile p by parsing data returned by a
30 func Symbolize(source string, syms func(string, string) ([]byte, error), p *profile.Profile) error {
48 lines := make(map[uint64]profile.Line)
49 functions := make(map[string]*profile.Function)
71 fn = &profile.Function{
80 lines[addr] = profile.Line{Function: fn}
87 l.Line = []profile.Line{line
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/
protomemprofile.go 8 "internal/pprof/profile"
14 // EncodeMemProfile converts MemProfileRecords to a Profile.
15 func EncodeMemProfile(mr []runtime.MemProfileRecord, rate int64, t time.Time) *profile.Profile {
16 p := &profile.Profile{
18 PeriodType: &profile.ValueType{Type: "space", Unit: "bytes"},
19 SampleType: []*profile.ValueType{
28 locs := make(map[uintptr]*profile.Location)
31 sloc := make([]*profile.Location, len(stack)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp 44 // TBuiltIns::initialize(version,profile) context-independent textual built-ins; add them to the right string
66 inline bool IncludeLegacy(int version, EProfile profile, const SpvVersion& spvVersion)
68 return profile != EEsProfile && (version <= 130 || (spvVersion.spv == 0 && ARBCompatibility) || profile == ECompatibilityProfile);
111 // for the given version and profile. Share common ones across stages, otherwise
117 void TBuiltIns::initialize(int version, EProfile profile, const SpvVersion& spvVersion)
440 if (profile != EEsProfile && version >= 400) {
670 if (profile != EEsProfile && version >= 450) {
808 if ((profile == EEsProfile && version >= 310) ||
809 (profile != EEsProfile && version >= 430))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
hotshotmain.py 20 PROFILE = "hotshot.prof"
22 def run_hotshot(filename, profile, args):
23 prof = hotshot.Profile(profile)
28 stats = hotshot.stats.load(profile)
43 parser.add_option("-p", "--profile", action="store", default=PROFILE,
44 dest="profile", help='Specify profile file to use')
52 return run_hotshot(filename, options.profile, args[1:])
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_adif.h 103 int profile; member in struct:__anon13017
tpenc_asc.h 110 * \param profile the MPEG Audio profile to be used
121 int profile,
  /external/ltp/testcases/realtime/scripts/
run_c_files.sh 7 # Usage: $0 profile testname1 [ testname2 ... ]
9 # This script looks for *each* line in profile matching the
14 profile=$1
19 profile_path=$PROFILES_DIR/$profile
20 # Does profile exist?
21 [ ! -f "$profile_path" ] && { echo >&2 "$0: Could not find profile ($profile_path)" ; exit 1 ; }
  /external/vogar/src/vogar/target/
RunnerFactory.java 35 int timeoutSeconds, boolean profile, String[] args);
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitenc.h 36 Word16 profile; member in struct:BITSTREAMENCODER_INIT
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 87 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */ member in struct:stream_out
118 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */ member in struct:stream_in
234 static char * device_get_parameters(alsa_device_profile * profile, const char * keys)
236 if (profile->card < 0 || profile->device < 0) {
246 char* rates_list = profile_get_sample_rate_strs(profile);
254 char* channels_list = profile_get_channel_count_strs(profile);
262 char * format_params = profile_get_format_strs(profile);
349 dprintf(fd, "Output Profile:\n");
350 profile_dump(out_stream->profile, fd)
870 alsa_device_profile * profile = in->profile; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
version_profile.h 32 // Given a string version_profile containing both version and profile, decodes
33 // it and puts the decoded version in version, decoded profile in profile.
34 // Returns true if decoding is successful and version and profile are accepted.
36 EProfile* profile);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ld-sp-warn-cortex-m3.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-cortex-m4.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7e-m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn-v7m.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
ld-sp-warn.l 2 [^:]*:3: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
3 [^:]*:4: Warning: This instruction may be unpredictable if executed on M-profile cores with interrupts enabled.
  /frameworks/base/core/java/com/android/internal/os/
WifiPowerEstimator.java 33 public WifiPowerEstimator(PowerProfile profile) {
34 mWifiPowerPerPacket = getWifiPowerPerPacket(profile);
35 mWifiPowerOn = profile.getAveragePower(PowerProfile.POWER_WIFI_ON);
36 mWifiPowerScan = profile.getAveragePower(PowerProfile.POWER_WIFI_SCAN);
37 mWifiPowerBatchScan = profile.getAveragePower(PowerProfile.POWER_WIFI_BATCHED_SCAN);
43 private static double getWifiPowerPerPacket(PowerProfile profile) {
45 final double WIFI_POWER = profile.getAveragePower(PowerProfile.POWER_WIFI_ACTIVE)
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 36 public static CamcorderProfile profile = CamcorderProfile.get(mCameraId, mProfileQuality); field in class:MediaRecorderStressTestRunner
38 public static int mVideoEncoder = profile.videoCodec;
39 public static int mAudioEncoder = profile.audioCodec;
40 public static int mFrameRate = profile.videoFrameRate;
41 public static int mVideoWidth = profile.videoFrameWidth;
42 public static int mVideoHeight = profile.videoFrameHeight;
43 public static int mBitRate = profile.videoBitRate;

Completed in 1167 milliseconds

1 2 3 45 6 7 8 91011>>