HomeSort by relevance Sort by last modified time
    Searched refs:Split (Results 126 - 150 of 971) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/include/llvm/Target/
TargetCallingConv.h 44 static const uint64_t Split = 1ULL<<11;
48 static const uint64_t SplitEnd = 1ULL<<13; ///< Last part of a split
115 bool isSplit() const { return Flags & Split; }
  /external/mesa3d/scons/
crossmingw.py 46 prefixes32 = SCons.Util.Split("""
49 prefixes64 = SCons.Util.Split("""
131 path = string.split(path, os.pathsep)
  /external/tensorflow/tensorflow/python/framework/
python_op_gen_main.cc 73 std::vector<string> op_names = str_util::Split(arg, ',');
157 std::vector<tensorflow::string> api_def_dirs = tensorflow::str_util::Split(
  /prebuilts/go/darwin-x86/misc/android/
cleaner.go 19 for _, f := range strings.Split(files, "\n") {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode_test.go 24 for _, line := range strings.Split(all, "\n") {
  /prebuilts/go/darwin-x86/src/path/filepath/
path_plan9.go 32 return strings.Split(path, string(ListSeparator))
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/internal/nettest/
helper_bsd.go 25 ss := strings.Split(s, ".")
  /prebuilts/go/linux-x86/misc/android/
cleaner.go 19 for _, f := range strings.Split(files, "\n") {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode_test.go 24 for _, line := range strings.Split(all, "\n") {
  /prebuilts/go/linux-x86/src/path/filepath/
path_plan9.go 32 return strings.Split(path, string(ListSeparator))
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/internal/nettest/
helper_bsd.go 25 ss := strings.Split(s, ".")
  /system/core/adb/
adb_listeners_test.cpp 33 for (const std::string& line : android::base::Split(format_listeners(), "\n")) {
34 std::vector<std::string> info = android::base::Split(line, " ");
console.cpp 76 for (const auto& device : android::base::Split(devices, "\n")) {
  /system/tools/aidl/
io_delegate.cpp 39 using android::base::Split;
159 auto directories = Split(absolute_path, string{1u, OS_PATH_SEPARATOR});
  /bionic/linker/
linker_logger.cpp 51 std::vector<std::string> options = android::base::Split(value, ",");
  /bootable/recovery/otautil/include/otautil/
rangeset.h 54 // of 1-block between any two of them. For example, 14 blocks would be split into 4 + 4 + 3 + 3,
57 // equal to groups. The current RangeSet remains intact after the split.
58 std::vector<RangeSet> Split(size_t groups) const;
127 // The class is a sorted version of a RangeSet; and it's useful in imgdiff to split the input
132 // For example, [source: 0-99] can be split into
135 // Also, note that the split sources should be mutual exclusive, but they don't need to cover
  /device/linaro/bootloader/edk2/BaseTools/Source/C/
GNUmakefile 65 Split \
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_doc_comment.cc 59 vector<string> lines = Split(comments, "\n", false /* skip_empty */);
  /external/tensorflow/tensorflow/core/graph/
subgraph_test.cc 80 std::vector<string> expected_nodes = str_util::Split(nodes, ',');
113 str_util::Split(fed_str, ',', str_util::SkipEmpty());
115 str_util::Split(fetch_str, ',', str_util::SkipEmpty());
117 str_util::Split(targets_str, ',', str_util::SkipEmpty());
  /system/core/base/include/android-base/
strings.h 29 // The string is split at each occurrence of a character in delimiters.
32 std::vector<std::string> Split(const std::string& s,
  /system/extras/ext4_utils/
ext4_crypt_init_extensions.cpp 117 std::vector<std::string> modes = android::base::Split(modestring, ":");
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 232 // 'invoke', then we want to split the landing pad.
233 bool Split = false;
239 Split = true;
244 if (!Split) continue;
  /external/perfetto/src/ipc/protoc_plugin/
ipc_generator.cc 41 using google::protobuf::Split;
143 std::vector<std::string> namespaces = Split(file.package(), ".");
190 std::vector<std::string> namespaces = Split(file.package(), ".");
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 225 // 'invoke', then we want to split the landing pad.
226 bool Split = false;
232 Split = true;
237 if (!Split) continue;
  /external/tensorflow/tensorflow/contrib/lite/testing/
tf_driver.cc 21 #include "tensorflow/contrib/lite/testing/split.h"
40 const auto& values = testing::Split<T>(csv_values, ",");
78 input_shapes_[i] = Split<int64_t>(input_layer_shape[i], ",");
152 input_shapes_[id] = Split<int64_t>(csv_values, ",");

Completed in 562 milliseconds

1 2 3 4 56 7 8 91011>>