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

1 2 3

  /external/libcap/contrib/
pcaps4convenience 140 COUNTER=0
142 until [ $COUNTER == $UPPER ]; do
143 p4c_app_convert ${APPSARRAY[$COUNTER]} ${!APPSARRAY[$COUNTER]}
144 let COUNTER+=1
151 COUNTER=0
153 until [ $COUNTER == $UPPER ]; do
154 p4c_app_revert ${APPSARRAY[$COUNTER]}
155 let COUNTER+=1
pcaps4suid0 157 COUNTER=0
159 until [ $COUNTER == $UPPER ]; do
160 p4s_app_convert ${APPSARRAY[$COUNTER]} ${!APPSARRAY[$COUNTER]}
161 let COUNTER+=1
168 COUNTER=0
170 until [ $COUNTER == $UPPER ]; do
171 p4s_app_revert ${APPSARRAY[$COUNTER]}
172 let COUNTER+=1
  /external/tensorflow/tensorflow/tools/dist_test/scripts/
delete_tf_cluster.sh 72 COUNTER=0
76 ((COUNTER++))
77 if [[ "${COUNTER}" -gt "${MAX_STEPS}" ]]; then
create_tf_cluster.sh 184 COUNTER=0
187 ((COUNTER++))
188 if [[ "${COUNTER}" -gt "${GCLOUD_OP_MAX_STEPS}" ]]; then
252 COUNTER=0
255 ((COUNTER++))
256 if [[ "${COUNTER}" -gt "${GCLOUD_OP_MAX_STEPS}" ]]; then
dist_mnist_test.sh 208 COUNTER=0
210 ((COUNTER++))
211 if [[ "${COUNTER}" -gt "${TIMEOUT}" ]]; then
  /external/ltp/testcases/kernel/numa/
