Home
last modified time | relevance | path

Searched full:logic (Results 1 – 25 of 9040) sorted by relevance

12345678910>>...362

/external/sdv/vsomeip/third_party/boost/numeric/interval/include/boost/numeric/interval/compare/
Dtribool.hpp15 #include <boost/logic/tribool.hpp>
24 logic::tribool operator<(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <()
29 return logic::indeterminate; in operator <()
33 logic::tribool operator<(const interval<T, Policies>& x, const T& y) in operator <()
38 return logic::indeterminate; in operator <()
42 logic::tribool operator<=(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator <=()
47 return logic::indeterminate; in operator <=()
51 logic::tribool operator<=(const interval<T, Policies>& x, const T& y) in operator <=()
56 return logic::indeterminate; in operator <=()
60 logic::tribool operator>(const interval<T, Policies1>& x, const interval<T, Policies2>& y) in operator >()
[all …]
/external/antlr/runtime/JavaScript/third/
Dantcontrib.properties6 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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-logic/
Dcom_github_javaparser_symbolsolver_logic_InferenceContext.txt4 …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 …]
Dcom_github_javaparser_symbolsolver_logic_InferenceVariableType.txt25logic.InferenceVariableType.concreteEquivalentTypesAlsoIndirectly(java.util.Set<com.github.javapar…
26logic.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/mesa3d/src/gfxstream/codegen/scripts/cereal/
Dapi_log_decoder.py13 This class generates decoding logic for the graphics API logs captured by
20 # List of Vulkan APIs that we will generate decoding logic for
99 # Set of Vulkan structs that we need to write decoding logic for
106 # Set of Vulkan enums that we need to write decoding logic for
132 """Main entry point to generate decoding logic for each Vulkan API"""
137 # by VkSubdecoder.cpp. The logic here is a bit of a hack since it's based on the command
144 # Add any structs that this API uses to the list of structs to write decoding logic for
153 # Write out decoding logic for that parameter
160 """Writes decoding logic for all the structs that we use"""
169 # Now we have the full list of structs that we need to write decoding logic for.
[all …]
/external/fonttools/Lib/fontTools/merge/
Dbase.py44 logic = clazz.mergeMap
51 mergeLogic = logic[key]
54 mergeLogic = logic["*"]
76 logic = self.mergeMap
78 if isinstance(logic, dict):
81 return logic(tables)
/external/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc139 enum logic { enum in webrtc::test::NetEqNetworkStatsTest
147 logic current_buffer_size_ms;
148 logic preferred_buffer_size_ms;
149 logic jitter_peaks_found;
150 logic packet_loss_rate;
151 logic expand_rate;
152 logic speech_expand_rate;
153 logic preemptive_rate;
154 logic accelerate_rate;
155 logic secondary_decoded_rate;
[all …]
/external/rust/android-crates-io/crates/bindgen/ir/
Dderive.rs19 /// A trait that encapsulates the logic for whether or not we can derive `Debug`
27 /// A trait that encapsulates the logic for whether or not we can derive `Copy`
35 /// A trait that encapsulates the logic for whether or not we can derive
43 /// A trait that encapsulates the logic for whether or not we can derive `Hash`
51 /// A trait that encapsulates the logic for whether or not we can derive
59 /// A trait that encapsulates the logic for whether or not we can derive
67 /// A trait that encapsulates the logic for whether or not we can derive `Eq`
74 /// A trait that encapsulates the logic for whether or not we can derive `Ord`
/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_XPM_plus/vp/kdll/
Dhal_kerneldll_xe_xpm_plus.c145 if (pRuleEntry->logic == Kdll_Or && bLayerFormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
160 if (pRuleEntry->logic == Kdll_None && !bLayerFormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
206 if (pRuleEntry->logic == Kdll_Or && bSrc0FormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
223 if (pRuleEntry->logic == Kdll_None && !bSrc0FormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
242 else if (bSrc0SampingMatched || pRuleEntry->logic == Kdll_Or) in KernelDll_FindRule_Xe_Xpm_Plus()
302 if (pRuleEntry->logic == Kdll_Or && bCoeffMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
319 if (pRuleEntry->logic == Kdll_None && !bCoeffMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
370 if (pRuleEntry->logic == Kdll_Or && bSrc1FormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
387 if (pRuleEntry->logic == Kdll_None && !bSrc1FormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
533 if (pRuleEntry->logic == Kdll_Or && bTargetFormatMatched) in KernelDll_FindRule_Xe_Xpm_Plus()
[all …]
/external/pytorch/torch/csrc/jit/codegen/fuser/
DREADME.md7logic eventually deferring to device-specific logic and implementation. The device-specific code i…
10 …sion is run, runtime compilation invokes code generation and the device-specific compilation logic.
16 The device-specific components have logic for compiling and running code in FusedKernelCPU (cpu/fus…
/external/python/pyasn1/docs/source/pyasn1/type/constraint/
Dcontents.rst38 Logic operations on constraints
43 by the logic operator objects.
45 The logic operators are Python objects that exhibit similar behaviour
46 as the constraint objects do with the only difference that logic operators
47 are instantiated on the constraint and logic operator objects, not on the
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.h39 // and responses between the core service logic (|svc_|) and remote Producer(s)
76 // Acts like a Producer with the core Service business logic (which doesn't
84 // These methods are called by the |core_service_| business logic. There is
104 // The interface obtained from the core service business logic through
106 // specific Producer on the Service business logic.
123 // Returns the ProducerEndpoint in the core business logic that corresponds to
130 // |core_service_| business logic.
Dconsumer_ipc_service.h39 // and responses between the core service logic (|svc_|) and remote Consumer(s)
79 // Acts like a Consumer with the core Service business logic (which doesn't
87 // These methods are called by the |core_service_| business logic. There is
101 // The interface obtained from the core service business logic through
103 // a specific Consumer on the Service business logic.
143 // Returns the ConsumerEndpoint in the core business logic that corresponds to
161 // |core_service_| business logic.
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/naming/
DNameLogicTestingJss060Test.java206 …classifyRoles("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/AbstractClassD… in classifyRolesLogic()
207 …classifyRoles("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/AbstractTypeDe… in classifyRolesLogic()
208 …classifyRoles("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/ConfilictingGe… in classifyRolesLogic()
209 …classifyRoles("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/FunctionalInte… in classifyRolesLogic()
210 …classifyRoles("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/InferenceConte… in classifyRolesLogic()
211 …classifyRoles("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/InferenceVaria… in classifyRolesLogic()
212 …classifyRoles("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/ObjectProvider… in classifyRolesLogic()
430 …classifyReferences("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/AbstractC… in classifyReferencesLogic()
431 …classifyReferences("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/AbstractT… in classifyReferencesLogic()
432 …classifyReferences("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/Confilict… in classifyReferencesLogic()
[all …]
/external/coreboot/src/soc/intel/common/block/include/intelblocks/
Dpmc_ipc.h25 /* IPC subcommand to control RFI Control 0 register logic write */
27 /* IPC subcommand to control RFI Control 4 register logic write */
29 /* IPC subcommand to control EMI Control 0 register logic write */
31 /* IPC subcommand to control FFFC_FAULT_STATUS register logic read */
33 /* IPC subcommand to control FFFC_RFI_STATUS register logic read */
/external/python/pyasn1/pyasn1/type/
Dconstraint.py82 # Constraints derivation logic
516 # Logic operations on constraints
519 """Create a ConstraintsExclusion logic operator object.
521 The ConstraintsExclusion logic operator succeeds when the
525 any constraint and logic operator object.
530 Constraint or logic operator object.
603 """Create a ConstraintsIntersection logic operator object.
605 The ConstraintsIntersection logic operator only succeeds
609 any constraint and logic operator objects.
617 Constraint or logic operator objects.
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DAnalyseJavaSymbolSolver060Test.java53 new JavaParserTypeSolver(new File(src + "/java-symbol-solver-logic")), in getSourceFileInfoExtractor()
80 …* @param projectName is one of "java-symbol-solver-core", "java-symbol-solver-logic", "java-symbol…
303 …parse("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/AbstractClassDeclarati… in parseLogic()
304 …parse("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/AbstractTypeDeclaratio… in parseLogic()
305 …parse("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/ConfilictingGenericTyp… in parseLogic()
306 …parse("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/FunctionalInterfaceLog… in parseLogic()
307 … parse("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/InferenceContext"); in parseLogic()
308 …parse("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/InferenceVariableType"… in parseLogic()
309 … parse("java-symbol-solver-logic", "com/github/javaparser/symbolsolver/logic/ObjectProvider"); in parseLogic()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h330 /// Visit - Transfer function logic for all statements. Dispatches to
339 /// VisitGCCAsmStmt - Transfer function logic for inline asm.
343 /// VisitMSAsmStmt - Transfer function logic for MS inline asm.
347 /// VisitBlockExpr - Transfer function logic for BlockExprs.
351 /// VisitLambdaExpr - Transfer function logic for LambdaExprs.
355 /// VisitBinaryOperator - Transfer function logic for binary operators.
364 /// VisitCast - Transfer function logic for all casts (implicit and explicit).
368 /// VisitCompoundLiteralExpr - Transfer function logic for compound literals.
372 /// Transfer function logic for DeclRefExprs and BlockDeclRefExprs.
376 /// VisitDeclStmt - Transfer function logic for DeclStmts.
[all …]
/external/llvm/test/CodeGen/X86/
Dfp-logic.ll4 ; 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/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DFieldScopeImpl.java37 * Implementation of a {@link FieldScope}. It takes a logic component {@link FieldScopeLogic}, and
43 * an appropriate testing string, we separate the logic components from the public interface.
53 FieldScopeLogic logic, in create() argument
55 return new AutoValue_FieldScopeImpl(logic, usingCorrespondenceStringFunction); in create()
59 abstract FieldScopeLogic logic(); in logic() method in FieldScopeImpl
161 logic().ignoringFields(fieldNumbers), in ignoringFields()
174 logic().ignoringFieldDescriptors(fieldDescriptors), in ignoringFieldDescriptors()
187 logic().allowingFields(fieldNumbers), in allowingFields()
200 logic().allowingFieldDescriptors(fieldDescriptors), in allowingFieldDescriptors()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64SchedPredicates.td46 // Check the shifting type in arithmetic and logic instructions.
55 // Check for shifting in arithmetic and logic instructions.
92 // Identify logic immediate instructions.
97 // Identify logic instructions with shift.
105 // Identify logic instructions without shift.
113 // Identify arithmetic and logic immediate instructions.
117 // Identify arithmetic and logic instructions with shift.
121 // Identify arithmetic and logic instructions without shift.
257 // Identify arithmetic and logic instructions with a shifted register.
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py20 """Base class that controls bypass logic for firmware screens."""
36 """Bypass the dev mode firmware logic to boot internal image."""
41 """Bypass the dev mode firmware logic to boot USB."""
46 """Bypass the rec mode firmware logic to boot USB."""
111 """Controls bypass logic via keyboard shortcuts for menu UI."""
114 """Bypass the dev mode firmware logic to boot internal image.
132 """Bypass the dev mode firmware logic to boot USB."""
138 """Bypass the dev mode firmware logic to boot from default target."""
144 """Bypass the rec mode firmware logic to boot USB."""
198 """Controls bypass logic via keyboard shortcuts for legacy clamshell UI."""
[all …]
/external/pytorch/docs/source/
Dcheckpoint.rst8 checkpointing. By default, checkpointing includes logic to juggle
11 compared to non-checkpointed passes. The logic to stash and restore
18 The stashing logic saves and restores the RNG state for CPU and another
28 However, the logic has no way to anticipate if the user will move
/external/toolchain-utils/binary_search_tool/
DMAINTENANCE31 These unit tests will not test the specific logic for ChromeOS/Android
44 the binary searching logic from it. Maybe just extract the binary searching
45 logic from binary_search_perforce.py and put it in its own module in
109 4. General binary searching logic/pruning logic:
120 again. Because the binary search logic finds the bad item with the lowest
/external/chromium-trace/catapult/devil/devil/android/
Ddecorators_test.py26 """Tests that the base decorator handles the timeout logic."""
42 """Tests that the base decorator handles the retries logic."""
118 """Tests that the defaults decorator handles timeout logic."""
141 """Tests that the defaults decorator handles retries logic."""
189 """Tests that the explicit decorator handles timeout logic."""
205 """Tests that the explicit decorator handles retries logic."""
287 """Tests that the method decorator handles timeout logic."""
301 """Tests that the method decorator handles retries logic."""

12345678910>>...362