/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | rename.ts | 17 locs: [{ 19 locs: [ 42 locs: [{ 44 locs: [ 68 locs: [{ 70 locs: [ 99 locs: [ 102 locs: [ 131 locs: [ 134 locs: [ [all …]
|
D | symLinks.ts | 88 locs: [ 89 { file: aFc, locs: cLocs }, 90 { file: aFile.path, locs: abLocs }, 91 { file: bFc, locs: cLocs }, 92 { file: bFile.path, locs: abLocs },
|
D | declarationFileMaps.ts | 562 locs: [ 572 locs: [ 593 locs: [renameUserTs(userTs), renameATs(aTs)], 612 locs: [renameATs(aTs), renameUserTs(userTs)], 640 locs: [ 643 locs: [ 653 locs: [
|
D | projectReferences.ts | 90 assert.deepEqual(response.locs, [ 91 { file: locationOfMyConstInLib.file, locs: [renameTextOfMyConstInLib] }, 92 { file: myConstFile, locs: [{ start: myConstStart, end: myConstEnd }] }, 93 { file: myConstInExecFile, locs: [renameTextOfMyConstInExec] }, 338 locs: [ 339 { file: dependencyTs.path, locs: [defSpan] } 346 … const { expectedResponse: { info, locs }, ...rest } = renameFromDependencyTs(fn + 1); constant 356 locs 372 const { info, locs } = expectedResponse; constant 378 locs: [ [all …]
|
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
D | ScanJava.java | 41 CapElement locs = addCapability(out, capabilities, CapScan.COLLATION); in addCollation() local 45 locs.setAttribute("total", new Integer(available.length).toString()); in addCollation() 49 Spinner sp = new Spinner(locs.getNodeName(),available.length); in addCollation() 65 locs.appendChild(tt); in addCollation() 72 … locs.appendChild(out.createComment("Note: Java locales have different conventions than ICU.")); in addCollation() 77 CapElement locs = addCapability(out, capabilities, CapScan.FORMATTING); in addFormatting() local 81 locs.setAttribute("total", new Integer(available.length).toString()); in addFormatting() 85 Spinner sp = new Spinner(locs.getNodeName(),available.length); in addFormatting() 100 locs.appendChild(tt); in addFormatting() 107 … locs.appendChild(out.createComment("Note: Java locales have different conventions than ICU.")); in addFormatting()
|
D | ScanICU.java | 91 Element locs = addCapability(out, capabilities, CapScan.FORMATTING); in addFormatting() local 95 locs.setAttribute("total", new Integer(available.length).toString()); in addFormatting() 99 Spinner sp = new Spinner(locs.getNodeName(),available.length); in addFormatting() 119 locs.appendChild(tt); in addFormatting() 128 Element locs = addCapability(out, capabilities, CapScan.COLLATION); in addCollation() local 132 Spinner sp = new Spinner(locs.getNodeName(),available.length); in addCollation() 133 locs.setAttribute("total", new Integer(available.length).toString()); in addCollation() 150 locs.appendChild(tt); in addCollation()
|
/third_party/boost/libs/spirit/classic/phoenix/example/fundamental/ |
D | sample10.cpp | 41 : TupleArgsT(args), locs(locs_) {} in local_tuple() 43 mutable TupleLocsT locs; member 85 { return tuple.locs[tuple_index<N>()]; } in get() 175 { return tuple.locs[tuple_index<N>()].eval(tuple); } in eval() 220 local_tuple<tuple_t, TupleLocsT> local_context(local_args, args.locs); in eval() 250 local_tuple<tuple_t, TupleLocsT> local_context(local_args, args.locs); in eval() 358 return local_context.locs[tuple_index<0>()]; in eval()
|
D | sample8.cpp | 42 : TupleArgsT(args), locs(locs_) {} in local_tuple() 44 mutable TupleLocsT locs; member 99 return tuple.locs[tuple_index<N>()]; in eval() 147 return local_context.locs[tuple_index<0>()]; in eval()
|
D | sample9.cpp | 43 : TupleArgsT(args), locs(locs_) {} in local_tuple() 48 mutable TupleLocsT locs; member 92 { return tuple.locs[tuple_index<N>()]; } in get() 183 return local_context.locs[tuple_index<0>()]; in eval()
|
D | sample7.cpp | 42 : TupleArgsT(args), locs(locs_) {} in local_tuple() 44 mutable TupleLocsT locs; member 99 return tuple.locs[tuple_index<N>()]; in eval()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | nmfmapts.cpp | 313 LocalPointer<StringEnumeration> locs(NumberFormat::getAvailableLocales()); in testRegistration() local 319 for (res = locs->snext(status); res; res = locs->snext(status)) { in testRegistration() 386 for (res = locs->snext(status); res; res = locs->snext(status)) { in testRegistration() 390 locs->reset(status); // now in synch again, we hope in testRegistration() 391 for (res = locs->snext(status); res; res = locs->snext(status)) { in testRegistration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCCCState.h | 33 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in PPCCCState() argument 34 : CCState(CC, isVarArg, MF, locs, C) {} in PPCCCState()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | CompactDecimalFormatTest.java | 591 ULocale[] locs = new ULocale[] { in TestLongShortFallback() local 608 for (int i=0; i<locs.length; i++) { in TestLongShortFallback() 609 ULocale loc = locs[i]; in TestLongShortFallback() 624 ULocale[] locs = ULocale.getAvailableLocales(); in TestLocales() local 625 for (ULocale loc : locs) { in TestLocales() 650 …ULocale[] locs = {new ULocale("en"), new ULocale("it"), new ULocale("en_US_POSIX"), new ULocale("e… in TestLocaleGroupingForLargeNumbers() local 652 for (int i=0; i<locs.length; i++) { in TestLocaleGroupingForLargeNumbers() 653 ULocale loc = locs[i]; in TestLocaleGroupingForLargeNumbers()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormatParseInfoTree.java | 71 Map<FieldDescriptor, List<TextFormatParseLocation>> locs = in TextFormatParseInfoTree() local 74 locs.put(kv.getKey(), Collections.unmodifiableList(kv.getValue())); in TextFormatParseInfoTree() 76 this.locationsFromField = Collections.unmodifiableMap(locs); in TextFormatParseInfoTree()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 578 recordLocation(uint16_t *locs, uint8_t *masks, in recordLocation() argument 584 case TGSI_SEMANTIC_POSITION: locs[SV_POSITION] = addr; break; in recordLocation() 585 case TGSI_SEMANTIC_INSTANCEID: locs[SV_INSTANCE_ID] = addr; break; in recordLocation() 586 case TGSI_SEMANTIC_VERTEXID: locs[SV_VERTEX_ID] = addr; break; in recordLocation() 587 case TGSI_SEMANTIC_PRIMID: locs[SV_PRIMITIVE_ID] = addr; break; in recordLocation() 588 case TGSI_SEMANTIC_LAYER: locs[SV_LAYER] = addr; break; in recordLocation() 589 case TGSI_SEMANTIC_VIEWPORT_INDEX: locs[SV_VIEWPORT_INDEX] = addr; break; in recordLocation()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | CompactDecimalFormatTest.java | 594 ULocale[] locs = new ULocale[] { in TestLongShortFallback() local 611 for (int i=0; i<locs.length; i++) { in TestLongShortFallback() 612 ULocale loc = locs[i]; in TestLongShortFallback() 627 ULocale[] locs = ULocale.getAvailableLocales(); in TestLocales() local 628 for (ULocale loc : locs) { in TestLocales() 653 …ULocale[] locs = {new ULocale("en"), new ULocale("it"), new ULocale("en_US_POSIX"), new ULocale("e… in TestLocaleGroupingForLargeNumbers() local 655 for (int i=0; i<locs.length; i++) { in TestLocaleGroupingForLargeNumbers() 656 ULocale loc = locs[i]; in TestLocaleGroupingForLargeNumbers()
|
/third_party/node/test/parallel/ |
D | test-intl.js | 37 const locs = process.config.variables.icu_locales.split(','); 38 return locs.includes(loc);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.h | 41 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in SystemZCCState() argument 42 : CCState(CC, isVarArg, MF, locs, C) {} in SystemZCCState()
|
/third_party/expat/lib/ |
D | Makefile.in | 509 locs=`for p in $$list; do echo $$p; done | \ 512 test -z "$$locs" || { \ 513 echo rm -f $${locs}; \ 514 rm -f $${locs}; \ 520 locs=`for p in $$list; do echo $$p; done | \ 523 test -z "$$locs" || { \ 524 echo rm -f $${locs}; \ 525 rm -f $${locs}; \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsCCState.h | 84 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C, 86 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() argument
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
D | dtfmtrtperf.h | 64 DateTimeRoundTripFunction(int locs) in DateTimeRoundTripFunction() argument 66 nLocales = locs; in DateTimeRoundTripFunction()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationServiceTest.java | 326 Locale locs[] = Collator.getAvailableLocales(); in checkAvailable() local 327 if (!assertTrue("getAvailableLocales != null", locs!=null)) return -1; in checkAvailable() 328 checkArray(msg, locs, null); in checkAvailable() 335 return locs.length; in checkAvailable()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationServiceTest.java | 329 Locale locs[] = Collator.getAvailableLocales(); in checkAvailable() local 330 if (!assertTrue("getAvailableLocales != null", locs!=null)) return -1; in checkAvailable() 331 checkArray(msg, locs, null); in checkAvailable() 338 return locs.length; in checkAvailable()
|
/third_party/spirv-tools/source/val/ |
D | validate_interfaces.cpp | 356 auto locs = locations; in GetLocationsForVariable() local 357 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable() 360 if (!locs->insert(i).second) { in GetLocationsForVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_interfaces.cpp | 369 auto locs = locations; in GetLocationsForVariable() local 370 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable() 373 if (!locs->insert(i).second) { in GetLocationsForVariable()
|