HomeSort by relevance Sort by last modified time
    Searched refs:arrays (Results 301 - 325 of 711) sorted by null

<<11121314151617181920>>

  /external/pdfium/core/
pdfiumfpdfapi.mk 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
  /external/v8/test/mjsunit/es6/
array-of.js 9 // Array.of makes real arrays.
  /external/v8/test/mjsunit/
mirror-array.js 122 // Test a number of different arrays.
  /external/webrtc/tools/matlab/
rtpAnalyze.m 140 % Sort time arrays in packet send order.
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary_test.go 144 // Addresses of arrays are easier to manipulate with reflection than are slices.
  /prebuilts/go/darwin-x86/test/
cmp.go 356 // arrays
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug385_64.go 9 // Issue 4666: issue with arrays of exactly 4GB.
  /prebuilts/go/linux-x86/src/encoding/binary/
binary_test.go 144 // Addresses of arrays are easier to manipulate with reflection than are slices.
  /prebuilts/go/linux-x86/test/
cmp.go 356 // arrays
  /prebuilts/go/linux-x86/test/fixedbugs/
bug385_64.go 9 // Issue 4666: issue with arrays of exactly 4GB.
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /cts/tests/tests/keystore/src/android/keystore/cts/
BlockCipherTestBase.java 39 import java.util.Arrays;
443 if (Arrays.equals(ivBeforeReinitialization, mCipher.getIV())) {
460 if (Arrays.equals(getKatIv(), mCipher.getIV())) {
555 if (Arrays.equals(output1, output2)) {
    [all...]
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 232 boolean arrays = false;
248 arrays = true;
252 arrays = false;
256 arrays = true;
260 arrays = false;
265 + Integer.toHexString(i) + (arrays ? " with arrays" : " without arrays") + " in " + converter);
277 arrays = true;
284 arrays = false
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 478 std::vector<ArraySpec> arrays; member in class:deqp::gls::MultiVertexArrayTest::Spec
  /external/libavc/common/arm/
ih264_inter_pred_luma_bilinear_a9q.s 59 @* The function averages the two adjacent values from the two input arrays in horizontal direction.
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 69 /** @brief This is the proxy class for passing read-only input arrays into OpenCV functions.
85 - Optional input arguments: If some of the input arrays may be empty, pass cv::noArray() (or
89 - If you want to design your own function or a class method that can operate of arrays of
112 // get Mat headers for input arrays. This is O(1) operation,
245 If you want to make your function polymorphic (i.e. accept different arrays as output parameters),
696 elements of an array one by one (or elements from multiple arrays that have the same coordinates,
698 whether all the input/output arrays are continuous, namely, have no gaps at the end of each row. If
3141 const Mat** arrays; member in class:cv::NAryMatIterator
    [all...]
  /external/opencv3/modules/python/test/
transformations.py 37 scaling, shearing, projecting, orthogonalizing, and superimposing arrays of
61 numpy.dot(M, v) for shape (4, \*) "point of arrays", respectively
69 "array like", i.e. tuple, list, or numpy arrays.
71 Return types are numpy arrays unless specified otherwise.
871 v0 and v1 are shape (3, \*) or (4, \*) arrays of at least 3 vectors.
    [all...]
  /external/v8/test/mjsunit/harmony/
array-concat.js 562 // When we take moe off the prototype it disappears from all arrays.
634 // When we take moe off the prototype it disappears from all arrays.
  /frameworks/native/opengl/libagl/
context.h 179 // arrays
611 array_machine_t arrays __attribute__((aligned(32))); member in struct:android::gl::ogles_context_t
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 536 // (DWARF writes out 0-length arrays as if they were 1-length arrays.)
  /prebuilts/go/darwin-x86/src/encoding/gob/
encode.go 232 // Byte arrays are encoded as an unsigned count followed by the raw bytes.
545 // True arrays have size in the type.
  /prebuilts/go/darwin-x86/src/syscall/
exec_plan9.go 65 // to NUL-terminated byte arrays. If any string contains a NUL byte
79 // pointers to NUL-terminated byte arrays. If any string contains
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 536 // (DWARF writes out 0-length arrays as if they were 1-length arrays.)
  /prebuilts/go/linux-x86/src/encoding/gob/
encode.go 232 // Byte arrays are encoded as an unsigned count followed by the raw bytes.
545 // True arrays have size in the type.
  /prebuilts/go/linux-x86/src/syscall/
exec_plan9.go 65 // to NUL-terminated byte arrays. If any string contains a NUL byte
79 // pointers to NUL-terminated byte arrays. If any string contains

Completed in 3750 milliseconds

<<11121314151617181920>>