Home
last modified time | relevance | path

Searched refs:joined (Results 1 – 25 of 30) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/io/
DMultiInputStreamTest.java76 ByteSource joined = ByteSource.concat(sources); in joinHelper() local
77 assertTrue(newByteSource(0, start).contentEquals(joined)); in joinHelper()
82 ByteSource joined = ByteSource.concat(source, source); in testReadSingleByte() local
83 assertEquals(20, joined.size()); in testReadSingleByte()
84 InputStream in = joined.openStream(); in testReadSingleByte()
/external/eigen/doc/snippets/
DTutorial_AdvancedInitialization_Join.cpp9 RowVectorXd joined(7); variable
10 joined << vec1, vec2;
11 std::cout << "joined = " << joined << std::endl;
/external/llvm/include/llvm/Option/
DOptParser.td41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
63 // RenderJoined - The option should be rendered joined, even if separate (only
67 // RenderSeparate - The option should be rendered separately, even if joined
68 // (only sensible on joined options).
/external/owasp/sanitizer/src/main/org/owasp/html/
DElementAndAttributePolicies.java112 AttributePolicy joined = AttributePolicy.Util.join( in andGlobals() local
114 if (!joined.equals(attrPolicy)) { in andGlobals()
119 anded.put(attrName, joined); in andGlobals()
/external/iputils/
Drdisc.c1232 int joined[num_interfaces]; in join() local
1234 memset(joined, 0, sizeof(joined)); in join()
1242 if (joined[j] == interfaces[i].ifindex) in join()
1257 joined[i] = interfaces[i].ifindex; in join()
/external/llvm/test/CodeGen/X86/
D2012-05-19-CoalescerCrash.ll5 ; virtual registers. Stale identity copies that had already been joined were
Dcoalescer-dce.ll28 ; extend the live range of %vreg7 to end at 256d. When the joined copy is
/external/v8/tools/
Djs2c.py50 joined = ", ".join(result)
51 return textwrap.fill(joined, 80)
/external/markdown/docs/extensions/
DMeta-Data.txt67 line breaks if desired. Or the items could be joined where appropriate. No
/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake13 # Make space separated -D and -U flags into joined flags.
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td141 "joined argument expects additional value: '%0'">,
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1216 ScopedPyObjectPtr joined( in CheckAndGetInteger() local
1218 if (joined == NULL) { in CheckAndGetInteger()
1222 GetMessageName(self).c_str(), PyString_AsString(joined.get())); in CheckAndGetInteger()
/external/lldb/docs/
Dlldb-for-gdb-users.txt166 id within their parent breakpoint (the two are joined by a ".",
/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/
Dwords.txt1405 joined
/external/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td65 // Two joined instructions; used to emit two adjacent instructions as one.
/external/openssh/
Dssh.0684 the tun(4) network pseudo-device, allowing two networks to be joined
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt688 it; and the others all joined in chorus, `Yes, please do!' but
1493 (In which the cook and the baby joined):--
2167 `Come on, then!' roared the Queen, and Alice joined the
/external/valgrind/
DNEWS.old1363 and the joined thread exited
/external/clang/include/clang/Driver/
DOptions.td1741 // style of double-dash and equals-joined flags.
/external/bison/data/m4sugar/
Dm4sugar.m42447 # Each pair is joined with INFIX, and pairs are separated by SEPARATOR.
/external/skia/src/animator/
DSkAnimateSchema.xsd488 The edges of thick lines in a path are joined by extending the outer edges to form a miter,
/external/iproute2/doc/
Dip-cref.tex2247 is the \verb|static| flag, which indicates that the address was joined
/external/llvm/docs/
DProgrammersManual.rst1458 class. Classes can be joined by passing two class representatives to the
/external/bison/doc/
Dbison.texi1544 symbols has several alternate rules, joined by the vertical bar @samp{|}
3386 be joined with the vertical-bar character @samp{|} as follows:
3399 They are still considered distinct rules even when joined in this way.

12