Searched refs:circuit (Results 1 – 25 of 51) sorted by relevance
123
/external/deqp-deps/glslang/Test/ |
D | spv.shortCircuit.frag | 27 if (ub || foo()) // must short circuit 30 if (ub && foo()) // must short circuit 39 if (ub || ++of1 > 1.0) // must short circuit
|
/external/tcpdump/tests/ |
D | isis_4-v.out | 4 circuit-id: 0x00, PDU length: 1499 24 circuit-id: 0x00, PDU length: 1499 44 circuit-id: 0x00, PDU length: 1499 64 circuit-id: 0x00, PDU length: 1499 84 circuit-id: 0x00, PDU length: 1499 104 circuit-id: 0x00, PDU length: 1499 124 circuit-id: 0x00, PDU length: 1499 144 circuit-id: 0x00, PDU length: 1499 284 circuit-id: 0x00, PDU length: 1499 304 circuit-id: 0x00, PDU length: 1499 [all …]
|
D | isis_stlv_asan-3.out | 3 source-id: fed0.f90f.58af, holding time: 34047s, Flags: [unknown circuit type 0x00]
|
D | isis_stlv_asan-2.out | 3 source-id: fed0.f90f.58af, holding time: 34047s, Flags: [unknown circuit type 0x00]
|
D | isis_stlv_asan.out | 3 source-id: fed0.f90f.58af, holding time: 34047s, Flags: [unknown circuit type 0x00]
|
D | isis_stlv_asan-4.out | 3 source-id: fe02.0000.d0f9, holding time: 3928s, Flags: [unknown circuit type 0x00]
|
D | isis_sysid_asan.out | 3 source-id: fed0.f90f.58af, holding time: 34047s, Flags: [unknown circuit type 0x00]
|
D | isis-extd-isreach-oobr.out | 10 source-id: 3801.0101.0101, holding time: 257s, Flags: [unknown circuit type 0x00]
|
D | isis-seg-fault-2-v.out | 3 source-id: 3333.3333.3333, holding time: 10s, Flags: [unknown circuit type 0x21]
|
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/ |
D | fake-icera | 7 # and/or circuit-switched"
|
/external/autotest/client/site_tests/network_ModemManagerSMS/src/ |
D | fake-icera | 7 # and/or circuit-switched"
|
/external/clang/test/Analysis/ |
D | live-variables.m | 16 // This happens due to CFG being special cased for short circuit operators.
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | short-circuit.ll | 1 ; Test on -enable-sc if basic blocks are split when short circuit evaluation
|
/external/u-boot/drivers/rtc/ |
D | Kconfig | 23 has a selectable I2C-bus or SPI-bus, a backup battery switch-over circuit, a
|
/external/perfetto/docs/ |
D | ipc.md | 12 transport (e.g., Perfetto uses Mojo in chromium) or just short circuit the
|
D | architecture.md | 85 - Not use an IPC mechanism at all and just short circuit the
|
/external/walt/docs/ |
D | AudioLatency.md | 63 The signal is attenuated by a simple circuit similar to the
|
/external/python/setuptools/pkg_resources/ |
D | api_tests.txt | 361 >>> print(im("'x'=='y' and os.open('foo')=='y'")) # no short-circuit! 364 >>> print(im("'x'=='x' or os.open('foo')=='y'")) # no short-circuit!
|
/external/u-boot/doc/ |
D | README.armada-secureboot | 345 for normal operation. The AN [4] describes a software-controlled circuit (based 347 this, but a jumper-based circuit should suffice as well. Regardless of the 348 chosen circuit, the issue needs to be addressed accordingly!
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | LangImpl06.rst | 66 # Binary "logical or", (note that it does not "short circuit") 491 # Binary logical or, which does not short circuit. 500 # Binary logical and, which does not short circuit.
|
D | OCamlLangImpl6.rst | 66 # Binary "logical or", (note that it does not "short circuit") 445 # Binary logical or, which does not short circuit. 454 # Binary logical and, which does not short circuit.
|
/external/llvm/docs/tutorial/ |
D | LangImpl06.rst | 66 # Binary "logical or", (note that it does not "short circuit") 490 # Binary logical or, which does not short circuit. 499 # Binary logical and, which does not short circuit.
|
D | OCamlLangImpl6.rst | 66 # Binary "logical or", (note that it does not "short circuit") 445 # Binary logical or, which does not short circuit. 454 # Binary logical and, which does not short circuit.
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 62 The Bionic Dog gets a hormonal short-circuit and violates the
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 656 The Boolean operators ``and`` and ``or`` are so-called *short-circuit* 661 short-circuit operator is the last evaluated argument.
|
123