Home
last modified time | relevance | path

Searched defs:string_length (Results 1 – 17 of 17) sorted by relevance

/external/icing/icing/file/
Dportable-file-backed-proto-log_benchmark.cc60 int string_length = state.range(0); in BM_Write() local
113 int string_length = state.range(0); in BM_Read() local
226 int string_length = 1024; in BM_ComputeChecksum() local
Dfile-backed-proto-log_benchmark.cc60 int string_length = state.range(0); in BM_Write() local
113 int string_length = state.range(0); in BM_Read() local
226 int string_length = 1024; in BM_ComputeChecksum() local
/external/tensorflow/tensorflow/core/kernels/
Dconcat_op_test.cc39 void FillTensorWithRandomValues(Tensor* t, int string_length, int64* bytes) { in FillTensorWithRandomValues()
45 void FillTensorWithRandomValues<tstring>(Tensor* t, int string_length, in FillTensorWithRandomValues()
62 int string_length = 0) { in ConcatHelper()
114 const int string_length = state.range(1); in BM_ConcatDim0String() local
/external/pigweed/pw_tokenizer/
Dhash.cc21 size_t string_length, in pw_tokenizer_65599FixedLengthHash()
/external/llvm-project/libc/src/string/
Dstring_utils.h20 static inline size_t string_length(const char *src) { in string_length() function
/external/icing/icing/jni/
Djni-cache.h58 jmethodID string_length = nullptr; member
/external/tensorflow/tensorflow/python/ops/
Dstring_ops.py383 def string_length(input, name=None, unit="BYTE"): function
/external/libchrome/base/strings/
Dstring_util_unittest.cc406 const size_t string_length = arraysize(char_ascii) - 1; in TEST() local
421 const size_t string_length = arraysize(char16_ascii) - 1; in TEST() local
442 const size_t string_length = wchar_ascii.length(); in TEST() local
/external/rust/cxx/src/
Dcxx_string.rs21 fn string_length(this: &CxxString) -> usize; in string_length() function
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dtensor_bundle.cc131 const uint64 string_length = string_lengths[i]; in ReadStringTensor() local
159 uint64 string_length = 0; in ReadVariantTensor() local
/external/libtextclassifier/native/utils/java/
Djni-cache.h44 jmethodID string_length = nullptr; member
/external/ImageMagick/MagickCore/
Ddelegate.c915 #define ExtendInterpretText(string_length) \ in InterpretDelegateProperties() argument
Dproperty.c3518 #define ExtendInterpretText(string_length) \ in InterpretImageProperties() argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacket.java506 int string_length = this.getNextValueAsInt(); in getNextValueAsString() local
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c1384 uint32_t string_length; in virgl_encode_host_debug_flagstring() local
/external/python/cpython2/Objects/
Dstringobject.c1016 string_length(PyStringObject *a) in string_length() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3228 uint32_t string_length = strlen(str) + 1; in ParseVariableDIE() local