Home
last modified time | relevance | path

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

123

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserManagerUnitTest.java29 import static org.mockito.ArgumentMatchers.same;
424 .setUserIdentificationAssociation(anyInt(), same(types), same(values), notNull()); in testSetUserIdentificationAssociation_remoteException()
450 .setUserIdentificationAssociation(anyInt(), same(types), same(values), notNull()); in testSetUserIdentificationAssociation_ok()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java185 boolean same = true; in getTerminalPosition()
191 same = false; in getTerminalPosition()
196 if (same) { in getTerminalPosition()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
Dmove1.dot22 rank = same
40 rank = same
Dnormalparsing.dot17 rank = same
/packages/modules/ArtPrebuilt/iorap/test/
DREADME.md7 * iorap_test_app_v2.apk: test app version 2 (same with version 1 except for the
9 * iorap_test_app_v3.apk: test app version 3 (same with version 1 except for the
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterFxRepresentation.java85 public boolean same(FilterRepresentation representation) { in same() method in FilterFxRepresentation
86 if (!super.same(representation)) { in same()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStateAdapter.java84 public boolean same(Vector<State> states) { in same() method in StateAdapter
99 if (same(states)) { in fill()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md230 You can use `==` and `!=` to compare values. Two values are equal if and only if they are have same
256 v = 10; // Shortcut, same as above
308 The object `o` needs to allocate a buffer of same size as contacts, makes a deep clone of it, and t…
340 a.PushBack(Value(42).Move(), allocator); // same as above
374 s = "rapidjson"; // shortcut, same as above
385 s = StringRef(cstr); // shortcut, same as above
387 s = StringRef(cstr,cstr_len); // shortcut, same as above
465 * `bool RemoveMember(const Value& name)`: same as above but `name` is a Value.
Ddom.md78 // (2) Using the same Encoding for stream
97 // (7) Normal parsing of a string, using same Encoding of Document
116 …ErrorDocumentRootNotSingular` error. Using this flag for parsing multiple JSONs in the same stream.
218 2. The source encoding in stream and target encoding in document must be the same.
232 When the source encoding of stream is the same as encoding of DOM, by default, the parser will *not…
Dsax.md53 … explanation. Let's see the `simplereader` example which produces exactly the same output as above:
224 There are two `String()` and `Key()` overloads. One is the same as defined in handler concept with …
272 The usage of `PrettyWriter` is exactly the same as `Writer`, expect that `PrettyWriter` provides a …
395 …er`, so it can remove all white-spaces in JSON. `pretty` example uses the same relationship, but r…
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto41 // Caching: Given the same image reference and the same requested size,
42 // it is assumed that the exact same image will always be returned.
125 // the same general direction.
130 // the same general direction.
154 // A left turn onto the opposite side of the same street, from 175
157 // A right turn onto the opposite side of the same street, from 175
379 // A left turn onto the opposite side of the same street, from 175
383 // A right turn onto the opposite side of the same street, from 175
/packages/apps/Car/libs/car-messenger-common/proto/
Dnotification_msg.proto25 // The unique key of the message notification, same in phone and car.
58 // The unique key of the message notification, same in phone and car.
198 // As mentioned above, this notification id should be the same on the
/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
DEmergencyNamePreferenceTest.java20 import static org.mockito.ArgumentMatchers.same;
135 verify(photoController).onActivityResult(eq(0), eq(0), same(resultData)); in onActivityResult_whenWaitingForActivityResult_onActivityResultIsCalled()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java217 boolean same = mSearchResults != null && mSearchResults.equals(f); in setOrderedFilter()
220 return !same; in setOrderedFilter()
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DEditUserInfoControllerTest.java23 import static org.mockito.ArgumentMatchers.same;
111 verify(photoController).onActivityResult(eq(0), eq(0), same(resultData)); in photoControllerOnActivityResult_whenWaiting_isCalled()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImagePreset.java216 public boolean same(ImagePreset preset) { in same() method in ImagePreset
240 if (!a.same(b)) { in same()
297 if (!a.same(b)) { in similarUpTo()
DSharedPreset.java27 if (mProducerPreset == null || (!mProducerPreset.same(preset))) { in enqueuePreset()
DBuffer.java83 if ((mPreset == null) || (!mPreset.same(preset))) { in setPreset()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DREADME.txt2 com/android/camera/ and com/android/camera/ui from files with the same name. Some modifications
/packages/apps/Messaging/build/
DREADME6 …kstyle and was modified to use Android specific styles. It must keep the same name and path in or…
/packages/apps/Dialer/java/com/android/dialer/calldetails/proto/
Dcall_details_entries.proto27 // is same as {@link com.android.telecom.Call#getCreationTimeMillis()}.
/packages/apps/Dialer/java/com/android/dialer/callintent/
Dcall_specific_app_data.proto30 // The following two list should be of the same length
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionary.java144 protected boolean same(final char[] word, final int length, final String typedWord) { in same() method in Dictionary
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto240 // User tapped block and spam buttons in context menu, same as buttons in
604 // User reports a same prefix call as spam from call history
609 // User reports a same prefix call as not spam from call history
/packages/apps/PermissionController/src/com/android/permissioncontroller/incident/
Dincident_minimal.proto28 * This message has the same fields in an incident report that we care about

123