HomeSort by relevance Sort by last modified time
    Searched defs:RESULT (Results 1 - 12 of 12) sorted by null

  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/Eval/
eval-001.js 27 * This feature will continue to work in JavaScript 1.3 but will result in an
63 var RESULT = "";
66 MY_EVAL( "RESULT = EXPECT" );
72 RESULT );
eval-002.js 27 * This feature will continue to work in JavaScript 1.3 but will result in an
62 var RESULT = "";
72 MY_EVAL( "RESULT = EXPECT" );
78 RESULT );
eval-003.js 27 * This feature will continue to work in JavaScript 1.3 but will result in an
62 var RESULT = "";
75 MY_EVAL( "RESULT = h(-1, 1)" );
82 RESULT );
  /external/qemu/target-arm/
op_addsub.h 20 #define RESULT(val, n, width) \
96 #undef RESULT
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 33 private static final long RESULT = 1000;
105 assertEquals(RESULT, mAsyncTask.get(DURATION, TimeUnit.MILLISECONDS).longValue());
107 assertEquals(RESULT, mAsyncTask.get().longValue());
127 assertEquals(RESULT, mAsyncTask.postResult.longValue());
273 return RESULT;
283 protected void onPostExecute(Long result) {
284 super.onPostExecute(result);
285 postResult = result;
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 43 * pairs, delimited by a start(1)/pass(0)/fail(-2)/error(-1) status code result. At end of test
73 /** Test result status codes. */
87 private static final String RESULT = "INSTRUMENTATION_RESULT: ";
94 * Test result data
122 return "unknown result";
126 /** Stores the status values for the test result currently being parsed */
129 /** Stores the status values for the test result last parsed */
224 } else if (line.startsWith(Prefixes.RESULT)) {
227 parseKey(line, Prefixes.RESULT.length());
318 * Parses out a status code result
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkService.java 45 RESULT(0x03),
336 // result
337 tag = 0x80 | ComprehensionTlvTag.RESULT.value();
503 if (ar != null && ar.result != null) {
505 data = (String) ar.result;
566 // the same command's result again to the StkService and can cause it to
618 // confirmation result is send back using a dedicated ril message
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 165 enum RESULT {EMPTY, NO_VAR, NO_REF, HAS_REF};
167 RESULT find(const char *const var_name /*[in] c-string*/, Pick * * ref = NULL /*[out] Pick* */){
503 // The parser result nodes
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 165 enum RESULT {EMPTY, NO_VAR, NO_REF, HAS_REF};
167 RESULT find(const char *const var_name /*[in] c-string*/, Pick * * ref = NULL /*[out] Pick* */){
503 // The parser result nodes
    [all...]
  /cts/tools/host/src/com/android/cts/
TestDevice.java 78 /** Max time [ms] to wait for <code>adb shell getprop</code> to return a result. */
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 89 milliseconds