HomeSort by relevance Sort by last modified time
    Searched full:pass_through (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_formatter.py 47 def pass_through(info, inner, *args, **kw): function
124 pass_through(
128 pass_through,
142 pass_through(
145 pass_through, 'CCDD',
163 pass_through(
  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 50 typedef enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY } BlockExitState;
55 // - PASS_THROUGH: There are neither YMM dirtying instructions nor
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {}
97 case PASS_THROUGH: return "Pass-through";
177 // Start by assuming that the block PASS_THROUGH, which implies no unguarded
179 BlockExitState CurState = PASS_THROUGH;
224 } else if (CurState == PASS_THROUGH) {
294 // through PASS_THROUGH blocks.
308 if (BBState.ExitState == PASS_THROUGH) {
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 46 pass_through(GLuint * state, GLuint blendUnit) function
215 return pass_through(state, blendUnit);
244 return pass_through(state, blendUnit);
261 return pass_through(state, blendUnit);
301 return pass_through(state, blendUnit);
330 return pass_through(state, blendUnit);
341 return pass_through(state, blendUnit);
425 tmp_sz = pass_through(tmp, unit);
  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver_unittest.py 85 at_transceiver.ATTransceiverMode.PASS_THROUGH)
87 at_transceiver.ATTransceiverMode.PASS_THROUGH)
104 at_transceiver.ATTransceiverMode.PASS_THROUGH)
353 Test ATTransceiver class in the PASS_THROUGH mode.
360 at_transceiver.ATTransceiverMode.PASS_THROUGH)
at_transceiver.py 28 PASS_THROUGH: modemmanager commands are routed to/from the physical
34 PASS_THROUGH = 2
39 PASS_THROUGH: 'PASS_THROUGH'
261 if self.mode == ATTransceiverMode.PASS_THROUGH:
278 if(self.mode == ATTransceiverMode.PASS_THROUGH or
298 assert self.mode != ATTransceiverMode.PASS_THROUGH
wardmodem.py 508 at_transceiver.ATTransceiverMode.PASS_THROUGH
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 72 IPA_JF_PASS_THROUGH, /* represented by field pass_through */
169 /* Represents a value of a jump function. pass_through is used only in jump
176 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:ipa_jump_func::jump_func_value
225 return jfunc->value.pass_through.operand;
235 return jfunc->value.pass_through.formal_id;
244 return jfunc->value.pass_through.operation;
253 return jfunc->value.pass_through.agg_preserved;
  /external/libpcap/
sf-pcap.c 135 PASS_THROUGH,
263 ps->scale_type = PASS_THROUGH;
273 ps->scale_type = PASS_THROUGH;
447 case PASS_THROUGH:
sf-pcap-ng.c 205 PASS_THROUGH,
595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
619 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
1225 case PASS_THROUGH:
  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
mpu60x0.h 437 PASS_THROUGH = 0x80
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]

Completed in 470 milliseconds