HomeSort by relevance Sort by last modified time
    Searched refs:sized (Results 1 - 17 of 17) sorted by null

  /external/deqp/modules/gles31/functional/
es31fSSBOArrayLengthTests.cpp 55 SSBOArrayLengthCase (Context& context, const char* name, const char* desc, ArrayAccess access, bool sized);
75 SSBOArrayLengthCase::SSBOArrayLengthCase (Context& context, const char* name, const char* desc, ArrayAccess access, bool sized)
78 , m_sized (sized)
304 const std::string desc = std::string("Test length() of ") + ((arraysSized[sizeNdx]) ? ("sized ") : ("unsized ")) + qualifiers[qualifierNdx].name + " array";
es31fProgramInterfaceQueryTests.cpp     [all...]
  /system/bt/stack/
Android.mk 169 # gnu-variable-sized-type-not-at-end is needed for a variable-size header in
172 LOCAL_CLANG_CFLAGS += -Wno-error=gnu-variable-sized-type-not-at-end -Wno-error=constant-logical-operand
  /libcore/luni/src/main/native/
java_text_Bidi.cpp 97 UBiDi* sized = ubidi_openSized(limit - start, 0, &status); local
101 std::unique_ptr<BiDiData> lineData(new BiDiData(sized));
  /system/bt/bta/
Android.mk 10 LOCAL_CLANG_CFLAGS += -Wno-error=gnu-variable-sized-type-not-at-end
  /external/gptfdisk/
current.spec 72 disks. Removes stray GPT data, fixes mis-sized extended partitions,
  /system/bt/main/
Android.mk 173 LOCAL_CLANG_CFLAGS := -Wno-error=gnu-variable-sized-type-not-at-end
  /bionic/libc/arch-mips/bionic/
setjmp.S 126 * dynamically-sized 0- or 4-byte unused filler so that double-prec FP regs
208 # callee-saved long-sized regs:
308 # callee-saved long-sized regs:
  /external/libvorbis/doc/
01-introduction.tex 354 This is easy to visualize in the case of equal sized-windows:
358 \captionof{figure}{overlap of two equal-sized windows}
361 And slightly more complex in the case of overlapping unequal sized
369 In the unequal-sized window case, the window shape of the long window
512 of the current window. In the case of same-sized windows, the amount
08-residue.tex 38 \item Each vector is partitioned into multiple equal sized chunks
04-codec.tex 585 the case of same-sized windows, the amount of data to return is
  /external/fio/
filesetup.c 261 unsigned long long ret, sized; local
265 sized = td->o.file_size_high - td->o.file_size_low;
266 ret = (unsigned long long) ((double) sized * (r / (FRAND_MAX + 1.0)));
303 log_err("%s: zero sized block device?\n", f->file_name);
334 log_err("%s: zero sized char device?\n", f->file_name);
  /external/deqp/modules/glshared/
glsShaderLibrary.cpp 905 // don't allow 0-sized lists
    [all...]
  /external/v8/test/mjsunit/
external-array-no-sse2.js 410 // Check handling of 0-sized buffers and arrays.
external-array.js 410 // Check handling of 0-sized buffers and arrays.
unicode-test.js     [all...]
  /external/v8/tools/
tickprocessor.js 635 // creating zero-sized entries, skip such duplicates.

Completed in 241 milliseconds