HomeSort by relevance Sort by last modified time
    Searched refs:Code (Results 576 - 600 of 1922) sorted by null

<<21222324252627282930>>

  /external/swiftshader/third_party/subzero/runtime/
szrt_asm_x8632.s 3 ## The Subzero Code Generator
  /external/tensorflow/tensorflow/cc/profiler/
profiler.cc 49 return Status(error::Code::INVALID_ARGUMENT,
  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_utils.cc 31 bool IsRetriable(error::Code code) {
32 switch (code) {
58 if (!IsRetriable(status.code())) {
93 if (is_retried && status.code() == error::NOT_FOUND) {
  /external/tensorflow/tensorflow/core/util/
events_writer_test.cc 145 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code());
147 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code());
157 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code());
159 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code());
  /external/tensorflow/tensorflow/python/framework/
python_op_gen_internal.h 72 virtual string Code();
98 // Return value from Code() is prelude_ + result_.
99 string prelude_; // Code before function definition
  /external/v8/src/
compilation-dependencies.h 2 // Use of this source code is governed by a BSD-style license that can be
47 void Commit(Handle<Code> code);
context-measure.cc 2 // Use of this source code is governed by a BSD-style license that can be
32 if (object->IsCode() && !Code::cast(object)->is_optimized_code()) return true;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
error.h 55 //! Error code of parsing.
90 \code
95 GetParseError_En(ok.Code()), ok.Offset());
106 ParseResult(ParseErrorCode code, size_t offset) : code_(code), offset_(offset) {}
108 //! Get the error code.
109 ParseErrorCode Code() const { return code_; }
119 bool operator==(ParseErrorCode code) const { return code_ == code; }
120 friend bool operator==(ParseErrorCode code, const ParseResult & err) { return code == err.code_;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
Tooling.h 17 // It is also possible to run a FrontendAction over a snippet of code by
21 // multiple FrontendActions over code can use ToolInvocation.
24 // - running clang -fsyntax-only over source code from an editor to get
26 // - running match/replace tools over C++ code
143 /// \brief Runs (and deletes) the tool on 'Code' with the -fsyntax-only flag.
145 /// \param ToolAction The action to run over the code.
146 /// \param Code C++ code.
147 /// \param FileName The file name which 'Code' will be mapped as.
152 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
error4.go 2 // Use of this source code is governed by a BSD-style
5 // This file contains the code snippets included in "Error Handling and Go."
17 Code int
28 http.Error(w, e.Message, e.Code)
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
goobj.go 2 // Use of this source code is governed by a BSD-style
67 sym := Sym{Addr: uint64(s.Data.Offset), Name: goobjName(s.SymID), Size: int64(s.Size), Type: s.Type.Name, Code: '?'}
70 sym.Code = 'T'
72 sym.Code = 'R'
74 sym.Code = 'D'
76 sym.Code = 'B'
79 sym.Code += 'a' - 'A'
91 sym := Sym{Name: goobjName(r.Sym), Code: 'U'}
94 sym.Code = 'u'
pe.go 2 // Use of this source code is governed by a BSD-style
49 sym := Sym{Name: s.Name, Addr: uint64(s.Value), Code: '?'}
52 sym.Code = 'U'
54 sym.Code = 'C'
56 sym.Code = '?'
71 sym.Code = 'T'
74 sym.Code = 'R'
76 sym.Code = 'D'
79 sym.Code = 'B'
113 // TODO: Remove code looking for the old symbols when we no longer care about 1.3
    [all...]

Completed in 1371 milliseconds

<<21222324252627282930>>