/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
D | multidict.py | 89 multi = {} 94 if key in multi: 98 multi[key] = None 228 def __init__(self, multi=None, encoding=None, errors='strict', argument 230 self.multi = multi 237 items = self.multi._items 282 return self._decode_value(self.multi.__getitem__(key)) 286 self.multi.__setitem__(key, value) 293 self.multi.add(key, value) 300 return [self._decode_value(v) for v in self.multi.getall(key)] [all …]
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | MultiType.java | 195 private Map mergeMultiAndSingle(MultiType multi, Type single) { in mergeMultiAndSingle() argument 196 Map map1 = getAllMultiInterfaces(multi); in mergeMultiAndSingle() 240 MultiType multi = (MultiType)type; in merge() local 242 if (multi.resolved != null) { in merge() 243 merged = mergeMultiAndSingle(this, multi.resolved); in merge() 245 merged = mergeMultiInterfaces(multi, this); in merge() 246 if (! inMergeSource(multi)) in merge() 247 mergeSource = multi; in merge() 288 MultiType multi = (MultiType) o; in equals() 290 return resolved.equals(multi.resolved); in equals() [all …]
|
D | MultiArrayType.java | 120 MultiArrayType multi = (MultiArrayType)o; in equals() 122 return component.equals(multi.component) && dims == multi.dims; in equals()
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | load-object-a.ll | 4 …UN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/mul… 7 ; RUN: find %t.cachedir -type f -name 'multi-module-?.o' -exec mv -v '{}' %t.cachedir2 ';' 10 …%lli -jit-kind=orc-mcjit -extra-object=%t.cachedir2/multi-module-b.o -extra-object=%t.cachedir2/mu… 13 ; RUN: llvm-ar r %t.cachedir3/load-object.a %t.cachedir2/multi-module-b.o 14 ; RUN: llvm-ar r %t.cachedir3/load-object.a %t.cachedir2/multi-module-c.o
|
D | multi-module-a.ll | 1 …UN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/mul…
|
D | multi-module-sm-pic-a.ll | 1 …UN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/mul…
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | load-object-a.ll | 4 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -en… 7 ; RUN: find %t.cachedir -type f -name 'multi-module-?.o' -exec mv -v '{}' %t.cachedir2 ';' 10 ; RUN: %lli -extra-object=%t.cachedir2/multi-module-b.o -extra-object=%t.cachedir2/multi-module-c.o… 13 ; RUN: llvm-ar r %t.cachedir3/load-object.a %t.cachedir2/multi-module-b.o 14 ; RUN: llvm-ar r %t.cachedir3/load-object.a %t.cachedir2/multi-module-c.o
|
D | multi-module-a.ll | 1 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll %s …
|
D | multi-module-sm-pic-a.ll | 1 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -re…
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | MultiInputStreamTest.java | 96 MultiInputStream multi = new MultiInputStream( in testSkip() local 107 multi.skip(-1); in testSkip() 108 multi.skip(-1); in testSkip() 109 multi.skip(0); in testSkip() 110 ByteStreams.skipFully(multi, 20); in testSkip() 111 assertEquals(20, multi.read()); in testSkip()
|
/external/elfutils/src/tests/ |
D | run-buildid.sh | 24 testfiles testfile42 testfile_multi.dwz testfile-dwzstr.multi \ 28 testfile_multi.dwz testfile-dwzstr.multi \ 33 testfile-dwzstr.multi: build ID: 6da22627dae55c1d62cf9122827c665e240a056b
|
/external/iptables/iptables/ |
D | Makefile.am | 6 xtables_multi_SOURCES = xtables-multi.c iptables-xml.c 27 sbin_PROGRAMS = xtables-multi 53 for i in ${v4_sbin_links}; do ${LN_S} -f xtables-multi "${DESTDIR}${sbindir}/$$i"; done; 54 for i in ${v6_sbin_links}; do ${LN_S} -f xtables-multi "${DESTDIR}${sbindir}/$$i"; done;
|
/external/lzma/CS/7zip/Common/ |
D | CommandLineParser.cs | 26 public SwitchForm(string idString, SwitchType type, bool multi, in SwitchForm() argument 31 Multi = multi; in SwitchForm() 36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen): in SwitchForm() argument 37 this(idString, type, multi, minLen, 0, "") in SwitchForm() 40 public SwitchForm(string idString, SwitchType type, bool multi): in SwitchForm() argument 41 this(idString, type, multi, 0) in SwitchForm()
|
/external/markdown/tests/misc/ |
D | benchmark.dat | 39 multi-line-tags:0.080000:0.000000 40 multi-paragraph-block-quote:0.070000:0.000000 41 multi-test:0.150000:0.000000
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 3 /** \page TopicMultiThreading Eigen and multi-threading 22 You can disable Eigen's multi threading at compile time by defining the EIGEN_DONT_PARALLELIZE prep… 24 Currently, the following algorithms can make use of multi-threading: 28 \section TopicMultiThreading_UsingEigenWithMT Using Eigen in a multi-threaded application
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/ |
D | auth.multi.txt | 1 :mod:`paste.auth.multi` -- Authentication via one of multiple methods 4 .. automodule:: paste.auth.multi
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_render.c | 142 swtnl_restart(struct gl_context *ctx, int multi, unsigned vertex_size) in swtnl_restart() argument 154 nouveau_pushbuf_refn (push, refs, multi ? 2 : 1)) in swtnl_restart() 158 if (multi) in swtnl_restart() 209 int multi = (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS); \ 212 if (!swtnl_restart(ctx, multi, vertex_size)) \ 222 if (multi) { \
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | invalid-armv7.txt | 437 # VST1 multi-element, type == 0b0111, align == 0b10 -> undefined 442 # VST1 multi-element, type == 0b0111, align == 0b11 -> undefined 447 # VST1 multi-element, type == 0b1010, align == 0b11 -> undefined 452 # VST1 multi-element, type == 0b0110, align == 0b10 -> undefined 457 # VST1 multi-element, type == 0b0110, align == 0b11 -> undefined 462 # VST2 multi-element, type == 0b0100, align == 0b11 -> undefined 467 # VST2 multi-element, type == 0b0100, align == 0b11 -> undefined 472 # VST3 multi-element, size = 0b11 -> undefined 477 # VST3 multi-element, align = 0b10 -> undefined 482 # VST3 multi-element, align = 0b11 -> undefined [all …]
|
D | invalid-thumbv7.txt | 277 # VLD1 multi-element, type=0b1010 align=0b11 282 # VLD1 multi-element type=0b0111 align=0b1x 287 # VLD1 multi-element type=0b0010 align=0b1x 292 # VLD2 multi-element size=0b11 297 # VLD2 multi-element type=0b1111 align=0b11 302 # VLD2 multi-element type=0b1001 align=0b11 307 # VLD3 multi-element size=0b11 312 # VLD3 multi-element align=0b1x 317 # VLD4 multi-element size=0b11
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | multi-module-a.ll | 1 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -di…
|
D | multi-module-sm-pic-a.ll | 1 ; RUN: %lli -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -di…
|
/external/fdlibm/ |
D | readme | 118 create a multi-standard compliant FDLIBM. In this case, each 162 multi-standard compliant (supports IEEE,XOPEN,POSIX/ANSI,SVID). 169 To create a multi-standard compliant libm, use 170 make "CFLAGS = -D_IEEE_MODE" --- multi-standard fdlibm: default 172 make "CFLAGS = -D_XOPEN_MODE" --- multi-standard fdlibm: default 174 make "CFLAGS = -D_POSIX_MODE" --- multi-standard fdlibm: default 176 make "CFLAGS = -D_SVID3_MODE" --- multi-standard fdlibm: default 183 The libm.a of FDLIBM will be multi-standard compliant and 201 It is possible to change the default standard in multi-standard
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/ |
D | multi-module-a.ll | 1 …UN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/mul…
|
D | multi-module-sm-pic-a.ll | 1 …UN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/mul…
|
/external/protobuf/src/google/protobuf/ |
D | reflection_ops_unittest.cc | 394 message.AddExtension(unittest::TestRequired::multi); in TEST() 398 message.MutableExtension(unittest::TestRequired::multi, 0)->set_a(1); in TEST() 399 message.MutableExtension(unittest::TestRequired::multi, 0)->set_b(2); in TEST() 400 message.MutableExtension(unittest::TestRequired::multi, 0)->set_c(3); in TEST() 451 message.AddExtension(unittest::TestRequired::multi); in TEST() 452 message.AddExtension(unittest::TestRequired::multi); in TEST()
|