/frameworks/base/core/java/android/text/ |
D | AutoText.java | 133 int here = mTrie[TRIE_ROOT]; in lookup() local 138 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) { in lookup() 139 if (c == mTrie[here + TRIE_C]) { in lookup() 141 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) { in lookup() 142 int off = mTrie[here + TRIE_OFF]; in lookup() 148 here = mTrie[here + TRIE_CHILD]; in lookup() 153 if (here == TRIE_NULL) { in lookup()
|
D | StaticLayout.java | 250 int here = paraStart; in generate() local 374 (j - 1 < here || !Character.isDigit(chs[j - 1 - paraStart])) && in generate() 398 if (ok != here) { in generate() 412 } else if (fit != here) { in generate() 420 endPos = here + 1; in generate() 425 currentTextWidth = widths[here - paraStart]; in generate() 428 v = out(source, here, endPos, in generate() 435 here = endPos; in generate() 436 j = here - 1; // restart j-span loop from here, compensating for the j++ in generate() 437 ok = fit = here; in generate() [all …]
|
D | Layout.java | 1042 int here = min + dirs.mDirections[i]; in getOffsetForHorizontal() local 1043 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in getOffsetForHorizontal() 1048 int high = there - 1 + 1, low = here + 1 - 1, guess; in getOffsetForHorizontal() 1060 if (low < here + 1) in getOffsetForHorizontal() 1061 low = here + 1; in getOffsetForHorizontal() 1084 float dist = Math.abs(getPrimaryHorizontal(here) - horiz); in getOffsetForHorizontal() 1088 best = here; in getOffsetForHorizontal() 1346 int here = linestart + dirs.mDirections[i]; in addSelection() local 1347 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in addSelection() 1352 if (start <= there && end >= here) { in addSelection() [all …]
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 10 Diff the old file in ../../src/autogen vs. the newly generated IID_to_MPH.c here. 14 Then do 'make clean' or 'make distclean' here.
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | FrameworkPerfActivity.java | 328 RuntimeException here = new RuntimeException("here"); in disconnect() local 329 here.fillInStackTrace(); in disconnect() 330 Log.i(TAG, "Unbinding " + conn, here); in disconnect() 382 RuntimeException here = new RuntimeException("here"); in startCurOp() local 383 here.fillInStackTrace(); in startCurOp() 384 Log.i(TAG, "Binding " + mCurConnection, here); in startCurOp()
|
/frameworks/base/core/java/android/view/ |
D | Display.java | 121 RuntimeException here = new RuntimeException("here"); in getSizeInternal() local 122 here.fillInStackTrace(); in getSizeInternal() 123 Slog.v(TAG, "Returning display size: " + outSize, here); in getSizeInternal()
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | keychain.jd | 4 <p>Add contnet here</p>
|
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/ |
D | stderr.txt.expect | 2 <built-in>:1:9: note: previous definition is here
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | README | 2 and all target-dependent behavior and data are here.
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | index.jd | 15 <p>However, there’s a new wrinkle: recently, a few devices have shipped (see here and here)
|
/frameworks/native/include/cpustats/ |
D | README.txt | 4 Requirements to be here:
|
/frameworks/wilhelm/tools/mphtogen/ |
D | README.txt | 11 Then do 'make clean' here.
|
/frameworks/base/tests/SmokeTest/ |
D | README | 3 Please use caution when adding tests here.
|
/frameworks/base/docs/html/training/basics/intents/ |
D | result.jd | 59 <p>For example, here's how to start an activity that allows the user to pick a contact:</p> 88 <p>For example, here's how you can handle the result for the "pick a contact" intent:</p> 100 // Do something with the contact here (bigger example below) 124 providers</a>. However, if you're curious, here's some more code that shows how to query the
|
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/ |
D | stylesheet.css | 3 /* Define colors, fonts and other style attributes here to override the defaults */
|
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/ |
D | stylesheet.css | 3 /* Define colors, fonts and other style attributes here to override the defaults */
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityStack.java | 1770 RuntimeException here = new RuntimeException("here"); in startActivityLocked() local 1771 here.fillInStackTrace(); in startActivityLocked() 1773 here); in startActivityLocked() 1809 RuntimeException here = new RuntimeException("here"); in startActivityLocked() local 1810 here.fillInStackTrace(); in startActivityLocked() 1811 Slog.i(TAG, "Adding activity " + r + " to stack at " + addPos, here); in startActivityLocked() 2022 RuntimeException here = new RuntimeException("here"); in resetTaskIfNeededLocked() local 2023 here.fillInStackTrace(); in resetTaskIfNeededLocked() 2025 + dstPos, here); in resetTaskIfNeededLocked() 2160 RuntimeException here = new RuntimeException("here"); in resetTaskIfNeededLocked() local [all …]
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 15 href="{@docRoot}guide/topics/ui/declaring-layout.html">XML layout</a>. For example, here's a 46 here. Browse the {@link android.widget} package to discover more. If your app requires a
|
/frameworks/compile/mclinker/utils/gtest/ |
D | CONTRIBUTORS | 4 # here. Please keep the list sorted by first names.
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | category-element.jd | 24 constants. The name assigned here can be derived from those constants
|
/frameworks/base/docs/html/sdk/installing/ |
D | next.jd | 7 <p>Now that you've installed the Android SDK, here are are a few ways to learn Android
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | communicating.jd | 113 // Do something here to display that article 139 // Do something here to display that article
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | armVCM4P10_DeblockingChroma_unsafe_s.s | 106 VLD1 d18.U32[0], [pThresholds]! ;here
|
/frameworks/base/data/keyboards/ |
D | Vendor_05ac_Product_0239.kl | 22 # implemented here.
|
/frameworks/support/v7/gridlayout/ |
D | README.txt | 35 … <===== notice how we're using app:columnCount here, not android:column…
|