HomeSort by relevance Sort by last modified time
    Searched refs:api (Results 126 - 150 of 747) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16BECharsetDecoderTest.java 17 package tests.api.java.nio.charset;
UTF16LECharsetDecoderTest.java 17 package tests.api.java.nio.charset;
UTF8CharsetTest.java 17 package tests.api.java.nio.charset;
37 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testDecode_Normal()
48 * @see tests.api.java.nio.charset.ConcreteCharsetTest#testEncode_Normal()
  /external/mockito/src/org/mockito/internal/verification/api/
VerificationDataInOrderImpl.java 5 package org.mockito.internal.verification.api;
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
AnimationThread.java 19 import com.android.ide.common.rendering.api.IAnimationListener;
20 import com.android.ide.common.rendering.api.RenderSession;
21 import com.android.ide.common.rendering.api.Result;
22 import com.android.ide.common.rendering.api.Result.Status;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
FakeAdapter.java 19 import com.android.ide.common.rendering.api.AdapterBinding;
20 import com.android.ide.common.rendering.api.DataBindingItem;
21 import com.android.ide.common.rendering.api.IProjectCallback;
22 import com.android.ide.common.rendering.api.ResourceReference;
  /frameworks/compile/slang/
slang_rs_reflection_base.cpp 159 llvm::APInt api = Val.getInt(); local
161 tmp << ((api.getSExtValue() == 0) ? "false" : "true");
163 tmp << api.getSExtValue();
164 if (api.getBitWidth() > 32) {
  /libcore/dom/src/test/java/tests/api/org/w3c/dom/
AllTests_Level2.java 17 package tests.api.org.w3c.dom;
  /libcore/luni/src/test/java/tests/api/java/lang/
StringTest.java 17 package tests.api.java.lang;
  /libcore/luni/src/test/java/tests/api/java/util/
EmptyStackExceptionTest.java 18 package tests.api.java.util;
MissingResourceExceptionTest.java 18 package tests.api.java.util;
NoSuchElementExceptionTest.java 18 package tests.api.java.util;
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
CertificatesToPlayWith.java 32 package tests.api.javax.net.ssl;
SSLHandshakeExceptionTest.java 16 package tests.api.javax.net.ssl;
SSLKeyExceptionTest.java 16 package tests.api.javax.net.ssl;
SSLPeerUnverifiedExceptionTest.java 16 package tests.api.javax.net.ssl;
SSLProtocolExceptionTest.java 16 package tests.api.javax.net.ssl;
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
DestroyableTest.java 18 package tests.api.javax.security.auth;
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
NoSubclassParser.java 17 package tests.api.org.xml.sax.support;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
thread-mainloop.h 28 #include <pulse/mainloop-api.h>
43 * the asynchronous API without risking to stall the PulseAudio library.
62 * Since the PulseAudio API doesn't allow concurrent accesses to objects,
64 * loop API provides such a scheme through the functions
102 * there. This is the approach chosen in PulseAudio's threaded API.
223 * that they can be called at any time. The threading main loop API provides
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 28 #include <pulse/mainloop-api.h>
43 * the asynchronous API without risking to stall the PulseAudio library.
62 * Since the PulseAudio API doesn't allow concurrent accesses to objects,
64 * loop API provides such a scheme through the functions
102 * there. This is the approach chosen in PulseAudio's threaded API.
223 * that they can be called at any time. The threading main loop API provides
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 28 #include <pulse/mainloop-api.h>
43 * the asynchronous API without risking to stall the PulseAudio library.
62 * Since the PulseAudio API doesn't allow concurrent accesses to objects,
64 * loop API provides such a scheme through the functions
102 * there. This is the approach chosen in PulseAudio's threaded API.
223 * that they can be called at any time. The threading main loop API provides
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.h 31 static bool supportedApi(EGLenum api);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 19 import static com.android.ide.common.rendering.api.Result.Status.ERROR_LOCK_INTERRUPTED;
20 import static com.android.ide.common.rendering.api.Result.Status.ERROR_TIMEOUT;
21 import static com.android.ide.common.rendering.api.Result.Status.SUCCESS;
23 import com.android.ide.common.rendering.api.HardwareConfig;
24 import com.android.ide.common.rendering.api.LayoutLog;
25 import com.android.ide.common.rendering.api.RenderParams;
26 import com.android.ide.common.rendering.api.RenderResources;
27 import com.android.ide.common.rendering.api.RenderResources.FrameworkResourceIdProvider;
28 import com.android.ide.common.rendering.api.Result;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 22 import com.android.ide.common.api.DropFeedback;
23 import com.android.ide.common.api.IClientRulesEngine;
24 import com.android.ide.common.api.IMenuCallback;
25 import com.android.ide.common.api.INode;
26 import com.android.ide.common.api.INodeHandler;
27 import com.android.ide.common.api.IViewRule;
28 import com.android.ide.common.api.InsertType;
29 import com.android.ide.common.api.RuleAction;
30 import com.android.ide.common.api.SegmentType;

Completed in 476 milliseconds

1 2 3 4 56 7 8 91011>>