| /third_party/node/deps/v8/src/objects/ |
| H A D | js-locale.cc | 94 return Just(false); in InsertOptionsIntoLocale() 98 return Just(true); in InsertOptionsIntoLocale() 255 return Just(false); 261 return Just(false); 281 return Just(false); 298 return Just(false); 315 return Just(false); 341 return Just(true); 436 // Valid but super long locale will fail. Just throw here for now. 471 // Valid but super long locale will fail. Just thro [all...] |
| /third_party/node/test/fixtures/wpt/encoding/ |
| H A D | textdecoder-arguments.any.js | 6 // Just passing nothing. 22 // Just passing nothing. 38 // Just passing nothing.
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | commentEmittingInPreserveJsx1.symbols | 17 //Comment just Fine
28 //Comment just Fine
40 //Comment just Fine
|
| H A D | commentsOnObjectLiteral2.types | 4 >makeClass( { /** This is just another way to define a constructor. @constructs @param {string} name The name of the person. */ initialize: function(name) { this.name = name; } /* trailing comment 1*/, } ) : any
7 >{ /** This is just another way to define a constructor. @constructs @param {string} name The name of the person. */ initialize: function(name) { this.name = name; } /* trailing comment 1*/, } : { initialize: (name: any) => void; }
10 This is just another way to define a constructor.
|
| H A D | nodeModulesExportsBlocksTypesVersions(module=node16).symbols | 5 === /node_modules/just-types-versions/types/foo.d.ts ===
16 import {} from "just-types-versions/foo";
25 import {} from "just-types-versions/foo";
|
| H A D | nodeModulesExportsBlocksTypesVersions(module=node16).types | 5 === /node_modules/just-types-versions/types/foo.d.ts ===
16 import {} from "just-types-versions/foo";
25 import {} from "just-types-versions/foo";
|
| H A D | nodeModulesExportsBlocksTypesVersions(module=nodenext).symbols | 5 === /node_modules/just-types-versions/types/foo.d.ts ===
16 import {} from "just-types-versions/foo";
25 import {} from "just-types-versions/foo";
|
| H A D | nodeModulesExportsBlocksTypesVersions(module=nodenext).types | 5 === /node_modules/just-types-versions/types/foo.d.ts ===
16 import {} from "just-types-versions/foo";
25 import {} from "just-types-versions/foo";
|
| H A D | nodeModulesExportsBlocksTypesVersions(module=node16).js | 37 "name": "just-types-versions", 55 import {} from "just-types-versions/foo"; 63 import {} from "just-types-versions/foo";
|
| /third_party/mesa3d/src/util/ |
| H A D | blob.h | 342 * update the current location to just past this data). 355 * it to \dest (and update the current location to just past this data) 368 * to just past this uint8_t). 377 * to just past this uint16_t). 389 * to just past this uint32_t). 401 * to just past this uint64_t). 413 * current location to just past this intptr_t). 425 * current location to just past this string).
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | AliasAnalysisEvaluator.cpp | 246 PrintModRefResults("Just Mod", PrintMod, Call, Pointer, F.getParent()); in runInternal() 250 PrintModRefResults("Just Ref", PrintRef, Call, Pointer, F.getParent()); in runInternal() 263 PrintModRefResults("Just Mod (MustAlias)", PrintMustMod, Call, Pointer, in runInternal() 268 PrintModRefResults("Just Ref (MustAlias)", PrintMustRef, Call, Pointer, in runInternal() 293 PrintModRefResults("Just Mod", PrintMod, CallA, CallB, F.getParent()); in runInternal() 297 PrintModRefResults("Just Ref", PrintRef, CallA, CallB, F.getParent()); in runInternal() 310 PrintModRefResults("Just Mod (MustAlias)", PrintMustMod, CallA, CallB, in runInternal() 315 PrintModRefResults("Just Ref (MustAlias)", PrintMustRef, CallA, CallB, in runInternal()
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | SourceCodeInfo.php | 30 * Let's look at just the field definition: 56 * - Just because a location's span is a subset of some other location's span 83 * Let's look at just the field definition: 109 * - Just because a location's span is a subset of some other location's span 132 * Let's look at just the field definition: 158 * - Just because a location's span is a subset of some other location's span 183 * Let's look at just the field definition: 209 * - Just because a location's span is a subset of some other location's span
|
| /third_party/curl/docs/libcurl/ |
| H A D | libcurl-security.md | 64 on your network or a network nearby yours to just fire up a network analyzer 102 URL, not just HTTP. libcurl restricts the protocols allowed to be used in 113 in use, any other URL type (not just file:) that requires authentication is 160 All the malicious scenarios regarding redirected URLs apply just as well to 193 libcurl handles IPv6 addresses transparently and just as easily as IPv4 276 protect users against. It would just be a whack-a-mole race we do not want to 315 Maybe just let the user provide data for parts of it? Or maybe filter input to 369 slowly, or even no data at all but just keeping the TCP connection open. This 427 can just edit out the sensitive data or just searc [all...] |
| /third_party/libwebsockets/lib/core-net/client/ |
| H A D | sort-dns.c | 300 * just a home address and SB is just a care-of address, then prefer SA. in lws_sort_dns_scomp() 301 * Similarly, if SB is just a home address and SA is just a care-of in lws_sort_dns_scomp() 445 * If Source(DA) is just a home address and Source(DB) is just a care-of in lws_sort_dns_dcomp() 446 * address, then prefer DA. Similarly, if Source(DA) is just a care-of in lws_sort_dns_dcomp() 447 * address and Source(DB) is just a home address, then prefer DB. in lws_sort_dns_dcomp() 603 * First let's just convert the addrinfo list into our expanded in lws_sort_dns() 690 * just ad in lws_sort_dns() [all...] |
| /third_party/f2fs-tools/ |
| H A D | VERSIONING | 97 symlink that points libfoo.so.4 to libfoo.so.4.9, and the linker just 101 libfoo.so.4.8, there's no point. So we just in practice handle all of 102 this in the package manager, or via an ELF symbol map. Or, we just 104 distribution, the distro package manager will just update libraries to 162 shared libraries built. On BSD and MacOS systems they just have to 166 programs, as their C code is full of Linux'isms, using libtool is just
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | ChineseDateFormat.java | 80 * 1). If just a numbering system name is specified, it applies to all numeric fields in the date format pattern. 82 * followed by an = sign, followed by the numbering system name. For example, to specify that just the year 95 // NOTE: This API still exists; we just inherit it from SimpleDateFormat 134 // just use its implementation in subFormat() 157 // So just use SimpleDateFormat implementation for this. in subParse() 158 // just use its implementation in subParse()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | ChineseDateFormat.java | 82 * 1). If just a numbering system name is specified, it applies to all numeric fields in the date format pattern. 84 * followed by an = sign, followed by the numbering system name. For example, to specify that just the year 97 // NOTE: This API still exists; we just inherit it from SimpleDateFormat 136 // just use its implementation in subFormat() 159 // So just use SimpleDateFormat implementation for this. in subParse() 160 // just use its implementation in subParse()
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-adopt.h | 46 * to ws or just serve http. 61 * to ws or just serve http. 138 * ready to accept an upgrade to ws or just serve http. 175 * ready to accept an upgrade to ws or just serve http. 196 * to ws or just serve http. 221 * to ws or just serve http.
|
| /third_party/node/deps/npm/test/lib/commands/ |
| H A D | install.js | 306 'arborist.txt': 'just a file', 361 'readme.txt': 'just a file', 374 'readme.txt': 'just a file', 386 'readme.txt': 'just a file', 402 'readme.txt': 'just a file', 418 'readme.txt': 'just a file',
|
| /third_party/rust/crates/libc/ci/ |
| H A D | README.md | 26 The Windows triples are all pretty standard, they just set up their environment 27 then run tests, no need for downloading any extra target libs (we just download 28 the right installer). The Intel Linux/OSX builds are similar in that we just 38 * The MUSL build just has to download a MUSL compiler and target libraries and 56 just runs a binary from another architecture (using the `qemu-<arch>` wrappers). 78 This image is mostly just the libc directory, but some modifications are made
|
| /third_party/rust/crates/nix/test/sys/ |
| H A D | test_ptrace.rs | 20 // Just make sure ptrace can be called at all, for now. in test_ptrace() 29 // Just make sure ptrace_setoptions can be called at all, for now. 39 // Just make sure ptrace_getevent can be called at all, for now. 48 // Just make sure ptrace_getsiginfo can be called at all, for now. 58 // Just make sure ptrace_setsiginfo can be called at all, for now. 118 // affecting other wait based tests. Add an extra kill just in test_ptrace_cont()
|
| /third_party/libsnd/Octave/ |
| H A D | octave_test.sh | 30 echo "Not able to find the libsndfile shared lib we've just built." 46 echo "Not able to find the sndfile.oct binaries we've just built." 58 echo "Not able to find the sndfile.oct binary we just built."
|
| /third_party/ltp/tools/sparse/ |
| H A D | README.md | 7 It is integrated with the LTP build system. Just run `make check` or 15 you. Just try running `make check` as described above. 39 To avoid issues with m32, just pre-build the checker with a non-m32
|
| /third_party/skia/third_party/externals/wuffs/release/c/ |
| H A D | README.md | 7 To use that library in your C/C++ project, you just need to copy one file from 29 [github.com/google/wuffs](https://github.com/google/wuffs). If you just want to 31 otherwise needing Wuffs-the-language tools), a mirror of just the `release/c`
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.1/template_literal_types/ |
| H A D | template_literal_types_2.ts | 27 type Dong = `just ${Go}`;
30 else if (w == "just go") return 2;
34 let saying2 = fun("just go");
|