Home
last modified time | relevance | path

Searched refs:IsInternal (Results 1 – 25 of 60) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Derror_util_test.cc50 ASSERT_TRUE(tensorflow::errors::IsInternal( in TEST()
63 ASSERT_TRUE(tensorflow::errors::IsInternal(s)); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_resolver_local_test.cc62 EXPECT_TRUE(errors::IsInternal( in TEST_F()
68 EXPECT_TRUE(errors::IsInternal(drl_->UpdateDeviceAttributes(attributes))); in TEST_F()
Dmemory_types_test.cc50 EXPECT_TRUE(errors::IsInternal(ValidateMemoryTypes(DEVICE_GPU, g))); in TEST()
Dexecutor_test.cc402 EXPECT_TRUE(errors::IsInternal(Run(rendez))); in TEST_F()
405 EXPECT_TRUE(errors::IsInternal(rendez->Recv( in TEST_F()
417 EXPECT_TRUE(errors::IsInternal(Run(rendez))); in TEST_F()
420 EXPECT_TRUE(errors::IsInternal(rendez->Recv( in TEST_F()
/external/swiftshader/third_party/subzero/src/
DIceAssembler.h325 bool getInternal() const { return IsInternal; } in getInternal()
326 void setInternal(bool Internal) { IsInternal = Internal; } in setInternal()
352 bool IsInternal = false; variable
DIceELFObjectWriter.h73 void writeFunctionCode(GlobalString FuncName, bool IsInternal,
/external/tensorflow/tensorflow/compiler/jit/
Dxla_kernel_creator_test.cc140 EXPECT_TRUE(errors::IsInternal(status)) << status.ToString(); in TEST_F()
157 EXPECT_TRUE(errors::IsInternal(status)) << status.ToString(); in TEST_F()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp259 bool Breakpoint::IsInternal() const { return LLDB_BREAK_ID_IS_INTERNAL(m_bid); } in IsInternal() function in Breakpoint
479 if (!IsInternal() && send_event) { in ResolveBreakpointInModules()
586 if (!IsInternal()) in ModulesChanged()
820 if (!IsInternal()) in ModuleReplaced()
836 if (!IsInternal()) { in ModuleReplaced()
1008 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
1022 if (!m_being_created && !IsInternal() && in SendBreakpointChangedEvent()
DBreakpointSite.cpp92 bool BreakpointSite::IsInternal() const { return m_owners.IsInternal(); } in IsInternal() function in BreakpointSite
DBreakpointLocationCollection.cpp149 bool BreakpointLocationCollection::IsInternal() const { in IsInternal() function in BreakpointLocationCollection
157 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
DBreakpointResolverAddress.cpp143 if (bp_loc_sp && !breakpoint.IsInternal()) { in SearchCallback()
/external/pigweed/pw_status/public/pw_status/
Dstatus_with_size.h166 [[nodiscard]] constexpr bool IsInternal() const { in IsInternal() function
167 return status().IsInternal(); in IsInternal()
Dstatus.h293 [[nodiscard]] constexpr bool IsInternal() const { in IsInternal() function
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointLocationCollection.h146 bool IsInternal() const;
DBreakpointSite.h184 bool IsInternal() const;
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp173 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in DoShouldNotify()
194 if (bp_site_sp->IsInternal()) { in GetDescription()
217 if (break_sp->IsInternal()) { in GetDescription()
353 if (bp_loc_sp->GetBreakpoint().IsInternal()) { in PerformAction()
413 internal_breakpoint = bp_loc_sp->GetBreakpoint().IsInternal(); in PerformAction()
/external/pigweed/pw_status/
Dstatus_test.cc109 static_assert(Status::Internal().IsInternal()); in TEST()
129 static_assert(!OkStatus().IsInternal()); in TEST()
Dstatus_with_size_test.cc205 static_assert(StatusWithSize::Internal().IsInternal()); in TEST()
225 static_assert(!StatusWithSize(0).IsInternal()); in TEST()
/external/icing/icing/result/
Dresult-retriever.cc75 if (absl_ports::IsInternal(document_or.status())) { in RetrieveResults()
/external/icing/icing/absl_ports/
Dcanonical_errors.h59 bool IsInternal(const libtextclassifier3::Status& status);
Dcanonical_errors.cc160 bool IsInternal(const libtextclassifier3::Status& status) { in IsInternal() function
/external/llvm-project/lldb/utils/lui/
Dbreakwin.py71 if bp.IsInternal():
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpoint.h63 bool IsInternal();
/external/llvm-project/lldb/source/API/
DSBBreakpoint.cpp255 bool SBBreakpoint::IsInternal() { in IsInternal() function in SBBreakpoint
256 LLDB_RECORD_METHOD_NO_ARGS(bool, SBBreakpoint, IsInternal); in IsInternal()
262 return bkpt_sp->IsInternal(); in IsInternal()
1017 LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsInternal, ()); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBBreakpoint.i131 IsInternal ();

123