Searched refs:middle (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tools/preload/ |
D | LoadedClass.java | 96 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/ |
D | ListItemFactory.java | 102 boolean middle = false; in horizontalButtonSlots() 110 middle = true; in horizontalButtonSlots() 126 if (middle) { in horizontalButtonSlots()
|
/frameworks/rs/script_api/ |
D | rs_value_types.spec | 56 With the example above, the middle two entries can be accessed using
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBDescriptor.m | 49 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/ |
D | GPBCodedInputStreamTests.m | 304 "String with \xEF\xBB\xBF in middle",
|
D | GPBMessageTests.m | 1830 // On their own, at the end, in the middle.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 5185 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/ |
D | powermanagerservice.proto | 162 // We are currently in the middle of a batch change of uids.
|
/frameworks/compile/slang/ |
D | README.rst | 264 to external influence in the middle of running **root**. The return value
|
/frameworks/rs/script_api/include/ |
D | rs_value_types.rsh | 58 * With the example above, the middle two entries can be accessed using
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 294 public void setMiddle(String middle) { mMiddle = middle; } in setMiddle() argument
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 462 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/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |