Searched defs:over (Results 1 - 23 of 23) sorted by relevance

/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DTimeUnit.java107 static long x(long d, long m, long over) { argument
108 if (d > over) return Long.MAX_VALUE;
109 if (d < -over) return Long.MIN_VALUE;
/external/libchrome/base/metrics/
H A Dsample_vector.cc110 size_t over = bucket_count; local
113 DCHECK_GE(over, under);
114 mid = under + (over - under)/2;
120 over = mid;
/external/libedit/src/
H A Dfilecomplete.c414 int *completion_type, int *over, int *point, int *end)
464 (over != NULL && !*over && !matches))
468 if (over != NULL)
469 *over = 0;
409 fn_complete(EditLine *el, char *(*complet_func)(const char *, int), char **(*attempted_completion_function)(const char *, int, int), const Char *word_break, const Char *special_prefixes, const char *(*app_func)(const char *), size_t query_items, int *completion_type, int *over, int *point, int *end) argument
/external/fio/t/
H A Dread-to-pipe-async.c14 * piping the output to gzip to decompress it. Any latencies over max_us
54 unsigned int over; member in struct:stats
211 s->over++;
459 fprintf(stderr, "\tOver=%u, min=%u, max=%u\n", s->over, s->min, s->max);
/external/python/cpython3/Lib/
H A Dnntplib.py55 # - New method NNTP.over()
808 def over(self, message_spec, *, file=None): member in class:_NNTPBase
1113 help='use NNTP over SSL')
1139 for artnum, over in overviews:
1140 author = decode_header(over['from']).split('<', 1)[0]
1141 subject = decode_header(over['subject'])
1142 lines = int(over[':lines'])
/external/v8/src/builtins/arm/
H A Dbuiltins-arm.cc1092 // Do a stack check to ensure we don't go over the limit.
1135 // closure by switching the code entry field over to the new code as well.
1531 Label over; local
1534 __ b(ne, &over);
1546 __ bind(&over);
/external/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc1094 // Do a stack check to ensure we don't go over the limit.
1141 // closure by switching the code entry field over to the new code as well.
1517 Label over; local
1520 __ B(ne, &over);
1532 __ bind(&over);
/external/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc615 // Do a stack check to ensure we don't go over the limit.
670 // closure by switching the code entry field over to the new code as well.
1211 Label over; local
1214 __ j(not_equal, &over, Label::kNear);
1225 __ bind(&over);
/external/v8/src/builtins/mips/
H A Dbuiltins-mips.cc1094 // Do a stack check to ensure we don't go over the limit.
1143 // closure by switching the code entry field over to the new code as well.
1536 Label over; local
1538 __ Branch(&over, ne, t4, Operand(j));
1550 __ bind(&over);
/external/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc1085 // Do a stack check to ensure we don't go over the limit.
1134 // closure by switching the code entry field over to the new code as well.
1526 Label over; local
1528 __ Branch(&over, ne, t2, Operand(j));
1540 __ bind(&over);
/external/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc1112 // Do a stack check to ensure we don't go over the limit.
1155 // closure by switching the code entry field over to the new code as well.
1540 Label over; local
1543 __ bne(&over);
1555 __ bind(&over);
/external/v8/src/builtins/s390/
H A Dbuiltins-s390.cc1114 // Do a stack check to ensure we don't go over the limit.
1159 // closure by switching the code entry field over to the new code as well.
1545 Label over; local
1548 __ b(ne, &over);
1560 __ bind(&over);
/external/v8/src/builtins/x64/
H A Dbuiltins-x64.cc697 // Do a stack check to ensure we don't go over the limit.
748 // closure by switching the code entry field over to the new code as well.
1162 Label over; local
1165 __ j(not_equal, &over, Label::kNear);
1176 __ bind(&over);
/external/v8/src/builtins/x87/
H A Dbuiltins-x87.cc581 // Do a stack check to ensure we don't go over the limit.
636 // closure by switching the code entry field over to the new code as well.
1178 Label over; local
1181 __ j(not_equal, &over, Label::kNear);
1192 __ bind(&over);
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp1409 void SkCoincidentSpans::debugStartCheck(const SkOpSpanBase* outer, const SkOpSpanBase* over, argument
1411 SkASSERT(coinPtTEnd()->span() == over || !SkOpGlobalState::DebugRunFail());
1887 // save head so that walker can iterate over old data unperturbed
/external/skqp/src/pathops/
H A DSkPathOpsDebug.cpp1409 void SkCoincidentSpans::debugStartCheck(const SkOpSpanBase* outer, const SkOpSpanBase* over, argument
1411 SkASSERT(coinPtTEnd()->span() == over || !SkOpGlobalState::DebugRunFail());
1887 // save head so that walker can iterate over old data unperturbed
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1053 milliseconds