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

1 2

  /external/clang/test/CXX/class/class.union/
p1.cpp 5 class Okay {
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual base class}}
47 Okay okay; member in union:U1
73 Okay okay; member in struct:U2::__anon15563
92 struct s7 : Okay {
132 Either<int,Okay> okay(0);
  /external/libxml2/
testThreadsWin32.c 30 const char *Okay = "OK";
45 int okay = 1; local
59 okay = 0;
64 okay = 0;
68 okay = 0;
73 okay = 0;
77 okay = 0;
80 if (okay == 0)
82 return ((DWORD) Okay);
132 if (results[i] != (DWORD) Okay)
    [all...]
testThreads.c 40 static const char *Okay = "OK";
55 int okay = 1; local
73 okay = 0;
78 okay = 0;
82 okay = 0;
87 okay = 0;
91 okay = 0;
94 if (okay == 0)
96 return ((void *) Okay);
133 if (results[i] != (void *) Okay)
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 66 (* Okay, we know this is a binop. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 66 (* Okay, we know this is a binop. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 66 (* Okay, we know this is a binop. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 66 (* Okay, we know this is a binop. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 66 (* Okay, we know this is a binop. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 66 (* Okay, we know this is a binop. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 102 (* Okay, we know this is a binop. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 113 (* Okay, we know this is a binop. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 102 (* Okay, we know this is a binop. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 113 (* Okay, we know this is a binop. *)
  /prebuilts/go/darwin-x86/src/math/big/
ftoa.go 212 // Okay to round down (truncate) if lower has a different digit
217 // Okay to round up if upper has a different digit and either upper
221 // If it's okay to do either, then round to the nearest one.
222 // If it's okay to do only one, do it.
  /prebuilts/go/darwin-x86/src/strconv/
ftoa.go 299 // Okay to round down (truncate) if lower has a different digit
304 // Okay to round up if upper has a different digit and either upper
308 // If it's okay to do either, then round to the nearest one.
309 // If it's okay to do only one, do it.
  /prebuilts/go/linux-x86/src/math/big/
ftoa.go 212 // Okay to round down (truncate) if lower has a different digit
217 // Okay to round up if upper has a different digit and either upper
221 // If it's okay to do either, then round to the nearest one.
222 // If it's okay to do only one, do it.
  /prebuilts/go/linux-x86/src/strconv/
ftoa.go 299 // Okay to round down (truncate) if lower has a different digit
304 // Okay to round up if upper has a different digit and either upper
308 // If it's okay to do either, then round to the nearest one.
309 // If it's okay to do only one, do it.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 127 (* Okay, we know this is a binop. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 127 (* Okay, we know this is a binop. *)
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
  /external/syslinux/core/
isolinux.asm 624 ; Okay, good enough...
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go 1150 // Okay - might be new(T)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go 1150 // Okay - might be new(T)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go     [all...]

Completed in 941 milliseconds

1 2