HomeSort by relevance Sort by last modified time
    Searched full:effective (Results 1 - 25 of 1249) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
addrop-err.errwarn 1 -:2: error: invalid effective address (displacement size)
segoff-err.errwarn 1 -:3: error: invalid segment in effective address
2 -:4: error: invalid segment in effective address
3 -:5: error: invalid segment in effective address
mem64-err.errwarn 3 -:5: error: invalid effective address
4 -:6: error: invalid effective address
  /external/chromium_org/chromeos/test/data/network/
augmented_merge.json 4 "Effective": "Unmanaged"
12 "Effective": "UserPolicy",
30 "Effective": "UserPolicy",
36 "Effective": "UserPolicy",
43 "Effective": "UserPolicy",
51 "Effective": "UserSetting",
58 "Effective": "UserPolicy",
62 "Effective": "UserPolicy",
66 "Effective": "UserPolicy"
78 "Effective": "UserPolicy"
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
value-err.errwarn 1 -:2: error: effective address too complex
  /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........
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.h 37 /** Base structure for an effective address. As with all base
39 * #yasm_arch implementation of an effective address.
54 * This flag indicates (for architectures that support complex effective
55 * addresses such as x86) if various types of complex effective addresses
61 /** 1 if effective address is /definitely/ an effective address.
63 * between "expr" (which might or might not be an effective address) and
64 * "expr(,1)" (which is definitely an effective address).
68 /** 1 if effective address is forced PC-relative. */
71 /** 1 if effective address is forced non-PC-relative. *
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
proxy_view.html 24 <div id=proxy-view-effective-content>
25 <h4>Effective proxy settings</h4>
26 <pre id=proxy-view-effective-settings></pre>
proxy_view.js 46 ProxyView.EFFECTIVE_SETTINGS_DIV_ID = 'proxy-view-effective-settings';
48 ProxyView.EFFECTIVE_CONTENT_DIV_ID = 'proxy-view-effective-content';
75 // Both |original| and |effective| are dictionaries describing the
78 var effective = proxySettings.effective;
81 var effectiveStr = proxySettingsToString(effective);
89 this.updateSocksHints_(effective);
  /external/kernel-headers/original/uapi/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
auxvec.h 20 #define AT_EUID 12 /* effective uid */
22 #define AT_EGID 14 /* effective gid */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/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
auxvec.h 20 #define AT_EUID 12 /* effective uid */
22 #define AT_EGID 14 /* effective gid */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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
auxvec.h 20 #define AT_EUID 12 /* effective uid */
22 #define AT_EGID 14 /* effective gid */
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.h 25 // Starts threaded animations that are waiting for an effective start time.
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/acl/
libacl.h 31 /* Print NO, SOME or ALL effective permissions comments. SOME prints
32 effective rights comments for entries which have different permissions
33 than effective permissions. */
37 /* Align effective permission comments to column 32 using tabs or
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/acl/
libacl.h 31 /* Print NO, SOME or ALL effective permissions comments. SOME prints
32 effective rights comments for entries which have different permissions
33 than effective permissions. */
37 /* Align effective permission comments to column 32 using tabs or
  /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/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_org/chromeos/network/
policy_util.cc 135 scoped_ptr<base::DictionaryValue> effective; local
139 effective = onc::MergeSettingsAndPoliciesToEffective(
146 effective = onc::MergeSettingsAndPoliciesToEffective(
156 effective.reset(settings->DeepCopy());
165 effective.get());
167 effective->SetStringWithoutPathExpansion(::onc::network_config::kGUID, guid);
171 effective = normalizer.NormalizeObject(&onc::kNetworkConfigurationSignature,
172 *effective);
176 *effective));
  /development/samples/training/EffectiveNavigation/res/values/
strings.xml 18 <string name="app_name">Effective Navigation</string>

Completed in 4489 milliseconds

1 2 3 4 5 6 7 8 91011>>