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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/lang/
Package.java 246 * if this package's version string or the one provided are not
251 String[] provided = specVersion.split("\\."); local
253 for (int i = 0; i < Math.min(requested.length, provided.length); i++) {
255 int provNum = Integer.parseInt(provided[i]);
264 if (requested.length > provided.length) {
  /external/webkit/Source/WebCore/WebCore.gyp/mac/
check_objc_rename.sh 7 # modification, are permitted provided that the following conditions are
14 # in the documentation and/or other materials provided with the
20 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
66 These Objective-C symbols may clash with those provided by the system's own
  /external/v8/test/mjsunit/regress/
regress-720.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 // in the provided descriptor.
  /external/chromium/android/
generateAndroidForwardingHeader.pl 6 # modification, are permitted provided that the following conditions
12 # documentation and/or other materials provided with the distribution.
14 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
35 * modification, are permitted provided that the following conditions
41 * documentation and/or other materials provided with the distribution.
43 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
  /external/smali/deodexerant/
Android.mk 5 # modification, are permitted provided that the following conditions are
12 # in the documentation and/or other materials provided with the
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/message/
overwritten-builtins.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
try-catch-finally-no-message.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
try-catch-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
try-finally-return-in-finally.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/message/regress/
regress-1527.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
apply-arguments-gc-safepoint.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
arguments-indirect.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
ascii-regexp-subject.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
binary-operation-overwrite.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
bitwise-operations-undefined.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
body-not-visible.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
call-non-function-call.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
closure.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
closures.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/mjsunit/bugs/
bug-617.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/mjsunit/compiler/
alloc-number.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
call-keyed.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
complex-for-in.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

Completed in 259 milliseconds

1 2 3 4 5 6 7 8 91011>>