HomeSort by relevance Sort by last modified time
    Searched full:effective (Results 76 - 100 of 903) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
filter_fdleak 20 # So we just cut out the entire stack trace. It's coarse but effective;
  /external/chromium/chrome/browser/
process_info_snapshot_mac_unittest.cc 95 // To verify that ProcessInfoSnapshot is getting the actual uid and effective
96 // uid, this test runs top. top should have a uid of the caller and effective
129 // Effective user ID should be 0 (root).
  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 74 * <p>Only the effective (first) declaration for an attribute will
107 * <p>Only the effective (first) declaration for each entity
125 * <p>Only the effective (first) declaration for each entity
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 104 * If a preview or export is in progress, then this change is effective for
121 * If a preview or export is in progress, then this change is effective for
139 * progress, then this change is effective for next preview or export
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capability.h 46 __u32 effective; member in struct:__user_cap_data_struct
116 /* Overrides the following restrictions that the effective user ID
118 bits on that file; that the effective group ID (or one of the
125 /* Overrides the restriction that the real or effective user ID of a
126 process sending a signal must match the real or effective user ID
  /bionic/libc/bionic/
memmem.c 30 * usually effective algorithm, see:
  /external/chromium/chrome/browser/extensions/
extension_info_map.h 60 // Gets the effective host permissions for the extension with |id|.
  /external/guava/guava/src/com/google/common/collect/
Constraint.java 35 * In order to be effective, constraints should be deterministic; that is,
MapConstraint.java 36 * In order to be effective, constraints should be deterministic; that is, they
  /external/webkit/LayoutTests/fast/leaks/
003.html-disabled 50 // GC was not effective.
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKContextPrivate.h 59 // FIXME: These functions are only effective if called before the Web process is launched. But
  /packages/apps/ContactsCommon/res/layout/
contact_list_content.xml 20 Instead, android:layout_marginTop inside <fragment /> is effective. -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 261 /* Test for access to NAME using the effective UID and GID
273 If AT_EACCESS is set in FLAG, then use effective IDs like `eaccess',
644 /* Get the effective user ID of the calling process. */
650 /* Get the effective group ID of the calling process. */
665 and effective user IDs, and the saved set-user-ID to UID;
666 if not, the effective user ID is set to UID. */
671 and the effective user ID of the calling process to EUID. */
676 /* Set the effective user ID of the calling process to UID. */
682 and effective group IDs, and the saved set-group-ID to GID;
683 if not, the effective group ID is set to GID. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
capability.h 56 CAP_EFFECTIVE=0, /* Specifies the effective flag */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 261 /* Test for access to NAME using the effective UID and GID
273 If AT_EACCESS is set in FLAG, then use effective IDs like `eaccess',
644 /* Get the effective user ID of the calling process. */
650 /* Get the effective group ID of the calling process. */
665 and effective user IDs, and the saved set-user-ID to UID;
666 if not, the effective user ID is set to UID. */
671 and the effective user ID of the calling process to EUID. */
676 /* Set the effective user ID of the calling process to UID. */
682 and effective group IDs, and the saved set-group-ID to GID;
683 if not, the effective group ID is set to GID. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 261 /* Test for access to NAME using the effective UID and GID
273 If AT_EACCESS is set in FLAG, then use effective IDs like `eaccess',
644 /* Get the effective user ID of the calling process. */
650 /* Get the effective group ID of the calling process. */
665 and effective user IDs, and the saved set-user-ID to UID;
666 if not, the effective user ID is set to UID. */
671 and the effective user ID of the calling process to EUID. */
676 /* Set the effective user ID of the calling process to UID. */
682 and effective group IDs, and the saved set-group-ID to GID;
683 if not, the effective group ID is set to GID. *
    [all...]
  /system/core/include/cutils/
logger.h 42 uint32_t euid; /* effective UID of logger */
  /system/core/include/private/
android_filesystem_capability.h 43 __u32 effective; member in struct:__user_cap_data_struct
  /external/chromium/chrome/browser/ui/cocoa/
install.sh 16 # to the user's ID, but the effective user ID set to 0 (root). bash -p is
17 # used on the first line to prevent bash from setting the effective user ID to
  /frameworks/base/docs/html/training/implementing-navigation/
descendant.jd 2 parent.title=Implementing Effective Navigation
39 <p><em>Descendant navigation</em> is navigation down the application's information hierarchy. This is described in <a href="{@docRoot}training/design-navigation/descendant-lateral.html">Designing Effective Navigation</a> and also covered in <a href="{@docRoot}design/patterns/app-structure.html">Android Design: Application Structure</a>.</p>
  /frameworks/base/media/java/android/media/videoeditor/
Overlay.java 103 * If a preview or export is in progress, then this change is effective for
136 * progress, then this change is effective for next preview or export
  /ndk/sources/host-tools/make-3.81/
misc.c 699 /* We are in "make access" mode. This means that the effective user and
701 We now want to set the effective user and group IDs to the real IDs,
707 effective IDs, which is ideal. */
717 There is an effective ID, which can be set by setuid/setgid.
721 or the saved set ID (what the effective ID was before this set-ID
729 /* In 4BSD, the setreuid/setregid calls set both the real and effective IDs.
731 at any one time. If you use setuid/setgid, the effective will be set to
820 /* Set both the real and effective UID and GID to the user's.
  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 471 boolean[] effective = new boolean[n];
475 effective[0] = prev.incoming > 0;
477 int num = effective[0] ? 1 : 0;
480 if (effective[i] = isTarget(bb, blocks[i - 1])) {
492 if (effective[i])
  /external/kernel-headers/original/linux/
capability.h 46 __u32 effective; member in struct:__user_cap_data_struct
139 /* Overrides the following restrictions that the effective user ID
141 bits on that file; that the effective group ID (or one of the
148 /* Overrides the restriction that the real or effective user ID of a
149 process sending a signal must match the real or effective user ID
  /external/chromium/chrome/common/extensions/docs/static/
experimental.proxy.html 158 layers that may influence the effective proxy settings, in increasing order of
182 <li>If only <b>(R)</b> is set, these settings are effective for both regular
184 <li>If only <b>(I)</b> is set, these settings are effective for only incognito

Completed in 447 milliseconds

1 2 34 5 6 7 8 91011>>