HomeSort by relevance Sort by last modified time
    Searched refs:joined (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_Join.cpp 9 RowVectorXd joined(7);
10 joined << vec1, vec2;
11 std::cout << "joined = " << joined << std::endl;
  /external/grpc-grpc/test/core/gpr/
string_test.cc 137 char* joined; local
141 joined = gpr_strjoin(parts, 4, &joined_len);
142 GPR_ASSERT(0 == strcmp("onetwothreefour", joined));
143 gpr_free(joined);
145 joined = gpr_strjoin(parts, 0, &joined_len);
146 GPR_ASSERT(0 == strcmp("", joined));
147 gpr_free(joined);
149 joined = gpr_strjoin(parts, 1, &joined_len);
150 GPR_ASSERT(0 == strcmp("one", joined));
151 gpr_free(joined);
157 char* joined; local
    [all...]
  /external/python/cpython3/Objects/
accu.c 34 PyObject *joined; local
40 joined = join_list_unicode(acc->small);
41 if (joined == NULL)
44 Py_DECREF(joined);
47 ret = PyList_Append(acc->large, joined);
48 Py_DECREF(joined);
  /external/grpc-grpc/test/core/util/
subprocess_posix.cc 41 bool joined; member in struct:gpr_subprocess
72 if (!p->joined) {
90 p->joined = true;
95 if (!p->joined) {
subprocess_windows.cc 35 int joined; member in struct:gpr_subprocess
72 if (!p->joined) {
91 p->joined = 1;
119 p->joined = 1;
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 76 ByteSource joined = ByteSource.concat(sources); local
77 assertTrue(newByteSource(0, start).contentEquals(joined));
82 ByteSource joined = ByteSource.concat(source, source); local
83 assertEquals(20, joined.size());
84 InputStream in = joined.openStream();
  /external/vulkan-validation-layers/layers/
vk_layer_utils.h 61 String joined; local
63 if (!count) return joined;
70 joined.reserve(reserve + 1);
74 joined.append(*current);
77 joined.append(sep);
78 joined.append(*current);
80 return joined;
  /external/skia/src/utils/
SkMultiPictureDocument.cpp 43 SkSize joined = {0, 0}; local
45 joined = SkSize{SkTMax(joined.width(), s.width()), SkTMax(joined.height(), s.height())};
47 return joined;
185 SkSize joined = {0.0f, 0.0f}; local
187 joined = SkSize{SkTMax(joined.width(), dstArray[i].fSize.width()),
188 SkTMax(joined.height(), dstArray[i].fSize.height())};
193 PagerCanvas canvas(joined.toCeil(), dstArray, dstArrayCount)
    [all...]
  /external/skqp/src/utils/
SkMultiPictureDocument.cpp 43 SkSize joined = {0, 0}; local
45 joined = SkSize{SkTMax(joined.width(), s.width()), SkTMax(joined.height(), s.height())};
47 return joined;
185 SkSize joined = {0.0f, 0.0f}; local
187 joined = SkSize{SkTMax(joined.width(), dstArray[i].fSize.width()),
188 SkTMax(joined.height(), dstArray[i].fSize.height())};
193 PagerCanvas canvas(joined.toCeil(), dstArray, dstArrayCount)
    [all...]
  /external/javapoet/src/test/java/com/squareup/javapoet/
CodeBlockTest.java 311 CodeBlock joined = CodeBlock.join(codeBlocks, " || "); local
312 assertThat(joined.toString()).isEqualTo("\"hello\" || world.World || need tacos");
321 CodeBlock joined = codeBlocks.stream().collect(CodeBlock.joining(" || ")); local
322 assertThat(joined.toString()).isEqualTo("\"hello\" || world.World || need tacos");
329 CodeBlock joined = codeBlocks.stream().collect(CodeBlock.joining(" || ")); local
330 assertThat(joined.toString()).isEqualTo("\"hello\"");
339 CodeBlock joined = codeBlocks.stream().collect(CodeBlock.joining(" || ", "start {", "} end")); local
340 assertThat(joined.toString()).isEqualTo("start {\"hello\" || world.World || need tacos} end");
  /frameworks/av/media/codec2/components/base/
SimpleC2Interface.cpp 46 C2String joined; local
48 if (joined.length()) {
49 joined += ",";
51 joined += alias;
55 .withConstValue(AllocSharedString<C2ComponentAliasesSetting>(joined.c_str()))
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicies.java 112 AttributePolicy joined = AttributePolicy.Util.join( local
114 if (!joined.equals(attrPolicy)) {
119 anded.put(attrName, joined);
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_cond_test.cc 96 StateMap::CondId joined = joined_or.ValueOrDie(); local
99 auto t = JoinCondStatesNonMerge(then_branch, joined);
  /device/google/crosshatch/fuzzy_fastboot/
checksum_parser.py 7 info response joined by newlines into one argument.
  /external/tensorflow/tensorflow/python/distribute/
distribute_coordinator_test.py 152 def joined(self): member in class:MockServer
654 self.assertFalse(self._std_servers[WORKER][0].joined)
655 self.assertFalse(self._std_servers[WORKER][1].joined)
656 self.assertFalse(self._std_servers[WORKER][2].joined)
712 self.assertFalse(self._std_servers[WORKER][0].joined)
713 self.assertTrue(self._std_servers[WORKER][1].joined)
714 self.assertTrue(self._std_servers[WORKER][2].joined)
754 self.assertFalse(self._std_servers[WORKER][0].joined)
755 self.assertTrue(self._std_servers[WORKER][1].joined)
756 self.assertTrue(self._std_servers[WORKER][2].joined)
    [all...]
  /build/blueprint/pathtools/
lists.go 22 // PrefixPaths returns a list of paths consisting of prefix joined with each
  /external/autotest/frontend/tko/
models.py 593 joined = False
598 joined = True
605 joined = True
610 joined = True
620 joined = True
626 joined = True
628 if not joined:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
text_file.py 57 with a backslash, then N+1 physical lines will be joined to
60 strip leading whitespace from lines that are joined to their
  /external/python/cpython2/Lib/distutils/
text_file.py 57 with a backslash, then N+1 physical lines will be joined to
60 strip leading whitespace from lines that are joined to their
  /external/python/cpython3/Lib/distutils/
text_file.py 54 with a backslash, then N+1 physical lines will be joined to
57 strip leading whitespace from lines that are joined to their
  /external/iputils/
rdisc.c 1232 int joined[num_interfaces]; local
1234 memset(joined, 0, sizeof(joined));
1242 if (joined[j] == interfaces[i].ifindex)
1257 joined[i] = interfaces[i].ifindex;
    [all...]
  /external/skia/tools/skpbench/
skpbench.cpp 545 SkString joined; local
547 joined.appendf(i ? " %s" : "%s", stringArray[i]);
549 return joined;
  /external/skqp/tools/skpbench/
skpbench.cpp 544 SkString joined; local
546 joined.appendf(i ? " %s" : "%s", stringArray[i]);
548 return joined;
  /external/tensorflow/tensorflow/python/training/
coordinator.py 156 # threads will be joined in addition to the threads passed to the join()
203 # If we have already joined the coordinator the exception will not have a
205 # you continue to use a session have having stopped and joined the
352 # Threads registered after this call will not be joined.
400 def joined(self): member in class:Coordinator
  /build/soong/android/
rule_builder.go 355 // FlagForEachArg adds the specified flag joined with each argument to the command line. The result is identical to
364 // FlagWithList adds the specified flag and list of arguments to the command line, with the arguments joined by sep
462 // FlagWithInputList adds the specified flag and input paths to the command line, with the inputs joined by sep
470 // FlagForEachInput adds the specified flag joined with each input path to the command line. The input paths will also

Completed in 1586 milliseconds

1 2 3