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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorRuntimeAgent.cpp 84 if (asBool(doNotPauseOnExceptionsAndMuteConsole))
86 if (asBool(doNotPauseOnExceptionsAndMuteConsole))
89 injectedScript.evaluate(errorString, expression, objectGroup ? *objectGroup : "", asBool(includeCommandLineAPI), asBool(returnByValue), asBool(generatePreview), &result, wasThrown, &exceptionDetails);
91 if (asBool(doNotPauseOnExceptionsAndMuteConsole)) {
109 if (asBool(doNotPauseOnExceptionsAndMuteConsole))
111 if (asBool(doNotPauseOnExceptionsAndMuteConsole))
114 injectedScript.callFunctionOn(errorString, objectId, expression, arguments, asBool(returnByValue), asBool(generatePreview), &result, wasThrown)
    [all...]
InspectorBaseAgent.h 112 inline bool asBool(const bool* const b)
InspectorInputAgent.cpp 125 asBool(autoRepeat),
126 asBool(isKeypad),
127 asBool(isSystemKey),
InspectorHeapProfilerAgent.cpp 155 bool allocationTrackingEnabled = asBool(trackAllocations);
254 HeapSnapshotProgress progress(asBool(reportProgress) ? m_frontend : 0);
InspectorDebuggerAgent.cpp 269 m_state->setBoolean(DebuggerAgentState::skipAllPausesExpiresOnReload, asBool(untilReload));
341 bool isAntiBreakpointValue = asBool(isAntiBreakpoint);
460 m_continueToLocationBreakpointId = scriptDebugServer().setBreakpoint(scriptId, breakpoint, &lineNumber, &columnNumber, asBool(interstateLocationOpt));
640 results = ContentSearchUtils::searchInTextByLines(it->value.source, query, asBool(optionalCaseSensitive), asBool(optionalIsRegex));
647 if (!scriptDebugServer().setScriptSource(scriptId, newContent, asBool(preview), error, errorData, &m_currentCallStack, &result))
    [all...]
TraceEventDispatcher.h 92 bool asBool(const char* name) const
InspectorPageAgent.cpp 580 m_page->deprecatedLocalMainFrame()->loader().reload(asBool(optionalIgnoreCache) ? EndToEndReload : NormalReload);
792 results = ContentSearchUtils::searchInTextByLines(content, query, asBool(optionalCaseSensitive), asBool(optionalIsRegex));
    [all...]
InspectorTimelineAgent.cpp 369 if (asBool(bufferEvents)) {
378 m_state->setBoolean(TimelineAgentState::includeCounters, asBool(includeCounters));
379 m_state->setBoolean(TimelineAgentState::includeGPUEvents, asBool(includeGPUEvents));
380 m_state->setBoolean(TimelineAgentState::bufferEvents, asBool(bufferEvents));
    [all...]
  /external/deqp/framework/randomshaders/
rsgExecutionContext.cpp 99 newValue.asBool(i) = oldValue.asBool(i) && value.asBool(i);
158 if (mask.asBool(compNdx))
rsgVariableValue.cpp 91 bool aMin = a.component(ndx).getMin().asBool();
92 bool aMax = a.component(ndx).getMax().asBool();
93 bool bMin = b.component(ndx).getMin().asBool();
94 bool bMax = b.component(ndx).getMax().asBool();
253 bool aMin = a.component(ndx).getMin().asBool();
254 bool aMax = a.component(ndx).getMax().asBool();
255 bool bMin = b.component(ndx).getMin().asBool();
256 bool bMax = b.component(ndx).getMax().asBool();
rsgBinaryOps.cpp 173 ComputeValueRange()(state.getRandom(), dst.getMin().asBool(), dst.getMax().asBool(),
174 a.getMin().asBool(), a.getMax().asBool(),
175 b.getMin().asBool(), b.getMax().asBool());
422 bool dstMin = valueRange.getMin().asBool();
423 bool dstMax = valueRange.getMax().asBool();
451 dst.asBool(compNdx) = EvaluateComp()(a.asFloat(compNdx), b.asFloat(compNdx));
456 dst.asBool(compNdx) = EvaluateComp()(a.asInt(compNdx), b.asInt(compNdx))
    [all...]
rsgUtils.cpp 76 int minVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0;
77 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0;
78 dst.component(ndx).asBool() = rnd.getInt(minVal, maxVal) == 1;
197 valueRange.getMin().component(ndx).asBool() = minVal;
198 valueRange.getMax().component(ndx).asBool() = maxVal;
313 int minVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0;
314 int maxVal = valueRange.component(ndx).getMin().asBool() ? 1 : 0;
rsgVariableValue.hpp 103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; }
108 bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].boolVal; }
136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; }
141 bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].boolVal; }
155 StridedValueAccess& operator= (bool boolVal) { asBool() = boolVal; return *this; }
rsgStatement.cpp 432 range.getMin().asBool() = false;
433 range.getMax().asBool() = true;
519 falseMask.asBool(i) = !trueMask.asBool(i);
rsgExpression.cpp 479 minVal = valueRange.getMin().component(0).asBool() ? 1 : 0;
480 maxVal = valueRange.getMax().component(0).asBool() ? 1 : 0;
487 access.asBool(ndx) = value;
505 str << Token(m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)).asBool(0));
589 template<> inline bool getValueAccessValue<bool> (ConstValueAccess access) { return access.asBool(); }
594 template<> inline bool& getValueAccessValue<bool> (ValueAccess access) { return access.asBool(); }
    [all...]
  /external/jsoncpp/src/test_lib_json/
main.cpp 341 JSONTEST_ASSERT_EQUAL(true, true_.asBool());
349 JSONTEST_ASSERT_EQUAL(false, false_.asBool());
408 JSONTEST_ASSERT_EQUAL(false, val.asBool());
436 JSONTEST_ASSERT_EQUAL(false, val.asBool());
464 JSONTEST_ASSERT_EQUAL(false, val.asBool());
492 JSONTEST_ASSERT_EQUAL(false, val.asBool());
520 JSONTEST_ASSERT_EQUAL(false, val.asBool());
548 JSONTEST_ASSERT_EQUAL(false, val.asBool());
575 JSONTEST_ASSERT_EQUAL(true, val.asBool());
603 JSONTEST_ASSERT_EQUAL(true, val.asBool());
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 76 void genInitValue(const clang::APValue &Val, bool asBool = false);
slang_rs_reflection.h 181 void genInitValue(const clang::APValue &Val, bool asBool);
  /external/chromium_org/third_party/webrtc/base/
json.cc 23 s << std::boolalpha << in.asBool();
85 *out = in.asBool();
json_unittest.cc 252 EXPECT_EQ(in[i], out[i].asBool());
  /external/jsoncpp/src/lib_json/
json_writer.cpp 238 document_ += valueToString( value.asBool() );
322 pushValue( valueToString( value.asBool() ) );
599 pushValue( valueToString( value.asBool() ) );
  /external/chromium_org/third_party/skia/gm/
gm_expectations.cpp 151 fIgnoreFailure = ignoreFailure.asBool();
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.cc 127 info.front_facing = camera["front_facing"].asBool();
  /external/jsoncpp/src/jsontestrunner/
main.cpp 83 fprintf( fout, "%s=%s\n", path.c_str(), value.asBool() ? "true" : "false" );
  /external/skia/gm/
gm_expectations.cpp 151 fIgnoreFailure = ignoreFailure.asBool();

Completed in 524 milliseconds

1 2