| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| H A D | bit.hpp | 42 /// Return the power of two number which value is just higher the input value. 50 /// Return the power of two number which value is just higher the input value. 58 /// Return the power of two number which value is just lower the input value. 66 /// Return the power of two number which value is just lower the input value.
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | declFileTypeAnnotationArrayType.js | 13 // Just the name 29 // Just the name with type arguments 79 // Just the name
93 // Just the name with type arguments
|
| H A D | linkTagEmit1.js | 11 * @property {1} e Just link to {@link NS.R} this time 34 * @property {1} e Just link to {@link NS.R} this time
53 * @property {1} e Just link to {@link NS.R} this time
66 * Just link to {@link NS.R } this time
|
| H A D | nodeModulesExportsBlocksTypesVersions(module=node16).errors.txt | 49 ==== /node_modules/just-types-versions/package.json (0 errors) ====
51 "name": "just-types-versions",
60 ==== /node_modules/just-types-versions/types/foo.d.ts (0 errors) ====
76 import {} from "just-types-versions/foo";
91 import {} from "just-types-versions/foo";
|
| H A D | nodeModulesExportsBlocksTypesVersions(module=nodenext).errors.txt | 49 ==== /node_modules/just-types-versions/package.json (0 errors) ====
51 "name": "just-types-versions",
60 ==== /node_modules/just-types-versions/types/foo.d.ts (0 errors) ====
76 import {} from "just-types-versions/foo";
91 import {} from "just-types-versions/foo";
|
| H A D | awaitedTypeStrictNull.errors.txt | 18 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
69 // helps with tests where '.types' just prints out the type alias name
|
| H A D | awaitedTypeStrictNull.js | 14 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 15 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 16 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 61 // helps with tests where '.types' just prints out the type alias name
|
| /third_party/typescript/tests/cases/compiler/ |
| H A D | awaitedTypeStrictNull.ts | 16 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
17 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
18 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
63 // helps with tests where '.types' just prints out the type alias name
|
| H A D | propertiesAndIndexersForNumericNames.ts | 20 public " ": string = "just space"; // No error
32 public "1e0": string = "just one"; // No error
33 public "-0": string = "just zero"; // No error
34 public "-0e0": string = "just zero"; // No error
|
| /third_party/typescript/tests/cases/conformance/jsx/ |
| H A D | commentEmittingInPreserveJsx1.tsx | 16 //Comment just Fine
24 //Comment just Fine
33 //Comment just Fine
|
| /third_party/rust/crates/cxx/book/src/ |
| H A D | context.md | 47 Thus using bindgen correctly requires not just juggling all your pointers 52 being "just a pointer", has a different ABI than a pointer or a C struct 78 just for basic memory safety. Something as basic as "how do I pass ownership of 89 moment to appreciate that the C++ side *really* looks like we are just writing 90 C++ and the Rust side *really* looks like we are just writing Rust. Anything you 105 From this perspective, CXX is a lower level tool than the bindgens. Just as
|
| /third_party/cJSON/tests/unity/docs/ |
| H A D | UnityHelperScriptsGuide.md | 6 The Unity project includes a couple Ruby scripts for making your life just a tad 8 copy of Ruby, of course. Just install whatever the latest version is, and it is 82 header files, you can just include those at the command line too. Just make sure 147 the exit code of `main`. You can normally just return `num_failures`. 182 of plugins to CMock. You can just use the same array here. This script will just
|
| /third_party/icu/icu4c/source/common/ |
| H A D | rbbirpt.txt | 98 # ! We've just scanned a '!', indicating either a !!key word flag or a 140 # term-var-ref We've just finished scanning a reference to a $variable. 149 # expr-mod We've just finished scanning a term, now look for the optional 193 # allowed, but not required. Just like 234 # allowed, but not required. Just like 283 # of a Unicode Set, we just hand the rule input at that 333 # But, just in case, this state asks the state machine to exit.
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | s_time.c | 62 {"new", OPT_NEW, '-', "Just time new connections"}, 63 {"reuse", OPT_REUSE, '-', "Just time connection reuse"}, 69 {"ssl3", OPT_SSL3, '-', "Just use SSLv3"}, 72 {"tls1", OPT_TLS1, '-', "Just use TLSv1.0"}, 75 {"tls1_1", OPT_TLS1_1, '-', "Just use TLSv1.1"}, 78 {"tls1_2", OPT_TLS1_2, '-', "Just use TLSv1.2"}, 81 {"tls1_3", OPT_TLS1_3, '-', "Just use TLSv1.3"},
|
| /third_party/openssl/apps/ |
| H A D | s_time.c | 62 {"new", OPT_NEW, '-', "Just time new connections"}, 63 {"reuse", OPT_REUSE, '-', "Just time connection reuse"}, 69 {"ssl3", OPT_SSL3, '-', "Just use SSLv3"}, 72 {"tls1", OPT_TLS1, '-', "Just use TLSv1.0"}, 75 {"tls1_1", OPT_TLS1_1, '-', "Just use TLSv1.1"}, 78 {"tls1_2", OPT_TLS1_2, '-', "Just use TLSv1.2"}, 81 {"tls1_3", OPT_TLS1_3, '-', "Just use TLSv1.3"},
|
| /third_party/vk-gl-cts/doc/testspecs/GLES3/ |
| H A D | performance.buffer.data_upload.txt | 30 ~ Just generated buffer 112 that has been used in a draw operation just before the measured function call. "_repeated" 141 buffer, upload another buffer, and then render using the just uploaded buffer. The 151 new_buffer.* group cases, the uploaded buffer is generated just before uploading. In this 161 target buffer is used in rendering just before issuing upload commands. 166 result value of 0 would indicate that rendering is just as fast just after upload than
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | rbbirpt.txt | 98 # ! We've just scanned a '!', indicating either a !!key word flag or a 140 # term-var-ref We've just finished scanning a reference to a $variable. 149 # expr-mod We've just finished scanning a term, now look for the optional 193 # allowed, but not required. Just like 234 # allowed, but not required. Just like 283 # of a Unicode Set, we just hand the rule input at that 333 # But, just in case, this state asks the state machine to exit.
|
| /third_party/python/Objects/stringlib/ |
| H A D | split.h | 75 /* No whitespace in str_obj, so just use it as list[0] */ in split_whitespace() 127 /* ch not in str_obj, so just use str_obj as list[0] */ in split_char() 175 /* No match in str_obj, so just use it as list[0] */ in split() 214 /* No whitespace in str_obj, so just use it as list[0] */ in rsplit_whitespace() 267 /* ch not in str_obj, so just use str_obj as list[0] */ in rsplit_char() 316 /* No match in str_obj, so just use it as list[0] */ in rsplit() 375 /* No linebreak in str_obj, so just use it as list[0] */ in splitlines()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | FAQ | 3 Q. Why not just use gcc? 24 approach just leads to insanity. However, at the same time clearly 27 own front end and just do a lot of things that do not make any sense 30 I like the GPL, but as rms says, "Linus is just an engineer". I 55 rather than just assuming they have type "int".
|
| H A D | README | 22 out not just what the grouping of tokens are, but what the _types_ are 26 opinion, the result of using lex/yacc tends to end up just having to 48 This means that a user of the library will literally just need to do 68 preprocessing, parsing and type evaluation and just print out the
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-maybe.h | 105 friend Maybe<U> Just(const U& u); 107 friend Maybe<U> Just(U&& u); 116 inline Maybe<T> Just(const T& t) { in Just() function 122 // the case for callsites such as Just<Type>(t). 124 inline Maybe<T> Just(T&& t) { in Just() function
|
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvmod.c | 127 GXV_TABLE_DECL( just ); in gxv_validate() 142 GXV_TABLE_LOAD( just ); in gxv_validate() 154 GXV_TABLE_VALIDATE( just ); in gxv_validate() 167 GXV_TABLE_SET( just ); in gxv_validate() 180 FT_FREE( just ); in gxv_validate()
|
| /third_party/ffmpeg/doc/ |
| H A D | writing_filters.txt | 4 Foreword: just like everything else in FFmpeg, libavfilter is monolithic, which 78 care about around this field, just let it be (in the first position) for now. 100 When in doubt, just look at the other AVOption definitions all around the codebase, 142 we won't cover this here since vf_foobar is just a simple 1:1 filter. 157 the output, you just have to define a pixel formats array and call 204 If you want to define a simple pass-through filter, you can just do: 215 that halves the video size: the linesizes won't be changed, just the width. 251 If you can just alter the input frame, you probably just want to do that 269 avoid it by just allocatin [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | keys.cc | 235 return Just(true); in AddKeysFromJSProxy() 246 return Just(true); in CollectKeys() 259 Maybe<bool> result = Just(false); // Dummy initialization. in CollectKeys() 278 return Just(true); in CollectKeys() 670 *object, Just(kDontThrow)); in FilterForEnumerableProperties() 700 *object, Just(kDontThrow)); in CollectInterceptorKeysInternal() 712 if (result.is_null()) return Just(true); in CollectInterceptorKeysInternal() 722 return Just(true); in CollectInterceptorKeysInternal() 729 if (!object->HasIndexedInterceptor()) return Just(true); in CollectInterceptorKeys() 731 if (!object->HasNamedInterceptor()) return Just(tru in CollectInterceptorKeys() [all...] |
| /third_party/node/src/crypto/ |
| H A D | crypto_dsa.cc | 30 using v8::Just; 95 return Just(true); in AdditionalConfig() 102 return Just(true); in AdditionalConfig() 164 return Just(true); in GetDsaKeyDetail()
|