Home
last modified time | relevance | path

Searched refs:another (Results 1 - 25 of 50) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DdeeplyNestedAssignabilityIssue.js8 another: {
13 another: A;
21 another: {
26 another: {}
36 another: {
41 another: {}
H A DjsDeclarationsTypedefAndImportTypes.js28 this.another = "";
60 this.another = "";
94 another: import("./conn").Whatever;
H A DdestructuringTypeGuardFlow.js17 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 Ddist-tag.js154 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 Dconstants.h360 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 Dconstants.h360 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 Dconstants.h360 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 Dtemplate-param-usage-9.hpp10 Typedefed another; member in DoesNotUse::IndirectUsage
H A Dtemplate-param-usage-10.hpp10 Typedefed another; member in DoublyIndirectUsage::IndirectUsage
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dtemplate-param-usage-9.rs19 pub another: DoesNotUse_Typedefed<U>,
H A Dtemplate-param-usage-10.rs21 pub another: DoublyIndirectUsage_Typedefed<U>,
/third_party/rust/crates/syn/src/
H A Derror.rs268 /// 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 Dtufmtts.cpp174 TimeUnit* another = tmunit->clone(); in testAPI()
178 assertTrue("orig and clone are equal", (*tmunit == *another)); in testAPI()
212 delete another; in testAPI()
H A Ddtifmtts.cpp143 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 Dfunction_forward_variables_from.cc150 # A template that wraps another. It adds behavior based on one
H A Dfunction_get_path_info.cc183 If you want to make the path relative to another directory, or to be
/third_party/popt/tests/
H A Dtestit.sh48 run test1 "test1 - 4" "arg1: 0 arg2: another" --simple another
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex42 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 Dunw_resume.tex32 another thread results in undefined behavior (e.g., the program may
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs425 (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 Dreadme.tex209 \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 Dreadme.tex216 \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 DPpScanner.cpp1245 parseContext.ppError(ppToken.loc, "preprocessor directive cannot be preceded by another token", "#", ""); in tokenize()
/third_party/gptfdisk/
H A Dbasicmbr.cc283 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 Dafuc_test.asm114 ; branch is taken and its delay slot includes another branch, the second

Completed in 21 milliseconds

12