Home
last modified time | relevance | path

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

123

/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/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()
DFilterRepresentation.java165 public boolean same(FilterRepresentation b) { in same() method in FilterRepresentation
/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/apps/Settings/tests/robotests/src/com/android/settings/users/
DEditUserInfoControllerTest.java23 import static org.mockito.ArgumentMatchers.same;
107 verify(photoController).onActivityResult(eq(0), eq(0), same(resultData)); in photoControllerOnActivityResult_whenWaiting_isCalled()
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto40 // Caching: Given the same image reference and the same requested size,
41 // it is assumed that the exact same image will always be returned.
124 // one option to go into the same general direction.
143 // A turn onto the opposite side of the same street, from 175 (included) to
288 // A left turn onto the opposite side of the same street, from 175
292 // A right turn onto the opposite side of the same street, from 175
/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/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/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java232 boolean same = mSearchResults != null && mSearchResults.equals(f); in setOrderedFilter()
235 return !same; in setOrderedFilter()
/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/packageinstaller/incident/
Dincident_minimal.proto28 * This message has the same fields in an incident report that we care about
/packages/services/Car/evs/app/
Dconfig.json.readme6 // Throughout this file, units of length are arbitrary, but must all be the same units.
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteTransitionTests.java22 import static org.mockito.ArgumentMatchers.same;
759 .onCallAudioStateChanged(same(fakeCall), newStateCaptor2.capture()); in verifyNewSystemCallAudioState()

123