HomeSort by relevance Sort by last modified time
    Searched refs:em (Results 1 - 25 of 425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_validator.cc 10 namespace em = enterprise_management;
14 template class CloudPolicyValidator<em::ChromeDeviceSettingsProto>;
device_policy_builder.cc 10 namespace em = enterprise_management;
15 TypedPolicyBuilder<em::ChromeDeviceSettingsProto>::TypedPolicyBuilder()
16 : payload_(new em::ChromeDeviceSettingsProto()) {
21 template class TypedPolicyBuilder<em::ChromeDeviceSettingsProto>;
  /external/chromium_org/chrome/common/extensions/docs/static/css/
api.css 15 padding: 0.5em 0.5em 0.5em 2em;
16 text-indent: -1.5em;
18 margin-top: 1em;
33 margin-left: 2em;
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 59 ExemptionMechanism em = new ExemptionMechanism(spi, mProv, defaultAlg) {}; local
60 assertEquals("Incorrect provider", em.getProvider(), mProv);
61 assertEquals("Incorrect algorithm", em.getName(), defaultAlg);
63 em.init(null);
68 em.getOutputSize(100);
73 em = new ExemptionMechanism(null, null, null) {};
74 assertNull("Incorrect mechanism", em.getName());
75 assertNull("Incorrect provider", em.getProvider());
77 em.init(null);
81 em.getOutputSize(100)
111 ExemptionMechanism em = new ExemptionMechanism( local
144 ExemptionMechanism em = new ExemptionMechanism( local
    [all...]
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.css 7 font-size: 0.8em;
21 font-size: 0.8em;
26 margin: 0.5em 0 0.5em 0;
30 font-size: 0.8em;
36 margin: 0.5em;
58 min-width: 30em;
62 font-size: 0.8em;
63 margin: 0 0 1.2em 0;
69 font-size: 1.1em;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
manual.css 14 height: 1em;
22 padding: 0.5em 0 0.5em 1.25em;
39 margin: 0.5em 0;
69 padding: 1em 1em 0 1em;
74 padding: 0.5em 0.5em 0.5em 4em
    [all...]
  /external/chromium_org/chrome/browser/resources/memory_internals/
memory_internals.css 8 min-width: 45em;
9 padding: 0.75em;
28 padding: 0.5em 1em 0.5em 38px;
list.css 15 padding: 0.35em 0.5em 0;
20 padding: 0.35em 0.5em 0;
snapshot_view.css 7 width: 4em;
20 margin-left: 1em;
25 width: 13em;
31 width: 6em;
36 width: 7em;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 71 ExemptionMechanism em = new ExemptionMechanism(spi, mProv, defaultAlg) {}; local
72 assertEquals("Incorrect provider", em.getProvider(), mProv);
73 assertEquals("Incorrect algorithm", em.getName(), defaultAlg);
75 em.init(null);
80 em.getOutputSize(100);
85 em = new ExemptionMechanism(null, null, null) {};
86 assertNull("Incorrect mechanism", em.getName());
87 assertNull("Incorrect provider", em.getProvider());
89 em.init(null);
93 em.getOutputSize(100)
129 ExemptionMechanism em = new ExemptionMechanism( local
161 ExemptionMechanism em = new ExemptionMechanism( local
242 ExemptionMechanism em = new ExemptionMechanism( local
280 ExemptionMechanism em = new ExemptionMechanism( local
320 ExemptionMechanism em = new ExemptionMechanism( local
366 ExemptionMechanism em = new ExemptionMechanism( local
392 ExemptionMechanism em = new ExemptionMechanism( local
417 ExemptionMechanism em = new ExemptionMechanism( local
432 ExemptionMechanism em = new ExemptionMechanism( local
455 ExemptionMechanism em = new ExemptionMechanism( local
470 ExemptionMechanism em = new ExemptionMechanism( local
504 ExemptionMechanism em = new ExemptionMechanism( local
545 ExemptionMechanism em = new ExemptionMechanism( local
    [all...]
  /external/chromium_org/chrome/browser/resources/quota_internals/
main.css 7 padding-left: 0.5em;
8 padding-right: 0.5em;
14 min-width: 15em;
  /external/chromium_org/chrome/browser/resources/ssl/
firefox.css 9 padding: 0 1em;
17 max-width: 52em;
18 min-width: 13em;
24 margin: 1em 0 0 60px;
30 margin: 0 0 .6em 0;
46 margin: 1em 0 0 80px;
  /external/chromium_org/chrome/browser/resources/
profile_signin_confirmation.css 6 bottom: 1em;
20 font-size: 1.3em;
about_memory.css 8 min-width: 45em;
9 padding: 0.75em;
29 padding: 0.5em 1em 0.5em 38px;
38 padding-left: 0.35em;
51 margin-bottom: 0.75em;
53 padding: 0.6em 1em 0.75em 0
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
7 body { overflow: auto; margin-top: 0px; margin-bottom: 0px; margin-left: 0.3em; margin-right: 0.3em; }
9 h1 { margin-top: 0.3em; margin-bottom: 0.04em; }
10 h2 { margin-top: 2em; margin-bottom: 0.25em; }
11 h3 { margin-top: 1.7em; margin-bottom: 0.25em; }
12 h4 { margin-top: 2em; margin-bottom: 0.3em;
    [all...]
  /external/chromium/chrome/browser/policy/
mock_device_management_backend.h 23 namespace em = enterprise_management;
37 const em::DeviceRegisterRequest& request,
43 const em::DeviceUnregisterRequest& request,
49 const em::DevicePolicyRequest& request,
57 em::DeviceRegisterResponse response;
66 em::PolicyData signed_response;
67 em::CloudPolicySettings settings;
68 em::DisableSpdyProto* spdy_proto = settings.mutable_disablespdy();
70 spdy_proto->mutable_policy_options()->set_mode(em::PolicyOptions::MANDATORY);
78 em::DevicePolicyResponse response
    [all...]
device_management_backend.h 17 namespace em = enterprise_management;
52 const em::DeviceRegisterResponse& response) = 0;
66 const em::DeviceUnregisterResponse& response) = 0;
81 const em::DevicePolicyResponse& response) = 0;
96 const em::DeviceRegisterRequest& request,
102 const em::DeviceUnregisterRequest& request,
108 const em::DevicePolicyRequest& request,
device_management_backend_mock.h 21 MOCK_METHOD1(HandleRegisterResponse, void(const em::DeviceRegisterResponse&));
32 void(const em::DeviceUnregisterResponse&));
42 MOCK_METHOD1(HandlePolicyResponse, void(const em::DevicePolicyResponse&));
  /external/chromium_org/chrome/browser/resources/options/
language_dictionary_overlay.css 8 line-height: 2.5em;
13 margin-right: 16em;
18 margin-left: 16em;
34 height: 20em;
38 height: 17.5em;
42 height: 2.5em;
46 width: 30em;
  /external/llvm/docs/_static/
llvm.css 15 border-collapse: collapse; margin-top: 1em; margin-left: 1em;
16 margin-right: 1em; margin-bottom: 1em; }
46 margin: 1.5em 0.5em 0.5em 0.5em }
48 h4, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em
    [all...]
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 52 padding: 0.5em 20px 20px 20px;
56 font-size: 1em;
61 height: 2em;
69 height: 2em;
81 line-height: 1.75em;
95 padding: 0.5em 15px 15px 0;
98 font-size: 1em;
103 margin: 1em 0 0.5em 0;
104 font-size: 1em;
    [all...]
  /external/ceres-solver/docs/source/_themes/armstrong/static/
rtd.css_t 48 margin: 0 0 0 16em;
53 padding: 0.5em 1.3em;
54 max-width: 55em;
55 min-width: 20em;
59 font-size: 1em;
74 padding: 0.7em 0 0.3em 0;
75 font-size: 1.5em;
82 margin: 2em 0 0.2em 0
    [all...]
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.css 11 margin-top: 1em;
23 margin-top: 0.5em;
24 min-height: 2em;
29 margin-top: 0.25em;
30 min-height: 2em;
38 height: 1.4em;
39 min-width: 12.5em;
45 height: 1.4em;
46 min-width: 11em;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
style.css 18 font-size: 1em;
27 font-size: .75em; /* 12/16 */
28 line-height: 1.3333em; /* 16/12 */
52 padding: 1em;
57 margin: 1em 3em;
61 margin: 1em 1em;
73 margin: 1em 0 0 3em;
    [all...]
  /external/chromium_org/chrome/browser/policy/cloud/
mock_cloud_policy_client.cc 8 namespace em = enterprise_management;
26 const em::PolicyFetchResponse& policy) {
27 em::PolicyFetchResponse*& response = responses_[policy_ns_key];

Completed in 861 milliseconds

1 2 3 4 5 6 7 8 91011>>