Home
last modified time | relevance | path

Searched full:just (Results 576 - 600 of 17062) sorted by relevance

1...<<21222324252627282930>>...683

/third_party/typescript/tests/cases/conformance/jsdoc/
H A DjsdocParamTagTypeLiteral.ts13 notSpecial; // should just be 'Object'
65 * @param {string} opts5[].help - (This one is just normal)
/third_party/skia/modules/pathkit/npm-asmjs/
H A DREADME.md26 WebPack's support for asm.js should be straight-forward, since it's just another JS library. PathKit can be
27 used with just a few configuration changes.
/third_party/skia/include/private/
H A DSkFloatBits.h79 /** Return the float as a 2s compliment int. Just to be used to compare floats
81 not return the int equivalent of the float, just something cheaper for
/third_party/rust/crates/rustix/examples/
H A Ddup2_to_replace_stdio.rs25 // file descriptor, which one shouldn't be able to do with just a in main()
45 // silly that we connected our stdout to our own stdin, but it's just an in main()
/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/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...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_property.h79 /* no fixed attr below, just return */
113 /* no fixed attr below, just return */ in ToJsonValueColors()
150 /* no fixed attr below, just return */ in ToJsonTrackShadow()
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin_mgr.cpp165 // just keep original library name in CheckPluginMetaFile()
184 // already registered before, just skip it. in RegisterPlugin()
245 // already registered before, just skip it. in RegisterPlugin()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_message_schedule.cpp64 // just get last msg when remote version is < 103 or >=103 but just open db now in MoveNextMsg()
164 // means already handle the msg, and just send E_OK ack in dataSync in GetMsgFromMap()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_json_precheck_unit_test.cpp38 const string JSON_STRING2 = "{\"#17\":[\"just for mistake pls.[{\"#14\":[[{\"#11\":{\"#8\":{\"#5\":[{\"#2\":"
48 const string JSON_STRING4 = "{\"#6\":[{\"#3\":\"just for mistake pls.[{\"#0\":[\"value_\"],\"#1\":\"value_\"},"
53 "\"just for mistake pls.[[[{\"#0\":\"value_\"},\"value_\"],\"value_\"],\"value_\"],\"#3\":\"value_\"},"
/third_party/elfutils/tests/
H A Drun-debuginfod-fd-prefetch-caches.sh33 # Set up maximums. 1 is just a convenient cap to test on.
124 # This many archives cause the fd cache to be loaded with just over 1mb of
135 # Since the server metrics report in bytes, $mb is just the total number of bytes allocated
/third_party/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp149 // We don't print the assert message. It's here just to be helpful. in checkGuardBlock()
193 inUseList->~tHeader(); // currently, just a debug allocation checker in pop()
227 // Just keep some interesting statistics. in allocate()
/third_party/backends/
H A DINSTALL.linux7 $ ./autogen.sh # only if you just cloned the git repository
41 If you already are using a self compiled SANE backend and just fetched a
52 $ ./autogen.sh # only if you just cloned the git repository
/third_party/curl/CMake/
H A DFindGSS.cmake141 # older versions may not have the "--version" parameter. In this case we just don't care.
153 # older versions may not have the "--vendor" parameter. In this case we just don't care.
183 # prevent compiling the header - just check if we can include it
/third_party/PyYAML/
H A DOAT.xml34 <filteritem type="filename" name="latin.unicode" desc="Just a config file with special format, doesn't have any risk."/>
35 <filteritem type="filename" name="emoticons.unicode" desc="Just a config file with special format, doesn't have any risk."/>
36 <filteritem type="filename" name="emoticons2.unicode" desc="Just a config file with special format, doesn't have any risk."/>
/third_party/icu/icu4c/source/common/
H A Dunorm.cpp22 * instead of just wrappers around normlzr.cpp,
156 /* stop if this just-copied character is a boundary */ in _iterate()
171 /* just copy the source characters */ in _iterate()
/third_party/libwebsockets/READMEs/
H A DREADME.lws_system.md51 request and does the main work. The platform-specific wrapper is just there to
188 backwards-compatible way and directly reaches the OPERATIONAL state just after
199 |`LWS_SYSTATE_CONTEXT_CREATED`|The context was just created.|

Completed in 25 milliseconds

1...<<21222324252627282930>>...683