Home
last modified time | relevance | path

Searched refs:imported (Results 1 - 25 of 49) sorted by relevance

12

/third_party/node/tools/
H A Dcheckimports.py10 def do_exist(file_name, lines, imported):
11 if not any(not re.match('using \w+::{0};'.format(imported), line) and
12 re.search('\\b{0}\\b'.format(imported), line) for line in lines):
13 print('File "{0}" does not use "{1}"'.format(file_name, imported))
30 valid = all([do_exist(file_name, lines, imported) for imported in importeds])
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py32 # module is imported, and relative if executed directly.
100 ".imported": False,
101 ".imported.export_macro": "",
102 ".imported.export_header": False,
103 ".imported.header": False,
104 ".imported.package": False,
105 ".imported.options": False,
369 if config.imported:
370 self.imported_domains = self.read_protocol_file(config.imported.path)
371 if config.imported
[all...]
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py31 # module is imported, and relative if executed directly.
90 ".imported": False,
91 ".imported.export_macro": "",
92 ".imported.export_header": False,
93 ".imported.header": False,
94 ".imported.package": False,
95 ".imported.options": False,
352 if config.imported:
353 self.imported_domains = self.read_protocol_file(config.imported.path)
354 if config.imported
[all...]
/third_party/elfutils/libdw/
H A Dlibdw_visit_scopes.c117 /* For an imported unit, it is logically as if the children of in walk_children()
119 a full recursion into the imported unit, but just walk the in walk_children()
128 /* Some gcc -flto versions imported other top-level compile units, in walk_children()
135 /* Checks the given DIE hasn't been imported yet in walk_children()
137 bool imported = false; in walk_children() local
142 imported = true; in walk_children()
145 if (imported) in walk_children()
/third_party/python/Lib/test/
H A Dtest_site.py111 self.assertIn(pth_file.imported, sys.modules,
112 "%s not in sys.modules" % pth_file.imported)
354 def __init__(self, filename_base=TESTFN, imported="time",
360 self.imported = imported
368 <self.imported>``, a line with self.good_dirname, and a line with
381 print("import %s" % self.imported, file=FILE)
389 """Make sure that the .pth file is deleted, self.imported is not in
395 self.imported_module = sys.modules.get(self.imported)
397 del sys.modules[self.imported]
[all...]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c64 boolean imported; /* TRUE if imported from another process */ member
208 fence->imported = true; in vmw_fence_create()
263 if (!vfence->imported) { in vmw_fence_reference()
360 if (vfence->imported) { in vmw_fence_finish()
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.c94 /* Called whenever an imported memory block is no longer
118 /* Called whenever a client from which we imported a memory block
130 * Any block allocation from the pool itself, or even just imported from
584 pa_assert_se(segment = b->per_type.imported.segment); in memblock_free()
589 pa_assert_se(pa_hashmap_remove(import->blocks, PA_UINT32_TO_PTR(b->per_type.imported.id))); in memblock_free()
597 import->release_cb(import, b->per_type.imported.id, import->userdata); in memblock_free()
747 pa_assert_se(segment = b->per_type.imported.segment); in memblock_replace_import()
752 pa_assert_se(pa_hashmap_remove(import->blocks, PA_UINT32_TO_PTR(b->per_type.imported.id))); in memblock_replace_import()
1246 b->per_type.imported.id = block_id; in pa_memimport_get()
1247 b->per_type.imported in pa_memimport_get()
[all...]
H A Dmemblock.h51 PA_MEMBLOCK_IMPORTED, /* Memory is imported from another process via shm */
87 } imported; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h277 /** Was this buffer imported from an external client? */
278 bool imported; member
412 * Is this buffer shared with external clients (imported or exported)?
418 return bo->real.exported || bo->real.imported; in iris_bo_is_external()
425 return bo->real.imported; in iris_bo_is_imported()
H A Diris_batch.c111 bool imported = iris_bo_is_imported(bo); in dump_bo_list() local
124 imported ? " imported" : ""); in dump_bo_list()
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/
H A Dloads-js-based-projects-and-emits-them-correctly.js118 src/sub-project/index.js:1:10 - error TS18042: 'Nominal' is a type and cannot be imported in JavaScript files. Use 'import("../common/nominal").Nominal' in a JSDoc type annotation.
184 {"program":{"fileNames":["../lib.d.ts","../common/nominal.d.ts","../../src/sub-project/index.js"],"fileInfos":[{"version":"-32082413277-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };\ninterface SymbolConstructor {\n readonly species: symbol;\n readonly toStringTag: symbol;\n}\ndeclare var Symbol: SymbolConstructor;\ninterface Symbol {\n readonly [Symbol.toStringTag]: string;\n}\n","affectsGlobalScope":true},"-15964609857-export type Nominal<T, Name> = T & {\r\n [Symbol.species]: Name;\r\n};\r\n","-23375763082-import { Nominal } from '../common/nominal';\n\n/**\n * @typedef {Nominal<string, 'MyNominal'>} MyNominal\n */\n"],"options":{"composite":true,"declaration":true,"outDir":"..","rootDir":"../../src","skipLibCheck":true},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[2,1,[3,[{"file":"../../src/sub-project/index.js","start":9,"length":7,"messageText":"'Nominal' is a type and cannot be imported in JavaScript files. Use 'import(\"../common/nominal\").Nominal' in a JSDoc type annotation.","category":1,"code":18042}]]],"affectedFilesPendingEmit":[[2,1],[3,1]],"emitSignatures":[3]},"version":"FakeTSVersion"}
241 "messageText": "'Nominal' is a type and cannot be imported in JavaScript files. Use 'import(\"../common/nominal\").Nominal' in a JSDoc type annotation.",
/third_party/python/Lib/test/test_importlib/frozen/
H A Dtest_finder.py154 imported = ('__hello__', '__phello__')
155 with import_helper.CleanImport(*imported, usefrozen=True):
/third_party/node/lib/internal/modules/esm/
H A Dresolve.js75 * @param {string} base - The URL of the module that imported the package.
84 base ? ` imported from ${fileURLToPath(base)}` :
112 pjsonPath}${base ? ` imported from ${fileURLToPath(base)}` : ''}.`,
136 StringPrototypeSlice(path, pkgPath.length)}", imported from ${basePath
145 StringPrototypeSlice(path, pkgPath.length)}", imported from ${
1223 * @param {string} specifier - The specifier that was attempted to be imported.
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.h71 bool imported; member
175 // Index of imported mutable global.
177 // Offset into global memory (if not imported & mutable). Expressed in bytes
181 bool imported; // true if imported. member
421 bool has_memory = false; // true if the memory was defined or imported
425 // Size of the buffer required for all globals that are not imported and
432 uint32_t num_declared_functions = 0; // excluding imported
550 bool imported = false; // true if imported member
[all...]
H A Dmodule-instantiate.cc347 // Find the imported memory if there is one.
353 // Processes a single imported function.
360 // Initialize imported tables of type funcref.
365 // Process a single imported table.
371 // Process a single imported memory.
376 // Process a single imported global.
382 // Process a single imported WasmGlobalObject.
395 // order, loading them from the {ffi_} object. Returns the number of imported
414 // imported, those tags will be re-used.
519 // Actual wasm module must have either imported o in Build()
[all...]
H A Dwasm-objects.cc293 // that has imported this table. in Grow()
490 func->imported in UpdateDispatchTables()
491 // The function in the target instance was imported. Use its imports in UpdateDispatchTables()
1082 // The function in the target instance was imported. Use its imports table, in FunctionTargetAndRef()
1088 // The function in the target instance was not imported. in FunctionTargetAndRef()
1185 // Initialize the imported function arrays. in New()
1398 GetExportWrapperIndex(module, function.sig_index, function.imported); in GetOrCreateWasmInternalFunction()
1400 GetExportWrapperIndex(module, function.sig, function.imported)); in GetOrCreateWasmInternalFunction()
1414 isolate, function.sig, instance->module(), function.imported), in GetOrCreateWasmInternalFunction()
1515 if (global.mutability && global.imported) { in GetGlobalStorage()
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java212 RangeTable imported = RangeTable.from(SCHEMA, exported); in testTableImportExport()
213 assertThat(imported).isEqualTo(original); in testTableImportExport()
214 assertThat(imported.toImmutableTable()).isEqualTo(exported); in testTableImportExport()
H A DCsvTableTest.java244 CsvTable<K> imported = CsvTable.importCsv(csv.getSchema(), new StringReader(exported)); in assertCsv()
245 assertThat(csv).isEqualTo(imported); in assertCsv()
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
H A DimportHelpers-backing-types-removed-incremental.js130 index.tsx:1:19 - error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.
163 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./index.tsx"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"-14168389096-export const x = {...{}};","signature":"-6508651827-export declare const x: {};\n"}],"options":{"importHelpers":true},"referencedMap":[],"exportedModulesMap":[],"semanticDiagnosticsPerFile":[1,[2,[{"file":"./index.tsx","start":18,"length":5,"messageText":"This syntax requires an imported helper but module 'tslib' cannot be found.","category":1,"code":2354}]]]},"version":"FakeTSVersion"}
197 "messageText": "This syntax requires an imported helper but module 'tslib' cannot be found.",
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.h78 * Whether the host side surface is imported and not created by this
81 boolean imported; member
H A Dsvga_resource_texture.c343 if (!svga->swc->force_coherent || tex->imported) { in svga_texture_transfer_map_direct()
752 if (!svga->swc->force_coherent || tex->imported) { in svga_texture_transfer_unmap_direct()
1189 /* set bind flags for the imported texture handle according to the bind in svga_texture_from_handle()
1211 tex->imported = TRUE; in svga_texture_from_handle()
1496 * or not. However, for textures backed by imported svga surfaces that is
/third_party/node/lib/
H A Drepl.js248 const importNames = ArrayPrototypeJoin(ArrayPrototypeMap(node.specifiers, ({ local, imported }) =>
249 (local.name === imported?.name ? local.name : `${imported?.name ?? 'default'}: ${local.name}`),
1407 // File extensions that can be imported:
/third_party/eudev/src/udev/
H A Dudev-rules.c2230 bool imported = false; in udev_rules_apply_to_event() local
2246 imported = true; in udev_rules_apply_to_event()
2256 imported = true; in udev_rules_apply_to_event()
2262 if (!imported && cur->key.op != OP_NOMATCH) in udev_rules_apply_to_event()
/third_party/node/lib/internal/
H A Derrors.js1327 ` imported from ${base}` : ''}`;
1341 ` imported from ${base}` : ''}${relError ?
1346 pkgPath}package.json${base ? ` imported from ${base}` : ''}${relError ?
1466 exactUrl ? 'module' : 'package'} '${path}' imported from ${base}`;
1511 ` in package ${packagePath}package.json` : ''} imported from ${base}`;
1516 ` imported from ${base}` : ''}`;
1518 pkgPath}package.json${base ? ` imported from ${base}` : ''}`;
1701 `resolving ES modules imported from ${base}`;
/third_party/curl/lib/vtls/
H A Dopenssl.c3021 bool *imported) in import_windows_cert_store()
3026 *imported = false; in import_windows_cert_store()
3038 the MS root store. If a certificate cannot be imported it is in import_windows_cert_store()
3145 *imported = true; in import_windows_cert_store()
3199 bool imported = false; in populate_x509_store() local
3201 &imported); in populate_x509_store()
3204 if(imported) { in populate_x509_store()
3205 infof(data, "successfully imported Windows %s store", storeNames[i]); in populate_x509_store()
3222 infof(data, "successfully imported CA certificate blob"); in populate_x509_store()
3018 import_windows_cert_store(struct Curl_easy *data, const char *name, X509_STORE *store, bool *imported) import_windows_cert_store() argument

Completed in 61 milliseconds

12