/external/antlr/runtime/JavaScript/third/ |
D | antcontrib.properties | 6 if=net.sf.antcontrib.logic.IfTask 7 foreach=net.sf.antcontrib.logic.ForEach 8 for=net.sf.antcontrib.logic.ForTask 9 throw=net.sf.antcontrib.logic.Throw 10 trycatch=net.sf.antcontrib.logic.TryCatchTask 11 switch=net.sf.antcontrib.logic.Switch 12 outofdate=net.sf.antcontrib.logic.OutOfDate 13 runtarget=net.sf.antcontrib.logic.RunTargetTask 14 timestampselector=net.sf.antcontrib.logic.TimestampSelector 15 antcallback=net.sf.antcontrib.logic.AntCallBack [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | decision_logic_unittest.cc | 31 DecisionLogic* logic = DecisionLogic::Create(fs_hz, output_size_samples, in TEST() local 35 delete logic; in TEST() 36 logic = DecisionLogic::Create(fs_hz, output_size_samples, in TEST() 41 delete logic; in TEST() 42 logic = DecisionLogic::Create(fs_hz, output_size_samples, in TEST() 47 delete logic; in TEST() 48 logic = DecisionLogic::Create(fs_hz, output_size_samples, in TEST() 53 delete logic; in TEST()
|
D | neteq_network_stats_unittest.cc | 87 enum logic { enum in webrtc::test::NetEqNetworkStatsTest 95 logic current_buffer_size_ms; 96 logic preferred_buffer_size_ms; 97 logic jitter_peaks_found; 98 logic packet_loss_rate; 99 logic packet_discard_rate; 100 logic expand_rate; 101 logic speech_expand_rate; 102 logic preemptive_rate; 103 logic accelerate_rate; [all …]
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417.cpp | 483 CBC_BarcodeRow* logic) { in encodeChar() argument 492 logic->addBar(last, width); in encodeChar() 498 logic->addBar(last, width); in encodeChar() 505 CBC_BarcodeMatrix* logic) { in encodeLowLevel() argument 509 logic->startRow(); in encodeLowLevel() 510 encodeChar(START_PATTERN, 17, logic->getCurrentRow()); in encodeLowLevel() 524 encodeChar(pattern, 17, logic->getCurrentRow()); in encodeLowLevel() 527 encodeChar(pattern, 17, logic->getCurrentRow()); in encodeLowLevel() 531 encodeChar(STOP_PATTERN, 1, logic->getCurrentRow()); in encodeLowLevel() 534 encodeChar(pattern, 17, logic->getCurrentRow()); in encodeLowLevel() [all …]
|
D | BC_PDF417.h | 47 static void encodeChar(int32_t pattern, int32_t len, CBC_BarcodeRow* logic); 52 CBC_BarcodeMatrix* logic);
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-logic/ |
D | com_github_javaparser_symbolsolver_logic_InferenceContext.txt | 4 …ariableType.setCorrespondingTp(tp) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT… 9 …Line 58) placeInferenceVariables(target) ==> com.github.javaparser.symbolsolver.logic.InferenceCon… 10 …Line 59) placeInferenceVariables(actual) ==> com.github.javaparser.symbolsolver.logic.InferenceCon… 11 …Line 60) registerCorrespondance(target, actual) ==> com.github.javaparser.symbolsolver.logic.Infer… 12 …Line 65) placeInferenceVariables(actual) ==> com.github.javaparser.symbolsolver.logic.InferenceCon… 47 …nce.typeParametersValues().get(i)) ==> com.github.javaparser.symbolsolver.logic.InferenceContext.r… 51 …registerEquivalentType(actualType) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT… 52 …registerEquivalentType(formalType) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT… 57 ….asArrayType().getComponentType()) ==> com.github.javaparser.symbolsolver.logic.InferenceContext.r… 65 …ype.asWildcard().getBoundedType()) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT… [all …]
|
D | com_github_javaparser_symbolsolver_logic_InferenceVariableType.txt | 25 …logic.InferenceVariableType.concreteEquivalentTypesAlsoIndirectly(java.util.Set<com.github.javapar… 26 …logic.InferenceVariableType.concreteEquivalentTypesAlsoIndirectly(java.util.Set<com.github.javapar… 28 …Line 118) objectProvider.object() ==> com.github.javaparser.symbolsolver.logic.ObjectProvider.obje… 36 …Line 127) hasInferenceVariables(t) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT… 49 …Line 150) hasInferenceVariables(t) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT… 52 …les(wildcardType.getBoundedType()) ==> com.github.javaparser.symbolsolver.logic.InferenceVariableT…
|
/external/python/pyasn1/docs/source/pyasn1/type/constraint/ |
D | contents.rst | 42 by the logic operator objects. 44 The logic operators are Python objects that exhibit similar behaviour 45 as the constraint objects do with the only difference that logic operators 46 are instantiated on the constraint and logic operator objects, not on the
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | bsf.c | 323 unsigned int logic) in add_state_filter_cta() argument 338 if (logic == NFCT_FILTER_LOGIC_POSITIVE) in add_state_filter_cta() 365 if (logic == NFCT_FILTER_LOGIC_NEGATIVE) in add_state_filter_cta() 379 unsigned int logic) in add_state_filter() argument 408 logic); in add_state_filter() 423 filter->logic[NFCT_FILTER_L4PROTO_STATE]); in bsf_add_state_filter() 450 if (f->logic[NFCT_FILTER_L4PROTO] == NFCT_FILTER_LOGIC_POSITIVE) in bsf_add_proto_filter() 477 if (f->logic[NFCT_FILTER_L4PROTO] == NFCT_FILTER_LOGIC_NEGATIVE) in bsf_add_proto_filter() 522 if (f->logic[attr] == NFCT_FILTER_LOGIC_POSITIVE) in bsf_add_addr_ipv4_filter() 550 if (f->logic[attr] == NFCT_FILTER_LOGIC_NEGATIVE) in bsf_add_addr_ipv4_filter() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | fp-logic.ll | 4 ; f1, f2, f3, and f4 should use an integer logic instruction. 5 ; f9 and f10 should use an FP (SSE) logic instruction. 9 ; For f5 and f6, we can save a register move by using an FP logic instruction, 17 ; scalar versions of the FP logic ops, so if we want to fold a load into a 18 ; logic op, we have to load or splat a 16-byte vector constant. 34 ; Swap operands of the logic op. 62 ; Swap operands of the logic op. 92 ; Swap operands of the logic op. 123 ; Swap operands of the logic op. 250 ; a simple FP logic op is cheaper.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fp-logic.ll | 5 ; f1, f2, f3, and f4 should use an integer logic instruction. 6 ; f5, f6, f9, and f10 should use an FP (SSE) logic instruction. 14 ; scalar versions of the FP logic ops, so if we want to fold a load into a 15 ; logic op, we have to load or splat a 16-byte vector constant. 30 ; Swap operands of the logic op. 56 ; Swap operands of the logic op. 83 ; Swap operands of the logic op. 111 ; Swap operands of the logic op. 229 ; a simple FP logic op is cheaper.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | narrow.ll | 22 ; The next 6 (3 logic ops * (scalar+vector)) tests show potential cases for narrowing a bitwise log… 102 ; By narrowing the phi and logic op, we simplify away the zext and the final icmp. 146 ; By narrowing the phi and logic op, we simplify away the zext and the final icmp. 209 %logic = xor i32 %phi, %zext 210 ret i32 %logic 236 %logic = xor i32 %zext, %phi 237 ret i32 %logic
|
/external/u-boot/doc/device-tree-bindings/usb/ |
D | dwc3-st.txt | 1 ST DWC3 glue logic 4 This driver controls the glue logic used to configure the dwc3 core on 9 - reg : glue logic base address and USB syscfg ctrl register offset
|
/external/toolchain-utils/binary_search_tool/ |
D | MAINTENANCE | 25 These unit tests will not test the specific logic for ChromeOS/Android 38 the binary searching logic from it. Maybe just extract the binary searching 39 logic from binary_search_perforce.py and put it in its own module in 102 4. General binary searching logic/pruning logic: 113 again. Because the binary search logic finds the bad item with the lowest
|
/external/autotest/server/site_tests/cheets_GTS/ |
D | control.GtsSimAppDialogTestCases | 26 …ndExit', 'gts', '--include-filter', 'GtsSimAppDialogTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsTvTestCases | 26 … 'commandAndExit', 'gts', '--include-filter', 'GtsTvTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsTelecomManagerTests | 26 …dAndExit', 'gts', '--include-filter', 'GtsTelecomManagerTests', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsHomeHostTestCases | 26 …andAndExit', 'gts', '--include-filter', 'GtsHomeHostTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsMemoryTestCases | 26 …mmandAndExit', 'gts', '--include-filter', 'GtsMemoryTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsTvHostTestCases | 26 …mmandAndExit', 'gts', '--include-filter', 'GtsTvHostTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsNotificationTestCases | 26 …ndExit', 'gts', '--include-filter', 'GtsNotificationTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsAdminTestCases | 26 …ommandAndExit', 'gts', '--include-filter', 'GtsAdminTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsLocationHostTestCases | 26 …ndExit', 'gts', '--include-filter', 'GtsLocationHostTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsNmgiarcTestCases | 26 …mandAndExit', 'gts', '--include-filter', 'GtsNmgiarcTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|
D | control.GtsTetheringTestCases | 26 …ndAndExit', 'gts', '--include-filter', 'GtsTetheringTestCases', '--ignore-business-logic-failure'], 27 …retry_template=['run', 'commandAndExit', 'retry', '--ignore-business-logic-failure', '--retry', '{…
|