Home
last modified time | relevance | path

Searched defs:specifier (Results 1 – 25 of 63) sorted by relevance

123

/third_party/node/lib/internal/modules/esm/
Dloader.js84 async resolve(specifier, parentURL) { argument
161 importModuleDynamically: (specifier, { url }) => { argument
176 async import(specifier, parent) { argument
241 async getModuleJob(specifier, parentURL) { argument
Dresolve.js121 function getPackageConfig(path, specifier, base) { argument
325 function throwImportNotDefined(specifier, packageJSONUrl, base) { argument
656 function packageResolve(specifier, base, conditions) { argument
735 function isBareSpecifier(specifier) { argument
739 function isRelativeSpecifier(specifier) { argument
749 function shouldBeTreatedAsRelativeOrAbsolutePath(specifier) { argument
761 function moduleResolve(specifier, base, conditions) { argument
785 function resolveAsCommonJS(specifier, parentURL) { argument
824 function defaultResolve(specifier, context = {}, defaultResolveUnused) { argument
Dtranslators.js113 async function importModuleDynamically(specifier, { url }) { argument
118 return async function resolve(specifier, parentUrl = defaultParentUrl) { argument
/third_party/node/test/fixtures/node_modules/pkgexports/lib/
Dhole.js4 async importFromInside(specifier) { argument
7 async requireFromInside(specifier) { argument
/third_party/node/test/fixtures/
Dpkgexports.mjs6 export async function requireFixture(specifier) { argument
10 export function importFixture(specifier) { argument
/third_party/typescript/tests/cases/fourslash/
DimportNameCodeFix_endingPreference.ts23 for (const [fileName, importModuleSpecifierEnding, specifier] of tests) { constant
/third_party/node/test/fixtures/es-module-loaders/
Dloader-invalid-url.mjs2 export async function resolve(specifier, { parentURL }, defaultResolve) { argument
Dloader-with-custom-condition.mjs3 export async function resolve(specifier, context, defaultResolve) { argument
Dloader-shared-dep.mjs8 export function resolve(specifier, { parentURL }, defaultResolve) { argument
Dloader-with-dep.mjs6 export function resolve (specifier, { parentURL }, defaultResolve) { argument
Dnot-found-assert-loader.mjs6 export async function resolve(specifier, { parentURL }, defaultResolve) { argument
Dloader-invalid-format.mjs1 export async function resolve(specifier, { parentURL }, defaultResolve) { argument
Dmissing-dynamic-instantiate-hook.mjs1 export function resolve(specifier, { parentURL }, defaultResolve) { argument
Dloader-unknown-builtin-module.mjs1 export async function resolve(specifier, { parentURL }, defaultResolve) { argument
Dexample-loader.mjs11 export function resolve(specifier, { parentURL = baseURL }, defaultResolve) { argument
Dbuiltin-named-exports-loader.mjs16 export function resolve(specifier, context, defaultResolve) { argument
Dstring-sources.mjs13 export function resolve(specifier, context, defaultFn) { argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_gpsk_common.c24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite()
280 int specifier, in eap_gpsk_derive_keys()
418 int specifier, in eap_gpsk_derive_session_id()
482 size_t eap_gpsk_mic_len(int vendor, int specifier) in eap_gpsk_mic_len()
525 int specifier, const u8 *data, size_t len, u8 *mic) in eap_gpsk_compute_mic()
Deap_gpsk_common.h41 u8 specifier[2]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_gpsk_common.c24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite()
280 int specifier, in eap_gpsk_derive_keys()
418 int specifier, in eap_gpsk_derive_session_id()
482 size_t eap_gpsk_mic_len(int vendor, int specifier) in eap_gpsk_mic_len()
525 int specifier, const u8 *data, size_t len, u8 *mic) in eap_gpsk_compute_mic()
Deap_gpsk_common.h41 u8 specifier[2]; member
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/lib/
Dcore.js3 function specifierIncluded(specifier) { argument
/third_party/node/lib/internal/process/
Desm_loader.js25 exports.importModuleDynamicallyCallback = async function(wrap, specifier) { argument
/third_party/node/test/parallel/
Dtest-vm-module-link.js113 async function link(specifier, referencingModule) { argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DAltFormatSpec.java78 public String specifier() { in specifier() method in AltFormatSpec

123