OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:effective
(Results
1 - 25
of
903
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/include/core/
SkTileGridPicture.h
17
* and playback costs, but is less
effective
at eliminating extraneous
18
* primitives for arbitrary query rectangles. It is most
effective
for
/external/valgrind/main/memcheck/tests/linux/
capget.c
26
"
effective
%#x\n"
29
d.
effective
,
capget.stderr.exp
3
effective
0
capget.stderr.exp2
4
effective
0x........
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
auxvec.h
20
#define AT_EUID 12 /*
effective
uid */
22
#define AT_EGID 14 /*
effective
gid */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auxvec.h
20
#define AT_EUID 12 /*
effective
uid */
22
#define AT_EGID 14 /*
effective
gid */
securebits.h
14
compatibility mode. We raise the
effective
and inheritable bitmasks
15
*of the executable file* if the
effective
uid of the new process is
16
0. If the real uid is 0, we raise the
effective
(legacy) bit of the
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
auxvec.h
20
#define AT_EUID 12 /*
effective
uid */
22
#define AT_EGID 14 /*
effective
gid */
/external/kernel-headers/original/linux/
securebits.h
14
compatibility mode. We raise the
effective
and inheritable bitmasks
15
*of the executable file* if the
effective
uid of the new process is
16
0. If the real uid is 0, we raise the
effective
(legacy) bit of the
/external/clang/test/Driver/
emit-llvm.c
1
// Check that -O4 is only honored as the
effective
-O option.
/libcore/luni/src/main/java/javax/crypto/spec/
RC2ParameterSpec.java
34
*
effective
key length (in bits),
37
* the
effective
key length (in bits).
46
*
effective
key length (in bits) and <i>initialization vector</i>.
52
* the
effective
key length (in bits).
72
*
effective
key length (in bits) and <i>initialization vector<i>.
79
* the
effective
key length (in bits).
101
* Returns the
effective
key length (in bits).
103
* @return the
effective
key length (in bits).
129
* @return true if the
effective
key length and the initialization vector of
/dalvik/dx/src/com/android/dx/cf/iface/
Method.java
28
* Get the <i>
effective
</i> method descriptor, which includes, if
31
* @return {@code non-null;} the
effective
method descriptor
/external/kernel-headers/original/uapi/linux/
auxvec.h
20
#define AT_EUID 12 /*
effective
uid */
22
#define AT_EGID 14 /*
effective
gid */
/external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c
200
m.data.v1.
effective
= 0x7FFFFFFFU;
204
m.data.v3[0].
effective
= 0xFFFFFFFFU;
207
m.data.v3[1].
effective
= 0xFFFFFFFFU;
315
m.data.v3[0].
effective
=
317
m.data.v3[1].
effective
=
320
m.data.v3[0].
effective
= 0;
321
m.data.v3[1].
effective
= 0;
364
m.data.v3[idx].
effective
|= MASK(capability);
366
m.data.v3[idx].
effective
&= ~(MASK(capability));
410
v1_update(action, capability, &m.data.v1.
effective
);
[
all
...]
/external/chromium/chrome/browser/extensions/
extension_pref_value_map.h
24
// rules determine which value becomes
effective
(visible).
25
// - The
effective
regular extension pref value is determined by the regular
27
// - The
effective
incognito extension pref value is determined by the incognito
41
// A = extension A, B = extension B, E =
effective
value
53
// changes. This does not necessarily mean that the
effective
value has
143
// if |from_incognito| is not NULL, it is set to true if the
effective
pref
155
// Mapping of which extension set which preference value. The
effective
extension_pref_store.h
15
// A (non-persistent) PrefStore implementation that holds
effective
preferences
/development/samples/training/EffectiveNavigation/res/values/
strings.xml
18
<string name="app_name">
Effective
Navigation</string>
/external/chromium/chrome/browser/resources/net_internals/
proxyview.js
52
var
effective
= proxySettings.
effective
;
54
// Both |original| and |
effective
| are dictionaries describing the settings.
59
addTextNode(this.effectiveSettingsDiv_, proxySettingsToString(
effective
));
/external/openssh/
uidswap.c
49
/* Saved
effective
uid. */
54
/* Saved
effective
uid. */
61
* Temporarily changes to the given uid. If the
effective
user
122
/* Set the
effective
uid to the given (unprivileged) uid. */
188
fatal("restore_uid: temporarily_use_uid not
effective
");
192
/* Set the
effective
uid back to the saved privileged uid. */
200
* Propagate the real uid (usually more privileged) to
effective
uid
214
* called while temporarily_use_uid is
effective
.
229
fatal("permanently_set_uid: temporarily_use_uid
effective
");
325
cap.
effective
= cap.permitted = (1 << CAP_SYS_BOOT)
[
all
...]
/external/libcap-ng/libcap-ng-0.7/
ChangeLog
23
- Fix
effective
capabilities read from file descriptor
27
- In netcap and pscap use the
effective
uid
52
- Use bit mask on
effective
capabilities check in have_capabilities
/frameworks/base/docs/html/training/implementing-navigation/
index.jd
1
page.title=Implementing
Effective
Navigation
17
<li><a href="{@docRoot}training/design-navigation/index.html">Designing
Effective
Navigation</a></li>
41
<a href="{@docRoot}training/design-navigation/index.html">Designing
Effective
Navigation</a> class.
/external/apache-http/src/org/apache/http/impl/cookie/
RFC2965DomainAttributeHandler.java
143
// The
effective
host name must domain-match domain attribute.
147
+ "\" violates RFC 2965:
effective
host name does not "
151
//
effective
host name minus domain must not contain any dots
157
+ "
effective
host minus domain may not contain any dots");
184
// The
effective
host name MUST domain-match the Domain
189
//
effective
host name minus domain must not contain any dots
/external/chromium/chrome/browser/
chrome_content_browser_client.cc
64
// Get the
effective
URL for the given actual URL. If the URL is part of an
65
// installed app, the
effective
URL is an extension URL with the ID of that
/external/chromium/chrome/browser/ui/cocoa/
keystone_promote_postflight.sh
13
# user's ID, but the
effective
user ID set to 0 (root). bash -p is used on
14
# the first line to prevent bash from setting the
effective
user ID to the
/development/ndk/platforms/android-3/include/linux/
capability.h
26
__u32
effective
;
member in struct:__user_cap_data_struct
Completed in 1207 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>