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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
BooleanTest.java 31 private boolean ok; field in class:BooleanTest
33 public BooleanTest(boolean ok) {
34 this.ok = ok;
39 return (ok)? "OK" : "FAIL";
44 return (ok)? gUnitParser.OK : gUnitParser.FAIL;
50 if ( testResult.isSuccess() ) return "OK";
56 return (testResult.isSuccess())? "OK" : "FAIL"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseFirstEOL.pl 31 ok(!defined(firstEOLInString("")), $title);
35 ok(!defined(firstEOLInString("This line doesn't have a line ending character.")), $title);
39 ok(firstEOLInString("This line ends with a Windows line ending.\r\n") eq "\r\n", $title);
43 ok(firstEOLInString("This line ends with a Unix line ending.\n") eq "\n", $title);
47 ok(firstEOLInString("This line ends with a Mac line ending.\r") eq "\r", $title);
51 ok(firstEOLInString("This line ends with a Mac line ending.\rThis line doesn't have a line ending.") eq "\r", $title);
55 ok(firstEOLInString("This line contains a mix of line endings.\r\n\r\n\r\r\n\n\n\n") eq "\r\n", $title);
removeEOL.pl 40 ok(removeEOL(undef) eq "", $title);
44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows line ending.", $title);
48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line ending.", $title);
52 ok(removeEOL("This line ends with a Mac line ending.\r") eq "This line ends with a Mac line ending.", $title);
56 ok(removeEOL("This line contains a mix of line endings.\r\n\r\n\r\r\n\n\n\n") eq "This line contains a mix of line endings.", $title);
generatePatchCommand.pl 42 ok($patchCommand eq "patch -p0", $title);
43 ok($isForcing == 0, $title);
52 ok($patchCommand eq "patch -p0", $title);
53 ok($isForcing == 0, $title);
61 ok($patchCommand eq "patch -p0 --force", $title);
62 ok($isForcing == 1, $title);
70 ok($patchCommand eq "patch -p0 --force", $title);
71 ok($isForcing == 1, $title);
79 ok($patchCommand eq "patch -p0 --reverse", $title);
87 ok($patchCommand eq "patch -p0 --force --fuzz=3", $title)
    [all...]
  /external/openssl/crypto/ui/
ui_util.c 71 int ok = 0; local
80 ok = UI_add_input_string(ui,prompt,0,buf,0,size-1);
81 if (ok >= 0 && verify)
82 ok = UI_add_verify_string(ui,prompt,0,buff,0,size-1,
84 if (ok >= 0)
85 ok=UI_process(ui);
88 if (ok > 0)
89 ok = 0;
90 return(ok);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_prim.h 42 boolean ok = TRUE; local
46 ok = (nr >= 1);
49 ok = (nr >= 2);
53 ok = (nr >= 2);
56 ok = (nr >= 3);
61 ok = (nr >= 3);
64 ok = (nr >= 4);
67 ok = (nr >= 4);
70 ok = 0;
74 return ok;
80 boolean ok = TRUE; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_prim.h 42 boolean ok = TRUE; local
46 ok = (nr >= 1);
49 ok = (nr >= 2);
53 ok = (nr >= 2);
56 ok = (nr >= 3);
61 ok = (nr >= 3);
64 ok = (nr >= 4);
67 ok = (nr >= 4);
70 ok = 0;
74 return ok;
80 boolean ok = TRUE; local
    [all...]
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
test4-expected.cc 16 scoped_refptr<Foo> ok(new Foo);
17 ExpectsRawPtr(ok.get());
test4-original.cc 16 scoped_refptr<Foo> ok(new Foo);
17 ExpectsRawPtr(ok);
  /external/chromium_org/base/
base64_unittest.cc 17 bool ok; local
22 ok = Base64Decode(encoded, &decoded);
23 EXPECT_TRUE(ok);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/mstools/
download-mstools 2 ok=1
5 ok=
9 if test -n "$ok"; then
21 ok=1
27 ok=
35 ok=
38 if test -z "$ok"; then
  /external/mesa3d/src/gallium/state_trackers/d3d1x/mstools/
download-mstools 2 ok=1
5 ok=
9 if test -n "$ok"; then
21 ok=1
27 ok=
35 ok=
38 if test -z "$ok"; then
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_inlines.h 216 boolean ok; local
220 ok = (nr >= 1);
221 assert(ok);
224 ok = (nr >= 2) && (nr % 2) == 0;
225 assert(ok);
228 ok = (nr >= 2);
229 assert(ok);
232 ok = (nr >= 3) && (nr % 3) == 0;
233 assert(ok);
236 ok = (nr >= 3)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 216 boolean ok; local
220 ok = (nr >= 1);
221 assert(ok);
224 ok = (nr >= 2) && (nr % 2) == 0;
225 assert(ok);
228 ok = (nr >= 2);
229 assert(ok);
232 ok = (nr >= 3) && (nr % 3) == 0;
233 assert(ok);
236 ok = (nr >= 3)
    [all...]
  /external/openssl/crypto/des/
read2pwd.c 119 int ok; local
122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
126 return(ok);
132 int ok; local
135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
139 return(ok);
  /external/chromium_org/third_party/leveldatabase/src/db/
builder.cc 31 if (!s.ok()) {
44 if (s.ok()) {
46 if (s.ok()) {
56 if (s.ok()) {
59 if (s.ok()) {
65 if (s.ok()) {
76 if (!iter->status().ok()) {
80 if (s.ok() && meta->file_size > 0) {
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
CommonToken.pm 23 ok(ANTLR::Runtime::Token->EOF_TOKEN == ANTLR::Runtime::Token->EOF_TOKEN);
24 ok(ANTLR::Runtime::Token->SKIP_TOKEN == ANTLR::Runtime::Token->SKIP_TOKEN);
28 ok !(ANTLR::Runtime::Token->EOF_TOKEN != ANTLR::Runtime::Token->EOF_TOKEN);
29 ok !(ANTLR::Runtime::Token->SKIP_TOKEN != ANTLR::Runtime::Token->SKIP_TOKEN);
33 ok !ANTLR::Runtime::Token->EOF_TOKEN;
  /external/clang/test/CXX/expr/expr.const/
p5-0x.cpp 17 X<a> x; // ok, unique conversion to int
22 struct OK {
23 constexpr OK() {}
25 } constexpr ok; variable in typeref:struct:OK
37 constexpr int test_ok = ok; // ok
38 constexpr int test_explicit(expl); // ok
39 constexpr int test_ambiguous = ambig; // ok
47 auto new1 = new int[1][ok];
55 enum1 = ok,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaConstraintsImpl.cpp 66 bool ok = constraintsDictionary.get(mandatoryName, mandatoryConstraintsDictionary); local
67 if (!ok || mandatoryConstraintsDictionary.isUndefinedOrNull())
71 ok = mandatoryConstraintsDictionary.getOwnPropertiesAsStringHashMap(mandatoryConstraintsHashMap);
72 if (!ok)
83 bool ok = DictionaryHelper::get(constraintsDictionary, optionalName, optionalConstraints); local
84 if (!ok || optionalConstraints.isUndefinedOrNull())
88 ok = optionalConstraints.length(numberOfConstraints);
89 if (!ok)
94 ok = optionalConstraints.get(i, constraint);
95 if (!ok || constraint.isUndefinedOrNull()
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
zcgunzip.cc 61 bool ok; local
62 ok = in.Next(&inptr, &inlen);
63 if (!ok) {
  /external/chromium_org/v8/src/
interface.h 64 bool* ok) {
65 DoAdd(name, name->hash(), interface, zone, ok);
70 void Unify(Interface* that, Zone* zone, bool* ok);
73 void MakeValue(bool* ok) {
74 *ok = !IsModule();
75 if (*ok) Chase()->flags_ |= VALUE;
79 void MakeConst(bool* ok) {
80 *ok = !IsModule() && (IsConst() || !IsFrozen());
81 if (*ok) Chase()->flags_ |= VALUE + CONST;
85 void MakeModule(bool* ok) {
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
confirm_infobar_controller.h 11 // Called when the OK and Cancel buttons are clicked.
12 - (IBAction)ok:(id)sender;
  /external/chromium_org/third_party/boringssl/src/crypto/md5/
md5_test.c 80 int ok = 1; local
94 ok = 0;
98 if (ok) {
102 return ok ? 0 : 1;
  /external/chromium_org/third_party/boringssl/src/crypto/rand/
windows.c 38 int ok; local
54 ok = global_provider_init;
58 if (!ok) {
60 return ok;
  /external/chromium_org/third_party/webrtc/base/
filelock.cc 44 bool ok = false; local
47 ok = stream->OpenShare(path, "a", _SH_DENYRW, NULL);
49 ok = stream->Open(path, "a", NULL) && stream->TryLock();
51 if (ok) {

Completed in 1494 milliseconds

1 2 3 4 5 6 7 8 91011>>