/external/chromium_org/sync/internal_api/public/base/ |
ordinal.h | 183 // Compute the midpoint ordinal byte string that is between |start| 439 std::string midpoint(max_size, kZeroDigit); 452 // midpoint[0] >= kMaxDigit, which one can show is impossible. 453 CHECK_EQ(AddDigitValue(&midpoint, i, digit_value), 0); 458 return midpoint; 472 std::string midpoint = ComputeMidpoint(start_bytes, end_bytes); local 473 const size_t proper_length = GetProperLength(start_bytes, midpoint); 474 midpoint.resize(proper_length, kZeroDigit); 476 DCHECK_GT(midpoint, start_bytes); 477 DCHECK_LT(midpoint, end_bytes) [all...] |
unique_position_unittest.cc | 265 UniquePosition midpoint = local 268 EXPECT_PRED_FORMAT2(LessThan, predecessor, midpoint); 269 EXPECT_PRED_FORMAT2(LessThan, midpoint, successor);
|
/external/icu4c/test/perf/howExpensiveIs/ |
sieve.cpp | 81 double midpoint(double *times, double i, int n) { function 95 return midpoint(times,n/4,n); 97 return midpoint(times,n/2,n); 99 return midpoint(times,(n/2)+(n/4),n);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
BreakingContextInlineHeaders.h | 84 inline void deprecatedAddMidpoint(LineMidpointState& lineMidpointState, const InlineIterator& midpoint) 90 midpoints[lineMidpointState.numMidpoints++] = midpoint; 93 inline void startIgnoringSpaces(LineMidpointState& lineMidpointState, const InlineIterator& midpoint) 96 deprecatedAddMidpoint(lineMidpointState, midpoint); 99 inline void stopIgnoringSpaces(LineMidpointState& lineMidpointState, const InlineIterator& midpoint) 102 deprecatedAddMidpoint(lineMidpointState, midpoint); 109 InlineIterator midpoint(0, renderer, 0); 110 stopIgnoringSpaces(lineMidpointState, midpoint); 111 startIgnoringSpaces(lineMidpointState, midpoint); 117 InlineIterator midpoint(0, textParagraphSeparator.object(), textParagraphSeparator.m_pos) [all...] |
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
DayPickerView.java | 327 final int midpoint = getHeight() / 2; local 329 if (bottom > midpoint) {
|
/external/chromium_org/ash/shelf/ |
shelf_view.h | 84 // Repositions the icon for the specified item by the midpoint of the window. 85 void UpdatePanelIconPosition(LauncherID id, const gfx::Point& midpoint);
|
shelf_view.cc | 475 const gfx::Point& midpoint) { 481 gfx::Point midpoint_in_view(GetMirroredXInView(midpoint.x()), 482 midpoint.y()); [all...] |
/external/opencv/cvaux/src/ |
cv3dtracker.cpp | 377 // Find the midpoint of the line segment between two points. 378 static CvPoint3D32f midpoint(const CvPoint3D32f &p1, const CvPoint3D32f &p2) function 481 total += midpoint(r1, r2);
|
/external/chromium_org/third_party/freetype/src/cff/ |
cf2hints.c | 629 CF2_Fixed midpoint = cf2_hintmap_map( local 639 firstHintEdge->dsCoord = midpoint - halfWidth; 640 secondHintEdge->dsCoord = midpoint + halfWidth; [all...] |
/external/freetype/src/cff/ |
cf2hints.c | 629 CF2_Fixed midpoint = cf2_hintmap_map( local 639 firstHintEdge->dsCoord = midpoint - halfWidth; 640 secondHintEdge->dsCoord = midpoint + halfWidth; [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
BidiResolver.h | [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Grammar.java | 1098 int midpoint = numDecisions\/2; local [all...] |
/external/llvm/lib/Support/ |
APInt.cpp | [all...] |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |