Searched defs:OK (Results 1 - 25 of 86) sorted by relevance

1234

/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D124-preprocessing-numbers.c5 #define OK CRAZY_BUT_TRUE_THIS_NEITHER macro
13 1OK
16 123e+OK
17 .23E+OK
18 1.3e-OK
19 12.E-OK
20 123p+OK
21 .23P+OK
22 1.3p-OK
23 12.P-OK
[all...]
/external/vogar/src/vogar/
H A DResultValue.java23 OK, enum constant in enum:ResultValue
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseOutputResult.java37 public static String OK = "OK"; field in class:TestCaseOutputResult
52 return success ? OK : FAIL;
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.h18 #define OK 0 macro
37 // it is OK to run multiple instances of ProxyResolverV8 on different threads,
/external/llvm/tools/opt/
H A DNewPMDriver.cpp52 StringRef PassPipeline, OutputKind OK,
95 switch (OK) {
115 if (OK != OK_NoOutput)
50 runPassPipeline(StringRef Arg0, LLVMContext &Context, Module &M, TargetMachine *TM, tool_output_file *Out, StringRef PassPipeline, OutputKind OK, VerifierKind VK, bool ShouldPreserveAssemblyUseListOrder, bool ShouldPreserveBitcodeUseListOrder) argument
/external/python/cpython2/Parser/
H A Dintrcheck.c27 #define OK macro
91 #define OK macro
96 #ifndef OK
169 #endif /* !OK */
/external/protobuf/src/google/protobuf/stubs/
H A Dstatus.cc43 case OK:
44 return "OK";
85 const Status Status::OK = Status(); member in class:google::protobuf::util::Status
89 Status::Status() : error_code_(error::OK) {
94 if (error_code != error::OK) {
115 if (error_code_ == error::OK) {
116 return "OK";
H A Dstatus.h45 OK = 0, enumerator in enum:google::protobuf::util::error::Code
72 // ignored and a Status object identical to Status::OK is
80 static const Status OK; // Identical to 0-arg constructor member in class:google::protobuf::util::Status
86 return error_code_ == error::OK;
/external/python/cpython2/Lib/idlelib/
H A DkeybindingDialog.py58 self.buttonOK = Button(frameButtons,text='OK',
59 width=8,command=self.OK)
217 def OK(self, event=None): member in class:GetKeysDialog
/external/skia/tools/
H A Dok.h25 enum class Status { OK, Failed, Crashed, Skipped, None }; member in class:Status
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
H A DMojoResult.java11 public static final int OK = 0; field in class:MojoResult
41 case OK:
42 return "OK";
/external/python/cpython2/Lib/lib-tk/
H A DtkMessageBox.py38 OK = "ok" variable
48 OK = "ok" variable
83 return _show(title, message, INFO, OK, **options)
87 return _show(title, message, WARNING, OK, **options)
91 return _show(title, message, ERROR, OK, **options)
100 return s == OK
/external/webp/src/utils/
H A Dthread_utils.h30 OK, // ready to work enumerator in enum:__anon25887
/external/apache-http/android/src/android/net/http/
H A DEventHandler.java37 public static final int OK = 0; field in interface:EventHandler
/external/clang/include/clang/AST/
H A DExprOpenMP.h53 ExprValueKind VK, ExprObjectKind OK,
56 OMPArraySectionExprClass, Type, VK, OK,
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type, ExprValueKind VK, ExprObjectKind OK, SourceLocation ColonLoc, SourceLocation RBracketLoc) argument
/external/ltp/testcases/kernel/syscalls/asyncio/
H A Dasyncio02.c106 #define OK -1 /* Return value from testrun() */ macro
166 if (testrun(Flags[flag_cnt], BUFSIZ + 1, 1) != OK) {
178 if (testrun(Flags[flag_cnt], BUFSIZ, 2) != OK) {
194 testrun(Flags[flag_cnt], i, 3)) != OK) {
245 ret = OK;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java50 public static final int OK = 200; field in class:Support_HttpServer
305 print(os, "HTTP/1.1 " + OK + " OK\r\n");
321 print(os, "HTTP/1.1 " + OK + " OK\r\n");
350 print(os, "HTTP/1.1 " + OK + " OK\r\n");
402 print(os, "HTTP/1.1 " + OK + " OK\r\n");
431 print(os, "HTTP/1.1 " + OK
[all...]
/external/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp22 struct OK { struct
23 constexpr OK() {} function in struct:OK
/external/nist-sip/java/javax/sip/message/
H A DResponse.java11 int OK = 200; field in interface:Response
/external/swiftshader/src/Main/
H A DSwiftConfig.hpp81 OK = 200, enumerator in enum:sw::SwiftConfig::Status
/external/autotest/client/cros/chameleon/
H A Dchameleon_stream_server.py54 OK = 0 variable in class:ErrorCode
180 if error_code != ErrorCode.OK:
192 code is not OK.
197 @raise ValueError if check_error and error code is not OK.
204 if error_code != ErrorCode.OK:
205 raise ValueError('Error code is not OK')
220 ErrorCode.OK, length)
302 from server. Unless the error code is not OK.
305 if error code is OK. A decoded values will be stored in a tuple.
307 if error code is not OK
[all...]
/external/clang/test/CXX/drs/
H A Ddr14xx.cpp54 // These are OK, because value-initialization doesn't actually invoke the
276 struct OK { struct in namespace:dr1467::dr_example
277 OK() = default;
278 OK(const OK&) = default;
279 OK(int) { } function in struct:dr1467::dr_example::OK
282 OK ok;
283 OK ok2{ok};
/external/deqp/framework/platform/android/
H A DtcuAndroidInternals.hpp54 OK = 0, enumerator in enum:tcu::Android::internal::__anon4255
/external/libvncserver/libvncserver/
H A Dselbox.c19 enum { SELECTING, OK, CANCEL } state; enumerator in enum:__anon11772::__anon11773
22 static const char* okStr="OK";
142 m->state = OK;
177 m->state = OK;
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h353 OK, // ready to work enumerator in enum:__anon12127

Completed in 1143 milliseconds

1234