Home
last modified time | relevance | path

Searched full:just (Results 501 - 525 of 17141) sorted by relevance

1...<<21222324252627282930>>...686

/third_party/skia/third_party/externals/libpng/contrib/conftest/
H A Dpngcp.dfa11 # Build libpng with support for pngcp. This means just png_read_png,
55 # these are just required for specific customizations
/third_party/skia/third_party/externals/libwebp/extras/
H A Dwebp_quality.c3 // Result is a *rough* estimation of the quality. You should just consider
47 printf("%d\n", q); // just print the number in main()
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Dhb-subset-fuzzer.cc33 // Something not optimizable just to access all the blob data in trySubset()
54 /* Just test this API here quickly. */ in LLVMFuzzerTestOneInput()
/third_party/skia/tools/
H A Dget_current_monitor_profile.cpp33 // Chrome's code for this currently just gets the primary monitor's profile. This code iterates in main()
47 // GetICMProfile just returns the path to the installed profile (not the data) in main()
/third_party/typescript/tests/baselines/reference/
H A DdeclFileTypeAnnotationTypeQuery.types19 // Just the name
55 // Just the name with type arguments
H A DdeclFileTypeAnnotationTypeReference.types19 // Just the name
56 // Just the name with type arguments
H A DdeclFileTypeAnnotationUnionType.js17 // Just the name
50 // Just the name
H A DnoUnusedLocals_writeOnly.js20 f(z = 1); // This effectively doesn't use `z`, values just pass through it.
46 f(z = 1); // This effectively doesn't use `z`, values just pass through it.
/third_party/typescript/tests/cases/conformance/jsdoc/
H A DjsdocFunctionType.ts9 * @param {function(this: string, number): number} c is just passing on through
19 * @param {function(new: { length: number }, number): number} c is just passing on through
/third_party/python/Objects/stringlib/
H A Dlocaleutil.h24 grouping string contains just CHAR_MAX, for example, then just in GroupGenerator_next()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_itertools_imports.py25 # Just leave the import as is.
51 # If there are no imports left, just get rid of the entire statement
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dblocking_counter_test.cc36 // number of threads that just sleep for a second and decrement a counter. in TEST()
45 // Start a number of parallel tasks that will just wait for a seconds and in TEST()
/third_party/skia/bench/
H A Dnanobench.h44 is drawn. Most back ends just return the canvas passed in,
57 /** CPU-like targets can just be timed, but GPU-like
/third_party/node/benchmark/fixtures/
H A Dalice.html69 If these reach just 10% of the computerized population, then the
298 just in time to see it pop down a large rabbit-hole under the
365 dozing off, and had just begun to dream that she was walking hand
375 went Alice like the wind, and was just in time to hear it say, as
545 <p>Just then her head struck against the roof of the hall: in
577 went on just as usual. I wonder if I've been changed in the
641 hastily, just in time to avoid shrinking away altogether.</p>
670 <p>Just then she heard something splashing about in the pool a
1015 fan and a pair of the gloves, and was just going to leave the
1021 just se
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getsrclines.c114 Check just for paranoia, and call the data "invalid" if it in add_new_line()
123 Check just for paranoia, and call the data "invalid" if it in add_new_line()
462 entries just return a slot in the preallocated stack array. in read_srclines()
520 Just keep the file relative. */ in read_srclines()
651 /* For now we just ignore the modification time and file length. */ in read_srclines()
672 registers have already been initialize above. Just add the is_stmt in read_srclines()
684 entries just return a slot in the preallocated stack array. */ in read_srclines()
825 cannot do much in this case. Just in read_srclines()
/third_party/googletest/docs/
H A Dgmock_for_dummies.md96 tests like this are expensive to run and fragile (What if you just upgraded to a
159 for non-const methods just `(override)`. This isn't mandatory.
284 to do it just right such that your test can catch exactly the kind of bugs you
285 intend it to catch. gMock provides the necessary means for you to do it "just
405 it as many times. More importantly, a cardinality can be "fuzzy", just like a
437 the function has a **default action** (a `void` function will just return, a
592 put into a *sequence* and have to occur *sequentially*. Since we are just
697 In gMock, if you are not interested in a method, just don't say anything about
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c440 /* we want these messages to be at 0 indent. so just push the indent level briefly. */ in iterateTestsWithLevel()
523 ON_LINE=false; /* just in case */ in runTests()
1139 ON_LINE=false; /* just in case */ in runTestRequest()
1146 ON_LINE=false; /* just in case */ in runTestRequest()
1161 ON_LINE=false; /* just in case */ in runTestRequest()
1166 ON_LINE=false; /* just in case */ in runTestRequest()
1203 printf(" -w Don't fail on data-loading errs, just warn. Useful if\n" in help()
1212 printf(" eg: to run just the utility tests type: cintltest /tsutil) \n"); in help()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_dec.c101 * Decode an ASN1 item, this currently behaves just like a standard 'd2i'
231 /* Just read in tag and class */ in asn1_item_embed_d2i()
797 * So instead just check for UNIVERSAL class and ignore the tag. in asn1_d2i_ex_primitive()
978 /* If not indefinite length constructed just add length */ in asn1_find_end()
987 * increment the expected eoc count otherwise just skip to the end of the in asn1_find_end()
999 /* Just read in a header: only care about the length */ in asn1_find_end()
1049 * If no buffer and not indefinite length constructed just pass over the in asn1_collect()
1132 * the header length just read.
/third_party/skia/src/core/
H A DSkScan_Antihair.cpp78 // In theory, we should be able to just do this once (outside of the loop), in call_hline_blitter()
295 * return 64, not 0, so we can't just say (ordinate & 63).
316 // If we see it, just don't draw.
565 // We have to pre-clip the line to fit in a SkFixed, so we just chop
664 if (top == ((B - 1) >> 8)) { // just one scanline high
678 if (left == ((R - 1) >> 8)) { // just 1-pixel wide
847 // need precise rounding (not just SkAlphaMul) so that values like
887 if (top == ((B - 1) >> 8)) { // just one scanline high
/third_party/skia/src/gpu/
H A DGrDrawingManager.cpp84 // it's safe to just do this because we're iterating in reverse in freeGpuResources()
530 // TODO: It is important to upgrade the drawingmanager to just flushing the in flushSurfaces()
616 // reordering so ops that (in the single opsTask world) would've just glommed onto the in createDDLTask()
692 // reordering so ops that (in the single opsTask world) would've just glommed onto the in closeActiveOpsTask()
784 // In this case we keep the current renderTask open but just insert the new waitTask in newWaitRenderTask()
801 // In this case we just close the previous RenderTask and start and append the waitTask in newWaitRenderTask()
834 // We always say GrMipmapped::kNo here since we are always just copying from the base layer. We in newTransferFromRenderTask()
879 // We always say GrMipmapped::kNo here since we are always just copying from the base layer to in newCopyRenderTask()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c438 /* we want these messages to be at 0 indent. so just push the indent level breifly. */ in iterateTestsWithLevel()
521 ON_LINE=FALSE; /* just in case */ in runTests()
1134 ON_LINE=FALSE; /* just in case */ in runTestRequest()
1141 ON_LINE=FALSE; /* just in case */ in runTestRequest()
1156 ON_LINE=FALSE; /* just in case */ in runTestRequest()
1161 ON_LINE=FALSE; /* just in case */ in runTestRequest()
1198 printf(" -w Don't fail on data-loading errs, just warn. Useful if\n" in help()
1206 printf(" eg: to run just the utility tests type: cintltest /tsutil) \n"); in help()
/third_party/openssl/crypto/asn1/
H A Dtasn_dec.c101 * Decode an ASN1 item, this currently behaves just like a standard 'd2i'
231 /* Just read in tag and class */ in asn1_item_embed_d2i()
797 * So instead just check for UNIVERSAL class and ignore the tag. in asn1_d2i_ex_primitive()
978 /* If not indefinite length constructed just add length */ in asn1_find_end()
987 * increment the expected eoc count otherwise just skip to the end of the in asn1_find_end()
999 /* Just read in a header: only care about the length */ in asn1_find_end()
1049 * If no buffer and not indefinite length constructed just pass over the in asn1_collect()
1132 * the header length just read.
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnknownFieldSet.java136 * Converts the set to a string in protocol buffer text format. This is just a trivial wrapper
145 * Serializes the message to a {@code ByteString} and returns it. This is just a trivial wrapper
161 * Serializes the message to a {@code byte} array and returns it. This is just a trivial wrapper
179 * Serializes the message and writes it to {@code output}. This is just a trivial wrapper around
533 * is just a small wrapper around {@link #mergeFrom(CodedInputStream)}.
552 * is just a small wrapper around {@link #mergeFrom(CodedInputStream)}.
571 * This is just a small wrapper around {@link #mergeFrom(CodedInputStream)}.
752 * Serializes the message to a {@code ByteString} and returns it. This is just a trivial wrapper
/third_party/skia/third_party/externals/brotli/tests/testdata/
H A Dalice29.txt41 field after it, and fortunately was just in time to see it pop
107 that she was dozing off, and had just begun to dream that she
117 away went Alice like the wind, and was just in time to hear it
279 Just then her head struck against the roof of the hall: in
311 things went on just as usual. I wonder if I've been changed in
367 hastily, just in time to avoid shrinking away altogether.
395 Just then she heard something splashing about in the pool a
779 a pair of the gloves, and was just going to leave the room, when
784 `whenever I eat or drink anything; so I'll just see what this
848 fancied she heard the Rabbit just unde
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1453 * just-in-time memory allocations.
1455 * just-in-time memory allocations.
1456 * @jit_current_allocations: Current number of in-flight just-in-time
1458 * @jit_current_allocations_per_bin: Current number of in-flight just-in-time
1461 * old or new version of interface for just-in-time
1470 * just-in-time memory allocations, applied to
1476 * just-in-time memory regions that have not yet had
1482 * now allocated for just-in-time memory
1487 * total physical memory usage for just in
1491 * @jit_active_head: List containing the just
[all...]

Completed in 25 milliseconds

1...<<21222324252627282930>>...686