Home
last modified time | relevance | path

Searched refs:org (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/system/update_engine/
Dfake_shill_proxy.h43 org::chromium::flimflam::ManagerProxyMock* GetManagerProxy() override;
44 std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>
50 std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>
54 std::unique_ptr<org::chromium::flimflam::ManagerProxyMock>
58 std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>>
Dshill_proxy.cc21 using org::chromium::flimflam::ManagerProxy;
22 using org::chromium::flimflam::ManagerProxyInterface;
23 using org::chromium::flimflam::ServiceProxy;
24 using org::chromium::flimflam::ServiceProxyInterface;
DWATCHLISTS1 # See http://dev.chromium.org/developers/contributing-code/watchlists for
12 'all': ['adlr@chromium.org', 'petkov@chromium.org']
Dshill_proxy.h39 org::chromium::flimflam::ManagerProxyInterface* GetManagerProxy() override;
40 std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>
46 std::unique_ptr<org::chromium::flimflam::ManagerProxyInterface>
Dreal_system_state.cc69 libcros_proxy_.reset(new org::chromium::LibCrosServiceInterfaceProxy( in Initialize()
72 new org::chromium::NetworkProxyServiceInterfaceProxy( in Initialize()
147 org::chromium::NetworkProxyServiceInterfaceProxyInterface* net_proxy = in Initialize()
149 org::chromium::LibCrosServiceInterfaceProxyInterface* libcros_proxy = in Initialize()
152 org::chromium::NetworkProxyServiceInterfaceProxyInterface* net_proxy = in Initialize()
154 org::chromium::LibCrosServiceInterfaceProxyInterface* libcros_proxy = in Initialize()
Dchrome_browser_proxy_resolver.h32 namespace org {
43 org::chromium::NetworkProxyServiceInterfaceProxyInterface* dbus_proxy);
71 org::chromium::NetworkProxyServiceInterfaceProxyInterface* dbus_proxy_;
Dshill_proxy_interface.h40 virtual org::chromium::flimflam::ManagerProxyInterface* GetManagerProxy() = 0;
44 virtual std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>
Dfake_shill_proxy.cc19 using org::chromium::flimflam::ManagerProxyMock;
20 using org::chromium::flimflam::ServiceProxyInterface;
Dupdate_engine-client.gyp8 # http://www.apache.org/licenses/LICENSE-2.0
34 'dbus_bindings/org.chromium.UpdateEngineInterface.dbus-xml',
/system/extras/verity/
DBootSignature.java31 import org.bouncycastle.asn1.ASN1Encodable;
32 import org.bouncycastle.asn1.ASN1EncodableVector;
33 import org.bouncycastle.asn1.ASN1Integer;
34 import org.bouncycastle.asn1.ASN1Object;
35 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
36 import org.bouncycastle.asn1.ASN1OctetString;
37 import org.bouncycastle.asn1.ASN1Primitive;
38 import org.bouncycastle.asn1.ASN1Sequence;
39 import org.bouncycastle.asn1.ASN1InputStream;
40 import org.bouncycastle.asn1.DEROctetString;
[all …]
DUtils.java52 import org.bouncycastle.asn1.ASN1InputStream;
53 import org.bouncycastle.asn1.ASN1ObjectIdentifier;
54 import org.bouncycastle.asn1.pkcs.PrivateKeyInfo;
55 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
56 import org.bouncycastle.asn1.x509.AlgorithmIdentifier;
57 import org.bouncycastle.asn1.x9.X9ObjectIdentifiers;
58 import org.bouncycastle.util.encoders.Base64;
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/src/androidTest/java/com/example/simpleperf/simpleperfexampleofkotlin/
DExampleInstrumentedTest.kt6 import org.junit.Test
7 import org.junit.runner.RunWith
9 import org.junit.Assert.*
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/androidTest/java/com/example/simpleperf/simpleperfexamplepurejava/
DExampleInstrumentedTest.java7 import org.junit.Test;
8 import org.junit.runner.RunWith;
10 import static org.junit.Assert.*;
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/androidTest/java/com/example/simpleperf/simpleperfexamplewithnative/
DExampleInstrumentedTest.java7 import org.junit.Test;
8 import org.junit.runner.RunWith;
10 import static org.junit.Assert.*;
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dgradle.properties8 # http://www.gradle.org/docs/current/userguide/build_environment.html
12 org.gradle.jvmargs=-Xmx1536m
16 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17 # org.gradle.parallel=true
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dgradle.properties8 # http://www.gradle.org/docs/current/userguide/build_environment.html
12 org.gradle.jvmargs=-Xmx1536m
16 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17 # org.gradle.parallel=true
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradle.properties8 # http://www.gradle.org/docs/current/userguide/build_environment.html
12 org.gradle.jvmargs=-Xmx1536m
16 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17 # org.gradle.parallel=true
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/src/test/java/com/example/simpleperf/simpleperfexampleofkotlin/
DExampleUnitTest.kt3 import org.junit.Test
5 import org.junit.Assert.*
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/test/java/com/example/simpleperf/simpleperfexamplewithnative/
DExampleUnitTest.java3 import org.junit.Test;
5 import static org.junit.Assert.*;
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/test/java/com/example/simpleperf/simpleperfexamplepurejava/
DExampleUnitTest.java3 import org.junit.Test;
5 import static org.junit.Assert.*;
/system/update_engine/update_manager/
Dreal_system_provider.h27 namespace org {
41 org::chromium::LibCrosServiceInterfaceProxyInterface* libcros_proxy) in RealSystemProvider()
81 org::chromium::LibCrosServiceInterfaceProxyInterface* const libcros_proxy_
Dstate_factory.h23 namespace org {
38 org::chromium::LibCrosServiceInterfaceProxyInterface* libcros_proxy,
Dstate_factory.cc50 org::chromium::LibCrosServiceInterfaceProxyInterface* libcros_proxy, in DefaultStateFactory()
61 new org::chromium::SessionManagerInterfaceProxy(bus)), in DefaultStateFactory()
/system/ca-certificates/files/
Dee7cd6fb.034 …Issuer: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Chambers of Comm…
38 …Subject: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Chambers of Com…
68 URI:http://crl.chambersign.org/chambersroot.crl
77 email:chambersroot@chambersign.org
79 email:chambersroot@chambersign.org
82 CPS: http://cps.chambersign.org/cps/chambersroot.html
Da0bc6fbb.034 …Issuer: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Global Chambersi…
38 …Subject: C=EU, O=AC Camerfirma SA CIF A82743287, OU=http://www.chambersign.org, CN=Global Chambers…
68 URI:http://crl.chambersign.org/chambersignroot.crl
77 email:chambersignroot@chambersign.org
79 email:chambersignroot@chambersign.org
82 CPS: http://cps.chambersign.org/cps/chambersignroot.html

12345678910>>...15