/third_party/node/tools/ |
H A D | checkimports.py | 10 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 D | code_generator.py | 32 # 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 D | code_generator.py | 31 # 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 D | libdw_visit_scopes.c | 117 /* 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 D | test_site.py | 111 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 D | vmw_fence.c | 64 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 D | memblock.c | 94 /* 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 D | memblock.h | 51 PA_MEMBLOCK_IMPORTED, /* Memory is imported from another process via shm */ 87 } imported; member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_bufmgr.h | 277 /** 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 D | iris_batch.c | 111 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 D | loads-js-based-projects-and-emits-them-correctly.js | 118 [96msrc/sub-project/index.js[0m:[93m1[0m:[93m10[0m - [91merror[0m[90m TS18042: [0m'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 D | test_finder.py | 154 imported = ('__hello__', '__phello__') 155 with import_helper.CleanImport(*imported, usefrozen=True):
|
/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 75 * @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 D | wasm-module.h | 71 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 D | module-instantiate.cc | 347 // 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 D | wasm-objects.cc | 293 // 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 D | RangeTableTest.java | 212 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 D | CsvTableTest.java | 244 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 D | importHelpers-backing-types-removed-incremental.js | 130 [96mindex.tsx[0m:[93m1[0m:[93m19[0m - [91merror[0m[90m TS2354: [0mThis 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 D | svga_resource_texture.h | 78 * Whether the host side surface is imported and not created by this 81 boolean imported; member
|
H A D | svga_resource_texture.c | 343 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 D | repl.js | 248 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 D | udev-rules.c | 2230 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 D | errors.js | 1327 ` 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 D | openssl.c | 3021 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
|