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

<<11121314151617181920>>

  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
error.c 22 EFI_STATUS Code;
69 if (ErrorCodeTable[Index].Code == Status) {
  /external/tensorflow/tensorflow/cc/training/
coordinator_test.cc 30 using error::Code;
177 Coordinator coord({Code::CANCELLED, Code::OUT_OF_RANGE});
182 qr1->StartSettingStatus(Status(Code::CANCELLED, ""), &counter, &start);
186 qr2->StartSettingStatus(Status(Code::INVALID_ARGUMENT, ""), &counter, &start);
190 qr3->StartSettingStatus(Status(Code::OUT_OF_RANGE, ""), &counter, &start);
196 EXPECT_EQ(coord.Join().code(), Code::INVALID_ARGUMENT);
204 EXPECT_EQ(coord.Join().code(), Code::FAILED_PRECONDITION)
    [all...]
  /external/v8/src/
codegen.h 2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/code-stubs.h"
13 // The contract to the shared code is that the the CodeGenerator is a subclass
30 // These methods are either used privately by the shared code or implemented as
31 // shared code:
80 // Allocate and install the code.
81 static Handle<Code> MakeCodeEpilogue(MacroAssembler* masm,
86 // Print the code after compiling it.
87 static void PrintCode(Handle<Code> code, CompilationInfo* info)
    [all...]
perf-jit.h 6 // * Redistributions of source code must retain the above copyright
45 void CodeDisableOptEvent(AbstractCode* code,
55 void LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo* shared,
68 void LogWriteDebugInfo(Code* code, SharedFunctionInfo* shared);
69 void LogWriteUnwindingInfo(Code* code);
112 void CodeDisableOptEvent(AbstractCode* code,
117 void LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo* shared,
  /frameworks/minikin/doc/
minikin_style.md 3 The C++ style in Minikin follows Android Framework C++ Code Style Guide except for following rules:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCWin64EH.h 1 //===- MCWin64EH.h - Machine Code Win64 EH support --------------*- C++ -*-===//
34 static WinEH::Instruction PushMachFrame(MCSymbol *L, bool Code) {
35 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0);
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
addrtype_string.go 0 // Code generated by "stringer -type AddrType cmd/internal/obj"; DO NOT EDIT
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
zgoarch_386.go 0 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
zgoarch_amd64.go 0 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
zgoarch_amd64p32.go 0 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
zgoarch_arm.go 0 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
zgoarch_arm64.go 0 // Code generated by gengoos.go using 'go generate'. DO NOT EDIT.

Completed in 1133 milliseconds

<<11121314151617181920>>