Searched refs:types (Results 1 - 25 of 437) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A DBufferQueueSource.cpp23 #include <sys/types.h>
25 #include <sys/types.h>
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityEventCompat.java32 void setContentChangeTypes(AccessibilityEvent event, int types); argument
49 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
85 public void setContentChangeTypes(AccessibilityEvent event, int types) { argument
86 AccessibilityEventCompatKitKat.setContentChangeTypes(event, types);
207 * Mask for {@link AccessibilityEvent} all types.
291 * @param changeTypes The bit mask of change types.
300 * Gets the bit mask of change types signaled by an
302 * multiple change types.
304 * @return The bit mask of change types. One or more of:
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java71 public static void selectRoute(Object routerObj, int types, Object routeObj) { argument
72 ((android.media.MediaRouter)routerObj).selectRoute(types,
76 public static void addCallback(Object routerObj, int types, Object callbackObj) { argument
77 ((android.media.MediaRouter)routerObj).addCallback(types,
293 public void selectRoute(Object routerObj, int types, Object routeObj) { argument
307 mSelectRouteIntMethod.invoke(router, types, route);
324 router.selectRoute(types, route);
/frameworks/support/v7/mediarouter/jellybean-mr2/android/support/v7/media/
H A DMediaRouterJellybeanMr2.java24 public static void addCallback(Object routerObj, int types, Object callbackObj, int flags) { argument
25 ((android.media.MediaRouter)routerObj).addCallback(types,
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java824 native long rsnScriptGroupCreate(long con, long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types); argument
825 synchronized long nScriptGroupCreate(long[] kernels, long[] src, long[] dstk, long[] dstf, long[] types) { argument
827 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);
H A DScriptGroup.java598 * Second, add connections between kernels. There are two types
932 long[] types = new long[mLines.size()];
943 types[ct] = cl.mAllocationType.getID(mRS);
945 id = mRS.nScriptGroupCreate(kernels, src, dstk, dstf, types);
/frameworks/webview/chromium/loader/
H A Dloader.cpp30 #include <sys/types.h>
/frameworks/rs/api/
H A DGenerateDocumentation.cpp287 const map<string, Type*>& types,
297 for (auto e : types) {
637 const auto& types = specFile.getDocumentedTypes(); local
640 writeSummaryTables(&file, constants, types, functions, NON_DEPRECATED_ONLY, false);
641 writeSummaryTables(&file, constants, types, functions, DEPRECATED_ONLY, false);
652 if (!types.empty()) {
654 for (auto i : types) {
286 writeSummaryTables(GeneratedFile* file, const map<string, Constant*>& constants, const map<string, Type*>& types, const map<string, Function*>& functions, DeprecatedSelector deprecatedSelector, bool labelAsHeader) argument
H A DGenerateStubsWhiteList.cpp32 // Used to map the built-in types to their mangled representations
63 const auto& types = systemSpecification.getTypes(); local
64 const auto type = types.find(typeName);
65 if (type != types.end()) {
77 // Do nothing for RS object types.
192 * This function mangles correctly the types currently used by RenderScript. It does
193 * not currently mangle more complicated types like function pointers, namespaces,
194 * or other C++ types. In particular, we don't deal correctly with parenthesis.
300 /* We keep track of the previously generated parameter types, as type mangling
H A Drs_allocation_create.spec146 create Allocations of scalar and vector numerical types without creating
H A Drs_convert.spec39 Converting floating point values to integer types truncates.
H A Drs_math.spec935 The @max() function returns identical results but can be applied to more data types.
980 The @min() function returns identical results but can be applied to more data types.
H A Drs_object_types.spec20 The types below are used to manipulate RenderScript objects like allocations, samplers,
180 The RS_KIND_PIXEL_* values are used in conjunction with the standard data types for representing
H A Drs_value_types.spec22 RenderScript supports the following scalar numerical types:
82 The types are named @rs_matrix2x2, @rs_matrix3x3, and @rs_matrix4x4. See
/frameworks/rs/cpp/util/
H A DRefBase.h22 #include <sys/types.h>
497 // specialization for moving sp<> and wp<> types.
H A DStrongPointer.h23 #include <sys/types.h>
H A DTypeHelpers.h23 #include <sys/types.h>
92 * basic types traits
114 * compare and order types
128 * create, destroy, copy and move types...
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp25 #include <sys/types.h>
H A DrsCpuScript.cpp34 #include <sys/types.h>
/frameworks/rs/driver/
H A DrsdCore.cpp41 #include <sys/types.h>
H A DrsdGL.cpp21 #include <sys/types.h>
/frameworks/rs/
H A Drs.h21 #include <sys/types.h>
H A DrsContext.cpp29 #include <sys/types.h>
H A DrsDefines.h21 #include <sys/types.h>
435 // custom complex types because of NDK support
H A DrsDriverLoader.cpp29 #include <sys/types.h>

Completed in 432 milliseconds

1234567891011>>