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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stdout.exp 1 I'm in an asininely long namespace!
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
TestHelper.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
31 String an = actual.replaceAll( "[\\s]+", " ").trim(); local
35 en, an);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
no_entrypoint.js 1 var x = "This is an invalid PAC script because it lacks a " +
  /external/webkit/Source/WebCore/manual-tests/inspector/resources/
script-error.js 2 this.will.be.an.error = 1;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
AnimateDrawables.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
49 Animation an = new TranslateAnimation(0, 100, 0, 200); local
50 an.setDuration(2000);
51 an.setRepeatCount(-1);
52 an.initialize(10, 10, 10, 10);
54 mDrawable = new AnimateDrawable(dr, an);
55 an.startNow();
  /external/clang/test/Sema/
predef.c 9 expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qualifiers}}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
toplevel.ml 23 print_endline "parsed an extern.";
25 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
toplevel.ml 26 print_endline "parsed an extern.";
29 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/easymock/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
19 # Build an easymock.jar to use for host side tests
28 # Build an easymocklib.jar to use on device
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S 7 nop # to give us an even million
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_ENTER.S 4 * Synchronize on an object.
12 beq common_errNullObject @ null object, throw an exception
OP_THROW.S 4 * Throw an exception object in the current thread.
11 beq common_errNullObject @ yes, throw an NPE instead
  /dalvik/vm/mterp/x86-atom/
OP_THROW_VERIFICATION_ERROR.S 10 * distributed under the License is distributed on an "AS IS" BASIS,
23 * Description: Throws an exception for an error discovered during verification.
33 EXPORT_PC # in case an exception is thrown
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/qemu-pc-bios/bochs/bios/
notes 29 > Drive then generates an interrupt to the system.
31 > drive executes an implied seek to desired track and
35 the busy bit to 0, and generates an interrupt.
42 and generates an interrupt. When the system has tranferred the last sector,
  /external/stlport/stlport/
slist 31 # error The slist class is an STLport extension.
  /external/valgrind/main/drd/tests/
tc15_laog_lockdel.stderr.exp 3 Try order 2 -> 1. This gives an error.
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf_s.S 28 # because Vex does an emulation-warning check on the popfl,
29 # an error should be reported for the popfl
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
event-after-navigation.js 1 description('Tests for a crash where an event is fired after the page has been navigated away when the original page is in the page cache.');
  /external/webkit/LayoutTests/fast/dom/NodeList/script-tests/
nodelist-item-call-as-function.js 1 description('This tests that items in a NodeList can be retrieved directly by calling as a function with an integral index parameter, starting from 0.<br>It means NodeList[0] and NodeList(0) both work.');

Completed in 395 milliseconds

1 2 3 4 5 6 7 8 91011>>