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

1 2 3 4

  /external/tensorflow/tensorflow/compiler/xla/
status_macros.cc 94 line_(line),
107 line_(line),
127 << ":" << line_ << " " << stream_.str();
139 << line_ << " " << stream_.str();
150 return MakeError(file_, line_, code_,
152 str, "Error without message at ", file_, ":", line_),
157 return MakeError(file_, line_, code_, str, should_log_, log_severity_,
165 << ":" << line_ << " " << stream_.str();
  /pdk/util/
diff_products.py 88 line_ = line.strip()
90 if line_.endswith("\\"):
91 multiLineBuffer.append(line_[:-1])
93 multiLineBuffer.append(line_)
97 if line_.endswith("\\"):
100 multiLineBuffer.append(line_[:-1])
102 parseLine(line_, productData, productPath)
  /device/google/cuttlefish_common/host/libs/monitor/
kernel_log_server.h 63 std::string line_; member in class:monitor::KernelLogServer
kernel_log_server.cpp 109 if (std::string::npos != line_.find(stage)) {
121 line_.clear();
123 line_.append(1, buf[i]);
  /system/core/init/
action.h 45 int line() const { return line_; }
51 int line_; member in class:android::init::Command
77 int line() const { return line_; }
93 int line_; member in class:android::init::Action
  /external/protobuf/src/google/protobuf/stubs/
common.h 202 : filename_(filename), line_(line), message_(message) {}
208 int line() const { return line_; }
213 const int line_; member in class:google::protobuf::FatalException
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
common.h 202 : filename_(filename), line_(line), message_(message) {}
208 int line() const { return line_; }
213 const int line_; member in class:google::protobuf::FatalException
  /system/tools/aidl/
aidl_language.h 86 unsigned GetLine() const { return line_; }
103 unsigned line_; member in class:AidlType
126 int GetLine() const { return line_; }
137 unsigned line_; member in class:AidlArgument
214 unsigned GetLine() const { return line_; }
237 unsigned line_; member in class:AidlMethod
302 unsigned GetLine() const { return line_; }
310 unsigned line_; member in class:AidlParcelable
326 unsigned GetLine() const { return line_; }
359 unsigned line_; member in class:AidlInterface
389 unsigned line_; member in class:AidlImport
    [all...]
aidl_language.cpp 44 line_(line),
58 line_(line) {}
65 line_(line) {}
139 line_(line),
166 line_(line),
192 line_(line),
251 line_(line) {}
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
logging.cc 27 : fname_(fname), line_(line), severity_(severity) {}
55 ss << (partial_name != nullptr ? partial_name + 1 : fname_) << ":" << line_
  /art/runtime/verifier/
register_line-inl.h 37 return verifier->GetRegTypeCache()->GetFromId(line_[vsrc]);
51 line_[vdst] = new_type.GetId();
75 line_[vdst] = new_type1.GetId();
76 line_[vdst + 1] = new_type2.GetId();
187 return OFFSETOF_MEMBER(RegisterLine, line_) + num_regs * sizeof(uint16_t);
201 std::uninitialized_fill_n(line_, num_regs_, 0u);
register_line.h 138 memcpy(&line_, &src->line_, num_regs_ * sizeof(uint16_t));
147 memset(&line_, 0xf1, num_regs_ * sizeof(uint16_t));
200 return memcmp(&line_, &line2->line_, num_regs_ * sizeof(uint16_t));
432 uint16_t line_[1]; member in class:art::verifier::RegisterLine
  /system/core/adb/
bugreport.cpp 50 line_(),
59 ProcessLine(line_);
60 line_.clear();
62 line_.append(1, c);
73 ProcessLine(line_);
189 std::string line_; member in class:BugreportStandardStreamsCallback
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 227 : file_(a_file), line_(a_line), index_(an_index),
236 int line() const { return line_; }
242 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 196 : file_(a_file), line_(a_line), index_(an_index),
205 int line() const { return line_; }
211 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 229 : file_(a_file), line_(a_line), index_(an_index),
238 int line() const { return line_; }
244 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/tensorflow/tensorflow/core/platform/default/
logging.cc 33 : fname_(fname), line_(line), severity_(severity) {}
62 ss << (partial_name != nullptr ? partial_name + 1 : fname_) << ":" << line_
90 "IWEF"[severity_], fname_, line_, str().c_str());
  /external/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
249 int line() const { return line_; }
255 int line_; member in class:testing::internal::InternalRunDeathTestFlag

Completed in 1791 milliseconds

1 2 3 4