Searched full:going (Results 1 – 25 of 2761) sorted by relevance
12345678910>>...111
| /third_party/typescript/tests/baselines/reference/ |
| D | typeFromPropertyAssignment21.types | 4 >Event.prototype.removeChildren = function () { this.textContent = 'nope, not going to happen'} … 10 >function () { this.textContent = 'nope, not going to happen'} : () => void 12 this.textContent = 'nope, not going to happen' 13 >this.textContent = 'nope, not going to happen' : "nope, not going to happen" 17 >'nope, not going to happen' : "nope, not going to happen"
|
| /third_party/f2fs-tools/man/ |
| D | f2fs_io.8 | 28 going down with full sync 31 going down with checkpoint only 34 going down with no sync 37 going down with metadata flush 40 going down with fsck mark
|
| /third_party/f2fs-tools/tools/f2fs_io/ |
| D | f2fs_io.h | 148 * Flags for going down operation used by FS_IOC_GOINGDOWN 151 #define F2FS_GOING_DOWN_FULLSYNC 0x0 /* going down with full sync */ 152 #define F2FS_GOING_DOWN_METASYNC 0x1 /* going down with metadata */ 153 #define F2FS_GOING_DOWN_NOSYNC 0x2 /* going down */ 154 #define F2FS_GOING_DOWN_METAFLUSH 0x3 /* going down with meta flush */ 155 #define F2FS_GOING_DOWN_NEED_FSCK 0x4 /* going down to trigger fsck */
|
| /third_party/rust/crates/heck/src/ |
| D | shouty_kebab.rs | 15 /// let sentence = "We are going to inherit the earth."; 16 /// assert_eq!(sentence.to_shouty_kebab_case(), "WE-ARE-GOING-TO-INHERIT-THE-EARTH"); 36 /// let sentence = "We are going to inherit the earth."; 37 /// assert_eq!(format!("{}", AsShoutyKebabCase(sentence)), "WE-ARE-GOING-TO-INHERIT-THE-EARTH");
|
| D | kebab.rs | 14 /// let sentence = "We are going to inherit the earth."; 15 /// assert_eq!(sentence.to_kebab_case(), "we-are-going-to-inherit-the-earth"); 35 /// let sentence = "We are going to inherit the earth."; 36 /// assert_eq!(format!("{}", AsKebabCase(sentence)), "we-are-going-to-inherit-the-earth");
|
| D | train.rs | 15 /// let sentence = "We are going to inherit the earth."; 16 /// assert_eq!(sentence.to_train_case(), "We-Are-Going-To-Inherit-The-Earth"); 36 /// let sentence = "We are going to inherit the earth."; 37 /// assert_eq!(format!("{}", AsTrainCase(sentence)), "We-Are-Going-To-Inherit-The-Earth");
|
| /third_party/cJSON/tests/unity/docs/ |
| D | UnityGettingStartedGuide.md | 6 are you going to do with all these ones and zeros? This document should be able 26 Unity. This is going to be your unit testing bread and butter. You'll spend more 39 This document is the one to reference when you are going to use Unity with a new 76 project. If you've reached us through James Grenning's book, you're going to 152 For that sort of thing, you're going to want to look at the configuration guide. 153 This should be enough to get you going, though.
|
| D | UnityConfigurationGuide.md | 14 likely that you are going to need at least a couple of the configuration options 64 support `stdint.h`. If that's the case, you're going to want to define this. 82 If you've disabled both of the automatic options above, you're going to have to 84 just a handful of defines that you are going to specify if you don't like the 102 `long long` to get a 64-bit value. On 16-bit systems, this option is going to be 351 There will be cases where the options above aren't quite going to get everything
|
| /third_party/unity/docs/ |
| D | UnityGettingStartedGuide.md | 7 What are you going to do with all these ones and zeros? 25 This is going to be your unit testing bread and butter. 35 This document is the one to reference when you are going to use Unity with a new target or compiler. 65 If you've reached us through James Grenning's book, you're going to want to look here. 136 For that sort of thing, you're going to want to look at the configuration guide. 137 This should be enough to get you going, though.
|
| /third_party/libabigail/tests/ |
| D | test-utils.cc | 54 /// @param passed_count the number of passed tests. This is going to 57 /// @param failed_count the number of failed tests. This is going to 60 /// @param total_count the total number of tests. This is going to be
|
| /third_party/gn/src/gn/format_test_data/ |
| D | 060.golden | 1 some_variable = "this is a very long string that is going to exceed 80 col and will never under any… 2 another_variable = [ "this is a very long string that is going to exceed 80 col and will never unde…
|
| D | 060.gn | 1 some_variable = "this is a very long string that is going to exceed 80 col and will never under any… 2 another_variable = [ "this is a very long string that is going to exceed 80 col and will never unde…
|
| /third_party/rust/crates/memchr/bench/data/opensubtitles/ |
| D | en-huge.txt | 128 - How's everything been going? 269 - Mister, are you going to end of track? 311 - I can take you to where it's going. 515 It ain't going through! 598 It could be going to Junction City with Jeff's men. 858 I suppose you've known it was going to happen for quite some time. 986 - And you're not going to hurt Joey. 1107 - We're going to the mill, the short way. 1412 - You going to spend time in these hills? 1549 - How's everything been going? [all …]
|
| /third_party/python/Lib/test/crashers/ |
| D | bogus_code_obj.py | 4 This is not going to be fixed. It is generally agreed that there is no 9 For security purposes, "restricted" interpreters are not going to let
|
| /third_party/libabigail/tests/data/test-diff-suppr/ |
| D | test30-priv-lib-v0.h | 5 // the .cc file that is going to define that method is going to see
|
| D | test30-priv-lib-v1.h | 5 // the .cc file that is going to define that method is going to see
|
| /third_party/openssl/doc/man3/ |
| D | OSSL_ENCODER_to_bio.pod | 31 with the output going to the I<*pdata> and I<*pdata_len>. 42 the output going to the B<BIO> I<out>. 45 that the output is going to the B<FILE> I<fp>.
|
| /third_party/rust/crates/clap/src/util/ |
| D | color.rs | 7 /// Enables colored output only when the output is going to a terminal or TTY. 26 /// Enables colored output regardless of whether or not the output is going to a terminal/TTY. 43 /// Disables colored output no matter if the output is going to a terminal/TTY, or not.
|
| /third_party/libabigail/src/ |
| D | abg-internal.h | 17 /// (function or variable) is going to be local to the file. External 24 ///(function or variable) is going to be global. External ELF files
|
| /third_party/libwebsockets/include/libwebsockets/ |
| D | lws-ws-close.h | 45 /**< 1001 indicates that an endpoint is "going away", such as a server 46 going down or a browser having navigated away from a page. */ 111 * If you are going to return nonzero from the callback
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | tzdst.h | 69 * @param buff The string point to the time zone going to be setting. 107 * @param dstStartTime The string point to the DST start going to be setting. 108 * @param dstEndTime The string point to the DST end going to be setting.
|
| /third_party/node/deps/npm/node_modules/semver/functions/ |
| D | diff.js | 19 // Going from prerelease -> no prerelease requires some special casing 46 // add the `pre` prefix if we are going to a prerelease version
|
| /third_party/gn/src/gn/ |
| D | visual_studio_utils.h | 11 // specify all options because generated project file is going to be used only 28 // specify all options because generated project file is going to be used only
|
| /third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/ |
| D | main.c | 283 /* kind 0 is going to try to write */ in test5() 292 /* kind 1 is going to try to write */ in test5() 301 /* kind 0 is going to try to read */ in test5() 310 /* kind 1 is going to try to read */ in test5()
|
| /third_party/cJSON/tests/unity/examples/ |
| D | unity_config.h | 9 * universal. It is likely that you are going to need at least a couple of the 63 * you're going to want to define this. That way, Unity will know to skip the 69 * If you've disabled all of the automatic options above, you're going to have 71 * you are going to specify if you don't like the defaults. 85 * is going to be ignored.
|
12345678910>>...111