Home
last modified time | relevance | path

Searched refs:fooBar (Results 1 – 13 of 13) sorted by relevance

/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DIcuDataTest.java59 RbPath fooBar = RbPath.of("foo", "bar"); in testGetPaths() local
60 icuData.add(fooBar, "value1"); in testGetPaths()
61 assertThat(icuData.get(fooBar)).contains(RbValue.of("value1")); in testGetPaths()
62 assertThat(paths).containsExactly(fooBar); in testGetPaths()
68 assertThat(paths).containsExactly(fooBar, fooBaz).inOrder(); in testGetPaths()
73 assertThrows(UnsupportedOperationException.class, () -> paths.remove(fooBar)); in testGetPaths()
80 RbPath fooBar = RbPath.of("foo", "bar"); in addMultiple() local
85 icuData.add(fooBar, value1); in addMultiple()
86 assertThat(icuData.get(fooBar)).containsExactly(value1); in addMultiple()
88 icuData.add(fooBar, "another-value"); in addMultiple()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java508 Bundle fooBar = new Bundle(); in shouldAddPeriodicSync() local
509 fooBar.putString("foo", "bar"); in shouldAddPeriodicSync()
513 ContentResolver.addPeriodicSync(a, AUTHORITY, fooBar, 6000L); in shouldAddPeriodicSync()
515 ContentResolver.addPeriodicSync(b, AUTHORITY, fooBar, 6000L); in shouldAddPeriodicSync()
518 new PeriodicSync(a, AUTHORITY, fooBar, 6000L), in shouldAddPeriodicSync()
521 new PeriodicSync(b, AUTHORITY, fooBar, 6000L), in shouldAddPeriodicSync()
525 ContentResolver.addPeriodicSync(a, AUTHORITY, fooBar, 42L); in shouldAddPeriodicSync()
528 new PeriodicSync(a, AUTHORITY, fooBar, 42L), in shouldAddPeriodicSync()
531 new PeriodicSync(b, AUTHORITY, fooBar, 6000L), in shouldAddPeriodicSync()
537 Bundle fooBar = new Bundle(); in shouldRemovePeriodSync() local
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTrieTest.java28 trie.root().with("foo", foo -> foo.with("bar", fooBar -> fooBar.putPrefixAndValue(42))); in testSubSpan()
/external/rust/crates/paste/tests/ui/
Dcase-warning.stderr1 error: function `fooBar` should have a snake case name
/external/llvm-project/clang/test/FixIt/
Dfixit.c41 int test_cond(int y, int fooBar) { // expected-note {{here}} in test_cond() argument
/external/clang/test/FixIt/
Dfixit.c42 int test_cond(int y, int fooBar) { // expected-note {{here}} in test_cond() argument
/external/llvm-project/clang/test/SemaCXX/
Ddiagnose_if.cpp520 void fooBar(const Bar &b);
524 fooBar(Foo{0}); in run()
525 fooBar(Foo{1}); // expected-warning{{oh no}} in run()
/external/llvm/docs/
DCodingStandards.rst358 /// fooBar(false, "quux", Res);
365 bool fooBar(bool Baz, StringRef Quux, std::vector<int> &Result);
388 /// fooBar - Does foo and bar.
389 void fooBar();
394 /// fooBar - Does foo and bar.
395 void Something::fooBar() { ... }
407 void fooBar();
413 void Something::fooBar() { ... }
436 void fooBar();
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java232 ClassName fooBar = ClassName.get(tacosPackage, "FooBar"); in retrofitStyleInterface() local
252 .returns(ParameterizedTypeName.get(observable, fooBar)) in retrofitStyleInterface()
/external/llvm-project/clang/test/Analysis/
Dretain-release.mm540 void *fooBar() CF_RETURNS_RETAINED {
/external/protobuf/conformance/
Dbinary_json_conformance_suite.cc2068 R"(optional_field_mask: {paths: "fooBar"})");
/external/mksh/src/
Dcheck.t215 alias fooBar=fooBar
216 fooBar
219 /fooBar.*not found.*/
225 alias fooBar=barFoo
226 alias barFoo=fooBar
227 fooBar
231 /fooBar.*not found.*\n.*barFoo.*not found/
238 alias fooBar=barFoo
239 alias barFoo=fooBar
240 Echo fooBar
[all …]
/external/llvm-project/llvm/docs/
DCodingStandards.rst284 /// fooBar(false, "quux", Res);
291 bool fooBar(bool Baz, StringRef Quux, std::vector<int> &Result);