Searched refs:effective (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Donc_data.js74 var effective = data[key]['Effective'];
75 assert(effective != 'UserPolicy' || data[key]['UserEditable']);
76 assert(effective != 'DevicePolicy' || data[key]['DeviceEditable']);
96 // If no Active value is defined, return the effective value if present.
97 var effective = this.getEffectiveValueFromProperty_(
99 if (effective != undefined)
100 return effective;
172 * Get the effective value from a Managed property ONC dictionary.
174 * @return {cr.onc.OncValue} The effective value or undefined.
179 var effective
[all...]
H A Dinternet_detail.js449 var effective = propData['Effective'];
451 activeValue = propData[effective];
455 // is set to 'recommended' unless effective == {User|Shared}Setting, in
460 if (effective == 'UserPolicy')
464 if (effective == 'DevicePolicy')
467 } else if (effective == 'UserPolicy' || effective == 'DevicePolicy') {
/external/valgrind/main/memcheck/tests/linux/
H A Dcapget.c26 "effective %#x\n"
29 d.effective,
H A Dcapget.stderr.exp3 effective 0
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dproxy_view.js46 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/chromium_org/chromeos/network/
H A Dpolicy_util.cc281 scoped_ptr<base::DictionaryValue> effective; local
285 effective = onc::MergeSettingsAndPoliciesToEffective(
292 effective = onc::MergeSettingsAndPoliciesToEffective(
302 effective.reset(user_settings->DeepCopy());
311 effective.get());
313 effective->SetStringWithoutPathExpansion(::onc::network_config::kGUID, guid);
317 effective = normalizer.NormalizeObject(&onc::kNetworkConfigurationSignature,
318 *effective);
322 *effective));
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c200 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/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Djmpfar.asm15 ;mov ax, [1234:5678] ; YASM: invalid segment in effective address; NASM: invalid segment override
/external/llvm/test/MC/Mips/
H A Dnooddspreg-error.s13 # An explicit .gnu_attribute must be checked against the effective
H A Dmips_abi_flags_xx.s36 # An explicit .gnu_attribute must be checked against the effective
H A Dmips_abi_flags_xx_set.s37 # An explicit .gnu_attribute must be checked against the effective
H A Dnooddspreg-cmdarg.s42 # An explicit .gnu_attribute must be checked against the effective
H A Dnooddspreg.s44 # An explicit .gnu_attribute must be checked against the effective
H A Doddspreg.s55 # An explicit .gnu_attribute must be checked against the effective
/external/kernel-headers/original/uapi/linux/
H A Dcapability.h46 __u32 effective; member in struct:__user_cap_data_struct
118 /* Overrides the following restrictions that the effective user ID
120 bits on that file; that the effective group ID (or one of the
127 /* Overrides the restriction that the real or effective user ID of a
128 process sending a signal must match the real or effective user ID
/external/qemu/distrib/ext4_utils/include/private/
H A Dandroid_filesystem_capability.h43 __u32 effective; member in struct:__user_cap_data_struct
/external/llvm/test/MC/Mips/mips32/
H A Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips32r2/
H A Dabiflags.s37 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64/
H A Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/mips64r2/
H A Dabiflags.s36 # An explicit .gnu_attribute must be checked against the effective
/external/llvm/test/MC/Mips/msa/
H A Dabiflags.s37 # An explicit .gnu_attribute must be checked against the effective
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java471 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/chromium_org/components/signin/core/browser/
H A Dsignin_manager.cc43 GURL effective(kChromeSigninEffectiveSite);
44 if (url.SchemeIs(effective.scheme().c_str()) &&
45 url.host() == effective.host()) {
/external/chromium_org/ui/events/x/
H A Devents_x.cc81 state_ = xievent->mods.effective |= mask;
84 state_ = xievent->mods.effective &= ~mask;
205 return GetEventFlagsFromXState(xievent->mods.effective) |
495 GetEventFlagsFromXState(xievent->mods.effective) |
505 GetEventFlagsFromXState(xievent->mods.effective);
519 GetEventFlagsFromXState(xievent->mods.effective);
897 xievent->mods.effective =
898 UpdateX11EventFlags(event->flags(), xievent->mods.effective);
/external/chromium_org/ui/events/test/
H A Devents_test_utils_x11.cc185 xievent->mods.effective = XEventState(flags);
197 xievent->mods.effective = XEventState(flags);

Completed in 4054 milliseconds

12