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

1 2 3 4 5 6 7 8 91011>>

  /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 " +
dns_fail.js 1 // This script should be run in an environment where all DNS resolution are
  /external/webkit/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();
  /dalvik/vm/mterp/armv5te/
OP_THROW.S 4 * Throw an exception object in the current thread.
12 beq common_errNullObject @ yes, throw an NPE instead
OP_FILL_ARRAY_DATA.S 11 cmp r0, #0 @ 0 means an exception is thrown
OP_MONITOR_ENTER.S 4 * Synchronize on an object.
12 beq common_errNullObject @ null object, throw an exception
  /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/stlport/stlport/
slist 31 # error The slist class is an STLport extension.
  /frameworks/base/tools/aidl/
Android.mk 5 # This tool is prebuilt if we're doing an app-only build.
  /ndk/sources/android/stlport/stlport/
slist 31 # error The slist class is an STLport extension.
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 222 report_error(TYPE_WARNING, 'Language file does not contain a specification of an author!');
250 report_error(TYPE_ERROR, 'Language file contains a $language_data structure which is not an array!');
264 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'COMMENT_SINGLE\'] structure which is not an array!');
270 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'COMMENT_MULTI\'] structure which is not an array!');
275 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'COMMENT_REGEXP\'] structure which is not an array!');
282 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'QUOTEMARKS\'] structure which is not an array!');
287 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'HARDQUOTE\'] structure which is not an array!');
302 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'CASE_KEYWORDS\'] specification which is not an integer!');
312 report_error(TYPE_ERROR, 'Language file contains a $language_data[\'KEYWORDS\'] structure which is not an array!');
316 report_error(TYPE_WARNING, "Language file contains an key '$kw_key' in \$language_data['KEYWORDS'] that is not integer!")
    [all...]
  /bionic/libc/arch-x86/bionic/
clone.S 31 # an error occured, set errno and return -1
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
callback-exception.js 1 description("Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.");
  /packages/apps/Browser/tests/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
27 # running the tests using an instrumentation targeting Browser, we
  /packages/apps/Email/tests/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
27 # running the tests using an instrumentation targeting Eamil, we
  /packages/apps/Mms/tests/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
27 # running the tests using an instrumentation targeting Eamil, we
  /dalvik/dx/src/
Android.mk 5 # This tool is prebuilt if we're doing an app-only build.
  /development/samples/ApiDemos/tests/
Android.mk 13 # running the tests using an instrumentation targeting ApiDemos, we
  /external/emma/
Android.mk 24 # the custom emma library to add to an SDK project.
  /frameworks/base/tests/SmokeTest/tests/
Android.mk 13 # running the tests using an instrumentation targeting SmokeTestApp, we
  /external/v8/test/mjsunit/
string-match.js 136 var re_atom = /an/;
139 ["an"],
145 var re_atomg = /an/g;
148 ["an", "an", "an", "an"],
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 47 $intRegexp = '^[-+]?\d+$'; # Match an integer
119 # If 'help' was defined as an option, a new hash with just 'help' is
133 # If --help is an option, prints message saying 'Try --help'
149 # Prints an error message and exits.
157 # An optional string describing the problem
198 abortMsg("option `$option' does not take an argument")
202 # An argument is required for this option:
204 abortMsg("option `$option' requires an argument")
226 # Find a match for an incomplete long option:
268 # If $order is $RETURN_IN_ORDER, and this is a normal argument (not an
    [all...]
  /bionic/linker/
Android.mk 20 # and unloadable. Increasing the alignment adds an extra 3840 bytes in padding
70 # Instead of including $(BUILD_EXECUTABLE), we execute the steps to create an executable by
71 # hand, as we want to insert an extra step that is not supported by the build system, and

Completed in 779 milliseconds

1 2 3 4 5 6 7 8 91011>>