/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | language_script_raw.txt | 13 ae Avestan secondary Avst Avestan 18 aii Assyrian Neo-Aramaic secondary Syrc Syriac 19 ain Ainu secondary Kana Katakana 20 ain Ainu secondary Latn Latin 22 akk Akkadian secondary Xsux Sumero-Akkadian Cuneiform 30 ang Old English secondary Latn Latin 34 ar Arabic secondary Syrc Syriac 35 arc Aramaic secondary Armi Imperial Aramaic 36 arc Aramaic secondary Nbat Nabataean 37 arc Aramaic secondary Palm Palmyrene [all …]
|
/external/openssh/regress/ |
D | hostkey-rotate.sh | 15 secondary="$primary" 27 ssh-rsa) secondary="ssh-rsa" ;; 80 if [ "$primary" != "$secondary" ]; then 81 verbose "learn changed non-primary hostkey type=${secondary}" 82 mv $OBJ/hkr.${secondary}.pub $OBJ/hkr.${secondary}.pub.old 83 rm -f $OBJ/hkr.${secondary} 84 ${SSHKEYGEN} -qt ${secondary} -f $OBJ/hkr.${secondary} -N '' || \ 85 fatal "ssh-keygen $secondary" 89 check_key_present ${secondary} $OBJ/hkr.${secondary}.pub.old && \ 91 check_key_present ${secondary} || fail "didn't learn changed key"
|
/external/rust/crates/plotters/src/chart/ |
D | dual_coord.rs | 29 pub(super) secondary: ChartContext<'a, DB, CT2>, field 37 secondary: ChartState<CT2>, field 47 secondary: self.secondary.into(), in into_chart_state() 55 secondary: self.secondary.into_shared_chart_state(), in into_shared_chart_state() 67 secondary: self.secondary.to_chart_state(), in to_chart_state() 79 let secondary = self in restore() localVariable 80 .secondary in restore() 82 DualCoordChartContext { primary, secondary } in restore() 118 secondary: ChartContext { in new() 130 &self.secondary.drawing_area in secondary_plotting_area() [all …]
|
/external/rust/crates/codespan-reporting/examples/ |
D | term.rs | 117 Label::secondary(file_id1, 130..155) in main() 132 Label::secondary(file_id3, 62..166) in main() 134 Label::secondary(file_id3, 41..47) in main() 149 Label::secondary(file_id3, 211..331) in main() 151 Label::secondary(file_id3, 258..268) in main() 153 Label::secondary(file_id3, 284..290) in main() 155 Label::secondary(file_id3, 306..312) in main() 157 Label::secondary(file_id3, 186..192) in main()
|
D | readme_preview.rs | 66 Label::secondary((), 211..331).with_message("`case` clauses have incompatible types"), in main() 67 Label::secondary((), 258..268).with_message("this is found to be of type `String`"), in main() 68 Label::secondary((), 284..290).with_message("this is found to be of type `String`"), in main() 69 Label::secondary((), 306..312).with_message("this is found to be of type `String`"), in main() 70 Label::secondary((), 186..192).with_message("expected type `String` found here"), in main()
|
/external/vboot_reference/cgpt/ |
D | cgpt.h | 150 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index); 152 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index, 154 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index); 155 void SetTries(struct drive *drive, int secondary, uint32_t entry_index, 157 int GetTries(struct drive *drive, int secondary, uint32_t entry_index); 158 void SetSuccessful(struct drive *drive, int secondary, uint32_t entry_index, 160 int GetSuccessful(struct drive *drive, int secondary, uint32_t entry_index); 162 void SetRaw(struct drive *drive, int secondary, uint32_t entry_index, 172 int IsUnused(struct drive *drive, int secondary, uint32_t index); 173 int IsKernel(struct drive *drive, int secondary, uint32_t index);
|
D | cgpt_common.c | 705 GptEntry *GetEntry(GptData *gpt, int secondary, uint32_t entry_index) { in GetEntry() argument 712 if (secondary == PRIMARY) { in GetEntry() 714 } else if (secondary == SECONDARY) { in GetEntry() 717 require(secondary == ANY_VALID); in GetEntry() 729 void SetPriority(struct drive *drive, int secondary, uint32_t entry_index, in SetPriority() argument 733 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetPriority() 737 int GetPriority(struct drive *drive, int secondary, uint32_t entry_index) { in GetPriority() argument 739 entry = GetEntry(&drive->gpt, secondary, entry_index); in GetPriority() 743 void SetTries(struct drive *drive, int secondary, uint32_t entry_index, in SetTries() argument 747 entry = GetEntry(&drive->gpt, secondary, entry_index); in SetTries() [all …]
|
/external/rust/crates/codespan-reporting/tests/ |
D | term.rs | 153 Label::secondary(file_id1, 64..65) 155 Label::secondary(file_id1, 66..70) 262 Label::secondary(file_id1, 119..140) 271 Label::secondary(file_id2, 17..18) 282 Label::secondary(file_id2, 48..54) 291 Label::secondary(file_id4, 353..416) 293 Label::secondary(file_id3, 141..145) 452 Label::secondary((), 4..4).with_message("Expected '('"), 533 … Label::secondary(file_id1, 130..155).with_message("based on the definition of `_+_`"), 594 … Label::secondary(file_id, 62..166).with_message("`case` clauses have incompatible types"), [all …]
|
/external/rust/crates/plotters/src/coord/ranged1d/combinators/ |
D | nested.rs | 50 secondary: Vec<Secondary>, field 75 let secondary_left = self.secondary[0].range().start; in range() 76 let secondary_right = self.secondary[self.primary.size() - 1].range().end; in range() 97 self.secondary[idx].map(secondary_value, (s_left, s_right)) in map() 118 self.secondary[idx] in key_points() 134 self.secondary.iter().map(|x| x.size()).sum::<usize>() in size() 139 let s_idx = self.secondary[p_idx].index_of(value.nested_value()?)?; in index_of() 142 + self.secondary[..p_idx] in index_of() 150 for (p_idx, snd) in self.secondary.iter().enumerate() { in from_index() 174 let secondary = primary in nested_coord() localVariable [all …]
|
/external/autotest/client/site_tests/audio_CRASFormatConversion/ |
D | audio_CRASFormatConversion.py | 61 def loopback(self, noise_profile, primary, secondary): argument 73 'record-%s-%s.wav' % (primary, secondary)) 86 popens += self.play_sine_tone(_TEST_TONE_TWO, secondary) 103 primary, secondary, str(sox_stat)) 124 for secondary in test_sample_rates: 125 key = 'rms_value_%d_%d' % (primary, secondary) 127 noise_profile.name, primary, secondary)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | TriDiagonalTransformer.java | 49 private final double[] secondary; field in TriDiagonalTransformer 76 secondary = new double[m - 1]; in TriDiagonalTransformer() 113 final double inv = 1.0 / (secondary[k - 1] * hK[k]); in getQT() 116 double beta = 1.0 / secondary[k - 1]; in getQT() 156 cachedT.setEntry(i, i - 1, secondary[i - 1]); in getT() 159 cachedT.setEntry(i, i + 1, secondary[i]); in getT() 197 return secondary; in getSecondaryDiagonalRef() 219 secondary[k] = a; in transform()
|
D | BiDiagonalTransformer.java | 47 private final double[] secondary; field in BiDiagonalTransformer 69 secondary = new double[p - 1]; in BiDiagonalTransformer() 96 final double[] diagonal = (m >= n) ? main : secondary; in getU() 148 cachedB.setEntry(i, i - 1, secondary[i - 1]); in getB() 152 cachedB.setEntry(i, i + 1, secondary[i]); in getB() 177 final double[] diagonal = (m >= n) ? secondary : main; in getV() 241 return secondary; in getSecondaryDiagonalRef() 296 secondary[k] = b; in transformToUpperBiDiagonal() 360 secondary[k] = b; in transformToLowerBiDiagonal()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotationMap.java | 89 public static AnnotationMap merge(AnnotationMap primary, AnnotationMap secondary) in merge() argument 92 return secondary; in merge() 94 … if (secondary == null || secondary._annotations == null || secondary._annotations.isEmpty()) { in merge() 99 for (Annotation ann : secondary._annotations.values()) { in merge()
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 11589 secondary{ 11600 secondary{ 11613 secondary{ 11621 secondary{ 11629 secondary{ 11642 secondary{ 11647 secondary{ 11655 secondary{ 11663 secondary{ 11679 secondary{ [all …]
|
/external/skqp/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 358 GrVkSecondaryCommandBuffer* secondary = gpu->cmdPool()->findOrCreateSecondaryCommandBuffer(gpu); in copySurfaceAsDraw() local 359 if (!secondary) { in copySurfaceAsDraw() 362 secondary->begin(gpu, rt->framebuffer(), renderPass); in copySurfaceAsDraw() 364 secondary->bindPipeline(gpu, pipeline); in copySurfaceAsDraw() 378 secondary->bindDescriptorSets(gpu, in copySurfaceAsDraw() 397 secondary->setViewport(gpu, 0, 1, &viewport); in copySurfaceAsDraw() 405 secondary->setScissor(gpu, 0, 1, &scissor); in copySurfaceAsDraw() 407 secondary->bindInputBuffer(gpu, 0, fVertexBuffer.get()); in copySurfaceAsDraw() 408 secondary->draw(gpu, 4, 1, 0, 0); in copySurfaceAsDraw() 409 secondary->end(gpu); in copySurfaceAsDraw() [all …]
|
/external/mesa3d/docs/gallium/ |
D | pipeline.txt | 7 primary/secondary colors ] 24 front/back & primary/secondary colors 60 primary/secondary colors only 77 primary/secondary colors 99 primary/secondary colors ] Software rast vertices 112 primary/secondary colors
|
/external/libdrm/tests/vbltest/ |
D | vbltest.c | 50 int secondary = 0; variable 66 if (secondary) in vblank_handler() 114 secondary = 1; in main() 128 if (secondary) in main() 144 if (secondary) in main()
|
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/ |
D | CrossProfileTypeProfileTest.java | 181 profileTestCrossProfileType.secondary().voidMethod(); in secondary_calledFromSecondaryProfile_runsOnCurrentProfile() 194 () -> profileTestCrossProfileType.secondary().voidMethod()); in secondary_calledFromPrimaryProfile_runsOnOtherProfile() 212 assertThat(type.secondary().identityStringMethod(STRING)).isEqualTo(STRING); in secondary_calledOnTypeWithoutConnector_connectorHasPrimary_works() 240 assertThrows(IllegalStateException.class, () -> type.secondary().identityStringMethod(STRING)); in secondary_calledOnTypeWithoutConnector_connectorDoesNotHavePrimary_throwsIllegalStateException() 298 profileTestCrossProfileType.secondary().methodWhichThrowsRuntimeException(); in secondary_synchronous_runningOnPrimaryProfile_throwsException_exceptionIsWrapped() 339 () -> profileTestCrossProfileType.secondary().methodWhichThrowsRuntimeException()); in secondary_synchronous_runningOnSecondaryProfile_throwsException_exceptionIsNotWrapped() 393 .secondary() in secondary_async_runningOnPrimaryProfile_throwsException_exceptionIsWrapped() 449 .secondary() in secondary_async_runningOnSecondaryProfile_throwsException_exceptionIsNotWrapped() 498 .secondary() in secondary_future_runningOnPrimaryProfile_throwsException_exceptionIsWrapped() 550 .secondary() in secondary_future_runningOnSecondaryProfile_throwsException_exceptionIsNotWrapped()
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-progress/ |
D | README.md | 25 --paper-progress-secondary-color: var(--paper-light-blue-100); 29 --paper-progress-secondary-color: var(--paper-red-100); 40 <paper-progress value="40" secondary-progress="80"></paper-progress> 47 There is also a secondary progress which is useful for displaying intermediate
|
/external/autotest/server/site_tests/bluetooth_AdapterLEHealth/ |
D | control.le_role_primary_before_secondary | 9 PURPOSE = ('Tests controller can handle secondary role in connection while already' 19 DOC = """Tests primary and then secondary connection capability 22 secondary role while already connected as primary and use both connections
|
D | control.le_role_secondary_before_primary | 9 PURPOSE = ('Tests controller can handle secondary role in connection and then' 19 DOC = """Tests secondary and then primary connection capability 22 secondary role and then create a new connection as primary. Then it will
|
/external/llvm-project/llvm/utils/gn/ |
D | .gn | 14 # llvm/utils/gn/secondary/llvm/lib/Demangle/BUILD.gn and that the root BUILD.gn 15 # file is at llvm/utils/gn/secondary/BUILD.gn 16 secondary_source = "//llvm/utils/gn/secondary/"
|
/external/perfetto/src/profiling/memory/ |
D | README.md | 48 on the system. The secondary heapprofd can then profile your primary one. 62 Then, move away the primary heapprofd socket to make space for the secondary 69 Start the secondary heapprofd 75 Now we can start the profile of the primary heapprofd (using the secondary). 90 the secondary observing it.
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | thunks-ehspec.cpp | 10 virtual void secondary(); 15 void secondary() noexcept;
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | dead_instructions.ll | 64 %secondary = phi i32 [ 1, %entry ], [ %secondary_add, %loop ] 66 %secondary_add = add i32 %secondary, 1 67 %gep = getelementptr inbounds i32, i32* %a, i32 %secondary 69 %cmp = icmp eq i32 %secondary, 5
|