Home
last modified time | relevance | path

Searched refs:setBoolean (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc182 m_state->setBoolean(HeapProfilerAgentState::heapObjectsTrackingEnabled, true); in startTrackingHeapObjects()
184 m_state->setBoolean(HeapProfilerAgentState::allocationTrackingEnabled, in startTrackingHeapObjects()
199 m_state->setBoolean(HeapProfilerAgentState::heapProfilerEnabled, true); in enable()
211 m_state->setBoolean(HeapProfilerAgentState::heapProfilerEnabled, false); in disable()
314 m_state->setBoolean(HeapProfilerAgentState::heapObjectsTrackingEnabled, in stopTrackingHeapObjectsInternal()
316 m_state->setBoolean(HeapProfilerAgentState::allocationTrackingEnabled, false); in stopTrackingHeapObjectsInternal()
328 m_state->setBoolean(HeapProfilerAgentState::samplingHeapProfilerEnabled, in startSampling()
373 m_state->setBoolean(HeapProfilerAgentState::samplingHeapProfilerEnabled, in stopSampling()
Dv8-console-agent-impl.cc31 m_state->setBoolean(ConsoleAgentState::consoleEnabled, true); in enable()
41 m_state->setBoolean(ConsoleAgentState::consoleEnabled, false); in disable()
Dv8-profiler-agent-impl.cc205 m_state->setBoolean(ProfilerAgentState::profilerEnabled, true); in enable()
218 m_state->setBoolean(ProfilerAgentState::profilerEnabled, false); in disable()
252 m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, true); in start()
269 m_state->setBoolean(ProfilerAgentState::userInitiatedProfiling, false); in stop()
275 m_state->setBoolean(ProfilerAgentState::preciseCoverageStarted, true); in startPreciseCoverage()
282 m_state->setBoolean(ProfilerAgentState::preciseCoverageStarted, false); in stopPreciseCoverage()
Dv8-debugger-agent-impl.cc143 m_state->setBoolean(DebuggerAgentState::debuggerEnabled, true); in enableImpl()
192 m_state->setBoolean(DebuggerAgentState::skipAllPauses, false); in disable()
195 m_state->setBoolean(DebuggerAgentState::debuggerEnabled, false); in disable()
234 m_state->setBoolean(DebuggerAgentState::skipAllPauses, skip); in setSkipAllPauses()
249 breakpointObject->setBoolean(DebuggerAgentState::isRegex, isRegex); in buildObjectForBreakpointCookie()
1106 breakAuxData->setBoolean("uncaught", isUncaught); in didPause()
Dv8-runtime-agent-impl.cc522 m_state->setBoolean(V8RuntimeAgentImplState::customObjectFormatterEnabled, in setCustomObjectFormatterEnabled()
664 m_state->setBoolean(V8RuntimeAgentImplState::runtimeEnabled, true); in enable()
678 m_state->setBoolean(V8RuntimeAgentImplState::runtimeEnabled, false); in disable()
Dv8-console.cc637 if (copyToClipboard) hints->setBoolean("copyToClipboard", true); in inspectImpl()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DBooleanArrayListTest.java190 assertEquals(true, list.setBoolean(0, false)); in testSetInt()
193 assertEquals(true, list.setBoolean(1, false)); in testSetInt()
197 list.setBoolean(-1, false); in testSetInt()
204 list.setBoolean(2, true); in testSetInt()
440 list.setBoolean(0, false); in assertImmutable()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DBooleanArrayList.java140 return setBoolean(index, element); in set()
144 public boolean setBoolean(int index, boolean element) { in setBoolean() method in BooleanArrayList
DInternal.java649 boolean setBoolean(int index, boolean element);
/external/javassist/src/test/test/javassist/convert/
DArrayAccessReplaceTest.java41 simple.setBoolean(i, value); in testBoolean()
245 public void setBoolean(int pos, boolean value); in setBoolean() method
341 public void setBoolean(int pos, boolean value) { in setBoolean() method in ArrayAccessReplaceTest.Simple
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCPreparedStatement.java131 public void setBoolean(int parameterIndex, boolean x)
522 public void setBoolean(String parameterName, boolean val)
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java124 public void setBoolean(int parameterIndex, boolean theBoolean) in setBoolean() method in Impl_RowSet
1056 public void setBoolean(String parameterName, boolean theBoolean) in setBoolean() method in Impl_RowSet
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DBaseConstructor.java320 Array.setBoolean(array, index, ((Boolean) value).booleanValue()); in constructArrayStep2()
/external/nist-sip/java/gov/nist/core/
DGenericObject.java257 f.setBoolean(this, booleanField); in merge()