Home
last modified time | relevance | path

Searched refs:middle (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tools/preload/
DLoadedClass.java96 int middle = size / 2; in calculateMedian() local
99 return times[middle]; in calculateMedian()
102 return (times[middle - 1] + times[middle]) / 2; in calculateMedian()
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java102 boolean middle = false; in horizontalButtonSlots()
110 middle = true; in horizontalButtonSlots()
126 if (middle) { in horizontalButtonSlots()
/frameworks/rs/script_api/
Drs_value_types.spec56 With the example above, the middle two entries can be accessed using
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.m49 static SEL SelFromStrings(const char *prefix, const char *middle,
52 return sel_getUid(middle);
55 const size_t middleLen = strlen(middle);
65 memcpy(buffer + prefixLen, middle, middleLen);
68 memcpy(buffer, middle, middleLen);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBCodedInputStreamTests.m304 "String with \xEF\xBB\xBF in middle",
DGPBMessageTests.m1830 // On their own, at the end, in the middle.
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5185 final Region middle = Region.obtain(local); in calculateSystemGestureExclusion()
5186 middle.op(leftEdge, Op.DIFFERENCE); in calculateSystemGestureExclusion()
5187 middle.op(rightEdge, Op.DIFFERENCE); in calculateSystemGestureExclusion()
5188 global.op(middle, Op.UNION); in calculateSystemGestureExclusion()
5189 middle.recycle(); in calculateSystemGestureExclusion()
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto162 // We are currently in the middle of a batch change of uids.
/frameworks/compile/slang/
DREADME.rst264 to external influence in the middle of running **root**. The return value
/frameworks/rs/script_api/include/
Drs_value_types.rsh58 * With the example above, the middle two entries can be accessed using
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java294 public void setMiddle(String middle) { mMiddle = middle; } in setMiddle() argument
/frameworks/base/core/java/android/widget/
DEditor.java462 int middle = (mTextView.getSelectionStart() + mTextView.getSelectionEnd()) / 2; in replace() local
463 Selection.setSelection((Spannable) mTextView.getText(), middle); in replace() local
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...