Home
last modified time | relevance | path

Searched refs:inventory (Results 1 – 25 of 51) sorted by relevance

123

/third_party/ltp/tools/sparse/sparse-src/validation/
Dcompound-sizes.c17 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/
Dreify-output.js219 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
Dreify-finish.js58 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/
Dtree-check.js8 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()) {
Dquery-selector-all.js20 #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
Daudit-report.js48 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 === …
Dnode.js167 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)
Dreset-dep-flags.js8 for (const node of tree.inventory.values()) {
/third_party/node/deps/npm/tap-snapshots/test/lib/utils/
Dvalidate-lockfile.js.test.cjs8 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/
Dfunding.js24 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}`
Dlicense.js26 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/
Darray-prototype-find.js47 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]);
Darray-prototype-find-index.js47 var inventory = [ variable
57 assert (JSON.stringify (inventory.findIndex (isCherries)) === "2");
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Disolated-reifier.js256 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)
Dbuild-ideal-tree.js217 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()) {
Drebuild.js84 nodes = tree.inventory.filter(node =>
93 nodes = tree.inventory.filter(node => filterSet.has(node))
95 nodes = tree.inventory.values()
Dreify.js481 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/
Dci.js58 const virtualInventory = new Map(arb.virtualTree.inventory)
67 const errors = validateLockfile(virtualInventory, arb.idealTree.inventory)
Ddiff.js157 actualTree.inventory.query('name', spec.name)
279 && actualTree.inventory.query('name', spec.name)
Dfund.js169 for (const item of tree.inventory.values()) {
178 const [item] = [...tree.inventory.query('name', arg.name)]
/third_party/node/deps/npm/lib/utils/
Dreify-output.js40 audited: auditReport && !auditReport.error ? actualTree.inventory.size : 0,
83 actualTree.inventory.has(d.ideal) && summary.added++
/third_party/icu/icu4c/source/data/translit/
Dzu_zu_FONIPA.txt13 # These rules transcribe isiZulu into the phoneme inventory used within the
28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
Dxh_xh_FONIPA.txt13 # 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/
Dzu_zu_FONIPA.txt13 # These rules transcribe isiZulu into the phoneme inventory used within the
28 # avoid ambiguity and make the phoneme inventory uniquely decodable.
Dxh_xh_FONIPA.txt13 # These rules transcribe isiXhosa into the phoneme inventory used within the
28 # avoid ambiguity and make the phoneme inventory uniquely decodable.

123