Searched refs:to (Results 1 - 25 of 559) sorted by relevance

1234567891011>>

/frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/
H A DProguardSamplesTest.kt10 * Unless required by applicable law or agreed to in writing, software
33 "android/app/Activity" to "test/app/Activity",
34 "android/app/Application" to "test/app/Application",
35 "android/view/View" to "test/view/View",
36 "android/view/MenuItem" to "test/view/MenuItem",
37 "android/content/Context" to "test/content/Context",
38 "android/os/Parcelable" to "test/os/Parcelable",
39 "android/webkit/JavascriptInterface" to "test/webkit/JavascriptInterface"
143 "android/support/v7/preference/Preference" to "test/Preference"
170 "support/Fragment" to "tes
[all...]
H A DClassSpecTest_FieldTypeSelector.kt10 * Unless required by applicable law or agreed to in writing, software
29 "support/Activity" to "test/Activity",
30 "support/Fragment" to "test/Fragment"
54 "support/Activity" to "test/Activity",
55 "support/Fragment" to "test/Fragment"
79 "support/Activity" to "test/Activity",
80 "support/Fragment" to "test/Fragment",
81 "support/Annotation" to "test/Annotation"
103 "support/Activity" to "test/Activity",
104 "support/Fragment" to "tes
[all...]
H A DClassSpecTest_NamedCtorSelector.kt10 * Unless required by applicable law or agreed to in writing, software
29 "support/Activity" to "test/Activity",
30 "support/Fragment" to "test/Fragment"
58 "support/Activity" to "test/Activity",
59 "support/Fragment" to "test/Fragment"
88 "support/Activity" to "test/Activity",
89 "support/Fragment" to "test/Fragment",
90 "support/Annotation" to "test/Annotation"
119 "support/Activity" to "test/Activity",
120 "support/Fragment" to "tes
[all...]
H A DClassFilterTest.kt10 * Unless required by applicable law or agreed to in writing, software
29 "support/Activity" to "test/Activity",
30 "support/Fragment" to "test/Fragment"
46 "support/Activity" to "test/Activity",
47 "support/Fragment" to "test/Fragment"
65 "support/Activity" to "test/Activity",
66 "support/Fragment" to "test/Fragment"
82 "support/Activity" to "test/Activity",
83 "support/Fragment" to "test/Fragment"
99 "support/Activity*" to setO
[all...]
H A DClassSpecTest.kt10 * Unless required by applicable law or agreed to in writing, software
29 "support/Activity" to "test/Activity",
30 "support/Fragment" to "test/Fragment",
31 "support/Annotation" to "test/Annotation"
47 "support/Activity" to "test/Activity",
48 "support/Fragment" to "test/Fragment",
49 "support/Annotation" to "test/Annotation"
79 "support/Activity" to "test/Activity",
80 "support/Fragment" to "test/Fragment",
81 "support/Annotation" to "tes
[all...]
H A DClassSpecTest_MethodSelectorWithReturnType.kt10 * Unless required by applicable law or agreed to in writing, software
29 "support/Activity" to "test/Activity",
30 "support/Fragment" to "test/Fragment"
62 "support/Activity" to "test/Activity",
63 "support/Fragment" to "test/Fragment"
91 "support/Activity" to "test/Activity",
92 "support/Fragment" to "test/Fragment"
120 "support/Activity" to "test/Activity",
121 "support/Fragment" to "test/Fragment"
149 "support/Activity" to "tes
[all...]
H A DClassSpecTest_MethodInitSelector.kt10 * Unless required by applicable law or agreed to in writing, software
71 "support/Annotation" to "test/Annotation"
97 "support/Activity" to "test/Activity",
98 "support/Fragment" to "test/Fragment"
126 "support/Activity" to "test/Activity",
127 "support/Fragment" to "test/Fragment"
155 "support/Activity" to "test/Activity",
156 "support/Fragment" to "test/Fragment",
157 "support/Annotation" to "test/Annotation"
186 "support/Activity" to "tes
[all...]
H A DProGuardTypesMapperTest.kt10 * Unless required by applicable law or agreed to in writing, software
47 "support/v7/*" to "test/v7/*"
59 "support/v7/**" to "test/v7/**"
71 "support/v7/Activity" to "test/v7/Activity"
83 "support/**" to "test/**"
95 "hello/Activity" to "test/Activity"
107 "hello/**" to "test/**"
119 "support/Activity" to "test/Activity"
131 "support/Activity" to "test/Activity"
143 "support/Activity" to "tes
[all...]
H A DClassSpecTest_FieldsSelector.kt10 * Unless required by applicable law or agreed to in writing, software
29 "support/Activity" to "test/Activity"
71 "support/Annotation" to "test/Annotation"
95 "support/Annotation" to "test/Annotation"
114 .forGivenProGuardMapSet("support.**" to setOf("support.**", "androidx.**"))
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/
H A DPackageMap.kt10 * Unless required by applicable law or agreed to in writing, software
22 * Package map to be used to rewrite packages. The rewrite rules allow duplicities where the
24 * The priority is determined only by the order (top to bottom). Having a rule with no file prefix
27 * We use this only for the support library rewriting to rewrite packages in manifest files.
35 to = "androidx/exifinterface"
39 to = "androidx/heifwriter"
43 to = "androidx/vectordrawable"
47 to = "androidx/vectordrawable"
51 to
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_mem_funcs.h10 * Unless required by applicable law or agreed to in writing, software
26 Permission to distribute, modify and use this file under the standard license
58 #define pv_memset(to, c, n) memset(to, c, n)
61 #define pv_memcpy(to, from, n) memcpy(to, from, n)
62 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dmp3_mem_funcs.h10 * Unless required by applicable law or agreed to in writing, software
64 #define pv_memset(to, c, n) memset(to, c, n)
67 #define pv_memcpy(to, from, n) memcpy(to, from, n)
68 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/native/include/binder/
H A DTextOutput.h10 * Unless required by applicable law or agreed to in writing, software
41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } argument
53 // Text output stream for printing to the log (via utils/Log.h).
56 // Text output stream for printing to stdout.
59 // Text output stream for printing to stderr.
64 TextOutput& endl(TextOutput& to);
65 TextOutput& indent(TextOutput& to);
66 TextOutput& dedent(TextOutput& to);
69 operator <<(TextOutput& to, const T& val) argument
122 operator <<(TextOutput& to, decltype(std::endl<char, std::char_traits<char>>) ) argument
130 operator <<(TextOutput& to, const char &c) argument
136 operator <<(TextOutput& to, const bool &val) argument
143 operator <<(TextOutput& to, const String16& val) argument
152 endl(TextOutput& to) argument
158 indent(TextOutput& to) argument
164 dedent(TextOutput& to) argument
170 operator <<(TextOutput& to, TextOutputManipFunc func) argument
[all...]
/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h10 * Unless required by applicable law or agreed to in writing, software
41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } argument
53 // Text output stream for printing to the log (via utils/Log.h).
56 // Text output stream for printing to stdout.
59 // Text output stream for printing to stderr.
64 TextOutput& endl(TextOutput& to);
65 TextOutput& indent(TextOutput& to);
66 TextOutput& dedent(TextOutput& to);
69 operator <<(TextOutput& to, const T& val) argument
122 operator <<(TextOutput& to, decltype(std::endl<char, std::char_traits<char>>) ) argument
130 operator <<(TextOutput& to, const char &c) argument
136 operator <<(TextOutput& to, const bool &val) argument
143 operator <<(TextOutput& to, const String16& val) argument
152 endl(TextOutput& to) argument
158 indent(TextOutput& to) argument
164 dedent(TextOutput& to) argument
170 operator <<(TextOutput& to, TextOutputManipFunc func) argument
[all...]
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/content/
H A DContentValuesTest.kt10 * Unless required by applicable law or agreed to in writing, software
29 "null" to null,
30 "string" to "string",
31 "byte" to 1.toByte(),
32 "short" to 1.toShort(),
33 "int" to 1,
34 "long" to 1L,
35 "float" to 1f,
36 "double" to 1.0,
37 "boolean" to tru
[all...]
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/os/
H A DBundleTest.kt10 * Unless required by applicable law or agreed to in writing, software
44 "null" to null,
46 "boolean" to true,
47 "byte" to 1.toByte(),
48 "char" to 'a',
49 "double" to 1.0,
50 "float" to 1f,
51 "int" to 1,
52 "long" to 1L,
53 "short" to
[all...]
H A DPersistableBundleTest.kt10 * Unless required by applicable law or agreed to in writing, software
33 "null" to null,
35 "double" to 1.0,
36 "int" to 1,
37 "long" to 1L,
39 "string" to "hey",
41 "doubleArray" to doubleArrayOf(),
42 "intArray" to intArrayOf(),
43 "longArray" to longArrayOf(),
45 "stringArray" to arrayO
[all...]
/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/transform/proguard/patterns/
H A DPatternHelper.kt10 * Unless required by applicable law or agreed to in writing, software
22 * Helps to build regular expression [Pattern]s defined with less verbose syntax.
34 " *" to "[\\s]*", // Optional space
35 " " to "[\\s]+", // Space
36 "⦅" to "(", // Capturing group start
37 "⦆" to ")", // Capturing group end
38 ";" to "[\\s]*;" // Allow spaces in front of ';'
42 * Transforms the given [toReplace] according to the rules defined in documentation of this
43 * class and compiles it to a [Pattern].
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DSocketConnect.java14 private OutputStream to; field in class:SocketConnect
16 public SocketConnect(Socket from, Socket to) throws IOException { argument
18 this.to = to.getOutputStream();
32 to.write(buffer, 0, r);
35 to.close();
/frameworks/support/collection/ktx/src/test/java/androidx/collection/
H A DArrayMapTest.kt10 * Unless required by applicable law or agreed to in writing, software
30 val map = arrayMapOf("foo" to "bar", "bar" to "baz")
35 val map = arrayMapOf("foo" to "bar", "foo" to "baz")
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/util/
H A DArrayMapTest.kt10 * Unless required by applicable law or agreed to in writing, software
32 val map = arrayMapOf("foo" to "bar", "bar" to "baz")
37 val map = arrayMapOf("foo" to "bar", "foo" to "baz")
/frameworks/av/include/media/stagefright/foundation/
H A DALookup.h10 * Unless required by applicable law or agreed to in writing, software
30 bool lookup(const T& from, U *to) const;
31 bool rlookup(const U& from, T *to) const;
34 inline bool map(const T& from, V *to) const { return lookup(from, to); }
37 inline bool map(const V& from, T *to) const { return rlookup(from, to); }
49 bool ALookup<T, U>::lookup(const T& from, U *to) const {
52 *to = elem.second;
60 bool ALookup<T, U>::rlookup(const U& from, T *to) cons
[all...]
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DALookup.h10 * Unless required by applicable law or agreed to in writing, software
30 bool lookup(const T& from, U *to) const;
31 bool rlookup(const U& from, T *to) const;
34 inline bool map(const T& from, V *to) const { return lookup(from, to); }
37 inline bool map(const V& from, T *to) const { return rlookup(from, to); }
49 bool ALookup<T, U>::lookup(const T& from, U *to) const {
52 *to = elem.second;
60 bool ALookup<T, U>::rlookup(const U& from, T *to) cons
[all...]
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DALookup.h10 * Unless required by applicable law or agreed to in writing, software
30 bool lookup(const T& from, U *to) const;
31 bool rlookup(const U& from, T *to) const;
34 inline bool map(const T& from, V *to) const { return lookup(from, to); }
37 inline bool map(const V& from, T *to) const { return rlookup(from, to); }
49 bool ALookup<T, U>::lookup(const T& from, U *to) const {
52 *to = elem.second;
60 bool ALookup<T, U>::rlookup(const U& from, T *to) cons
[all...]
/frameworks/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/
H A DTypeRewriterTest.kt10 * Unless required by applicable law or agreed to in writing, software
32 to = "test.sample2.Class2",
35 to JavaType.fromDotVersion("test.sample2.Class2")
43 to = "test.sample2.Class2",
47 to JavaType.fromDotVersion("test.sample2.Class2")
55 to = null
62 to = "test.sample2.Class2",
74 to = "test.sample2.Class2\$Inner",
86 to = "test.sample2.Class2",
98 to
[all...]

Completed in 404 milliseconds

1234567891011>>