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

1 2

  /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/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.4-9.js 44 2. Call the [[HasProperty]] method of Result(l), passing the Identifier as
46 3. If Result(2) is true, return a value of type Reference whose base object
47 is Result(l) and whose property name is the Identifier.
51 The result of binding an identifier is always a value of type Reference with
69 var RESULT = "hello";
72 NEW_PROPERTY = RESULT;
75 testcases[tc].expect = RESULT;
10.2.2-1.js 79 var RESULT = THIS == this;
84 RESULT );
86 var RESULT = THIS +'';
91 RESULT );
  /ndk/build/awk/
gen-windows-host-path.awk 132 RESULT = "$1"
136 print RESULT
144 RESULT = "$(patsubst /%," hostpath "/%,\n" RESULT ")"
148 RESULT = "$(patsubst " cygpath "/%," hostpath "/%,\n" RESULT ")"
  /external/webkit/WebKitTools/Scripts/
check-dom-results 71 foreach my $result (@results) {
74 open RESULT, "<$result";
75 while (<RESULT>) {
81 close RESULT;
83 push @failures, $result;
  /sdk/eclipse/scripts/
build_plugins.sh 200 RESULT=$?
202 if [ "0" != "$RESULT" ]; then
203 echo "JAVA died with error code $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;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.1-1.js 49 2. Call GetValue(Result(1)).
51 4. Call GetValue(Result(3)).
52 5. Call ToObject(Result(2)).
53 6. Call ToString(Result(4)).
54 7. Return a value of type Reference whose base object is Result(5) and
55 whose property name is Result(6).
230 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
231 RESULT = eval("typeof " + PROPERTY[i].object + "." + PROPERTY[i].name );
236 RESULT );
238 RESULT = eval("typeof " + PROPERTY[i].object + "['" + PROPERTY[i].name +"']")
    [all...]
11.2.1-2.js 49 2. Call GetValue(Result(1)).
51 4. Call GetValue(Result(3)).
52 5. Call ToObject(Result(2)).
53 6. Call ToString(Result(4)).
54 7. Return a value of type Reference whose base object is Result(5) and
55 whose property name is Result(6).
85 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
11.2.1-3-n.js 49 2. Call GetValue(Result(1)).
51 4. Call GetValue(Result(3)).
52 5. Call ToObject(Result(2)).
53 6. Call ToString(Result(4)).
54 7. Return a value of type Reference whose base object is Result(5) and
55 whose property name is Result(6).
81 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
11.2.1-4-n.js 49 2. Call GetValue(Result(1)).
51 4. Call GetValue(Result(3)).
52 5. Call ToObject(Result(2)).
53 6. Call ToString(Result(4)).
54 7. Return a value of type Reference whose base object is Result(5) and
55 whose property name is Result(6).
81 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
11.2.1-5.js 49 2. Call GetValue(Result(1)).
51 4. Call GetValue(Result(3)).
52 5. Call ToObject(Result(2)).
53 6. Call ToString(Result(4)).
54 7. Return a value of type Reference whose base object is Result(5) and
55 whose property name is Result(6).
85 for ( var i = 0, RESULT; i < PROPERTY.length; i++ ) {
  /cts/tools/dasm/src/dasm/
parser.cup 189 {: RESULT.str_val = Utils.convertDotsToSlashes(w.str_val); :}
195 {: RESULT.int_val = access_val; :}
433 {: RESULT.variant_val = v.variant_val; :}
436 {: RESULT.variant_val = null; :}
466 Int:i {: RESULT.variant_val = new Integer(i.int_val); :}
468 Num:n {: RESULT.variant_val = n.number_val; :}
470 Str:s {: RESULT.variant_val = s.str_val; :}
474 Word:w {: RESULT.variant_val = w.str_val; :} // for enum
476 item:v {: RESULT.variant_val = v.variant_val; :}
499 {: RESULT.str_val = w.str_val; :
    [all...]
  /external/qemu/target-arm/
op_addsub.h 20 #define RESULT(val, n, width) \
96 #undef RESULT
helper.c     [all...]
  /development/build/tools/
mk_sdk_repo_xml.sh 107 local RESULT=""
114 RESULT="$RESULT $2 $VALUE"
120 echo "$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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/
elfos.h 262 /* Write the extra assembler code needed to declare a function's result.
264 result value, but there are exceptions. */
267 #define ASM_DECLARE_RESULT(FILE, RESULT)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/
elfos.h 262 /* Write the extra assembler code needed to declare a function's result.
264 result value, but there are exceptions. */
267 #define ASM_DECLARE_RESULT(FILE, RESULT)
  /ndk/build/core/
ndk-common.sh 510 # Result: set $1 to the full path of the corresponding command
585 local RESULT TARFLAGS ZIPFLAGS
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow.h 216 storing each element in RESULT, which is of type TYPE. */
217 #define FOR_EACH_HTAB_ELEMENT(HTAB, RESULT, TYPE, ITER) \
218 for (RESULT = (TYPE) first_htab_element (&(ITER), (HTAB)); \
220 RESULT = (TYPE) next_htab_element (&(ITER)))
322 are the result of user annotations or flags (e.g.,
489 do so will result in leaving a iterator marker node in the immediate
851 tree result; /* PHI result. */ local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow.h 216 storing each element in RESULT, which is of type TYPE. */
217 #define FOR_EACH_HTAB_ELEMENT(HTAB, RESULT, TYPE, ITER) \
218 for (RESULT = (TYPE) first_htab_element (&(ITER), (HTAB)); \
220 RESULT = (TYPE) next_htab_element (&(ITER)))
322 are the result of user annotations or flags (e.g.,
489 do so will result in leaving a iterator marker node in the immediate
857 tree result; /* PHI result. */ local
    [all...]

Completed in 961 milliseconds

1 2