numa01.sh 133 COUNTER=1
136 if [ $COUNTER -eq $total_nodes ]; then #wrap up for last node
140 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
156 COUNTER=$((COUNTER+1))
167 COUNTER=1
171 if [ $COUNTER -eq $total_nodes ] #wrap up for last node
176 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
192 COUNTER=$((COUNTER+1)
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/builds/
benchmark.sh 71 COUNTER=0
75 ((COUNTER++))
78 echo "Running benchmark test (${COUNTER} / ${N_TESTS}): ${BENCHMARK_TEST}"
pip.sh 495 COUNTER=0
499 while [[ ${COUNTER} -lt "${#PIP_TASKS[@]}" ]]; do
500 INDEX=COUNTER
505 "${PIP_TASKS[COUNTER]} (${PIP_TASKS_DESC[COUNTER]}) ===${COLOR_NC}"
508 ${PIP_TASKS[COUNTER]}
522 ((COUNTER++))
529 COUNTER=0
531 while [[ ${COUNTER} -lt "${#PIP_TASKS[@]}" ]]; do
532 INDEX=COUNTER
    [all...]
builds_common.sh 145 COUNTER=0
152 ((COUNTER++))
153 STAT_STR="(${COUNTER} / ${NUM_TESTS})"
  /external/tensorflow/tensorflow/tools/ci_build/
ci_sanity.sh 566 COUNTER=0
567 while [[ ${COUNTER} -lt "${#SANITY_STEPS[@]}" ]]; do
568 INDEX=COUNTER
573 "${SANITY_STEPS[COUNTER]} (${SANITY_STEPS_DESC[COUNTER]}) ==="
578 ${SANITY_STEPS[COUNTER]} ${INCREMENTAL_FLAG}
591 ((COUNTER++))
595 COUNTER=0
597 while [[ ${COUNTER} -lt "${#SANITY_STEPS[@]}" ]]; do
598 INDEX=COUNTER
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcFailBringUp.java 35 // counter with its --ei option name and default value
36 static final String COUNTER = "counter";
53 mCounter = intent.getIntExtra(COUNTER, DEFAULT_COUNTER);
63 public void saveParameters(int counter, int failCause, int suggestedRetryTime) {
64 mCounter = counter;
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_registry.h 277 #define REGISTER_XLA_OP_UNIQ_HELPER(COUNTER, BUILDER, OP) \
278 REGISTER_XLA_OP_UNIQ(COUNTER, BUILDER, OP)
292 #define REGISTER_XLA_BACKEND_UNIQ_HELPER(COUNTER, NAME, ...) \
293 REGISTER_XLA_BACKEND_UNIQ(COUNTER, NAME, __VA_ARGS__)
  /tools/test/connectivity/acts/framework/acts/controllers/
native.py 50 COUNTER = IDCounter()
  /test/vts/utils/python/controllers/
android.py 55 COUNTER = IDCounter()
114 apiid = next(Android.COUNTER)
  /external/nanopb-c/
pb.h 116 #define STATIC_ASSERT_MSG(MSG, LINE, COUNTER) STATIC_ASSERT_MSG_(MSG, LINE, COUNTER)
117 #define STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) static_assertion_##MSG##LINE##COUNTER
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
gcov-io.h 149 counter values for instrumented features. The about the whole
297 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
299 #include "gcov-counter.def"
320 #define GCOV_ICALL_TOPN_NCOUNTS 9 /* The number of counter entries per icall callsite */
322 /* Convert a counter index to a tag. */
325 /* Convert a tag to a counter. */
328 /* Check whether a tag is a counter tag. */
356 /* Structure used for each bucket of the log2 histogram of counter values. */
379 /* Cumulative counter data. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
gcov-io.h 149 counter values for instrumented features. The about the whole
297 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
299 #include "gcov-counter.def"
320 #define GCOV_ICALL_TOPN_NCOUNTS 9 /* The number of counter entries per icall callsite */
322 /* Convert a counter index to a tag. */
325 /* Convert a tag to a counter. */
328 /* Check whether a tag is a counter tag. */
356 /* Structure used for each bucket of the log2 histogram of counter values. */
379 /* Cumulative counter data. *
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
gcov-io.h 149 counter values for instrumented features. The about the whole
297 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
299 #include "gcov-counter.def"
320 #define GCOV_ICALL_TOPN_NCOUNTS 9 /* The number of counter entries per icall callsite */
322 /* Convert a counter index to a tag. */
325 /* Convert a tag to a counter. */
328 /* Check whether a tag is a counter tag. */
356 /* Structure used for each bucket of the log2 histogram of counter values. */
379 /* Cumulative counter data. *
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-io.h 149 counter values for instrumented features. The about the whole
297 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
299 #include "gcov-counter.def"
320 #define GCOV_ICALL_TOPN_NCOUNTS 9 /* The number of counter entries per icall callsite */
322 /* Convert a counter index to a tag. */
325 /* Convert a tag to a counter. */
328 /* Check whether a tag is a counter tag. */
356 /* Structure used for each bucket of the log2 histogram of counter values. */
379 /* Cumulative counter data. *
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
gcov-io.h 149 counter values for instrumented features. The about the whole
297 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
299 #include "gcov-counter.def"
320 #define GCOV_ICALL_TOPN_NCOUNTS 9 /* The number of counter entries per icall callsite */
322 /* Convert a counter index to a tag. */
325 /* Convert a tag to a counter. */
328 /* Check whether a tag is a counter tag. */
356 /* Structure used for each bucket of the log2 histogram of counter values. */
379 /* Cumulative counter data. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
gcov-io.h 149 counter values for instrumented features. The about the whole
297 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
299 #include "gcov-counter.def"
320 #define GCOV_ICALL_TOPN_NCOUNTS 9 /* The number of counter entries per icall callsite */
322 /* Convert a counter index to a tag. */
325 /* Convert a tag to a counter. */
328 /* Check whether a tag is a counter tag. */
356 /* Structure used for each bucket of the log2 histogram of counter values. */
379 /* Cumulative counter data. *
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
gcov-io.h 149 counter values for instrumented features. The about the whole
297 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
299 #include "gcov-counter.def"
320 #define GCOV_ICALL_TOPN_NCOUNTS 9 /* The number of counter entries per icall callsite */
322 /* Convert a counter index to a tag. */
325 /* Convert a tag to a counter. */
328 /* Check whether a tag is a counter tag. */
356 /* Structure used for each bucket of the log2 histogram of counter values. */
379 /* Cumulative counter data. *
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
gcov-io.h 149 counter values for instrumented features. The about the whole
297 #define DEF_GCOV_COUNTER(COUNTER, NAME, MERGE_FN) COUNTER,
299 #include "gcov-counter.def"
320 #define GCOV_ICALL_TOPN_NCOUNTS 9 /* The number of counter entries per icall callsite */
322 /* Convert a counter index to a tag. */
325 /* Convert a tag to a counter. */
328 /* Check whether a tag is a counter tag. */
356 /* Structure used for each bucket of the log2 histogram of counter values. */
379 /* Cumulative counter data. *
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FL.py 170 COUNTER = 25
  /external/python/cpython2/Lib/plat-irix6/
FL.py 170 COUNTER = 25

Completed in 1014 milliseconds

1 2 3