Home
last modified time | relevance | path

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

/third_party/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
/third_party/typescript/tests/baselines/reference/tsbuild/configFileErrors/incremental-declaration-doesnt-change/
Dreports-syntax-errors-after-change-to-ts-file.js3 export function foo() { }export function fooBar() { } function
/third_party/typescript/tests/baselines/reference/
DerrorMessagesIntersectionTypes01.js20 var fooBar = mixBar({ variable
DerrorMessagesIntersectionTypes02.js20 var fooBar = mixBar({ variable
DimplicitAnyFunctionReturnNullOrUndefined.js45 function fooBar() { return 1; } function
/third_party/node/test/parallel/
Dtest-global.js71 const fooBar = mod.fooBar; constant
/third_party/typescript/tests/cases/compiler/
DimplicitAnyFunctionReturnNullOrUndefined.ts19 function fooBar(): number { return 1; } function
/third_party/typescript/tests/cases/fourslash/
DreferencesForStaticsAndMembersWithSameNames.ts28 const [fooBarDef, fooBar, fooStaticBarDef, fooStaticBar, fooFooDef, fooFoo, fooStaticFooDef, fooSta… constant
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchEnvironment.ts433 const fooBar: File = { constant
441 const files = [libFile, main, bar, foo, fooBar, temp, configFile]; constant
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-with-outFile-or-out-setting/
Dwith---outFile-and-multiple-declaration-files-in-the-program.js9 namespace Main { export function fooBar() {} } function
Dwithout---outFile-and-multiple-declaration-files-in-the-program.js9 namespace Main { export function fooBar() {} } function
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes2.ts64 declare function fooBar(x: { foo: string, bar: string }): void; function
/third_party/typescript/src/testRunner/unittests/tsserver/
DconfiguredProjects.ts920 const fooBar: File = { constant