HomeSort by relevance Sort by last modified time
    Searched defs:Binder (Results 1 - 13 of 13) sorted by null

  /art/tools/ahat/src/test-dump/android/os/
Binder.java 21 /** Fake android.os.Binder class that just holds a descriptor.
27 * program class android.os.Binder
30 * framework jars, which contain Stub classes that extend android.os.Binder,
36 public class Binder implements IBinder {
37 public Binder() {
41 public Binder(String descriptor) {
  /cts/hostsidetests/backup/ProfileSerialNumberApp/src/android/cts/backup/profileserialnumberapp/
ProfileSerialNumberTest.java 25 import android.os.Binder;
56 assertEquals(Binder.getCallingUserHandle(),
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 29 import android.os.Binder;
48 private Binder mStartReceiver;
58 mStartReceiver = new Binder() {
316 new Binder();
318 assertEquals(Process.myPid(), Binder.getCallingPid());
319 assertEquals(Process.myUid(), Binder.getCallingUid());
337 Binder.flushPendingCommands();
347 Binder.joinThreadPool();
370 if (elem.toString().contains("Binder.joinThreadPool")) {
379 long token = Binder.clearCallingIdentity()
    [all...]
  /external/guice/core/src/com/google/inject/
Binder.java 19 import com.google.inject.binder.AnnotatedBindingBuilder;
20 import com.google.inject.binder.AnnotatedConstantBindingBuilder;
21 import com.google.inject.binder.LinkedBindingBuilder;
43 * examples omit the opening {@code binder}, just as you will if your module extends {@link
175 * <p>The other methods of Binder such as {@link #bindScope}, {@link #bindInterceptor}, {@link
184 public interface Binder {
212 /** See the EDSL examples at {@link Binder}. */
215 /** See the EDSL examples at {@link Binder}. */
218 /** See the EDSL examples at {@link Binder}. */
221 /** See the EDSL examples at {@link Binder}. *
    [all...]
  /external/turbine/javatests/com/google/turbine/binder/
BinderTest.java 17 package com.google.turbine.binder;
27 import com.google.turbine.binder.bound.SourceTypeBoundClass;
28 import com.google.turbine.binder.bound.TypeBoundClass.FieldInfo;
29 import com.google.turbine.binder.sym.ClassSymbol;
76 Binder.bind(
122 Binder.bind(
162 Binder.bind(
192 Binder.bind(
213 Binder.bind(
242 Binder.bind
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 98 class Binder : public ContextWrapper
101 virtual ~Binder (void) {}
107 Binder (const Context& ctx) : ContextWrapper(ctx) {}
110 class SimpleBinder : public Binder
118 : Binder (ctx)
143 virtual Binder* binder (void) const { return DE_NULL; } function in class:deqp::gls::LifetimeTests::details::Type
157 Binder* binder_ = DE_NULL, bool genCreates_ = false)
169 Binder* binder (void) const { return m_binder; function in class:deqp::gls::LifetimeTests::details::SimpleType
    [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...]
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 28 import android.os.Binder;
248 assertEquals(android.os.Process.myUid(), Binder.getCallingUid());
  /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...]
  /external/mockito/lib/
byte-buddy-1.8.15.jar 
  /art/test/636-arm64-veneer-pool/src/
Main.java 17 class C0 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
18 class C1 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
19 class C2 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
20 class C3 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
21 class C4 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
23 public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } }
24 public static void mImpl(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } }
26 class C6 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
27 class C7 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
28 class C8 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } }
    [all...]
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 811 milliseconds