Home
last modified time | relevance | path

Searched defs:kDot (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Ddebug_util.h20 kDot, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.h50 kDot, enumerator
/aosp_15_r20/packages/modules/DnsResolver/
DPrivateDnsCommon.h25 kDot, // DNS over TLS. enumerator
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dcpp_codegen.cpp19 constexpr char kDot = '.'; in visit() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc377 static const wstring kDot = L"."; in ExpandWildcards() local
H A Dio_win32_unittest.cc239 static const wstring kDot(L"."); in DeleteAllUnder() local
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dio_win32.cc377 static const wstring kDot = L"."; in ExpandWildcards() local
H A Dio_win32_unittest.cc239 static const wstring kDot(L"."); in DeleteAllUnder() local
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/parser/
H A Dperfetto_sql_parser.cc530 enum TokenType { kRp, kDot, kTableName, kColumnName }; in ParseComplexArgumentType() enumerator
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/
H A Dstring_projection.cc49 constexpr char kDot = '.'; variable