/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | compound-sizes.c | 17 struct inventory { struct 27 static struct inventory *get_inv(uint64_t stocknum) in get_inv() argument 34 struct inventory inv; 42 static struct inventory inven[100]; 45 typedef struct inventory inventory_t; 48 static struct inventory *invptr; 65 struct inventory inv[10]; in main() 68 static struct inventory invtop; in main()
|
/third_party/node/deps/npm/test/lib/utils/ |
D | reify-output.js | 219 actualTree: { inventory: { size: 999 }, children: [] }, property 232 actualTree: { inventory: new Map(), children: [] }, property 248 actualTree: { inventory: new Map(), children: [] }, property 262 actualTree: { inventory: new Map(), children: [] }, property 282 inventory: { size: audited, has: () => true }, property 351 inventory: { property 369 inventory: { property 388 inventory: { property 416 inventory: { property
|
D | reify-finish.js | 58 inventory: new Map(), property 72 inventory: new Map([['node_modules/npm', {}]]), property 86 inventory: new Map([['node_modules/npm', { path: join(other, 'new-npm') }]]), property
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | tree-check.js | 8 if (!tree.root || !tree.root.inventory) { 12 const { inventory } = tree.root 56 if (!node.isRoot && node.inventory.size !== 0) { 63 inventory: [...node.inventory.values()].map(node => property 69 if (!node.isRoot && !inventory.has(node) && !node.dummy) { 137 for (const node of inventory.values()) {
|
D | query-selector-all.js | 20 #inventory field in Results 29 this.#inventory = opts.inventory 71 return this.#inventory 214 inventory: this.#inventory, property 243 inventory: this.#inventory, property 256 return this.#inventory.reduce((res, node) => { 271 inventory: this.#inventory, property 926 const inventory = [...targetNode.root.inventory.values()] variable 929 initialItems: inventory, 930 inventory, property
|
D | audit-report.js | 48 total: this.tree.inventory.size - 1, 53 for (const node of this.tree.inventory.values()) { 150 for (const node of this.tree.inventory.query('packageName', name)) { 305 …if (this.options.audit === false || this.options.offline === true || this.tree.inventory.size === …
|
D | node.js | 167 this.inventory = new Inventory() 616 const current = root.inventory.get(loc) 633 const parent = root.inventory.get(ploc) 731 for (const node of root.inventory.query('realpath', this.realpath)) { 794 ...this.inventory.values(), 1265 root.inventory.delete(this) 1272 if ([...root.inventory.values()].includes(this)) { 1311 // NB: need to remove from former root's meta/inventory and then update 1319 root.inventory.add(this)
|
D | reset-dep-flags.js | 8 for (const node of tree.inventory.values()) {
|
/third_party/node/deps/npm/tap-snapshots/test/lib/utils/ |
D | validate-lockfile.js.test.cjs | 8 exports[`test/lib/utils/validate-lockfile.js TAP extra inventory items on idealTree > should have m… 14 exports[`test/lib/utils/validate-lockfile.js TAP extra inventory items on virtualTree > should have… 18 exports[`test/lib/utils/validate-lockfile.js TAP identical inventory for both idealTree and virtual… 22 exports[`test/lib/utils/validate-lockfile.js TAP mismatching versions on inventory > should have er… 29 exports[`test/lib/utils/validate-lockfile.js TAP missing virtualTree inventory > should have errors…
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/ |
D | funding.js | 24 for (const node of tree.inventory.values()) { 30 for (const node of tree.inventory.query('name', query)) { 36 return `read ${tree.inventory.size} deps in ${timing.ms}`
|
D | license.js | 26 for (const license of tree.inventory.query('license')) { 27 set.push([tree.inventory.query('license', license).size, license]) 39 … for (const node of tree.inventory.query('license', query === 'undefined' ? undefined : query)) {
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | array-prototype-find.js | 47 var inventory = [ variable 57 assert (JSON.stringify (inventory.find (isCherries)) === '{"name":"cherries","quantity":5}'); 60 assert (eval ("inventory.find (fruit => fruit.name === 'bananas')") === inventory[1]);
|
D | array-prototype-find-index.js | 47 var inventory = [ variable 57 assert (JSON.stringify (inventory.findIndex (isCherries)) === "2");
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
D | isolated-reifier.js | 256 inventory: new Map(), 278 root.inventory.query = () => { 296 root.inventory.set(workspace.location, workspace) 331 root.inventory.set(newChild.location, newChild) 346 const from = e.from === 'root' ? root : root.inventory.get(e.from) 347 const to = root.inventory.get(e.to)
|
D | build-ideal-tree.js | 217 for (const node of this.idealTree.inventory.values()) { 670 for (const node of this.idealTree.inventory.values()) { 683 const { meta, inventory } = this.idealTree 687 if (inventory.size === 0 || !ancient && !old) { 711 for (const node of inventory.values()) { 1492 for (const node of this.idealTree.inventory.values()) { 1503 for (const node of this.idealTree.inventory.values()) { 1534 for (const node of this.idealTree.inventory.values()) {
|
D | rebuild.js | 84 nodes = tree.inventory.filter(node => 93 nodes = tree.inventory.filter(node => filterSet.has(node)) 95 nodes = tree.inventory.values()
|
D | reify.js | 481 for (const node of this.idealTree.inventory.values()) { 1373 const directDeps = this.idealTree.inventory 1471 const node = this.idealTree.inventory.get(loc) 1488 for (const [loc, ideal] of this.idealTree.inventory.entries()) { 1501 const actual = this.actualTree.inventory.get(loc) 1520 for (const [loc, actual] of this.actualTree.inventory.entries()) { 1597 for (const name of tree.inventory.query('name')) { 1598 if (tree.inventory.query('name', name).size > 1) {
|
/third_party/node/deps/npm/lib/commands/ |
D | ci.js | 58 const virtualInventory = new Map(arb.virtualTree.inventory) 67 const errors = validateLockfile(virtualInventory, arb.idealTree.inventory)
|
D | diff.js | 157 actualTree.inventory.query('name', spec.name) 279 && actualTree.inventory.query('name', spec.name)
|
D | fund.js | 169 for (const item of tree.inventory.values()) { 178 const [item] = [...tree.inventory.query('name', arg.name)]
|
/third_party/node/deps/npm/lib/utils/ |
D | reify-output.js | 40 audited: auditReport && !auditReport.error ? actualTree.inventory.size : 0, 83 actualTree.inventory.has(d.ideal) && summary.added++
|
/third_party/icu/icu4c/source/data/translit/ |
D | zu_zu_FONIPA.txt | 13 # These rules transcribe isiZulu into the phoneme inventory used within the 28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
|
D | xh_xh_FONIPA.txt | 13 # These rules transcribe isiXhosa into the phoneme inventory used within the 28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | zu_zu_FONIPA.txt | 13 # These rules transcribe isiZulu into the phoneme inventory used within the 28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
|
D | xh_xh_FONIPA.txt | 13 # These rules transcribe isiXhosa into the phoneme inventory used within the 28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
|