Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 65) sorted by relevance

123

/cts/tests/tests/os/src/android/os/health/cts/
DSystemHealthManagerTest.java39 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeMyUidSnapshot()
50 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeUidSnapshotWithMe()
61 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeMyUidSnapshotWithSystem()
79 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeUidSnapshotsWithEmptyArray()
91 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeUidSnapshotsWithMe()
108 final SystemHealthManager healthy = SystemHealthManager.from(context); in testTakeMyUidSnapshotsWithSystem()
/cts/tools/dasm/src/dasm/
DDasmCatchBuilder.java45 String from; field in DasmCatchBuilder.UnprocessedCatch
62 UnprocessedCatch(String exception, String from, String to, in UnprocessedCatch() argument
64 this.from = from; in UnprocessedCatch()
153 if (uc.from.compareToIgnoreCase(start) == 0) { in add()
158 + uc.from in add()
178 LabelTableEntry lte = labels_table.get(uc.from); in build()
181 throw new RuntimeException("Label " + uc.from + " not defined"); in build()
182 CodeAddress from = lte.code_address; in build() local
214 CatchTable.Entry entry = new CatchTable.Entry(from.getAddress(), to in build()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
DT_monitor_enter_2.d78 .catch all from Label13 to Label14 using Label46
79 .catch all from Label16 to Label20 using Label46
80 .catch all from Label22 to Label23 using Label46
81 .catch all from Label35 to Label37 using Label46
82 .catch all from Label46 to Label53 using Label46
/cts/tests/tests/net/src/android/net/ipv6/cts/
DPingTest.java118 InetSocketAddress from = new InetSocketAddress(); in checkResponse() local
119 bytesRead = Os.recvfrom(s, responseBuffer, 0, from); in checkResponse()
122 assertTrue(from.getAddress() instanceof Inet6Address); in checkResponse()
123 Inet6Address fromAddress = (Inet6Address) from.getAddress(); in checkResponse()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayered_filter_f32_helper.rsh29 // Initializes the minimum distance from this pixel to the active pixels on
61 // Filters target layer when processing layers in pass one from the back-most to
70 // Extracts kernel matrix from kernel stack using kernel_info.
90 // bleeding from layers in front of this layer. Doing visibility test in a
114 // Filters target layer when processing layers in pass one from the back-most to
122 // Extracts kernel matrix from kernel stack using kernel_info.
150 // Filters the target layer when processing layers in pass two from the
158 // Extracts kernel matrix from kernel stack using kernel_info.
Dlayered_filter_d1new_helper.rsh48 // Initializes the minimum distance from this pixel to the active pixels on
89 // Initializes the minimum distance from this pixel to the active pixels on
121 // Filters target layer when processing layers in pass one from the back-most to
123 // Use global allocation for filter from back most layer to focus layer
130 // Extracts kernel matrix from kernel stack using kernel_info.
150 // bleeding from layers in front of this layer. Doing visibility test in a
185 // Extracts kernel matrix from kernel stack using kernel_info.
211 // Use global allocation to filter layer from the
218 // Extracts kernel matrix from kernel stack using kernel_info.
Dpixel_format_f32.rsh16 // 3. After each layer is processed from back-most layer to focal depth layer,
20 // 4. After each layer is processed from front-most layer to focal depth layer,
Dimage_and_kernel.rsh20 // Auxiliary information that is needed to extract a kernel matrix from a buffer
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/check_cast/d/
DT_check_cast_2.d142 .catch java/lang/ClassCastException from Label10 to Label11 using Label12
143 .catch java/lang/ClassCastException from Label20 to Label21 using Label22
144 .catch java/lang/ClassCastException from Label30 to Label31 using Label32
145 .catch java/lang/ClassCastException from Label40 to Label41 using Label42
146 .catch java/lang/ClassCastException from Label50 to Label51 using Label52
/cts/libs/vogar-expect/
DREADME1 Selected classes taken from http://code.google.com/p/vogar/
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DREADME1 This code is forked from (AndroidStudio Project) <branch>vendor/box/team/audio/AudioLibApp/audiolib
/cts/tests/tests/media/res/raw/
Dfootball_qvga_desc.txt2 Extracted from http://media.xiph.org/video/derf/y4m/football_cif.y4m.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
DT_opc_throw_12.d38 .catch java/lang/RuntimeException from Label0 to Label1 using Label1
52 .catch java/lang/RuntimeException from Label0 to Label1 using Label1
/cts/tests/tests/graphics/assets/
Dft45987.ttf.README.txt3 from http://savannah.nongnu.org/bugs/?func=detailitem&item_id=45987 and
/cts/tests/openglperf2/assets/fragment/
Dwater24 // Get normal from bump map.
28 // Get a lighting direction vector from the light to the vertex.
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale27 been the version made by Rick Richardson by another translation from
44 optimizing compilers should be prevented from removing significant
59 benchmark into something different from what has become known as
68 distributed as widely as possible. (Version 2.1 differs from version
73 format) from the author.
104 compilers should be prevented from moving code out of the measurement
105 loop, or from removing code altogether. Statements that are executed
149 Int_Glob makes the value of Int_Glob possibly dependent from the
154 prevent the division from just cancelling out the multiplication as
161 o In Proc_4, the second assignment has been changed from
[all …]
/cts/tools/cts-tradefed/
DREADME22 Android SDK available from http://developer.android.com
44 Or else if you are working from the Android source tree and have run make cts,
75 Perform these steps to build and run cts-tradefed from the development
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
DT_aput_object_3.d127 .catch java/lang/ArrayStoreException from Label10 to Label11 using Label12
128 .catch java/lang/ArrayStoreException from Label20 to Label21 using Label22
129 .catch java/lang/ArrayStoreException from Label30 to Label31 using Label32
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/
DT_move_exception_3.d30 .catch all from Label1 to Label2 using Label3
DT_move_exception_1.d45 .catch all from Label1 to Label2 using Label3
/cts/tests/tests/icu/resources/android/icu/cts/expectations/
Dicu-known-failures.txt53 …description: "Checks differences in DecimalFormat classes from ICU4J and JDK but on Android java.t…
58 description: "Collation rules data has been removed from ICU4J data on Android",
/cts/hostsidetests/compilation/assets/
DREADME.txt1 This APK and profile file are generated from CompilationTargetActivity.java and must be
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
DCrossAppDragAndDropTests.java248 private void injectInput(Point from, Point to, int durationMs) throws Exception { in injectInput() argument
250 INPUT_MOUSE_SWIPE + from.x + " " + from.y + " " + to.x + " " + to.y + " " + in injectInput()
292 private boolean getWindowBounds(String name, Point from, Point to) throws Exception { in getWindowBounds() argument
297 parsePoint(sections[1], from); in getWindowBounds()
/cts/tests/tests/media/libmediandkjni/
Dnative_media_utils.cpp95 auto from = mInfos.begin() + frameNumFrom; in getBitrateAverage() local
97 int64_t duration = (*std::max_element(from, to, comparePTS)).presentationTimeUs in getBitrateAverage()
98 - (*std::min_element(from, to, comparePTS)).presentationTimeUs; in getBitrateAverage()
/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java82 mLayoutInflater = LayoutInflater.from(mContext); in testFrom()
154 mLayoutInflater = LayoutInflater.from(mContext); in testCreateView()
182 mLayoutInflater = LayoutInflater.from(mContext); in testCreateView()
190 mLayoutInflater = LayoutInflater.from(mContext); in testCreateView()
402 final LayoutInflater inflater = LayoutInflater.from(themedContext); in testInclude()

123