Home
last modified time | relevance | path

Searched full:just (Results 226 - 250 of 17315) sorted by relevance

12345678910>>...693

/third_party/rust/crates/proc-macro-error/
H A DREADME.md17 So you can just use this crate and have *both* some of `proc_macro::Diagnostic` functionality
102 // so just highlight the proc-macro invocation itself
153 // just return a TokenStream as you normally would
189 a [`compile_error!`][compl_err] invocation or just use a good old panic. Both these ways suck:
192 just for critical errors that will crash the macro anyway; so people mostly
/third_party/rust/crates/memchr/bench/data/opensubtitles/
H A Den-huge.txt11 Couldn't we just leave it that way?
126 Just get coffee.
161 It just gets things said in a hurry.
252 Just that and nothing more?
253 Perhaps just a little more.
353 They just follow the river.
380 I was just in the road watching.
467 And in your feet, where your brains are, you think maybe you're just a bit faster.
471 It's just a little old wedge.
627 Why not take a look, just t
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dplace-dep.js127 // if it's a load failure, just plop it in the first place attempted,
141 // when installing globally, or just in global style, we never place
162 // otherwise, we just skip it. Only warn on the one that actually
274 // in case we just made some duplicates that can be removed,
289 // loop through any peer deps from the thing we just placed, and place
309 // peerConflicted peerEdge, just accept what's there already
365 // to just let it re-evaluate as a problemEdge later, or let it be
410 // otherwise filter the set down to just the set with no
415 // now just delete whatever's left, because it's junk
/third_party/skia/third_party/externals/libpng/
H A Dpngerror.c129 * and end pointer (which should point just *beyond* the end of the buffer!)
287 /* The internal buffer is just 192 bytes - enough for all our messages, in png_formatted_warning()
303 /* '@' at end of string is now just printed (previously it was skipped); in png_formatted_warning()
319 /* If the parameter digit is out of range it will just get printed. */ in png_formatted_warning()
338 /* else not a parameter and there is a character after the @ sign; just in png_formatted_warning()
537 /* This is always supported, but for just read or just write it in png_chunk_report()
602 * buffer is, just that it doesn't change. in png_set_longjmp_fn()
881 * possible to implement without setjmp support just so long as there is some
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h97 ENUM_ENTRY(IC_64BIT_OPSIZE, 3, "Just as meaningful as IC_OPSIZE") \
98 ENUM_ENTRY(IC_64BIT_ADSIZE, 3, "Just as meaningful as IC_ADSIZE") \
99 ENUM_ENTRY(IC_64BIT_OPSIZE_ADSIZE, 4, "Just as meaningful as IC_OPSIZE/" \
103 ENUM_ENTRY(IC_64BIT_XS, 6, "Just as meaningful as IC_64BIT_XD") \
104 ENUM_ENTRY(IC_64BIT_XD_OPSIZE, 3, "Just as meaningful as IC_XD_OPSIZE") \
105 ENUM_ENTRY(IC_64BIT_XS_OPSIZE, 3, "Just as meaningful as IC_XS_OPSIZE") \
106 ENUM_ENTRY(IC_64BIT_XD_ADSIZE, 3, "Just as meaningful as IC_XD_ADSIZE") \
107 ENUM_ENTRY(IC_64BIT_XS_ADSIZE, 3, "Just as meaningful as IC_XS_ADSIZE") \
110 ENUM_ENTRY(IC_64BIT_REXW_XD, 7, "Just as meaningful as " \
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc306 return Just(pair); in IsWellFormedUnitIdentifier()
317 // just before "-per-". in IsWellFormedUnitIdentifier()
326 // 5. Let denominator be the substring of unitIdentifier from just after in IsWellFormedUnitIdentifier()
338 return Just(pair); in IsWellFormedUnitIdentifier()
959 Just(kDontThrow)) in ResolvedOptions()
966 numberingSystem_string, Just(kDontThrow)) in ResolvedOptions()
971 StyleAsString(isolate, style), Just(kDontThrow)) in ResolvedOptions()
979 currency_string, Just(kDontThrow)) in ResolvedOptions()
984 CurrencyDisplayString(isolate, skeleton), Just(kDontThrow)) in ResolvedOptions()
988 CurrencySignString(isolate, skeleton), Just(kDontThro in ResolvedOptions()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_info_base.h75 * @brief Check if WaterFlow just reached content top from the recent layout.
80 * @return true if current position just reached content top.
84 * @brief Check if WaterFlow just reached content bottom from the recent layout.
88 * @return true if current position just reached content bottom.
/third_party/icu/docs/userguide/dev/
H A Dediting.md56 [Just the Docs](https://pmarsceill.github.io/just-the-docs/).
67 the theme's [navigation annotations](https://pmarsceill.github.io/just-the-docs/docs/navigation-structure/).
171 transitive dependency versions are included correctly is to just specify the
/third_party/icu/icu4c/source/common/
H A Dpluralmap.h183 * works just like get(Category).
191 * UnicodeString. Otherwise works just like get(category).
215 * Otherwise works just like getMutable(Category, UErrorCode &).
225 * Just like getMutable(Category, UErrorCode &) but copies defaultValue to
/third_party/libwebsockets/READMEs/
H A DREADME.release-policy.md22 life so you can just directly consume the upstream tree with no private changes.
71 fixes found that may apply not just to current development, but the version of
106 backport it to a few recent releases, not just the last one. This is pretty
119 just sit back and enjoy the clean, rapid development results.
/third_party/mesa3d/src/compiler/glsl/
H A Dir_hierarchical_visitor.h46 * classes have a \c visit_enter method, which is invoked just before
47 * processing child nodes, and a \c visit_leave method which is invoked just
103 * that couldn't just be done in the visit method.
160 * pointer to the current instruction in the stream, not just their
/third_party/node/src/crypto/
H A Dcrypto_keygen.h113 return v8::Just(errors->ToException(env).ToLocal(err));
144 return v8::Just(false); in AdditionalConfig()
161 return v8::Just(true); in AdditionalConfig()
195 return v8::Just(true); in EncodeKey()
/third_party/node/deps/icu-small/source/common/
H A Dpluralmap.h183 * works just like get(Category).
191 * UnicodeString. Otherwise works just like get(category).
215 * Otherwise works just like getMutable(Category, UErrorCode &).
225 * Just like getMutable(Category, UErrorCode &) but copies defaultValue to
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c114 * just hard coded. If we start exposing more countables than we
162 * shot, but that's really just polishing a turd..
231 /* just return the value from fist tile: */ in timestamp_accumulate_result()
268 * we just return the timestamp on the first tile and hope that is
/third_party/mesa3d/src/glx/
H A Drender2.c104 /* Data is already packed. Just send it out */ in __indirect_glMap1d()
167 /* Data is already packed. Just send it out */ in __indirect_glMap1f()
245 /* Data is already packed. Just send it out */ in __indirect_glMap2d()
321 /* Data is already packed. Just send it out */ in __indirect_glMap2f()
/third_party/protobuf/conformance/
H A Dconformance.proto58 JSPB = 3; // Google internal only. Opensource testees just skip it.
72 // Test jspb wire format. Google internal only. Opensource testees just skip it.
102 // Google internal only. Opensource testees just skip it.
162 // format. Opensource testees can just skip it.
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DByteStringTest.cs179 // Consume the first byte, just to test that it's "from current position" in FromStream_Seekable()
190 // Consume the first byte, just to test that it's "from current position" in FromStream_NotSeekable()
204 // Consume the first byte, just to test that it's "from current position" in FromStreamAsync_Seekable()
215 // Consume the first byte, just to test that it's "from current position" in FromStreamAsync_NotSeekable()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dspirvcapgenerator.py174 # DenormPreserve is an example where it makes sense to just show the
175 # member value as it is just a boolean and the name implies "true"
177 # better to just display the value
237 # Just accumulate each element, process in endFile
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTextureUploadPerf.cpp263 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark()
287 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark()
307 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark()
327 // Perform a draw just so the texture data is flushed. With the position attributes not in drawBenchmark()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftgxval.h56 * TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, trak,
137 * Validate 'just' table.
155 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern,
164 #define FT_VALIDATE_just FT_VALIDATE_GX_BITFIELD( just )
/third_party/skia/third_party/externals/icu/source/common/
H A Dpluralmap.h183 * works just like get(Category).
191 * UnicodeString. Otherwise works just like get(category).
215 * Otherwise works just like getMutable(Category, UErrorCode &).
225 * Just like getMutable(Category, UErrorCode &) but copies defaultValue to
/third_party/typescript/tests/baselines/reference/
H A DawaitedType.errors.txt18 type T13 = _Expect<Awaited<Promise<Promise<number>> | string | null>, /*expected*/ string | number | null>; // otherwise just prints T13 in types tests, which isn't very helpful
19 type T14 = _Expect<Awaited<Promise<Promise<number>> | string | undefined>, /*expected*/ string | number | undefined>; // otherwise just prints T14 in types tests, which isn't very helpful
20 type T15 = _Expect<Awaited<Promise<Promise<number>> | string | null | undefined>, /*expected*/ string | number | null | undefined>; // otherwise just prints T15 in types tests, which isn't very helpful
169 // helps with tests where '.types' just prints out the type alias name
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c80 * so we just keep it around until garbage collection time. While the block
88 * space it just allocates a new block from the block pool. This allocator is
92 * those cases we just allocate a slightly bigger object and put the extra
97 * surface state base or dynamic state base), and for that we can just get a
154 /* Just make it 2GB up-front. The Linux kernel won't actually back it in anv_state_table_init()
206 /* Just leak the old map until we destroy the pool. We can't munmap it in anv_state_table_expand_range()
396 /* Just make it 2GB up-front. The Linux kernel won't actually back it in anv_block_pool_init()
489 * usually just leads to rendering corruptions, but shaders that are all in anv_block_pool_expand_range()
495 * more work than just not setting a flag. So, we explicitly DO NOT set in anv_block_pool_expand_range()
526 /* Just lea in anv_block_pool_expand_range()
[all...]
/third_party/skia/third_party/externals/libpng/scripts/
H A Dpnglibconf.dfa40 # used as given (e.g. enables GAMMA just expands to that on the
317 # BENIGN_ERRORS: support for just issuing warnings for recoverable errors
320 # By default recoverable errors on read should just generate warnings,
325 # By default recoverable errors on write should just generate warnings,
472 # gamma processing; and it is an enormous waste of space. You just need to
564 # tEXt, zTXt, tRNS, pCAL). Others will just save time and make png_info
599 # Colorspace support (enabled as required); just the support for colorant
600 # information. Gamma support, likewise, is just support for the gamma
607 # processing, it just validates the data in the PNG file.
619 # 0: Just validat
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc73 // downloading one piece of software just to find that they need to
75 // people downloading Protocol Buffers will already be doing so just
77 // our code, but that obligates us to keep it up-to-date and just seems
78 // like a big waste just to save 200 lines of code.
83 // have its locale set to "C", it would behave strangely. We can't just set
301 current_.type = TYPE_START; // Just for the sake of initializing it. in StartToken()
385 // just be consumed by the main loop anyway so we don't need in ConsumeString()
548 // Oops, it was just a slash. Return it. in TryConsumeCommentStart()
611 // just be a '.' symbol. in Next()
665 // This basically just buffer
[all...]

Completed in 24 milliseconds

12345678910>>...693