HomeSort by relevance Sort by last modified time
    Searched refs:this (Results 151 - 175 of 5156) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/location/tests/locationtests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/media/mca/tests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/sax/tests/saxtests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/tests/HugeBackup/
Android.mk 6 # Only compile source java files in this apk.
  /frameworks/base/tests/ImfTest/tests/
Android.mk 4 # We only want this apk build for tests.
  /frameworks/base/tests/permission/
Android.mk 4 # We only want this apk build for tests.
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
Android.mk 7 # This is not a separate module.
15 # Header files for components including this module
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
Android.mk 7 # This is not a separate module.
14 # Header files for components including this module
  /ndk/tests/build/prebuild-stlport/jni/
Android.mk 1 # See README to understand what this project does.
  /packages/apps/Calculator/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/DeskClock/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Gallery/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Gallery2/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Gallery2/tests_camera/
Android.mk 5 # We only want this apk build for tests.
  /packages/apps/LegacyCamera/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Music/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Settings/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/apps/Tag/
Android.mk 8 # Only compile source java files in this apk.
  /packages/apps/VoiceDialer/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/providers/CalendarProvider/tests/
Android.mk 4 # We only want this apk build for tests.
  /packages/providers/DownloadProvider/tests/permission/
Android.mk 4 # We only want this apk build for tests.
  /packages/providers/DownloadProvider/tests/public_api_access/
Android.mk 4 # We only want this apk build for tests.
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 2 # This obfuscation dictionary contains reserved Java keywords. They can't
4 # Note that this hardly improves the obfuscation. Decent decompilers can
23 this
  /external/v8/test/mjsunit/bugs/
618.js 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 this.x = 23;
38 C1.prototype = { set x(value) { this.y = 23; } };
45 this.x = 23;
53 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
60 this.x = 23
    [all...]
  /external/v8/test/mjsunit/
indexed-accessors.js 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
14 // from this software without specific prior written permission.
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
45 this.x = x;
46 this.y = y;
48 Pair.prototype.__defineGetter__('0', function() { return this.x; });
49 Pair.prototype.__defineGetter__('1', function() { return this.y; });
50 Pair.prototype.__defineSetter__('0', function(x) { this.x = x; })
    [all...]

Completed in 517 milliseconds

1 2 3 4 5 67 8 91011>>