Home
last modified time | relevance | path

Searched refs:placed (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dplace-dep.js7 // and saves a set of what was placed and what needs re-evaluation as
47 this.placed = null
163 // could not be placed somewhere.
232 this.placed = new Link({ parent: target, target: p })
242 this.placed = new this.dep.constructor({
258 this.placed.parent = target
262 if (this.edge.peer && !this.placed.satisfies(this.edge)) {
270 if (this.edge.valid && this.edge.to && this.edge.to !== this.placed) {
289 // loop through any peer deps from the thing we just placed, and place
294 for (const peerEdge of this.placed
[all...]
/third_party/skia/third_party/externals/tint/tools/src/lut/
H A Dlut.go85 // placed items.
90 // unplaced is the list of sequences that have not yet been placed.
95 // placed is the list of sequences that have been placed.
96 // Nothing is initially placed.
97 placed := make([]sequence, 0, len(t.sequences))
101 placed = append(placed, unplaced[i])
121 // match describes a sequence that can be placed.
129 // number of items that have been placed
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js960 const { placed, edge, canPlace: cpd } = pd
962 if (!placed) {
966 // we placed something, that means we changed the tree
967 if (placed.errors.length) {
968 this.#loadFailures.add(placed)
972 for (const edgeIn of placed.edgesIn) {
987 // previously placed in this location.
988 for (const edgeIn of placed.edgesIn) {
1007 const er = new Error('placed with canPlaceSelf=CONFLICT')
1013 // lastly, also check for the missing deps of the node we placed,
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dexception_safety_testing_test.cc340 auto* placed = new (&buf) ThrowingValue<>(1); in TEST() local
344 ExpectNoThrow([placed, &buf]() { in TEST()
345 placed->~ThrowingValue<>(); in TEST()
346 ThrowingValue<>::operator delete(placed, &buf); in TEST()
/third_party/mesa3d/src/intel/common/
H A Dmi_builder.h1266 bool placed; member
1308 if (t->placed) { in mi_goto_if()
1344 t->placed = true; in mi_goto_target()
1366 __continue = mi_goto_target_init_and_place(b); !__break.placed; \
/third_party/elfutils/src/
H A Dunstrip.c1652 bool placed[unstripped_shnum - 1]; in copy_elided_sections()
1653 memset (placed, 0, sizeof placed); in copy_elided_sections()
1724 placed[elf_ndxscn (sec->outscn) - 1] = true; in copy_elided_sections()
2051 if (!placed[i]) in copy_elided_sections()
2098 placed[i] = true; in copy_elided_sections()
1650 bool placed[unstripped_shnum - 1]; copy_elided_sections() local
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm657 C<result_dir> returns the directory where test output files should be placed
677 should be placed, adapted to the local operating system.
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm657 C<result_dir> returns the directory where test output files should be placed
677 should be placed, adapted to the local operating system.
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1088 ; If SAVE_MM_PERMUTATION is placed at the end of a function, then any later
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1356 will be placed into the safe compartment and evaluation will take
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1356 will be placed into the safe compartment and evaluation will take
/third_party/skia/third_party/externals/libpng/
H A Dconfigure1470 Installed libpng header files are placed in a

Completed in 33 milliseconds