Home
last modified time | relevance | path

Searched defs:shim (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/npm/test/lib/utils/
Dlog-shim.js19 const shim = makeShim() constant
67 const shim = makeShim({ npmlog, 'proc-log': procLog }) constant
94 const shim = makeShim() constant
/third_party/typescript/tests/baselines/reference/
DimportTypeAmbient.js39 let shim: typeof import("foo2") = { variable
52 var shim = { variable
DimportTypeLocal.js40 export let shim: typeof import("./foo2") = { variable
DimportTypeLocalMissing.js41 export let shim: typeof import("./fo2") = { variable
DimportTypeGenericTypes.js43 export let shim: typeof import("./foo2") = { variable
/third_party/rust/crates/syn/
DREADME.md271 #### License
/third_party/typescript/tests/cases/conformance/types/import/
DimportTypeAmbient.ts40 let shim: typeof import("foo2") = { property in Bar
DimportTypeLocal.ts40 export let shim: typeof import("./foo2") = { variable
DimportTypeLocalMissing.ts41 export let shim: typeof import("./fo2") = { variable
DimportTypeGenericTypes.ts43 export let shim: typeof import("./foo2") = { variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBreakIterator.java916 private static BreakIteratorServiceShim shim; field in BreakIterator
DCollator.java570 private static ServiceShim shim; field in Collator
DNumberFormat.java972 private static NumberFormatShim shim; field in NumberFormat
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBreakIterator.java962 private static BreakIteratorServiceShim shim; field in BreakIterator
DNumberFormat.java1041 private static NumberFormatShim shim; field in NumberFormat
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollator.java600 private static ServiceShim shim; field in Collator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCurrency.java146 private static ServiceShim shim; field in Currency
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrency.java154 private static ServiceShim shim; field in Currency
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs790 let shim = expand_rust_function_shim_impl( in expand_function_pointer_trampoline() localVariable