Home
last modified time | relevance | path

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

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
DSuggestionRankerTest.java42 import static org.mockito.Mockito.same;
76 when(mSuggestionRanker.getRelevanceMetric(same(mFeatures.get("pkg1")))).thenReturn(0.9); in setUp()
77 when(mSuggestionRanker.getRelevanceMetric(same(mFeatures.get("pkg2")))).thenReturn(0.1); in setUp()
78 when(mSuggestionRanker.getRelevanceMetric(same(mFeatures.get("pkg3")))).thenReturn(0.5); in setUp()
/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/
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…
DDoxyfile.in67 # putting all generated files in the same directory would otherwise causes
356 # Set the SUBGROUPING tag to YES to allow class member groups of the same type
399 # an expensive process and often the same symbol appears multiple times in the
1050 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
1376 # within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
1395 # it. Since the tabs in the index contain the same information as the navigation
1412 # the same information as the tab index, you could consider setting
1487 # is located at the same level as the HTML output directory, then
1590 # all added to the same external search index. Each project needs to have a
1924 # just the same.
[all …]
Dfeatures.md43 …er`). It also provides a generator API (`rapidjson::Writer`) which consumes the same set of events.
Dpointer.md80 The following example does exactly the same as the above one.
/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/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.java279 boolean same = mSearchResults != null && mSearchResults.equals(f); in setOrderedFilter()
282 return !same; in setOrderedFilter()
/packages/experimental/CameraPreviewTest/
DREADME3 A small test app to exercise the camera in various modes in much the same way that GTalk video chat…
/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/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/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java52 import static org.mockito.Matchers.same;
948 .onCallAudioStateChanged(same(fakeCall), newStateCaptor2.capture()); in verifyNewSystemCallAudioState()
/packages/apps/Dialer/java/com/android/dialer/proguard/
Dproguard_base.flags22 # the same directory.
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md74 … run `cmake ..` command to configure your build. Windows users can do the same with cmake-gui appl…
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile47 # source files, where putting all generated files in the same directory would
269 # the same type (for instance a group of public functions) to be put as a
793 # classes will be put under the same header in the alphabetical index.
1245 # and Perl will parse it just the same.
1251 # This is useful so different doxyrules.make files included by the same

12