Searched refs:IsFalse (Results 1 – 18 of 18) sorted by relevance
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | RewriteRuleXxxxStreamFixture.cs | 100 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/ |
D | UnitTests.cs | 68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet()
|
/external/v8/src/ |
D | ast.h | 1228 virtual bool ToBooleanIsFalse() { return handle_->ToBoolean()->IsFalse(); } in ToBooleanIsFalse() 1239 bool IsFalse() const { in IsFalse() function 1241 return handle_->IsFalse(); in IsFalse()
|
D | prettyprinter.cc | 544 } else if (object->IsFalse()) { in PrintLiteral()
|
D | isolate.cc | 632 if (fun_name->ToBoolean()->IsFalse()) { in CaptureCurrentStackTrace()
|
D | objects.cc | 114 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()
|
D | hydrogen-instructions.cc | 1329 if (handle()->IsFalse()) return false; in ToBoolean()
|
D | api.cc | 2114 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()
|
D | runtime.cc | 5216 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()
|
D | objects-inl.h | 795 bool Object::IsFalse() { in IsFalse() function
|
D | objects.h | 889 INLINE(bool IsFalse());
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | SerializedScriptValue.cpp | 695 else if (value->IsFalse()) in doSerialize()
|
/external/v8/include/ |
D | v8.h | 881 V8EXPORT bool IsFalse() const;
|
/external/v8/test/cctest/ |
D | test-api.cc | 1804 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/ |
D | full-codegen-arm.cc | 547 if (lit->IsUndefined() || lit->IsNull() || lit->IsFalse()) { in Plug()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 533 if (lit->IsUndefined() || lit->IsNull() || lit->IsFalse()) { in Plug()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 476 if (lit->IsUndefined() || lit->IsNull() || lit->IsFalse()) { in Plug()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 555 if (lit->IsUndefined() || lit->IsNull() || lit->IsFalse()) { in Plug()
|