HomeSort by relevance Sort by last modified time
    Searched defs:Int32Array (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
Int32Array.h 34 class Int32Array FINAL : public IntegralTypedArrayBase<int> {
36 static inline PassRefPtr<Int32Array> create(unsigned length);
37 static inline PassRefPtr<Int32Array> create(const int* array, unsigned length);
38 static inline PassRefPtr<Int32Array> create(PassRefPtr<ArrayBuffer>, unsigned byteOffset, unsigned length);
42 static inline PassRefPtr<Int32Array> createUninitialized(unsigned length);
47 inline PassRefPtr<Int32Array> subarray(int start) const;
48 inline PassRefPtr<Int32Array> subarray(int start, int end) const;
56 inline Int32Array(PassRefPtr<ArrayBuffer>,
63 PassRefPtr<Int32Array> Int32Array::create(unsigned length
    [all...]
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 75 struct Int32Array {
79 Int32Array(void) {
  /external/chromium_org/v8/include/
v8.h     [all...]

Completed in 1128 milliseconds