/frameworks/base/core/java/android/text/ |
D | AutoText.java | 132 int here = mTrie[TRIE_ROOT]; in lookup() local 137 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) { in lookup() 138 if (c == mTrie[here + TRIE_C]) { in lookup() 140 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) { in lookup() 141 int off = mTrie[here + TRIE_OFF]; in lookup() 147 here = mTrie[here + TRIE_CHILD]; in lookup() 152 if (here == TRIE_NULL) { in lookup()
|
/frameworks/compile/slang/tests/P_warnings_deprecated/ |
D | stderr.txt.expect | 2 …s/script_api/include/rs_math.rsh:6482:5: note: 'rsClamp' has been explicitly marked deprecated here 4 …nclude/rs_object_info.rsh:381:5: note: 'rsGetAllocation' has been explicitly marked deprecated here
|
/frameworks/base/tests/TouchLatency/app/ |
D | proguard-rules.pro | 1 # Add project specific ProGuard rules here. 10 # Add any project specific keep options here:
|
/frameworks/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:
|
/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/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/wilhelm/tools/hashgen/ |
D | README.txt | 15 Diff the old file in ../../src/autogen vs. the newly generated IID_to_MPH.c here. 21 Then do 'make clean' or 'make distclean' here.
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | bitfield.rscript | 36 // expect 4 bytes of padding here 39 // expect 4 bytes of padding here 47 // expect 4 bytes of padding here
|
/frameworks/base/packages/Tethering/common/TetheringLib/ |
D | jarjar-rules.txt | 1 # jarjar rules for the bootclasspath tethering framework library here
|
/frameworks/compile/slang/lit-tests/padding/ |
D | bitfield.rscript | 42 // expect 4 bytes of padding here 45 // expect 4 bytes of padding here 53 // expect 4 bytes of padding here
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | bitfield.rscript | 38 // expect 4 bytes of padding here 41 // expect 4 bytes of padding here 49 // expect 4 bytes of padding here
|
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/ |
D | stderr.txt.expect | 2 <built-in>:1:9: note: previous definition is here
|
/frameworks/libs/net/common/ |
D | Android.bp | 26 // Note: all filegroups here must have the right path attribute because otherwise, if they are 151 // Any class here *must* have a corresponding jarjar rule in the telephony build rules. 162 // Any class here *must* have a corresponding jarjar rule in the wifi build rules. 178 // Any class here *must* have a corresponding jarjar rule in the wifi build rules.
|
/frameworks/base/core/java/android/os/ |
D | ShellCommand.java | 96 RuntimeException here = new RuntimeException("here"); in exec() local 97 here.fillInStackTrace(); in exec() 98 Slog.d(TAG, "Starting command " + mCmd + " on " + mTarget, here); in exec()
|
/frameworks/av/media/utils/ |
D | README | 3 Consider adding your utility class/function here if it will
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | README | 12 Then build here:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingLog.java | 139 public static synchronized void wtf(String tag, String s, Throwable here) { in wtf() argument 167 Log.wtf(TAG, tag + " " + s + "; " + fileMessage, here); in wtf()
|
/frameworks/compile/slang/tests/F_one_definition_rule8/ |
D | def2.rscript | 5 // Error on the tightest enclosing type here
|
D | def1.rscript | 5 // Error on the tightest enclosing type here
|
/frameworks/compile/slang/tests/F_warnings_as_error/ |
D | stderr.txt.expect | 3 deprecated.rscript:8:13: note: 'func1' declared here
|
/frameworks/compile/slang/tests/F_reflection3264_multifile/ |
D | reflection3264_multifile_3.rscript | 5 // reflection3264_multifile_2.rs has errors, so we never get here, and
|
/frameworks/base/core/proto/android/app/ |
D | enums.proto | 44 // here are completely fixed and arbitrary. Order is irrelevant. 46 // The values here must not be modified. Any new process states can be appended to the end. 80 // for our prioritization here that is not necessary and putting them
|
/frameworks/av/media/libcpustats/include/cpustats/ |
D | README.txt | 4 Requirements to be here:
|
/frameworks/base/tests/TouchLatency/ |
D | build.gradle | 11 // NOTE: Do not place your application dependencies here; they belong
|
/frameworks/wilhelm/tools/mphtogen/ |
D | README.txt | 11 Then do 'make clean' here.
|