/third_party/typescript/tests/baselines/reference/ |
H A D | deeplyNestedAssignabilityIssue.js | 8 another: { 13 another: A; 21 another: { 26 another: {} 36 another: {
41 another: {}
|
H A D | jsDeclarationsTypedefAndImportTypes.js | 28 this.another = ""; 60 this.another = "";
94 another: import("./conn").Whatever;
|
H A D | destructuringTypeGuardFlow.js | 17 const another: string = baz; 33 const another: string = baz; 45 var another = baz;
54 var another = baz;
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | dist-tag.js | 154 await distTag.exec(['ls', '@scoped/another']) 190 await distTag.exec(['@scoped/another']) 276 await distTag.exec(['add', '@scoped/another@7.7.7', 'c']) 289 distTag.exec(['add', '@scoped/another@7.7.7', '1.0.0']), 306 distTag.exec(['add', '@scoped/another@7.7.7']), 332 await distTag.exec(['set', '@scoped/another@0.6.0', 'b']) 341 await distTag.exec(['rm', '@scoped/another', 'c']) 351 distTag.exec(['rm', '@scoped/another', 'nonexistent']), 352 /nonexistent is not a dist-tag on @scoped\/another/,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.h | 360 auto another = MakeUnique<VectorConstant>(type_->AsVector()); in CopyVectorConstant() local 361 another->components_.insert(another->components_.end(), components_.begin(), in CopyVectorConstant() 363 return another; in CopyVectorConstant() 393 auto another = MakeUnique<MatrixConstant>(type_->AsMatrix()); in CopyMatrixConstant() local 394 another->components_.insert(another->components_.end(), components_.begin(), in CopyMatrixConstant() 396 return another; in CopyMatrixConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.h | 360 auto another = MakeUnique<VectorConstant>(type_->AsVector()); in CopyVectorConstant() local 361 another->components_.insert(another->components_.end(), components_.begin(), in CopyVectorConstant() 363 return another; in CopyVectorConstant() 393 auto another = MakeUnique<MatrixConstant>(type_->AsMatrix()); in CopyMatrixConstant() local 394 another->components_.insert(another->components_.end(), components_.begin(), in CopyMatrixConstant() 396 return another; in CopyMatrixConstant()
|
/third_party/spirv-tools/source/opt/ |
H A D | constants.h | 360 auto another = MakeUnique<VectorConstant>(type_->AsVector()); in CopyVectorConstant() local 361 another->components_.insert(another->components_.end(), components_.begin(), in CopyVectorConstant() 363 return another; in CopyVectorConstant() 393 auto another = MakeUnique<MatrixConstant>(type_->AsMatrix()); in CopyMatrixConstant() local 394 another->components_.insert(another->components_.end(), components_.begin(), in CopyMatrixConstant() 396 return another; in CopyMatrixConstant()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | template-param-usage-9.hpp | 10 Typedefed another; member in DoesNotUse::IndirectUsage
|
H A D | template-param-usage-10.hpp | 10 Typedefed another; member in DoublyIndirectUsage::IndirectUsage
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | template-param-usage-9.rs | 19 pub another: DoesNotUse_Typedefed<U>,
|
H A D | template-param-usage-10.rs | 21 pub another: DoublyIndirectUsage_Typedefed<U>,
|
/third_party/rust/crates/syn/src/ |
H A D | error.rs | 268 /// Add another error message to self such that when `to_compile_error()` is 270 pub fn combine(&mut self, another: Error) { in combine() 271 self.messages.extend(another.messages); in combine()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tufmtts.cpp | 174 TimeUnit* another = tmunit->clone(); in testAPI() 178 assertTrue("orig and clone are equal", (*tmunit == *another)); in testAPI() 212 delete another; in testAPI()
|
H A D | dtifmtts.cpp | 143 DateIntervalFormat* another = dtitvfmt->clone(); in testAPI() local 144 if ( (*another) != (*dtitvfmt) ) { in testAPI() 152 const DateIntervalInfo* inf = another->getDateIntervalInfo(); in testAPI() 227 const DateFormat* fmt = another->getDateFormat(); in testAPI() 254 delete another; in testAPI()
|
/third_party/gn/src/gn/ |
H A D | function_forward_variables_from.cc | 150 # A template that wraps another. It adds behavior based on one
|
H A D | function_get_path_info.cc | 183 If you want to make the path relative to another directory, or to be
|
/third_party/popt/tests/ |
H A D | testit.sh | 48 run test1 "test1 - 4" "arg1: 0 arg2: another" --simple another
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 42 gain access to the machine-state and virtual memory of \emph{another} 44 possible to hook up \Prog{libunwind} to another process via
|
H A D | unw_resume.tex | 32 another thread results in undefined behavior (e.g., the program may
|
/third_party/rust/crates/clap/src/builder/ |
H A D | debug_asserts.rs | 425 (Command(flag, one), Command(_, another)) if one != another => panic!( in detect_duplicate_flags() 426 "the '{flag}' {short_or_long} flag is specified for both '{one}' and '{another}' subcommands" in detect_duplicate_flags() 429 (Arg(flag, one), Arg(_, another)) if one != another => panic!( in detect_duplicate_flags() 430 "{short_or_long} option names must be unique, but '{flag}' is in use by both '{one}' and '{another}'" in detect_duplicate_flags()
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 209 \item \attr{requires} - another type name this type requires to complete 385 \item \attr{alias} - name of another enumerant this is an alias of, used 475 name of another command this command is an alias of, used when 482 the name of another command which is the {\em vector equivalent} 596 a feature definition. Usually another feature or extension 598 definition of a feature or extension requires another to be 684 an extension definition. Usually another feature or extension 686 definition of an extension requires another to be defined first.
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 216 \item \attr{requires} - another type name this type requires to complete 455 \item \attr{alias} - name of another enumerant this is an alias of, used 545 name of another command this command is an alias of, used when 552 the name of another command which is the {\em vector equivalent} 675 a feature definition. Usually another feature or extension 677 definition of a feature or extension requires another to be 763 an extension definition. Usually another feature or extension 765 definition of an extension requires another to be defined first.
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | PpScanner.cpp | 1245 parseContext.ppError(ppToken.loc, "preprocessor directive cannot be preceded by another token", "#", ""); in tokenize()
|
/third_party/gptfdisk/ |
H A D | basicmbr.cc | 283 int i, another = 1, allOK = 1; in ReadLogicalParts() local 290 while (another && (partNum < MAX_MBR_PARTS) && (partNum >= 0) && (allOK > 0)) { in ReadLogicalParts() 329 // Sometimes an EBR points directly to another EBR, rather than defining in ReadLogicalParts() 330 // a logical partition and then pointing to another EBR. Thus, we skip in ReadLogicalParts() 348 another = 0; in ReadLogicalParts() 349 } // if another partition in ReadLogicalParts() 490 // table to another disk. 1481 // another partition, this function returns PRIMARY or LOGICAL for that
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
H A D | afuc_test.asm | 114 ; branch is taken and its delay slot includes another branch, the second
|