HomeSort by relevance Sort by last modified time
    Searched refs:permitted (Results 51 - 75 of 2875) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
capability.h 27 __u32 permitted; member in struct:__user_cap_data_struct
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
capability.h 27 __u32 permitted; member in struct:__user_cap_data_struct
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
capability.h 27 __u32 permitted; member in struct:__user_cap_data_struct
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
capability.h 27 __u32 permitted; member in struct:__user_cap_data_struct
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
capability.h 27 __u32 permitted; member in struct:__user_cap_data_struct
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
capability.h 27 __u32 permitted; member in struct:__user_cap_data_struct
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
capability.h 27 __u32 permitted; member in struct:__user_cap_data_struct
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
capability.h 27 __u32 permitted; member in struct:__user_cap_data_struct
  /external/openssh/openbsd-compat/
port-aix.c 7 * modification, are permitted provided that the following conditions
233 * Check if specified account is permitted to log in.
240 int result, permitted = 0; local
255 permitted = 1;
262 permitted = 1;
270 if (!permitted)
273 return permitted;
  /external/valgrind/main/helgrind/tests/
tc10_rec_lock.stderr.exp 27 with error code 1 (EPERM: Operation not permitted)
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertSelectorTest.java 123 private X509Certificate newCertWithNameConstraint(byte[] permitted, byte[] excluded)
126 .addNameConstraint(true, permitted)
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_galleries_dialog_cocoa.h 60 bool permitted,
  /frameworks/native/cmds/installd/
installd.c 507 capdata[CAP_TO_INDEX(CAP_DAC_OVERRIDE)].permitted |= CAP_TO_MASK(CAP_DAC_OVERRIDE);
508 capdata[CAP_TO_INDEX(CAP_CHOWN)].permitted |= CAP_TO_MASK(CAP_CHOWN);
509 capdata[CAP_TO_INDEX(CAP_SETUID)].permitted |= CAP_TO_MASK(CAP_SETUID);
510 capdata[CAP_TO_INDEX(CAP_SETGID)].permitted |= CAP_TO_MASK(CAP_SETGID);
512 capdata[0].effective = capdata[0].permitted;
513 capdata[1].effective = capdata[1].permitted;
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.h 75 bool permitted,
  /external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals.js 5 // modification, are permitted provided that the following conditions
44 // In strict mode only "\0" is permitted.
  /art/runtime/native/
dalvik_system_Zygote.cc 231 static void SetCapabilities(int64_t permitted, int64_t effective) {
242 capdata.permitted = permitted;
245 PLOG(FATAL) << "capset(" << permitted << ", " << effective << ") failed";
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 427 static int setCapabilities(int64_t permitted, int64_t effective)
440 capdata.permitted = permitted;
442 ALOGV("CAPSET perm=%llx eff=%llx", permitted, effective);
  /external/bison/build-aux/
vc-list-files 54 There is NO WARRANTY, to the extent permitted by law.
  /external/chromium/android/
generateAndroidForwardingHeader.pl 6 # modification, are permitted provided that the following conditions
35 * modification, are permitted provided that the following conditions
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
media_galleries_dialog_gtk.cc 171 bool permitted,
193 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), permitted); local
  /external/chromium_org/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are

Completed in 3408 milliseconds

1 23 4 5 6 7 8 91011>>