Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 127) sorted by relevance

123456

/frameworks/base/services/tests/servicestests/src/com/android/server/utils/
DPriorityDumpTest.java24 import static org.mockito.Matchers.same;
65 verify(mDumper).dump(same(mFd), same(mPw), eq(null), /* asProto= */ eq(false)); in testNullArgs()
71 verify(mDumper).dump(same(mFd), same(mPw), eq(EMPTY_ARGS), /* asProto= */ eq(false)); in testNoArgs()
80 verify(mDumper).dump(same(mFd), same(mPw), eq(args), /* asProto= */ eq(false)); in testNonPriorityArgs()
89 verify(mDumper).dump(same(mFd), same(mPw), eq(EMPTY_ARGS), /* asProto= */ eq(false)); in testMissingPriority()
98 verify(mDumper).dump(same(mFd), same(mPw), eq(EMPTY_ARGS), /* asProto= */ eq(false)); in testInvalidPriorityNoExtraArgs()
107 verify(mDumper).dump(same(mFd), same(mPw), eq(new String[] { in testInvalidPriorityExtraArgs()
139 verify(mDumper).dumpCritical(same(mFd), same(mPw), eq(EMPTY_ARGS), in testCriticalNoExtraArgs()
148 verify(mDumper).dumpCritical(same(mFd), same(mPw), eq(new String[] { in testCriticalExtraArgs()
158 verify(mDumper).dumpCritical(same(mFd), same(mPw), eq(new String[] { in testCriticalExtraArgsInMiddle()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/
DBatteryServiceTest.java123 verify(mCallback, times(1)).onRegistration(same(null), same(mMockedHal), eq(VENDOR));
124 verify(mCallback, never()).onRegistration(same(mMockedHal), same(mMockedHal), anyString());
125 verify(mCallback, times(1)).onRegistration(same(mMockedHal), same(mMockedHal2), eq(VENDOR));
133 verify(mCallback, times(1)).onRegistration(same(null), same(mMockedHal), eq(HEALTHD));
134 verify(mCallback, never()).onRegistration(same(mMockedHal), same(mMockedHal), anyString());
135 … verify(mCallback, times(1)).onRegistration(same(mMockedHal), same(mMockedHal2), eq(HEALTHD));
/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/
DLinkAccessibilityHelperTest.java22 import static org.mockito.Matchers.same;
267 .sendAccessibilityEvent(same(mTextView), eq(AccessibilityEvent.TYPE_VIEW_CLICKED)); in testMethodDelegation()
270 verify(delegate).sendAccessibilityEventUnchecked(same(mTextView), same(accessibilityEvent)); in testMethodDelegation()
276 same(mTextView), eq(AccessibilityActionCompat.ACTION_CLICK.getId()), eq(Bundle.EMPTY)); in testMethodDelegation()
279 verify(delegate).dispatchPopulateAccessibilityEvent(same(mTextView), same(accessibilityEvent)); in testMethodDelegation()
282 verify(delegate).getAccessibilityNodeProvider(same(mTextView)); in testMethodDelegation()
285 verify(delegate).onInitializeAccessibilityEvent(same(mTextView), eq(accessibilityEvent)); in testMethodDelegation()
290 .onInitializeAccessibilityNodeInfo(same(mTextView), same(accessibilityNodeInfo)); in testMethodDelegation()
293 verify(delegate).onPopulateAccessibilityEvent(same(mTextView), same(accessibilityEvent)); in testMethodDelegation()
298 .onRequestSendAccessibilityEvent(same(parent), same(mTextView), same(accessibilityEvent)); in testMethodDelegation()
/frameworks/ml/nn/tools/api/
Dtypes.spec270 * * 1: A tensor of the same {@link %{OperandType}}, and compatible dimensions
289 * * 0: The sum, a tensor of the same {@link %{OperandType}} as input0.
388 * the scale and zeroPoint must be the same as input0.
391 * the scale and zeroPoint must be the same as input0.
400 * The input tensors must have identical {@link %{OperandType}} and the same
427 * must have the same scale and zeroPoint as the output tensor.
440 * * 0: The output, a tensor of the same {@link %{OperandType}} as the input
445 * input tensors. Before %{APILevel29} they have to be the same as for the input tensors.
448 * values must be the same as the input tensors'.
963 * the scale and zeroPoint must be the same as input1.
[all …]
DNeuralNetworks.t107 * Padding on both ends are the "same":
111 * the same; for odd number of padding, padding to the ending is bigger
120 * The computation is the same for the horizontal and vertical directions.
242 * deadlines may still be met for the same task after a short delay.
250 * deadlines will likely also not be met for the same task even after a
259 * calls for the same task may still succeed after a short delay.
267 * calls for the same task will likely also fail even after a short
316 // reported time will be the same as ANEURALNETWORKS_DURATION_ON_HARDWARE.
324 // reported time will be the same as ANEURALNETWORKS_DURATION_IN_DRIVER.
505 * thread to use {@link ANeuralNetworksEvent_wait} at the same time.</p>
[all …]
/frameworks/base/core/java/com/android/server/
DDropboxLogTags.logtags3 # The java package name happens to be the same as frameworks/base/services/core
5 # be EventLogTags.logtags because it generates a class with the same name.
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
Dstderr.txt.expect3 …_xyzar.rscript:5:26: error: Special parameters 'x' and 'y' must be of the same type. 'x' is of typ…
5 …_xyzar.rscript:5:36: error: Special parameters 'x' and 'z' must be of the same type. 'x' is of typ…
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/intent/
DTemplateClassificationIntentFactoryTest.java23 import static org.mockito.ArgumentMatchers.same;
177 same(InstrumentationRegistry.getContext()), eq(TEXT), eq(false), eq(null), in create_nullTemplate()
178 same(classificationResult)); in create_nullTemplate()
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzwar/
Dstderr.txt.expect3 …xyzwar.rscript:6:26: error: Special parameters 'x' and 'y' must be of the same type. 'x' is of typ…
5 …xyzwar.rscript:6:36: error: Special parameters 'x' and 'z' must be of the same type. 'x' is of typ…
/frameworks/base/cmds/app_process/
DAndroid.bp53 …// // the same module). Using the same module also works around an issue with make: binaries
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DREADME.txt4 package run on the same thread except DataConnectionTracker
17 used. If the caller is on the same thread then a getter
21 and DCT#getLinkCapabilities which call Dcc all on the same
/frameworks/rs/tests/java_api/Refocus/dataExtraction/
DRefocusTestTimingProcess.txt8 … called more than once. Therefore, we need to add the running time of the same kernel together to …
14 …from the first line with the title you choose till the last time with the same log title, and past…
32 3. Put the file “extract_ave.sh” and “extract_data.sh” in the same directory as the file N5.txt
/frameworks/opt/net/wifi/service/proto/src/
Dscorecard.proto32 // the same SSID, the same security type, and (hopefully) the same L3 subnet.
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/
DButtonItemTest.java23 import static org.mockito.Matchers.same;
172 verify(listener).onClick(same(item)); in testOnClickListener()
/frameworks/layoutlib/rename_font/
DREADME3 java.awt.Font#layoutGlyphVector() if two fonts with same name but differnt
/frameworks/compile/libbcc/tests/debuginfo/
DREADME19 The output is verified in the same way as host side tests, and the format
20 of the tests is the same.
/frameworks/base/native/android/
Dlibandroid_net.map.txt4 # because the same LLNDK library serves for both system and vendor partition
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect138 // Verify that input array lengths are the same.
202 // Verify that input array lengths are the same.
270 // Verify that input array lengths are the same.
338 // Verify that input array lengths are the same.
406 // Verify that input array lengths are the same.
474 // Verify that input array lengths are the same.
538 // Verify that input array lengths are the same.
602 // Verify that input array lengths are the same.
670 // Verify that input array lengths are the same.
738 // Verify that input array lengths are the same.
[all …]
/frameworks/compile/slang/tests/F_reduce_general_bad_function/
Dstderr.txt.expect15 …e *') and initializer avi_init() parameter 'accum' (type 'int *') must be pointers to the same type
28 … *') and accumulator cva_accum() parameter 'accum' (type 'int *') must be pointers to the same type
29 … *') and accumulator cva_accum() parameter 'accum' (type 'int *') must be pointers to the same type
45 …e *') and accumulator AccumInt() parameter 'accum' (type 'int *') must be pointers to the same type
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dbitfield.rscript27 // types (and, for bit-fields, the same widths) for a sequence of one
31 // and non-exported types have the same layout.
/frameworks/compile/slang/lit-tests/padding/
Dbitfield.rscript33 // types (and, for bit-fields, the same widths) for a sequence of one
37 // and non-exported types have the same layout.
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbitfield.rscript29 // types (and, for bit-fields, the same widths) for a sequence of one
33 // and non-exported types have the same layout.
/frameworks/rs/driver/
DREADME.txt14 treated as having the same SlangVersion as the user bitcode. This
/frameworks/base/mime/
DAndroid.bp48 // resources hide test or application resources under the same path because
68 // The same as mimemap-res.jar except that the resources are placed in a different directory.
/frameworks/ml/nn/tools/test_generator/
DREADME.md155 … 4, 5] along the last axis, i.e. axis = -1. The output shape would be the same as input. We can cr…
167 Consider the same L2_NORMALIZATION example, we can also create a new model with input/output of 2D …
173 If transposition and removal are specified at the same time, the converter will do transposition fi…
347 Use `IntroducedIn` to set the version of a model. All variations of the model will have the same ve…
352 # All variations of model_V1_0 will have the same version V1_0.
392 model.IdentifyInputs(a, b) # The order is the same as in the WHILE operation.

123456