/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 | Layout.java | 1144 int here = min + dirs.mDirections[i]; in getOffsetForHorizontal() local 1145 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in getOffsetForHorizontal() 1150 int high = there - 1 + 1, low = here + 1 - 1, guess; in getOffsetForHorizontal() 1162 if (low < here + 1) in getOffsetForHorizontal() 1163 low = here + 1; in getOffsetForHorizontal() 1186 float dist = Math.abs(getPrimaryHorizontal(here) - horiz); in getOffsetForHorizontal() 1190 best = here; in getOffsetForHorizontal() 1469 int here = linestart + dirs.mDirections[i]; in addSelection() local 1470 int there = here + (dirs.mDirections[i+1] & RUN_LENGTH_MASK); in addSelection() 1475 if (start <= there && end >= here) { in addSelection() [all …]
|
/frameworks/compile/slang/tests/P_warnings_deprecated/ |
D | stderr.txt.expect | 2 …rameworks/rs/scriptc/rs_math.rsh:4091:5: note: 'rsClamp' has been explicitly marked deprecated here 4 …criptc/rs_object_info.rsh:381:5: note: 'rsGetAllocation' has been explicitly marked deprecated here
|
/frameworks/data-binding/samples/BindingDemo/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/integration-tests/MultiModuleTestApp/testlibrary/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/integration-tests/TestApp/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/integration-tests/App With Spaces/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/data-binding/integration-tests/IndependentLibrary/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
D | build.gradle | 8 // NOTE: Do not place your application dependencies here; they belong
|
/frameworks/base/tests/MusicServiceDemo/ |
D | proguard-project.txt | 4 # Add project specific ProGuard rules here. 13 # Add any project specific keep options here:
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/ |
D | proguard-project.txt | 4 # Add project specific ProGuard rules here. 13 # Add any project specific keep options here:
|
/frameworks/volley/ |
D | proguard-project.txt | 4 # Add project specific ProGuard rules here. 13 # Add any project specific keep options here:
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 15 Diff the old file in ../../src/autogen vs. the newly generated IID_to_MPH.c here. 19 Then do 'make clean' or 'make distclean' here.
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | FrameworkPerfActivity.java | 330 RuntimeException here = new RuntimeException("here"); in disconnect() local 331 here.fillInStackTrace(); in disconnect() 332 Log.i(TAG, "Unbinding " + conn, here); in disconnect() 384 RuntimeException here = new RuntimeException("here"); in startCurOp() local 385 here.fillInStackTrace(); in startCurOp() 386 Log.i(TAG, "Binding " + mCurConnection, here); in startCurOp()
|
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/ |
D | stderr.txt.expect | 2 <built-in>:1:9: note: previous definition is here
|
/frameworks/av/media/utils/ |
D | README | 3 Consider adding your utility class/function here if it will
|
/frameworks/compile/slang/tests/F_warnings_as_error/ |
D | stderr.txt.expect | 3 deprecated.rs:8:13: note: 'func1' declared here
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | index.jd | 16 <p>However, there’s a new wrinkle: recently, a few devices have shipped (see here and here)
|
/frameworks/av/include/cpustats/ |
D | README.txt | 4 Requirements to be here:
|
/frameworks/wilhelm/tools/mphtogen/ |
D | README.txt | 11 Then do 'make clean' here.
|
/frameworks/compile/slang/tests/P_warnings/ |
D | stderr.txt.expect | 4 warnings.rs:11:11: warning: variable 'l' is uninitialized when used here
|
/frameworks/base/tests/SmokeTest/ |
D | README | 3 Please use caution when adding tests here.
|
/frameworks/base/docs/downloads/ |
D | README | 7 Once saved here, the files must be uploaded to a separate
|