/frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/rule/ |
D | RewriteRuleTest.kt | 30 .into("A/C") in noRegEx_shouldRewrite() 37 .into("A/C") in noRegEx_underscore_shouldRewrite() 44 .into("A/C/D") in groupRegEx_shouldRewrite() 51 .into("A/C\$D") in groupRegEx__innerClass_shouldRewrite() 58 .into("A/C\$D") in fieldRule_innerClass_groupRegEx_shouldRewrite() 90 fun into(expectedResult: String) { in into() method in android.support.tools.jetifier.processor.transform.RewriteRuleTest.RuleTester.RuleTesterFinalTypeStep
|
/frameworks/rs/script_api/include/ |
D | rs_value_types.rsh | 107 * into a single 32 bit field with 32 bit alignment. 117 * into a single 64 bit field with 64 bit alignment. 127 * into a single 64 bit field with 64 bit alignment. 258 * A vector of two floats. These two floats are packed into a single 64 bit field 261 * A vector of two floats. These two floats are packed into a single 64 bit field 269 * A vector of three floats. These three floats are packed into a single 128 bit field 277 * A vector of four floats type. These four floats are packed into a single 128 bit field 285 * A vector of two doubles. These two double fields packed into a single 128 bit field 293 * A vector of three doubles. These three double fields packed into a single 256 bit field 301 * A vector of four doubles. These four double fields packed into a single 256 bit field [all …]
|
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/ |
D | StaggeredGridLayoutManager.java | 957 public int[] findFirstVisibleItemPositions(int[] into) { 958 if (into == null) { 959 into = new int[mSpanCount]; 960 } else if (into.length < mSpanCount) { 962 + " to span count. Expected:" + mSpanCount + ", array size:" + into.length); 965 into[i] = mSpans[i].findFirstVisibleItemPosition(); 967 return into; 989 public int[] findFirstCompletelyVisibleItemPositions(int[] into) { 990 if (into == null) { 991 into = new int[mSpanCount]; [all …]
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverListController.java | 128 public void addResolveListDedupe(List<ResolverActivity.ResolvedComponentInfo> into, in addResolveListDedupe() argument 132 final int intoCount = into.size(); in addResolveListDedupe() 138 final ResolverActivity.ResolvedComponentInfo rci = into.get(j); in addResolveListDedupe() 151 into.add(rci); in addResolveListDedupe()
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
D | Location.java | 217 private static boolean parsePoint(String content, int[] into) { in parsePoint() argument 222 into[0] = Integer.parseInt(content.substring(0, index).trim()); in parsePoint() 223 into[1] = Integer.parseInt(content.substring(index + 1).trim()); in parsePoint()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | README.txt | 29 …tate information (screen on/off, battery state, sleep policy) go as input into the WifiController … 44 …zard opts user into allowing scanning for improved location. We show no further dialogs in setup w…
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagLayouts.inc | 33 "ICF folding section `%0' of `%1' into `%2' of `%3'", 34 "ICF folding section `%0' of `%1' into `%2' of `%3'")
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/res/ |
D | .README | 2 is not possible to check in a directory into git. This file guarantees the res
|
/frameworks/compile/libbcc/ |
D | README.rst | 26 into machine code 30 * after each compilation, serialize the in-memory executable into a 172 a page size, so that we can mmap the context directly into memory. 185 On ARM, the first 4 arguments will go into r0, r1, r2, and r3, in that order. 190 argument in the function prototype, float2.x will go into r0, and float2.y,
|
/frameworks/compile/mclinker/lib/Support/Windows/ |
D | PathV3.inc | 33 // -> push current into stack 154 // 1. All elements have been put into cache, and iterator stays at the end 156 // 2. Some but not all elements had beed put into cache, and we stoped.
|
/frameworks/wilhelm/doc/ |
D | README.txt | 1 …ing the OpenSL-ES API you should compile and link the OpenSLES_IID.c file into your project. This …
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 13 a monitor or video dock that the user will want to plug a phone into. 45 so the USB OTG cable should be plugged directly into it.
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_slang_version_info.ll | 2 ; to generate the source into the `.rs.info` symbol that's placed in the 27 ; Assert that bcc emits the correct version info into the .rs.info symbol 31 ; Assert that bcc emits the correct version info into the .rs.info symbol
|
D | getelementptr.ll | 2 ; instructions into the driver info structure as expected - namely, 3 ; that they index into the right positions of the structure and that
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 39 // -> push current into stack 185 // 1. All elements have been put into cache, and iterator stays at the end 187 // 2. Some but not all elements had been put into cache, and we stoped.
|
/frameworks/native/cmds/installd/ |
D | otapreopt.rc | 2 # into the dalvik-cache (relabeling them).
|
/frameworks/base/services/ |
D | Android.bp | 1 // merge all required services into one jar
|
/frameworks/rs/tests/lldb/ |
D | .gitignore | 32 # before PyInstaller builds the exe, so as to inject date/other infos into it.
|
/frameworks/base/core/proto/android/net/ |
D | networkrequest.proto | 63 // higher-scoring network will not go into the background immediately, 64 // but will linger and go into the background after the linger timeout.
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 15 Further, at some point we will probably pack patterns for multiple languages into a single 27 into a 32 bit integer. Each (suffix-compressed) trie node has a unique index within this 40 into the string pool); and second, the string pool. Each pattern is encoded as a byte
|
/frameworks/support/buildSrc/ |
D | release.gradle | 24 into 'm2repository' 76 into 'm2repository'
|
/frameworks/native/libs/gui/tests/ |
D | Android.bp | 76 … "libbufferhubqueue", // TODO(b/70046255): Remove these once BufferHub is integrated into libgui.
|
/frameworks/base/data/sounds/ |
D | README.txt | 4 which installs the appropriate assets into the destination directory.
|
/frameworks/support/lifecycle/compiler/ |
D | build.gradle | 14 // Temporary hack to stop AS to adding two guavas into test's classpath
|
/frameworks/support/development/refaster/ |
D | README | 21 error-prone will produce patch files like "design/error-prone.patch" and to apply them, cd into the
|