| /external/tensorflow/tensorflow/core/debug/ |
| debug_graph_utils_test.cc | 49 ASSERT_EQ(errors::Code::INVALID_ARGUMENT, s.code()); 53 ASSERT_EQ(errors::Code::INVALID_ARGUMENT, s.code()); 57 ASSERT_EQ(errors::Code::INVALID_ARGUMENT, s.code()); 66 ASSERT_EQ(errors::Code::INVALID_ARGUMENT, s.code()); 70 ASSERT_EQ(errors::Code::INVALID_ARGUMENT, s.code()); [all...] |
| /external/v8/src/ic/ |
| ic-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 43 Code* IC::GetTargetAtAddress(Address address, Address constant_pool) { 46 // Convert target address to the code object. Code::GetCodeFromTargetAddress 48 Code* result = Code::GetCodeFromTargetAddress(target); 57 void IC::SetTargetAtAddress(Address address, Code* target, 61 // Only these three old-style ICs still do code patching. 66 Code* old_target = GetTargetAtAddress(address, constant_pool); 79 void IC::set_target(Code* code) 80 SetTargetAtAddress(address(), code, constant_pool()); local [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 187 static bool parseExpression(StringRef Code, Sema *S, 190 static bool parseExpression(StringRef Code, Sema *S, 192 return parseExpression(Code, S, nullptr, Value, Error); 194 static bool parseExpression(StringRef Code, VariantValue *Value, 196 return parseExpression(Code, nullptr, Value, Error); 211 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 214 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 215 return completeExpression(Code, CompletionOffset, S, nullptr); 218 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 187 static bool parseExpression(StringRef Code, Sema *S, 190 static bool parseExpression(StringRef Code, Sema *S, 192 return parseExpression(Code, S, nullptr, Value, Error); 194 static bool parseExpression(StringRef Code, VariantValue *Value, 196 return parseExpression(Code, nullptr, Value, Error); 211 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 214 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 215 return completeExpression(Code, CompletionOffset, S, nullptr); 218 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/ |
| Parser.h | 19 /// \code 189 static bool parseExpression(StringRef Code, Sema *S, 192 static bool parseExpression(StringRef Code, Sema *S, 194 return parseExpression(Code, S, nullptr, Value, Error); 196 static bool parseExpression(StringRef Code, VariantValue *Value, 198 return parseExpression(Code, nullptr, Value, Error); 213 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S, 216 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { 217 return completeExpression(Code, CompletionOffset, S, nullptr); 220 completeExpression(StringRef Code, unsigned CompletionOffset) [all...] |
| /external/v8/src/ |
| compilation-info.h | 2 // Use of this source code is governed by a BSD-style license that can be 35 // of the compiled code produced by a compilation. 59 Code::Flags code_flags); 78 Handle<Code> code() const { return code_; } function in class:v8::internal::final 79 Code::Flags code_flags() const { return code_flags_; } 114 // Compiles marked as debug produce unoptimized code with debug break slots. 184 // will make code flushing more aggressive. Only apply to Code::FUNCTION, 187 output_code_kind() == Code::FUNCTION [all...] |
| /external/clang/lib/ASTMatchers/Dynamic/ |
| Parser.cpp | 61 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error), 68 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error), 91 if (CodeCompletionLocation && CodeCompletionLocation <= Code.data()) { 98 if (Code.empty()) { 104 switch (Code[0]) { 107 Result.Text = Code.substr(0, 1); 108 Code = Code.drop_front(); 112 Result.Text = Code.substr(0, 1); 113 Code = Code.drop_front() [all...] |
| /external/clang/unittests/Analysis/ |
| CFGTest.cpp | 24 const char *Code = "class Foo;\n" 52 ASSERT_TRUE(tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args));
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| DWARFAbbreviationDeclaration.h | 31 uint32_t getCode() const { return Code; } 53 uint32_t Code;
|
| /external/swiftshader/third_party/subzero/src/ |
| IceCompileServer.h | 3 // The Subzero Code Generator 55 void transferErrorCode(ErrorCodes Code) { LastError.assign(Code); }
|
| /external/tensorflow/tensorflow/go/ |
| status.go | 24 type code C.TF_Code type 42 func (s *status) Code() code { 43 return code(C.TF_GetCode(s.c)) 52 if s == nil || s.Code() == C.TF_OK { 59 // status itself may have a TF_OK code and is not always considered an error.
|
| /external/v8/src/heap/ |
| incremental-marking-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 24 Code* value) { 30 void IncrementalMarking::RecordWriteIntoCode(Code* host, RelocInfo* rinfo,
|
| /prebuilts/go/darwin-x86/src/cmd/cgo/ |
| zdefaultcc.go | 0 // Code generated by go tool dist; DO NOT EDIT.
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| class_string.go | 0 // Code generated by "stringer -type=Class"; DO NOT EDIT.
|