Searched refs:elements (Results 26 - 45 of 45) sorted by relevance

12

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java202 public static Set<Integer> createFreqSet(int... elements) { argument
204 for (int e : elements) {
/frameworks/rs/api/
H A Drs_object_types.spec21 elements, and scripts. Most of these object are created using the Java RenderScript APIs.
H A Drs_matrix.spec219 Set the elements of a matrix from an array of floats or from another matrix.
226 of the destination is filled with elements of the identity matrix. E.g.
278 Set the elements of a matrix to the identity matrix.
H A Drs_math.spec3185 for the corresponding elements of a vector, you could instead use <code>step(a, b) * @atan2(a, b)</code>.
/frameworks/rs/cpp/
H A DElement.cpp28 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
40 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
52 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
64 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Element contains no sub-elements");
161 // Find out how many elements are not padding.
168 // Make a map that points us at non-padding elements.
179 android::RSC::sp<const Element> * elements,
196 memcpy(mElements, elements, mElementsCount * sizeof(android::RSC::sp<Element>));
178 Element(void *id, android::RSC::sp<RS> rs, android::RSC::sp<const Element> * elements, size_t elementCount, const char ** elementNames, size_t * elementNameLengths, uint32_t * arraySizes) argument
H A DrsCppStructs.h626 * Enable/Disable AutoPadding for Vec3 elements.
872 * Creates an Allocation with a specified number of given elements.
875 * @param[in] count Number of elements of the Allocation
883 * Creates a 2D Allocation with a specified number of given elements.
908 * or complex. Some basic elements are:
931 * multiple sub-elements, such as a collection of floats, float2,
932 * float4. This function returns zero for simple elements or the number of
933 * sub-elements otherwise.
934 * @return number of sub-elements
1399 * Builder class for producing complex elements wit
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1110 public static <E> ArraySet<E> newArraySet(E... elements) { argument
1112 if (elements != null) {
1113 set.ensureCapacity(elements.length);
1114 Collections.addAll(set, elements);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java727 Log.d(TAG, "Failed to parse information elements: " + iae);
1569 java.lang.StackTraceElement[] elements = Thread.currentThread().getStackTrace();
1570 for (int i = 2; i < elements.length && i <= 7; i++ ) {
1571 debugLog = debugLog + " - " + elements[i].getMethodName();
1850 ScanResult.InformationElement elements[] =
1852 for (ScanResult.InformationElement ie : elements) {
1886 result.capabilities = InformationElementUtil.Capabilities.buildCapabilities(elements,
1897 result.informationElements = elements;
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp226 JNIObject<jbyteArray> elements = helper.newByteArray(result->ie_length); local
227 if (elements == NULL) {
228 ALOGE("Error in allocating elements array, length=%d", result->ie_length);
232 helper.setByteArrayRegion(elements, 0, result->ie_length, bytes);
233 helper.setObjectField(scanResult, "bytes", "[B", elements);
1171 JNIObject<jbyteArray> elements = helper.newByteArray(result->LCI->len); local
1173 helper.setByteArrayRegion(elements, 0, result->LCI->len, bytes);
1174 helper.setObjectField(LCI, "data", "[B", elements);
1185 JNIObject<jbyteArray> elements = helper.newByteArray(result->LCI->len); local
1187 helper.setByteArrayRegion(elements,
[all...]
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java239 * you know what elements you want in your format string but don't want to make your
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java299 for (Enumeration e = activeThreads.elements(); e.hasMoreElements();) {
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp238 GLfloat const* fp = rhs.elements();
589 const GLfloat* const mv = modelview.top().elements();
602 const GLfloat* const mv = modelview.top().elements();
1124 GLfloat const* f = c->transforms.current->top().elements();
H A Dcontext.h387 inline GLfloat const* elements() const { return m; } function in struct:android::gl::matrixf_t
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp417 const jint elements[1] = { (jint) lpTrack->getSampleRate() }; local
418 env->SetIntArrayRegion(jSampleRate, 0, 1, elements);
/frameworks/rs/
H A Drs.spec156 param const RsElement * elements
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java413 native long rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes); argument
414 synchronized long nElementCreate2(long[] elements, String[] names, int[] arraySizes) { argument
416 return rsnElementCreate2(mContext, elements, names, arraySizes);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java346 native long rsnElementCreate2(long con, long[] elements, String[] names, int[] arraySizes); argument
347 synchronized long nElementCreate2(long[] elements, String[] names, int[] arraySizes) { argument
349 return rsnElementCreate2(mContext, elements, names, arraySizes);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 593 milliseconds

12