Home
last modified time | relevance | path

Searched refs:IsFalse (Results 1 – 18 of 18) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DRewriteRuleXxxxStreamFixture.cs100 Assert.IsFalse(tokenTest.HasNext, "tokenTest has to give back false here."); in CheckRRTokenStreamBehaviourWhileEmpty1()
119 Assert.IsFalse(subtreeTest.HasNext, "HasNext has to give back false here."); in CheckRRSubtreeStreamBehaviourWhileEmpty1()
137 Assert.IsFalse(nodeTest.HasNext, "HasNext has to give back false here."); in CheckRRNodeStreamBehaviourWhileEmpty1()
206 Assert.IsFalse(tokenTest.HasNext, "HasNext should be false here (1)."); in CheckRRTokenStreamBehaviourWithElements()
216 Assert.IsFalse(tokenTest.HasNext, "HasNext should be false here (2)."); in CheckRRTokenStreamBehaviourWithElements()
226 Assert.IsFalse(tokenTest.HasNext, "HasNext should be false here (2)."); in CheckRRTokenStreamBehaviourWithElements()
245 Assert.IsFalse(tokenTest.HasNext, "HasNext should be false here (3)."); in CheckRRTokenStreamBehaviourWithElements()
271 Assert.IsFalse(subtreeTest.HasNext, "HasNext should be false here (1)."); in CheckRRSubtreeStreamBehaviourWithElements()
281 Assert.IsFalse(subtreeTest.HasNext, "HasNext should be false here (2)."); in CheckRRSubtreeStreamBehaviourWithElements()
301 Assert.IsFalse(subtreeTest.HasNext, "HasNext should be false here (3)."); in CheckRRSubtreeStreamBehaviourWithElements()
[all …]
/external/zlib/src/contrib/dotzlib/DotZLib/
DUnitTests.cs68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet()
/external/v8/src/
Dast.h1228 virtual bool ToBooleanIsFalse() { return handle_->ToBoolean()->IsFalse(); } in ToBooleanIsFalse()
1239 bool IsFalse() const { in IsFalse() function
1241 return handle_->IsFalse(); in IsFalse()
Dprettyprinter.cc544 } else if (object->IsFalse()) { in PrintLiteral()
Disolate.cc632 if (fun_name->ToBoolean()->IsFalse()) { in CaptureCurrentStackTrace()
Dobjects.cc114 if (IsFalse()) return this; in ToBoolean()
1266 else if (IsFalse()) in HeapObjectShortPrint()
2685 if (configurable->IsFalse()) { in SetPropertyWithHandlerIfDefiningSetter()
2797 if (configurable->IsFalse()) { in GetPropertyAttributeWithHandler()
2808 if (enumerable->ToBoolean()->IsFalse()) attributes |= DONT_ENUM; in GetPropertyAttributeWithHandler()
2809 if (configurable->ToBoolean()->IsFalse()) attributes |= DONT_DELETE; in GetPropertyAttributeWithHandler()
2810 if (writable->ToBoolean()->IsFalse()) attributes |= READ_ONLY; in GetPropertyAttributeWithHandler()
Dhydrogen-instructions.cc1329 if (handle()->IsFalse()) return false; in ToBoolean()
Dapi.cc2114 bool Value::IsFalse() const { in IsFalse() function in v8::Value
2116 return Utils::OpenHandle(this)->IsFalse(); in IsFalse()
4495 return !context->allow_code_gen_from_strings()->IsFalse(); in IsCodeGenerationFromStringsAllowed()
Druntime.cc5216 if (heap_obj->IsTrue() || heap_obj->IsFalse()) { in RUNTIME_FUNCTION()
9126 ASSERT(context->allow_code_gen_from_strings()->IsFalse()); in CodeGenerationFromStringsAllowed()
9151 if (context->allow_code_gen_from_strings()->IsFalse() && in RUNTIME_FUNCTION()
9179 if (global_context->allow_code_gen_from_strings()->IsFalse() && in CompileGlobalEval()
Dobjects-inl.h795 bool Object::IsFalse() { in IsFalse() function
Dobjects.h889 INLINE(bool IsFalse());
/external/webkit/Source/WebCore/bindings/v8/
DSerializedScriptValue.cpp695 else if (value->IsFalse()) in doSerialize()
/external/v8/include/
Dv8.h881 V8EXPORT bool IsFalse() const;
/external/v8/test/cctest/
Dtest-api.cc1804 CHECK(result->IsFalse()); in THREADED_TEST()
5301 CHECK(v8_compile("delete k.foo")->Run()->IsFalse()); in THREADED_TEST()
5307 CHECK(v8_compile("delete k[2]")->Run()->IsFalse()); in THREADED_TEST()
6426 CHECK(result->IsFalse()); in THREADED_TEST()
6466 CHECK(result->IsFalse()); in THREADED_TEST()
/external/v8/src/arm/
Dfull-codegen-arm.cc547 if (lit->IsUndefined() || lit->IsNull() || lit->IsFalse()) { in Plug()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc533 if (lit->IsUndefined() || lit->IsNull() || lit->IsFalse()) { in Plug()
/external/v8/src/x64/
Dfull-codegen-x64.cc476 if (lit->IsUndefined() || lit->IsNull() || lit->IsFalse()) { in Plug()
/external/v8/src/mips/
Dfull-codegen-mips.cc555 if (lit->IsUndefined() || lit->IsNull() || lit->IsFalse()) { in Plug()