/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";
|
H A D | nodeModulesExportsBlocksTypesVersions(module=nodenext).js | 37 "name": "just-types-versions", 55 import {} from "just-types-versions/foo"; 63 import {} from "just-types-versions/foo";
|
/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/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");
|
/third_party/skia/include/private/ |
H A D | GrImageContext.h | 16 // This is now just a view on a ThreadSafeProxy, that SkImages can attempt to 18 // this goes away and SkImages just hold ThreadSafeProxies. 42 // to the SkImage that has no real power, just a wrapper around the ThreadSafeProxy.
|
/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...] |
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/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/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | PluralsMapper.java | 70 // to ordering (or just enforce DTD ordering) but right now it's very dependent on in process() 72 // everywhere, this can just be a single pass over the original data. in process() 88 // default via comments. It should probably be changed to just have a default in in Plurals() 97 // current CLDR data, I decided to just prohibit it in the new code. Support can in addRules() 103 // immutable map (saves creating immutable maps just to check for inclusion) but in addRules()
|
/third_party/libwebsockets/READMEs/ |
H A D | README.build-windows.md | 61 Afterwards you can just use `git` as normal from cmd.exe as well. 67 I installed as little as possible, we just want the C "C++" tools... 7GB :-) 108 Just install via the defaults. Then add it to the PATH temporarily... 126 just sit there building for 30 minutes or whatever. 161 itself. Just like the many other missing POSIX bits like fork().
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | ContinuationRecordBuilder.cpp | 100 // previous member and the member that was just written, then end the previous in writeMemberType() 101 // segment after the continuation and begin a new one with the just-written in writeMemberType() 104 // We need to inject some bytes before the member we just wrote but after in writeMemberType() 105 // the previous member. Save off the length of the member we just wrote so in writeMemberType() 112 // just wrote should now constitute the entirety of the current "new" in writeMemberType()
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | README.txt | 43 like Greg Roelofs' rpng/wpng, that can be used just as good. 61 png-files you can do this just as well by piping the output of png2pnm 69 RGB+A png-image, you just combine a ppm-file with a corresponding 88 Just like Scandinavian furniture 107 Please, remember that this was just a small experiment to learn a few
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PassInstrumentation.h | 36 /// providing names in future, currently it is just a name() of the pass. 155 /// just been executed and constant reference to \p IR it operates on. 165 /// that has just been executed. For use when IR has been invalidated 184 /// that has just been executed and constant reference to IR it operated on. 195 /// On attempt to invalidate just return false. There is nothing to become
|