OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resultValue
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptModule.cpp
57
ScriptValue
resultValue
= injectedScript.callFunctionWithEvalEnabled(function, hadException);
60
if (hadException ||
resultValue
.isEmpty() || !
resultValue
.isObject()) {
64
resultValue
= injectedScript.callFunctionWithEvalEnabled(function, hadException);
65
if (hadException ||
resultValue
.isEmpty() || !
resultValue
.isObject()) {
71
initialize(
resultValue
, injectedScriptManager->inspectedStateAccessCheck());
InjectedScript.cpp
102
RefPtr<JSONValue>
resultValue
;
103
makeCall(function, &
resultValue
);
104
if (
resultValue
) {
105
if (
resultValue
->type() == JSONValue::TypeString) {
106
resultValue
->asString(errorString);
109
if (
resultValue
->type() == JSONValue::TypeObject) {
110
*result =
resultValue
->asObject();
122
RefPtr<JSONValue>
resultValue
;
123
makeCall(function, &
resultValue
);
124
if (
resultValue
) {
[
all
...]
InjectedScriptCanvasModule.cpp
81
ScriptValue
resultValue
= callFunctionWithEvalEnabled(function, hadException);
82
if (hadException ||
resultValue
.isEmpty() || !
resultValue
.isObject()) {
86
return
resultValue
;
92
RefPtr<JSONValue>
resultValue
;
93
makeCall(function, &
resultValue
);
94
ASSERT(
resultValue
);
110
RefPtr<JSONValue>
resultValue
;
111
makeCall(function, &
resultValue
);
112
if (!
resultValue
|| resultValue->type() != JSONValue::TypeString || !resultValue->asString(traceLogId)
[
all
...]
InjectedScriptBase.cpp
141
ScriptValue
resultValue
= function.call(hadException);
148
return
resultValue
;
159
ScriptValue
resultValue
= callFunctionWithEvalEnabled(function, hadException);
163
*result =
resultValue
.toJSONValue(m_injectedScriptObject.scriptState());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptPreprocessor.cpp
107
v8::Handle<v8::Value>
resultValue
= V8ScriptRunner::callAsFunction(isolate, m_preprocessorFunction.newLocal(isolate), m_scriptState->context()->Global(), WTF_ARRAY_LENGTH(argv), argv);
109
if (!
resultValue
.IsEmpty() &&
resultValue
->IsString())
110
return toCoreStringWithNullCheck(
resultValue
.As<v8::String>());
/dalvik/dx/src/com/android/dx/ssa/
SCCP.java
490
int
resultValue
= VARYING;
496
resultValue
= CONSTANT;
503
resultValue
= latticeValues[sourceReg];
521
resultValue
= CONSTANT;
527
resultValue
= latticeValues[resultReg];
536
if (setLatticeValueTo(resultReg,
resultValue
, resultConstant)) {
537
addUsersToWorklist(resultReg,
resultValue
);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java
491
int
resultValue
= VARYING;
497
resultValue
= CONSTANT;
504
resultValue
= latticeValues[sourceReg];
522
resultValue
= CONSTANT;
528
resultValue
= latticeValues[resultReg];
537
if (setLatticeValueTo(resultReg,
resultValue
, resultConstant)) {
538
addUsersToWorklist(resultReg,
resultValue
);
/art/runtime/jdwp/
jdwp_handler.cc
125
uint64_t
resultValue
;
127
JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &
resultValue
, &exceptObjId);
137
resultValue
= (exceptObjId == 0) ? object_id : 0;
143
WriteValue(pReply, width,
resultValue
);
149
<< StringPrintf(" %#" PRIx64 " (except=%#" PRIx64 ")",
resultValue
, exceptObjId);
153
if (
resultValue
!= 0) {
156
JDWP::JdwpError error = Dbg::StringToUtf8(
resultValue
, &result_string);
[
all
...]
/external/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
/development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar
/development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar
/development/samples/training/AnimationsDemo/libs/
android-support-v13.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
/development/samples/training/InteractiveChart/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 830 milliseconds