Home
last modified time | relevance | path

Searched full:just (Results 201 - 225 of 17065) sorted by relevance

12345678910>>...683

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenNumberFormatTestUtility.java45 * On failure, returns the error. This implementation just returns null.
56 * On failure, returns the error. This implementation just returns null.
67 * On failure, returns the error. This implementation just returns null.
78 * On failure, returns the error. This implementation just returns null.
89 * On failure, returns the error. This implementation just returns null.
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationThaiTest.java171 // right, just not looking at the colation keys in detail... in TestDictionary()
263 "\u0E41\u0301", "=", "\u0E41\u0301", // unsafe (just checking backwards iteration) in TestReordering()
270 "abc\u0E41\u0301", "=", "abc\u0E41\u0301", // unsafe (just checking backwards iteration) in TestReordering()
277 "\u0E41\u0301abc", "=", "\u0E41\u0301abc", // unsafe (just checking backwards iteration) in TestReordering()
284 "abc\u0E41\u0301abc", "=", "abc\u0E41\u0301abc", // unsafe (just checking backwards iteration) in TestReordering()
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.cc24 if ('A' <= byte && byte <= 'Z') return v8::Just<uint8_t>(byte - 'A'); in DecodeByte()
25 if ('a' <= byte && byte <= 'z') return v8::Just<uint8_t>(byte - 'a' + 26); in DecodeByte()
27 return v8::Just<uint8_t>(byte - '0' + 26 + 26); in DecodeByte()
28 if (byte == '+') return v8::Just<uint8_t>(62); in DecodeByte()
29 if (byte == '/') return v8::Just<uint8_t>(63); in DecodeByte()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dopt.h170 {"no_ssl3", OPT_S_NOSSL3, '-',"Just disable SSLv3" }, \
171 {"no_tls1", OPT_S_NOTLS1, '-', "Just disable TLSv1"}, \
172 {"no_tls1_1", OPT_S_NOTLS1_1, '-', "Just disable TLSv1.1" }, \
173 {"no_tls1_2", OPT_S_NOTLS1_2, '-', "Just disable TLSv1.2"}, \
174 {"no_tls1_3", OPT_S_NOTLS1_3, '-', "Just disable TLSv1.3"}, \
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattener.java105 // Visit the trivial "subgraph" that's really just a single edge. Note that this code could in visitSubgraph()
130 // If we just processed the last "joining" paths then this sub-graph has been collapsed in visitSubgraph()
131 // into a single edge and we just return the current follower. Note that we can join edges in visitSubgraph()
136 // Recurse into the next sub-graph (possibly just a single edge) which is just concatenated in visitSubgraph()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
H A DFieldAccessTest.cs75 // Just one example for repeated fields - they're all just returning the list in GetValue()
78 Assert.AreEqual(message.RepeatedInt32[0], list[0]); // Just in case there was any doubt... in GetValue()
80 // Just a single map field, for the same reason in GetValue()
124 // Just a sample (primitives, messages, enums, strings, byte strings) in SetValue_SingleFields()
/third_party/openssl/apps/include/
H A Dopt.h170 {"no_ssl3", OPT_S_NOSSL3, '-',"Just disable SSLv3" }, \
171 {"no_tls1", OPT_S_NOTLS1, '-', "Just disable TLSv1"}, \
172 {"no_tls1_1", OPT_S_NOTLS1_1, '-', "Just disable TLSv1.1" }, \
173 {"no_tls1_2", OPT_S_NOTLS1_2, '-', "Just disable TLSv1.2"}, \
174 {"no_tls1_3", OPT_S_NOTLS1_3, '-', "Just disable TLSv1.3"}, \
/third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/
H A Dextension.rb56 # Undefined attribute is currently just the extension with "_undefined"
119 # Undefined attribute is currently just the extension with "_undefined"
174 # In practice it *might just work* but it also might not.
175 # May need to consider what to do about this in future - maybe just
183 # That should not be a problem in practice though, it just might look
/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/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/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/curl/tests/data/
H A Dtest21835 just some tiny teeny contents
54 just some tiny teeny contents
/third_party/gn/src/base/containers/
H A Dqueue.h15 // base::circular_queue instead of std::deque. Since std::queue is just a
16 // wrapper for an underlying type, we can just provide a typedef for it that
H A Dstack.h15 // base::circular_queue instead of std::deque. Since std::stack is just a
16 // wrapper for an underlying type, we can just provide a typedef for it that
/third_party/icu/icu4c/source/test/intltest/
H A Dcurrcoll.h28 // If this is too small for the test data, just increase it.
29 // Just don't make it too large, otherwise the executable will get too big
H A Dlcukocol.h21 // If this is too small for the test data, just increase it.
22 // Just don't make it too large, otherwise the executable will get too big
/third_party/rust/crates/memchr/bench/data/sherlock/
H A Dsmall.txt6 a "Penang lawyer." Just under the head was a broad silver band nearly
8 C.C.H.," was engraved upon it, with the date "1884." It was just such a
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
H A Dcfg-preserve-parameter.comp3 // We write in all paths (and no reads), so should just be out.
12 // We write in all paths (and no reads), so should just be out.
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/
H A Dcfg-preserve-parameter.comp3 // We write in all paths (and no reads), so should just be out.
12 // We write in all paths (and no reads), so should just be out.
/third_party/typescript/tests/baselines/reference/
H A DsourceMapWithCaseSensitiveFileNames.js5 // Since this is case sensitive, the folders are different and hence the relative paths in sourcemap shouldn't be just app.ts or app2.ts
15 // Since this is case sensitive, the folders are different and hence the relative paths in sourcemap shouldn't be just app.ts or app2.ts
H A DsourceMapWithCaseSensitiveFileNamesAndOutDir.js5 // Since this is case sensitive, the folders are different and hence the relative paths in sourcemap shouldn't be just app.ts or app2.ts
15 // Since this is case sensitive, the folders are different and hence the relative paths in sourcemap shouldn't be just app.ts or app2.ts
H A DsourceMapWithNonCaseSensitiveFileNames.js5 // Since this is non case sensitive, the relative paths should be just app.ts and app2.ts in the sourcemap
15 // Since this is non case sensitive, the relative paths should be just app.ts and app2.ts in the sourcemap
H A DsourceMapWithNonCaseSensitiveFileNamesAndOutDir.js5 // Since this is non case sensitive, the relative paths should be just app.ts and app2.ts in the sourcemap
15 // Since this is non case sensitive, the relative paths should be just app.ts and app2.ts in the sourcemap

Completed in 21 milliseconds

12345678910>>...683