/external/iptables/extensions/ |
D | libxt_NFQUEUE.t | 12 -j NFQUEUE --queue-num 10 --queue-bypass;=;OK 13 …UE --queue-balance 0:6 --queue-cpu-fanout --queue-bypass;-j NFQUEUE --queue-balance 0:6 --queue-by… 14 -j NFQUEUE --queue-bypass --queue-balance 0:6 --queue-cpu-fanout;-j NFQUEUE --queue-balance 0:6 --q… 15 -j NFQUEUE --queue-balance 0:6 --queue-bypass;=;OK 16 -j NFQUEUE --queue-bypass;-j NFQUEUE --queue-num 0 --queue-bypass;OK
|
D | libxt_NFQUEUE.c | 123 info->bypass |= NFQ_FLAG_BYPASS; in NFQUEUE_parse_v2() 189 if (info->bypass & NFQ_FLAG_BYPASS) in NFQUEUE_print_v2() 244 if (info->bypass & NFQ_FLAG_BYPASS) in NFQUEUE_save_v2() 312 if (info->bypass & NFQ_FLAG_BYPASS) in NFQUEUE_xlate_v2()
|
D | libxt_NFQUEUE.man | 10 \fBqueue-bypass\fP in 2.6.39. 23 \fB\-\-queue\-bypass\fP
|
/external/zlib/src/examples/ |
D | gzappend.c | 204 unsigned bypass; in skip() local 208 bypass = n & ~((1U << in->size) - 1); in skip() 209 if (bypass) { in skip() 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) in skip() 212 n -= bypass; in skip()
|
/external/python/cpython2/Lib/test/ |
D | test_urllib.py | 186 bypass = urllib.proxy_bypass_environment 189 self.assertTrue(bypass('localhost')) 190 self.assertTrue(bypass('LocalHost')) # MixedCase 191 self.assertTrue(bypass('LOCALHOST')) # UPPERCASE 192 self.assertTrue(bypass('newdomain.com:1234')) 193 self.assertTrue(bypass('anotherdomain.com:8888')) 194 self.assertTrue(bypass('www.newdomain.com:1234')) 195 self.assertFalse(bypass('prelocalhost')) 196 self.assertFalse(bypass('newdomain.com')) # no port 197 self.assertFalse(bypass('newdomain.com:1235')) # wrong port
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_chorus.c | 111 pChorusData->bypass = EAS_CHORUS_BYPASS_DEFAULT; in ChorusInit() 273 if (pChorusData->bypass == EAS_TRUE || pChorusData->m_nLevel == 0) in ChorusProcess() 439 *pValue = (EAS_I32) p->bypass; in ChorusGetParam() 487 p->bypass = (EAS_BOOL) value; in ChorusSetParam()
|
D | eas_chorusdata.h | 93 EAS_BOOL bypass; member
|
/external/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 29 // Pipeline bypass / forwarding - These values specifies the symbolic names of 96 // a def by an instruction is available on a specific bypass and the use can 97 // read from the same bypass, then the operand use latency is reduced by one. 134 // info. Subtargets using NoItineraries can bypass the scheduler's
|
/external/python/cpython3/Lib/test/ |
D | test_urllib.py | 248 bypass = urllib.request.proxy_bypass_environment 251 self.assertTrue(bypass('localhost')) 252 self.assertTrue(bypass('LocalHost')) # MixedCase 253 self.assertTrue(bypass('LOCALHOST')) # UPPERCASE 254 self.assertTrue(bypass('newdomain.com:1234')) 255 self.assertTrue(bypass('foo.d.o.t')) # issue 29142 256 self.assertTrue(bypass('anotherdomain.com:8888')) 257 self.assertTrue(bypass('www.newdomain.com:1234')) 258 self.assertFalse(bypass('prelocalhost')) 259 self.assertFalse(bypass('newdomain.com')) # no port [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSchedule.td | 26 // Pipeline bypass / forwarding - These values specifies the symbolic names of 93 // a def by an instruction is available on a specific bypass and the use can 94 // read from the same bypass, then the operand use latency is reduced by one.
|
/external/iptables/include/linux/netfilter/ |
D | xt_NFQUEUE.h | 26 __u16 bypass; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_NFQUEUE.h | 27 __u16 bypass; member
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleE500mc.td | 28 // The CFX has a bypass path, allowing non-divide instructions to execute 34 : FuncUnit; // CFX divide bypass path 314 let LoadLatency = 5; // Optimistic load latency assuming bypass.
|
D | PPCScheduleE5500.td | 28 // The CFX has a bypass path, allowing non-divide instructions to execute 34 : FuncUnit; // CFX divide bypass path 374 let LoadLatency = 6; // Optimistic load latency assuming bypass.
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-ldr-pseudo.ll | 3 ; assembly, the current code path will bypass the parser and just write the
|
/external/llvm/test/CodeGen/AArch64/ |
D | inlineasm-ldr-pseudo.ll | 2 ; assembly, the current code path will bypass the parser and just write the
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 465 goto bypass; in DECODER() 471 goto bypass; in DECODER() 482 goto bypass; in DECODER() 496 bypass: in DECODER()
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | _codecs_iso2022.c | 464 goto bypass; in DECODER() 470 goto bypass; in DECODER() 481 goto bypass; in DECODER() 495 bypass: WRITE1(c) in DECODER()
|
/external/llvm/test/CodeGen/X86/ |
D | atom-bypass-slow-division-64.ll | 5 ; Additional tests for 64-bit divide bypass
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_x86-64_PIC_relocations.s | 54 # Test external-symbol relocation bypass: symbols with addr 0xffffffffffffffff
|
/external/expat/ |
D | Makefile.am | 113 @echo 'ERROR: "make -C lib all install" to bypass compilation' >&2
|
/external/tensorflow/tensorflow/contrib/graph_editor/tests/ |
D | edit_test.py | 74 ge.bypass(ge.sgv(self.f.op).remap_inputs([0]))
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | edit.py | 201 def bypass(sgv): function
|
/external/tensorflow/tensorflow/docs_src/api_guides/python/ |
D | contrib.graph_editor.md | 97 *connect* or *bypass*. 159 * @{tf.contrib.graph_editor.bypass}
|
/external/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 84 echo If you did not plan this, -M flag is recommended to bypass maximal load.
|