/third_party/gn/src/gn/ |
H A D | substitution_type.cc | 117 for (const Substitution* s : other.used) in MergeFrom() 118 used.insert(s); in MergeFrom() 123 for (const Substitution* s : used) { in FillVector()
|
H A D | scope.h | 37 // used primarily to refer to the master build config which is shared across 39 // marking variables "used" which prevents us from issuing errors on unused 89 // When set, values copied to the destination scope will be marked as used 188 // Returns the std::string_view used to identify the value. This string piece 192 // used as keys in places that may outlive a temporary. It will return an 216 // Marks the given identifier as (un)used in the current scope. 222 // Checks to see if the scope has a var set that hasn't been used. This is 226 // If the identifier is present but hasnn't been used, return true. 229 // Checks the scope to see if any values were set but not used, and fills in 247 // This is used i 355 bool used; // Set to true when the variable is used. global() member [all...] |
/third_party/lame/test/ |
H A D | lame_test.cpp | 213 int used() const { in used() function in OutBuffer 247 wprintf(L"rc=%d %d %d\n",rc,mp3_stream_buffer.used(),mp3_stream_buffer.unused()); in generateFile() 266 mp3_stream.write(mp3_stream_buffer.begin(), mp3_stream_buffer.used()); in generateFile()
|
/third_party/typescript/tests/baselines/reference/tscWatch/emit/when-module-emit-is-specified-as-node/ |
H A D | when-instead-of-filechanged-recursive-directory-watcher-is-invoked.js | 48 /a/lib/lib.d.ts (used version)
49 /a/rootfolder/project/scripts/javascript.js (used version)
50 /a/rootfolder/project/scripts/typescript.ts (used version)
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
H A D | correctly-handles-changes-in-lib-section-of-config-file.js | 52 /compiler/lib.es5.d.ts (used version)
53 /src/app.ts (used version)
107 /compiler/lib.es2015.promise.d.ts (used version)
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdflib.c | 46 * The macro FT_COMPONENT is used in trace mode. It is an implicit 47 * parameter of the FT_TRACE() and FT_ERROR() macros, used to print/log 171 /* An auxiliary macro to parse properties, to be used in conditionals. */ 243 unsigned long used; member 249 /* Structure used while loading BDF fonts. */ 310 unsigned long num_items ) /* same as _bdf_list_t.used */ in _bdf_list_ensure() 349 if ( list == NULL || list->used == 0 || n == 0 ) in _bdf_list_shift() 352 if ( n >= list->used ) in _bdf_list_shift() 354 list->used = 0; in _bdf_list_shift() 358 for ( u = n, i = 0; u < list->used; in _bdf_list_shift() [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_feedback.c | 150 pool->used = 0; in vn_feedback_pool_grow_locked() 168 pool->used = size; in vn_feedback_pool_init() 198 if (unlikely(aligned_size > pool->size - pool->used)) { in vn_feedback_pool_alloc_locked() 203 assert(aligned_size <= pool->size - pool->used); in vn_feedback_pool_alloc_locked() 206 *out_offset = pool->used; in vn_feedback_pool_alloc_locked() 207 pool->used += aligned_size; in vn_feedback_pool_alloc_locked()
|
/third_party/node/deps/uvwasi/src/ |
H A D | fd_table.c | 109 /* Calculate the normalized version of the mapped path, as it will be used for in uvwasi_fd_table_insert() 122 if (table->used >= table->size) { in uvwasi_fd_table_insert() 180 table->used++; in uvwasi_fd_table_insert() 202 table->used = 0; in uvwasi_fd_table_init() 262 table->used = 0; in uvwasi_fd_table_free() 401 table->used--; in uvwasi_fd_table_remove_nolock() 456 table->used--; in uvwasi_fd_table_renumber()
|
/third_party/skia/src/pathops/ |
H A D | SkDLineIntersection.cpp | 34 void SkIntersections::computePoints(const SkDLine& line, int used) { in computePoints() argument 36 if ((fUsed = used) == 2) { in computePoints() 52 int used; in intersectRay() local 61 used = 1; in intersectRay() 75 used = 2; in intersectRay() 77 computePoints(a, used); in intersectRay()
|
H A D | SkDQuadLineIntersection.cpp | 117 int last = fIntersections->used() - 1; in checkCoincident() 185 return fIntersections->used(); in intersect() 217 return fIntersections->used(); in horizontalIntersect() 221 for (int inner = 0; inner < fIntersections->used(); ++inner) { in uniqueAnswer() 273 return fIntersections->used(); in verticalIntersect() 403 if (fIntersections->used() > 0 && approximately_equal((*fIntersections)[1][0], *lineT)) { in pinTs()
|
H A D | SkDConicLineIntersection.cpp | 39 int last = fIntersections->used() - 1; in checkCoincident() 94 return fIntersections->used(); in horizontalIntersect() 122 return fIntersections->used(); in intersect() 172 return fIntersections->used(); in verticalIntersect() 303 if (fIntersections->used() > 0 && approximately_equal((*fIntersections)[1][0], *lineT)) { in pinTs() 317 for (int inner = 0; inner < fIntersections->used(); ++inner) { in uniqueAnswer()
|
/third_party/skia/tests/ |
H A D | PathOpsCubicIntersectionTest.cpp | 47 if (!tIntersections.used()) { in standardTestCases() 59 for (int pt = 0; pt < tIntersections.used(); ++pt) { in standardTestCases() 416 REPORTER_ASSERT(reporter, !coin || intersections.used() >= 2); in oneOff() 419 for (int pt3 = 0; pt3 < intersections.used(); ++pt3) { in oneOff() 515 for (int pt = 0; pt < intersections2.used(); ++pt) { in CubicIntersection_RandTest() 661 REPORTER_ASSERT(reporter, i.used() == 2); in selfOneOff()
|
H A D | PathOpsQuadIntersectionTest.cpp | 41 if (intersections.used() > 0) { in standardTestCases() 42 for (int pt = 0; pt < intersections.used(); ++pt) { in standardTestCases() 346 for (int pt = 0; pt < intersections.used(); ++pt) { in oneOffTest1() 399 REPORTER_ASSERT(reporter, intersections2.used() >= 2); in coincidentTestOne() 546 REPORTER_ASSERT(reporter, intersections.used() >= 0); // make sure code isn't tossed in DEF_TEST() 559 REPORTER_ASSERT(reporter, intersections.used() >= 0); // make sure code isn't tossed in DEF_TEST()
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 17 % Some commonly used abbreviations 56 often used for additional purposes such as library code generators or 156 name. As used in \code{genheaders.py} and \code{gl.xml}, the API names 180 Usually only one tag is used. 183 languages other than C. Usually only one tag is used. 185 (tokens). Usually multiple tags are used. 187 commands (functions). Usually only one tag is used. 192 extension interfaces. Usually only one tag is used, wrapping many 201 of the derived types used in the API. 225 during header generation, used mostl [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.cc | 16 // contributors may be used to endorse or promote products derived from 439 // a dest buffer. This should be used for non performance critical 483 int used = 0; in CEscapeInternal() local 487 if (dest_len - used < 2) // Need space for two letter escape in CEscapeInternal() 492 case '\n': dest[used++] = '\\'; dest[used++] = 'n'; break; in CEscapeInternal() 493 case '\r': dest[used++] = '\\'; dest[used++] = 'r'; break; in CEscapeInternal() 494 case '\t': dest[used++] = '\\'; dest[used in CEscapeInternal() [all...] |
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/transitive-exports/no-circular-import/ |
H A D | export-with-incremental.js | 83 /a/lib/lib.d.ts (used version)
84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (used version)
85 /user/username/projects/myproject/lib1/tools/public.ts (used version)
86 /user/username/projects/myproject/lib1/public.ts (used version)
87 /user/username/projects/myproject/lib2/data.ts (used version)
88 /user/username/projects/myproject/lib2/public.ts (used version)
89 /user/username/projects/myproject/app.ts (used version)
|
H A D | export.js | 83 /a/lib/lib.d.ts (used version)
84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (used version)
85 /user/username/projects/myproject/lib1/tools/public.ts (used version)
86 /user/username/projects/myproject/lib1/public.ts (used version)
87 /user/username/projects/myproject/lib2/data.ts (used version)
88 /user/username/projects/myproject/lib2/public.ts (used version)
89 /user/username/projects/myproject/app.ts (used version)
|
/third_party/python/Lib/logging/ |
H A D | config.py | 8 # not be used in advertising or publicity pertaining to distribution 99 used = name.pop(0) 100 found = __import__(used) 102 used = used + '.' + n 106 __import__(used) 394 used = name.pop(0) 396 found = self.importer(used) 398 used += '.' + frag 402 self.importer(used) [all...] |
/third_party/lwip/test/unit/ |
H A D | lwip_unittests.c | 46 fail_unless(lwip_stats.mem.used == 0); in lwip_check_ensure_no_alloc() 50 fail_unless(lwip_stats.memp[i]->used == 0); in lwip_check_ensure_no_alloc()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program.h | 44 /** Negative values may be used for relative addressing. */ 121 /** This holds information about the presubtract operation used by 160 * actually used very often. */ 163 uint32_t ShadowSamplers; /**< Texture units used for shadow sampling. */ 192 unsigned char * used, 197 unsigned char * used,
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 289 if (lec.used) { in main() 290 // lwsl_hexdump_err(sbuf, lec.used); in main() 291 write(fdout, sbuf, lec.used); in main() 299 if (lec.used) { in main() 300 write(fdout, sbuf, lec.used); in main()
|
/third_party/node/lib/internal/crypto/ |
H A D | util.js | 358 // This extension point is not used by any supported algorithm (yet?) 533 // ops SHOULD NOT be used together. We're not yet validating that here. 550 return { total: 0, used: 0, utilization: 0, min: 0 }; 551 const used = Number(_secureHeapUsed()); 554 const utilization = used / total; 555 return { total, used, utilization, min };
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genrsa.c | 334 unsigned int used = 0; local 343 if (RSA_sign(n, in, (unsigned int)h, sig, &used, ctx->rsa) != 1) { 388 used = (unsigned int)sig_len; 395 return (int)used;
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.c | 24 contributors may be used to endorse or promote products derived from 233 int used; in pcre2_regerror() local 241 used = snprintf(errbuf, errbuf_size, "%s at offset %-6d", message, in pcre2_regerror() 246 used = snprintf(errbuf, errbuf_size, "%s", message); in pcre2_regerror() 249 return used + 1; in pcre2_regerror() 373 string, not how it is matched". That is why the "so" value is used to bump the in pcre2_regexec()
|
/third_party/ffmpeg/libavutil/ |
H A D | threadmessage.c | 226 size_t used; in av_thread_message_flush() local 229 used = av_fifo_can_read(mq->fifo); in av_thread_message_flush() 231 av_fifo_read_to_cb(mq->fifo, free_func_wrap, mq, &used); in av_thread_message_flush()
|