HomeSort by relevance Sort by last modified time
    Searched defs:resultValue (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /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());
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetConfigure.java 98 Intent resultValue = new Intent();
99 resultValue.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mAppWidgetId);
100 setResult(resultCode, resultValue);
  /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>());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
AsyncResultHolderTests.java 49 final int resultValue = holder.get(DEFAULT_VALUE, TIMEOUT_IN_MILLISECONDS);
50 assertEquals(DEFAULT_VALUE, resultValue);
56 final int resultValue = holder.get(DEFAULT_VALUE, TIMEOUT_IN_MILLISECONDS);
57 assertEquals(DEFAULT_VALUE, resultValue);
63 final int resultValue = holder.get(DEFAULT_VALUE, TIMEOUT_IN_MILLISECONDS);
64 assertEquals(SET_VALUE, resultValue);
70 final int resultValue = holder.get(DEFAULT_VALUE, TIMEOUT_IN_MILLISECONDS);
71 assertEquals(SET_VALUE, resultValue);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsDecoratorTest.java 72 public Object resultValue = null;
84 resultValue = result;
113 int resultValue = (Integer)mDummyListener.resultValue;
114 assertTrue(resultValue == 6);
  /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/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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 

Completed in 1106 milliseconds

1 2 3 4