Home
last modified time | relevance | path

Searched defs:joined (Results 1 – 23 of 23) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DMultiInputStreamTest.java76 ByteSource joined = ByteSource.concat(sources); in joinHelper() local
82 ByteSource joined = ByteSource.concat(source, source); in testReadSingleByte() local
/external/javapoet/src/test/java/com/squareup/javapoet/
DCodeBlockTest.java311 CodeBlock joined = CodeBlock.join(codeBlocks, " || "); in join() local
321 CodeBlock joined = codeBlocks.stream().collect(CodeBlock.joining(" || ")); in joining() local
329 CodeBlock joined = codeBlocks.stream().collect(CodeBlock.joining(" || ")); in joiningSingle() local
339 CodeBlock joined = codeBlocks.stream().collect(CodeBlock.joining(" || ", "start {", "} end")); in joiningWithPrefixAndSuffix() local
/external/eigen/doc/snippets/
DTutorial_AdvancedInitialization_Join.cpp9 RowVectorXd joined(7); variable
/external/grpc-grpc/test/core/gpr/
Dstring_test.cc137 char* joined; in test_strjoin() local
157 char* joined; in test_strjoin_sep() local
/external/grpc-grpc/test/core/util/
Dsubprocess_posix.cc41 bool joined; member
Dsubprocess_windows.cc35 int joined; member
/external/python/cpython3/Objects/
Daccu.c34 PyObject *joined; in flush_accumulator() local
Dtypeobject.c3692 PyObject *joined = NULL; in object_new() local
/external/skia/src/utils/
DSkMultiPictureDocument.cpp43 SkSize joined = {0, 0}; in join() local
185 SkSize joined = {0.0f, 0.0f}; in SkMultiPictureDocumentRead() local
/external/skqp/src/utils/
DSkMultiPictureDocument.cpp43 SkSize joined = {0, 0}; in join() local
185 SkSize joined = {0.0f, 0.0f}; in SkMultiPictureDocumentRead() local
/external/owasp/sanitizer/src/main/org/owasp/html/
DElementAndAttributePolicies.java112 AttributePolicy joined = AttributePolicy.Util.join( in andGlobals() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc96 StateMap::CondId joined = joined_or.ValueOrDie(); in TEST_F() local
/external/tensorflow/tensorflow/python/training/
Dcoordinator.py400 def joined(self): member in Coordinator
/external/skqp/tools/skpbench/
Dskpbench.cpp544 SkString joined; in join() local
/external/cldr/tools/java/org/unicode/cldr/util/
DFindDTDOrder.java447 final String joined = CldrUtility.join(orderingList, " "); in breakLines() local
/external/skia/tools/skpbench/
Dskpbench.cpp545 SkString joined; in join() local
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator_test.py152 def joined(self): member in MockServer
/external/iputils/
Drdisc.c1232 int joined[num_interfaces]; in join() local
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1726 ScopedPyObjectPtr joined( in CheckAndGetInteger() local
/external/python/cpython3/Modules/
D_elementtree.c2486 PyObject *joined = list_join(*data); in treebuilder_set_element_text_or_tail() local
/external/swiftshader/src/Pipeline/
DShaderCore.cpp1232 …UInt4 joined = ((((As<UInt4>(Min(As<Float4>(absf & UInt4(mask_round)) * As<Float4>(UInt4(c_magic)), in floatToHalfBits() local
/external/swiftshader/src/Shader/
DShaderCore.cpp1232 …UInt4 joined = ((((As<UInt4>(Min(As<Float4>(absf & UInt4(mask_round)) * As<Float4>(UInt4(c_magic)), in floatToHalfBits() local
/external/python/cpython2/Objects/
Dtypeobject.c3030 PyObject *joined = NULL; in object_new() local