OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Binder
(Results
151 - 175
of
182
) sorted by null
1
2
3
4
5
6
7
8
/external/guice/core/test/com/google/inject/
BinderTest.java
79
public void configure(
Binder
binder
) {
80
fooProvider =
binder
.getProvider(Foo.class);
246
assertEquals("
Binder
",
binder
().toString());
262
binder
().newPrivateBinder().expose(Integer.class).toString());
277
assertNotSerializable(
binder
());
569
bind(
Binder
.class).annotatedWith(red).toProvider(Providers.<
Binder
>of(null));
592
"Binding to core guice framework type is not allowed:
Binder
."
[
all
...]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java
25
import android.os.
Binder
;
77
* A
binder
object that contains a reference to the ScriptingLayerService.
79
public class LocalBinder extends
Binder
{
/external/guice/core/src/com/google/inject/internal/
BindingProcessor.java
19
import com.google.inject.
Binder
;
37
* Handles {@link
Binder
#bind} and {@link
Binder
#bindConstant} elements.
InjectorImpl.java
28
import com.google.inject.
Binder
;
397
public void applyTo(
Binder
binder
) {
548
public void applyTo(
Binder
binder
) {
[
all
...]
/external/turbine/java/com/google/turbine/deps/
Dependencies.java
23
import com.google.turbine.
binder
.
Binder
.BindingResult;
24
import com.google.turbine.
binder
.ClassPath;
25
import com.google.turbine.
binder
.bound.TypeBoundClass;
26
import com.google.turbine.
binder
.bytecode.BytecodeBoundClass;
27
import com.google.turbine.
binder
.env.CompoundEnv;
28
import com.google.turbine.
binder
.env.Env;
29
import com.google.turbine.
binder
.env.SimpleEnv;
30
import com.google.turbine.
binder
.sym.ClassSymbol;
/external/deqp/modules/glshared/
glsLifetimeTests.cpp
163
class QueryBinder : public
Binder
166
QueryBinder (Context& ctx) :
Binder
(ctx) {}
276
Binder
&
binder
= *getElementType().
binder
();
local
281
binder
.enableLogging(false);
282
binder
.bind(element);
284
binder
.bind(0);
285
binder
.enableLogging(true);
902
Binder
& binder (void) { return *m_type.binder();
function in class:deqp::gls::LifetimeTests::details::LifeTest
1134
const Binder* const
binder
= type.
binder
();
local
[
all
...]
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
CtsDownloadService.java
26
import android.os.
Binder
;
159
int packageUid =
Binder
.getCallingUid();
/frameworks/base/cmds/content/src/com/android/commands/content/
Content.java
27
import android.os.
Binder
;
461
IBinder token = new
Binder
();
/external/guice/core/test/com/google/inject/util/
OverrideModuleTest.java
30
import com.google.inject.
Binder
;
66
public void configure(
Binder
binder
) {}
834
binder
().scanModulesForAnnotatedMethods(new NamedMunger());
851
Binder
binder
, Annotation annotation, Key<T> key, InjectionPoint injectionPoint) {
/external/turbine/javatests/com/google/turbine/lower/
IntegrationTestSupport.java
31
import com.google.turbine.
binder
.
Binder
;
32
import com.google.turbine.
binder
.ClassPath;
33
import com.google.turbine.
binder
.ClassPathBinder;
445
Binder
.BindingResult bound =
446
Binder
.bind(units, ClassPathBinder.bindClasspath(classpath), bootClassPath, moduleVersion);
/external/mockito/lib/
byte-buddy-1.8.15.jar
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPackageManager.java
64
import android.os.
Binder
;
558
packagesForUid.put(
Binder
.getCallingUid(), packagesForCallingUid);
560
uidForPackage.put(packageName,
Binder
.getCallingUid());
[
all
...]
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java
44
import android.os.
Binder
;
[
all
...]
/cts/tests/tests/net/src/android/net/cts/
IpSecManagerTunnelTest.java
57
import android.os.
Binder
;
117
private static IBinder sBinder = new
Binder
();
[
all
...]
/external/guice/core/test/com/google/inject/spi/
ProviderMethodsTest.java
27
import com.google.inject.
Binder
;
87
public void configure(
Binder
binder
) {}
[
all
...]
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java
33
import com.google.inject.
Binder
;
763
Binder
binder
=
binder
().withSource(method);
769
binder
.bind((Key) paramKey).toProvider(Providers.of(args[p++]));
774
binder
.bind((Key) paramKey).toProvider(data.providers.get(p++));
783
binder
[
all
...]
/external/perfetto/src/traced/probes/ftrace/
cpu_reader_benchmark.cc
115
00000530: 4269 6e64 6572 3a32 3136 385f 3135 0000
Binder
:2168_15..
cpu_reader_unittest.cc
[
all
...]
/external/turbine/java/com/google/turbine/binder/
Binder.java
17
package com.google.turbine.
binder
;
23
import com.google.turbine.
binder
.CompUnitPreprocessor.PreprocessedCompUnit;
24
import com.google.turbine.
binder
.Resolve.CanonicalResolver;
25
import com.google.turbine.
binder
.bound.BoundClass;
26
import com.google.turbine.
binder
.bound.HeaderBoundClass;
27
import com.google.turbine.
binder
.bound.ModuleInfo;
28
import com.google.turbine.
binder
.bound.PackageSourceBoundClass;
29
import com.google.turbine.
binder
.bound.PackageSourceBoundModule;
30
import com.google.turbine.
binder
.bound.SourceBoundClass;
31
import com.google.turbine.
binder
.bound.SourceHeaderBoundClass
[
all
...]
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Conversion.h
30
#include <
binder
/
Binder
.h>
31
#include <
binder
/Status.h>
/cts/tests/app/src/android/app/cts/
ServiceTest.java
38
import android.os.
Binder
;
697
private class MockBinder extends
Binder
{
[
all
...]
/frameworks/av/media/libmedia/include/media/omx/1.0/
Conversion.h
29
#include <
binder
/
Binder
.h>
30
#include <
binder
/Status.h>
176
* \brief Convert `Return<void>` to `
binder
::Status`.
179
* \return The corresponding `
binder
::Status`.
181
// convert: Return<void> -> ::android::
binder
::Status
182
inline ::android::
binder
::Status toBinderStatus(
184
return ::android::
binder
::Status::fromExceptionCode(
190
* \brief Convert `Return<Status>` to `
binder
::Status`.
193
* \return The corresponding `
binder
::Status`
[
all
...]
/frameworks/av/media/libaudioclient/
AudioRecord.cpp
27
#include <
binder
/
Binder
.h>
28
#include <
binder
/IPCThreadState.h>
29
#include <
binder
/IServiceManager.h>
[
all
...]
/external/clang/lib/AST/
Expr.cpp
[
all
...]
/external/testng/lib-supplied/
guice-2.0.jar
Completed in 1119 milliseconds
1
2
3
4
5
6
7
8