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

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
DoNothingParser.java 17 package tests.api.org.xml.sax.support;
DoNothingXMLReader.java 17 package tests.api.org.xml.sax.support;
MethodLogger.java 17 package tests.api.org.xml.sax.support;
MockResolver.java 17 package tests.api.org.xml.sax.support;
NoAccessParser.java 17 package tests.api.org.xml.sax.support;
NoAccessXMLReader.java 17 package tests.api.org.xml.sax.support;
NoInstanceParser.java 17 package tests.api.org.xml.sax.support;
NoInstanceXMLReader.java 17 package tests.api.org.xml.sax.support;
NoSubclassXMLReader.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/
mainloop.h 28 #include <pulse/mainloop-api.h>
75 * defined in \ref mainloop-api.h. This implementation is thread safe
pulseaudio.h 28 #include <pulse/mainloop-api.h>
51 * files are included: \ref mainloop-api.h, \ref sample.h, \ref def.h,
62 * This document describes the client API for the PulseAudio sound
63 * server. The API comes in two flavours to accomodate different styles
66 * \li The complete but somewhat complicated to use asynchronous API
67 * \li The simplified, easy to use, but limited synchronous API
72 * pass to the API is already in UTF-8.
74 * \section simple_sec Simple API
80 * \section async_sec Asynchronous API
84 * PulseAudio API. A guide can be found in \subpage async
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop.h 28 #include <pulse/mainloop-api.h>
75 * defined in \ref mainloop-api.h. This implementation is thread safe
pulseaudio.h 28 #include <pulse/mainloop-api.h>
51 * files are included: \ref mainloop-api.h, \ref sample.h, \ref def.h,
62 * This document describes the client API for the PulseAudio sound
63 * server. The API comes in two flavours to accomodate different styles
66 * \li The complete but somewhat complicated to use asynchronous API
67 * \li The simplified, easy to use, but limited synchronous API
72 * pass to the API is already in UTF-8.
74 * \section simple_sec Simple API
80 * \section async_sec Asynchronous API
84 * PulseAudio API. A guide can be found in \subpage async
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop.h 28 #include <pulse/mainloop-api.h>
75 * defined in \ref mainloop-api.h. This implementation is thread safe
pulseaudio.h 28 #include <pulse/mainloop-api.h>
51 * files are included: \ref mainloop-api.h, \ref sample.h, \ref def.h,
62 * This document describes the client API for the PulseAudio sound
63 * server. The API comes in two flavours to accomodate different styles
66 * \li The complete but somewhat complicated to use asynchronous API
67 * \li The simplified, easy to use, but limited synchronous API
72 * pass to the API is already in UTF-8.
74 * \section simple_sec Simple API
80 * \section async_sec Asynchronous API
84 * PulseAudio API. A guide can be found in \subpage async
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
EnumAttributeDescriptor.java 19 import com.android.ide.common.api.IAttributeInfo;
ReferenceAttributeDescriptor.java 20 import com.android.ide.common.api.IAttributeInfo;
21 import com.android.ide.common.api.IAttributeInfo.Format;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
PackageAttributeDescriptor.java 19 import com.android.ide.common.api.IAttributeInfo;
  /external/doclava/res/assets/templates/components/
api_filter.cs 1 <?cs # The default API filter selector that goes in the header ?><?cs
3 <div id="api-level-toggle">
5 <label for="apiLevelCheckbox" class="disabled">Filter by API Level: </label>
  /external/mockito/src/org/mockito/internal/
InOrderImpl.java 17 import org.mockito.internal.verification.api.InOrderContext;
18 import org.mockito.internal.verification.api.VerificationInOrderMode;
  /external/smali/
build.gradle 41 def git = org.eclipse.jgit.api.Git.open(file('.'))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridMatch.java 20 import com.android.ide.common.api.INode;
21 import com.android.ide.common.api.SegmentType;
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 75 * Compares two api xml files for consistency.
112 System.err.println("Error parsing API");
154 System.out.println("Couldn't parse API file \"" + filename + "\"");
220 ApiInfo api; local
222 api = parseApi(src);
225 System.err.println("Error parsing API: " + src);
236 Stubs.writeApi(apiWriter, api.getPackages().values());
242 ApiInfo api; local
244 api = parseApi(src);
247 System.err.println("Error parsing API: " + src)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
BaseAdapter.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.LayoutLog;
23 import com.android.ide.common.rendering.api.ResourceReference;
24 import com.android.ide.common.rendering.api.IProjectCallback.ViewAttribute;
  /system/core/include/system/
window.h 598 struct ANativeWindow* window, int api) {
604 struct ANativeWindow* window, int api) {
796 * native_window_api_connect(..., int api)
797 * connects an API to this window. only one API can be connected at a time.
799 * can happen if it's connected to some other API.
802 struct ANativeWindow* window, int api)
804 return window->perform(window, NATIVE_WINDOW_API_CONNECT, api);
808 * native_window_api_disconnect(..., int api)
809 * disconnect the API from this window
    [all...]

Completed in 638 milliseconds

1 2 3 4 5 6 7 891011>>