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

1 2 3 4 5 6 7 8 91011>>

  /art/test/648-inline-caches-unresolved/
run 17 exec ${RUN} $@ --secondary --profile
  /art/test/158-app-image-class-table/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /art/test/638-checker-inline-caches/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /art/test/643-checker-bogus-ic/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /art/test/707-checker-invalid-profile/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /build/make/core/clang/
HOST_x86_64.mk 1 HOST_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64.a
  /external/toolchain-utils/user_activity_benchmarks/
symbolize_profiles.sh 6 # Uses local_cwp to do the profile symbolization.
23 for profile in "${PROFILES[@]}"
25 $LOCAL_CWP_BINARY_PATH --output="$LOCAL_CWP_RESULTS_PATH/${profile}.pb.gz" \
26 "$PROFILES_PATH/$profile"
28 echo "Failed to symbolize the perf profile output with local_cwp for " \
29 "$profile."
  /system/media/alsa_utils/
alsa_device_profile.c 61 static void profile_reset(alsa_device_profile* profile)
63 profile->card = profile->device = -1;
66 profile->formats[0] = PCM_FORMAT_INVALID;
67 profile->sample_rates[0] = 0;
68 profile->channel_counts[0] = 0;
70 profile->min_period_size = profile->max_period_size = 0;
71 profile->min_channel_count = profile->max_channel_count = DEFAULT_CHANNEL_COUNT
    [all...]
  /system/media/alsa_utils/include/
alsa_device_profile.h 62 void profile_init(alsa_device_profile* profile, int direction);
63 bool profile_is_initialized(alsa_device_profile* profile);
64 bool profile_is_valid(alsa_device_profile* profile);
65 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device);
66 void profile_decache(alsa_device_profile* profile);
68 bool profile_read_device_info(alsa_device_profile* profile);
71 char * profile_get_sample_rate_strs(alsa_device_profile* profile);
72 char * profile_get_format_strs(alsa_device_profile* profile);
73 char * profile_get_channel_count_strs(alsa_device_profile* profile);
76 unsigned profile_get_default_sample_rate(alsa_device_profile* profile);
    [all...]
  /art/test/159-app-image-fields/
run 17 # Use a profile to put specific classes in the app image.
19 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile \
  /external/javasqlite/src/main/java/SQLite/
Profile.java 4 * Callback interface for SQLite's profile function.
7 public interface Profile {
10 * Callback to profile (ie log) one SQL statement
17 public void profile(String stmt, long est); method in interface:Profile
  /external/ltp/testcases/realtime/doc/
run_auto.sh.tpl 3 profile=${1:-default}
16 $SCRIPTS_DIR/run_c_files.sh $profile testexecutable1
17 # $SCRIPTS_DIR/run_c_files.sh $profile testexecutable2
  /external/ltp/testcases/realtime/func/async_handler/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile async_handler async_handler_jk
  /external/ltp/testcases/realtime/func/gtod_latency/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile gtod_latency
17 #$SCRIPTS_DIR/run_c_files.sh $profile gtod_infinite
  /external/ltp/testcases/realtime/func/hrtimer-prio/
run_auto.sh 3 profile=${1:-default}
12 $SCRIPTS_DIR/run_c_files.sh $profile "hrtimer-prio"
  /external/ltp/testcases/realtime/func/matrix_mult/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile matrix_mult
  /external/ltp/testcases/realtime/func/periodic_cpu_load/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile periodic_cpu_load periodic_cpu_load_single
  /external/ltp/testcases/realtime/func/pi_perf/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile pi_perf
  /external/ltp/testcases/realtime/func/prio-preempt/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile prio-preempt
  /external/ltp/testcases/realtime/func/prio-wake/
run_auto.sh 3 profile=${1:-default}
12 $SCRIPTS_DIR/run_c_files.sh $profile prio-wake
  /external/ltp/testcases/realtime/func/pthread_kill_latency/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile pthread_kill_latency
  /external/ltp/testcases/realtime/func/rt-migrate/
run_auto.sh 3 profile=${1:-default}
12 $SCRIPTS_DIR/run_c_files.sh $profile rt-migrate
  /external/ltp/testcases/realtime/func/sched_football/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile sched_football
  /external/ltp/testcases/realtime/func/sched_jitter/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile sched_jitter
  /external/ltp/testcases/realtime/func/sched_latency/
run_auto.sh 3 profile=${1:-default}
14 $SCRIPTS_DIR/run_c_files.sh $profile sched_latency

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 91011>>