HomeSort by relevance Sort by last modified time
    Searched full:perm (Results 126 - 150 of 234) sorted by null

1 2 3 4 56 7 8 910

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 226 Log.v(TAG, String.format("Sent intent. act:%s, url:%s, comp:%s, perm:%s," +
  /frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java 308 final String perm = Manifest.permission.ACCOUNT_MANAGER; local
309 if (mContext.checkCallingOrSelfPermission(perm) != PackageManager.PERMISSION_GRANTED) {
310 throw new SecurityException("caller uid " + uid + " lacks " + perm);
  /system/core/init/
init_parser.c 767 case K_socket: {/* name type perm [ uid gid ] */
770 parse_error(state, "socket option requires name, type, perm arguments\n");
785 si->perm = strtoul(args[3], 0, 8);
readme.txt 73 socket <name> <type> <perm> [ <user> [ <group> ] ]
  /external/chromium/third_party/libevent/
Makefile.in 135 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
724 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
725 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
726 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
727 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    [all...]
  /external/protobuf/
Makefile.in 83 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
614 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
615 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
616 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
617 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.in 115 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
828 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
829 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
830 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
831 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 275 String perm = data.readString(); local
276 Intent intent = registerReceiver(app, packageName, rec, filter, perm);
314 String perm = data.readString(); local
319 resultCode, resultData, resultExtras, perm,
936 String perm = data.readString(); local
1407 IBinder perm = newUriPermissionOwner(name); local
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 1225 String perm = nextArg(); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldURLClassLoaderTest.java 48 public void checkPermission(Permission perm) {
OldDatagramSocketTest.java 113 public void checkPermission(Permission perm) {
150 public void checkPermission(Permission perm) {
200 public void checkPermission(Permission perm) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 5037 UriPermission perm = targetUris.get(uri); local
5260 UriPermission perm = it.next(); local
7038 final int perm = checkComponentPermission( local
    [all...]
  /external/bzip2/
decompress.c 84 gPerm = &(s->perm[gSel][0]); \
342 &(s->perm[t][0]),
  /external/icu4c/layout/
IndicClassTables.cpp 373 NULL, /* 'perm' (PERM) */
  /external/libusb/examples/
Makefile.in 402 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  /external/openfst/src/
Makefile.in 408 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
412 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  /external/openfst/src/extensions/
Makefile.in 413 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
417 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  /external/openfst/src/extensions/const/
Makefile.in 431 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  /external/openfst/src/extensions/lookahead/
Makefile.in 443 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
447 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  /external/openfst/src/lib/
Makefile.in 405 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
409 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  /external/openfst/src/test/
Makefile.in 474 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  /frameworks/av/media/mtp/
MtpDevice.cpp 668 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) {
679 fchmod(fd, perm);
  /hardware/ril/include/telephony/
ril_cdma_sms.h 729 RIL_CDMA_SMS_DELIVERY_STATUS_NETWORK_CONGESTION = 4, /* ERROR_CLASS_TEMP & PERM */
730 RIL_CDMA_SMS_DELIVERY_STATUS_NETWORK_ERROR = 5, /* ERROR_CLASS_TEMP & PERM */
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 94 public void checkPermission(Permission perm) {
95 if (perm.getName().equals(forbidenPermissionName)) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 360 Log.d(TAG, "1 Has undock perm msg = "
362 Log.d(TAG, "2 Has undock perm msg = "
    [all...]

Completed in 1185 milliseconds

1 2 3 4 56 7 8 910