Home
last modified time | relevance | path

Searched defs:concat (Results 1 – 25 of 98) sorted by relevance

1234

/external/trappy/trappy/plotter/
DStaticPlot.py185 def make_title(self, constraint, pivot, permute, concat): argument
197 def add_to_legend(self, series_index, handle, constraint, pivot, concat, permute): argument
218 def _resolve(self, permute, concat): argument
287 def plot_axis(self, axis, series_list, permute, concat, args_to_forward): argument
DBarPlot.py85 def plot_axis(self, axis, series_list, permute, concat, args_to_forward): argument
DLinePlot.py156 def plot_axis(self, axis, series_list, permute, concat, args_to_forward): argument
/external/ltp/testcases/kernel/fs/racer/
Dfs_racer_file_concat.sh25 concat(){ function
/external/guava/guava/src/com/google/common/io/
DCharSource.java263 public static CharSource concat(Iterable<? extends CharSource> sources) { in concat() method in CharSource
285 public static CharSource concat(Iterator<? extends CharSource> sources) { in concat() method in CharSource
301 public static CharSource concat(CharSource... sources) { in concat() method in CharSource
DByteSource.java345 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat() method in ByteSource
367 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat() method in ByteSource
383 public static ByteSource concat(ByteSource... sources) { in concat() method in ByteSource
/external/guava/guava/src/com/google/common/collect/
DObjectArrays.java72 public static <T> T[] concat(T[] first, T[] second, Class<T> type) { in concat() method in ObjectArrays
88 public static <T> T[] concat(@Nullable T element, T[] array) { in concat() method in ObjectArrays
104 public static <T> T[] concat(T[] array, @Nullable T element) { in concat() method in ObjectArrays
/external/v8/tools/
Dconsarray.js53 ConsArray.prototype.concat = function(arr) { method in ConsArray
/external/dexmaker/dexmaker-mockito-tests/src/androidTest/java/com/android/dx/mockito/tests/
DGeneralMocking.java63 public String concat(String a, String b) { in concat() method in GeneralMocking.TestClass
75 String concat(String a, String b); in concat() method
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DObjectArrays.java59 public static <T> T[] concat(@Nullable T element, T[] array) { in concat() method in ObjectArrays
75 public static <T> T[] concat(T[] array, @Nullable T element) { in concat() method in ObjectArrays
/external/tensorflow/tensorflow/core/ops/
Dresource_variable_ops.cc184 ShapeHandle concat; in __anon13bde67d0402() local
206 ShapeHandle concat; in __anon13bde67d0502() local
Dstate_ops.cc121 ShapeHandle concat; in ScatterUpdateShape() local
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DFieldWriter.java55 Iterable<? extends HasClassReferences> concat = in referencedClasses() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test.cc112 auto concat = builder.AddInstruction(HloInstruction::CreateConcatenate( in MakeRematerializableWhileComputation() local
155 const HloInstruction* concat = slice->operand(0); in TEST_F() local
425 auto concat = builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_F() local
541 auto concat = builder.AddInstruction(HloInstruction::CreateConcatenate( in TEST_P() local
/external/clang/test/CodeGenCXX/
Dwasm-args-returns.cpp7 #define concat(x, y) concat_(x, y) macro
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h221 Status UnimplementedStrCat(Args&&... concat) { in UnimplementedStrCat()
227 Status InternalErrorStrCat(Args&&... concat) { in InternalErrorStrCat()
233 Status ResourceExhaustedStrCat(Args&&... concat) { in ResourceExhaustedStrCat()
/external/guava/guava-tests/test/com/google/common/eventbus/
DEventSubscriberTest.java89 Method concat = String.class.getMethod("concat", String.class); in testEquals() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_concat_op.cc133 sparse::SparseTensor concat = sparse::SparseTensor::Concat<T>(sp_inputs); in Compute() local
/external/v8/src/inspector/
Dstring-16.h144 String16 String16::concat(T... args) { in concat() function
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteTest.java1591 ByteString concat = bb.concat(cc); in testParseLazy() local
1610 ByteString concat = bb.concat(cc); in testParseLazy_oneOf() local
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DByteArrayAsListTest.java79 private static Byte[] concat(Byte[] left, Byte[] right) { in concat() method in ByteArrayAsListTest
DCharArrayAsListTest.java79 private static Character[] concat(Character[] left, Character[] right) { in concat() method in CharArrayAsListTest
DFloatArrayAsListTest.java79 private static Float[] concat(Float[] left, Float[] right) { in concat() method in FloatArrayAsListTest
DShortArrayAsListTest.java79 private static Short[] concat(Short[] left, Short[] right) { in concat() method in ShortArrayAsListTest
DIntArrayAsListTest.java80 private static Integer[] concat(Integer[] left, Integer[] right) { in concat() method in IntArrayAsListTest

1234