Home
last modified time | relevance | path

Searched defs:fooBar (Results 1 – 6 of 6) 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
80 RbPath fooBar = RbPath.of("foo", "bar"); in addMultiple() local
99 RbPath fooBar = RbPath.of("foo", "bar"); in replace() local
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/cli/
DMainTest.kt54 val fooBar = root.resolve("foo.bar") in expandArgsToFileNames - single file arg is used as is() constant
61 val fooBar = root.resolve("foo.bar") in expandArgsToFileNames - single arg which is not a file is not returned() constant
127 val fooBar = root.resolve("foo.kt") in Parsing errors are reported (file)() constant
212 val fooBar = root.resolve("foo.kt") in dropbox-style is passed to formatter (file)() constant
/external/clang/test/FixIt/
Dfixit.c42 int test_cond(int y, int fooBar) { // expected-note {{here}} in test_cond()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java508 Bundle fooBar = new Bundle(); in shouldAddPeriodicSync() local
537 Bundle fooBar = new Bundle(); in shouldRemovePeriodSync() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java762 Bundle fooBar = new Bundle(); in shouldAddPeriodicSync() local
795 Bundle fooBar = new Bundle(); in shouldRemovePeriodSync() local
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java232 ClassName fooBar = ClassName.get(tacosPackage, "FooBar"); in retrofitStyleInterface() local