/cts/tests/tests/permission/ |
Android.mk | 16 LOCAL_PATH:= $(call my-dir) 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tests/tests/permission2/ |
Android.mk | 16 LOCAL_PATH:= $(call my-dir) 24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/cts/tools/host/src/ |
Android.mk | 15 LOCAL_PATH := $(call my-dir) 18 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/cts/tools/test-progress-new/src/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/dalvik/libcore/security/src/test/java/tests/security/permissions/ |
JavaIoFileTest.java | 57 notes = "Verifies that File.delete and File.deleteOnExit methods call checkDelete on security manager.", 63 notes = "Verifies that File.delete and File.deleteOnExit methods call checkDelete on security manager.", 100 assertTrue("File.delete must call checkDelete on security manager", s.called); 105 assertTrue("File.deleteOnExit must call checkDelete on security manager", s.called); 112 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 118 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 124 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 130 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 136 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager.", 142 notes = "Verifies that File.exists(), File.canRead(), File.isFile(), File.isDirectory(), File.isHidden(), File.lastModified(), File.length(), File.list(...), File.listFiles(...) methods call checkRead method of security manager." [all...] |
/dalvik/vm/mterp/x86-atom/ |
stub.S | 22 call dvmMterp_${opcode} # call c-based implementation
|
/development/apps/GestureBuilder/ |
Android.mk | 17 LOCAL_PATH:= $(call my-dir) 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/samples/CubeLiveWallpaper/ |
Android.mk | 17 LOCAL_PATH := $(call my-dir) 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/tools/hosttestlib/ |
Android.mk | 15 LOCAL_PATH := $(call my-dir) 20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/development/tools/makedict/ |
Android.mk | 16 LOCAL_PATH := $(call my-dir) 19 LOCAL_SRC_FILES := $(call all-java-files-under,src)
|
/development/tools/mkstubs/ |
Android.mk | 16 LOCAL_PATH := $(call my-dir) 19 LOCAL_SRC_FILES := $(call all-java-files-under,src)
|
/device/htc/dream-sapphire/tools/ |
Android.mk | 15 LOCAL_PATH:= $(call my-dir) 27 LOCAL_C_INCLUDES:= $(call include-path-for, bluez-libs)
|
/device/htc/passion/ |
passion_as.mk | 23 $(call inherit-product, device/common/gps/gps_as_supl.mk) 26 $(call inherit-product, device/htc/passion/passion.mk)
|
passion_eu.mk | 23 $(call inherit-product, device/common/gps/gps_eu_supl.mk) 26 $(call inherit-product, device/htc/passion/passion.mk)
|
passion_us.mk | 23 $(call inherit-product, device/common/gps/gps_us_supl.mk) 26 $(call inherit-product, device/htc/passion/passion.mk)
|
/external/astl/ |
Android.mk | 19 LOCAL_PATH:= $(call my-dir) 26 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/external/bluetooth/hcidump/ |
Android.mk | 4 LOCAL_PATH:= $(call my-dir) 8 $(call include-path-for,bluez)/include/ \
|
/external/clearsilver/cs/ |
test17.cs | 16 <?cs call:set_field(Biz, "Address2", Biz.Address2, "", "#888888") 17 ?><?cs call:set_field(Biz, "Address3", Biz.Address3, "", "#888888") ?>
|
test_chuck.cs | 13 <?cs call:set_field(Biz, "Address2", Biz.Address2, "", "#888888") 14 ?><?cs call:set_field(Biz, "Address3", Biz.Address3, "", "#888888") ?>
|
/external/clearsilver/man/man3/ |
cgiwrap_putenv.3 | 14 cgiwrap_putenv - wrap the putenv call 30 cgiwrap_putenv wraps the putenv call. This is mostly
|
dictModifyValue.3 | 30 new - function to call to create new value (may be NULL) 32 update - function to call to modify value (if NULL, the old
|
filter_wait.3 | 31 filter_wait wraps the waitpid call and raises an error 32 (with description) if the call failed. Note that if the
|
/external/easymock/ |
Android.mk | 17 LOCAL_PATH := $(call my-dir) 20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/external/easymock/src/org/easymock/ |
CaptureType.java | 30 * Will capture the argument of the first matching call
35 * Will capture the argument of the last matching call
|
/external/junit/ |
Android.mk | 17 LOCAL_PATH := $(call my-dir) 20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|