HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 276 - 300 of 986) sorted by null

<<11121314151617181920>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DumpFileProvider.java 87 * Used to provide {@link OpenableColumns#DISPLAY_NAME} and {@link OpenableColumns#SIZE}
97 : new String[] {OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE};
110 } else if (OpenableColumns.SIZE.equals(column)) {
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cdata.swg 21 %typemap(in) (const void *indata, size_t inlen) = (char *STRING, size_t SIZE);
  /external/fmtlib/test/
posix-mock-test.cc 236 fmt::getpagesize(), EINVAL, "cannot get memory page size");
275 TEST(FileTest, Size) {
279 EXPECT_GE(f.size(), 0);
280 EXPECT_EQ(content.size(), static_cast<fmt::ULongLong>(f.size()));
284 message, ERROR_ACCESS_DENIED, "cannot get file size");
286 EXPECT_THROW_MSG(f.size(), fmt::WindowsError, message.str());
290 EXPECT_SYSTEM_ERROR(f.size(), EBADF, "cannot get file attributes");
298 EXPECT_GE(f.size(), 0);
299 EXPECT_EQ(max_file_size(), f.size());
338 std::size_t size = UINT_MAX; local
352 std::size_t size = UINT_MAX; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 299 ALOGE("Invalid video size: %dx%d", width, height);
570 ALOGW("Max file size is not positive: %lld bytes. "
571 "Disabling file size limit.", (long long)bytes);
572 bytes = 0; // Disable the file size limit for zero or negative values.
574 ALOGE("Max file size is too small: %lld bytes", (long long)bytes);
579 ALOGW("Target file size (%lld bytes) is too small to be respected", (long long)bytes);
    [all...]
  /device/asus/fugu/libaudio/
AudioHardwareInput.cpp 85 size_t size; local
88 size = (kPeriodMsec * outputSampleRate) / 1000;
89 size = ((size + 15) / 16) * 16;
91 return size * channelCount * audio_bytes_per_sample(format);
96 size_t size = calculateInputBufferSize(config->sample_rate, local
99 return size;
133 for (size_t i = 0; i < mInputStreams.size(); i++) {
145 while (mInputStreams.size() != 0) {
155 for (size_t i = 0; i < mInputStreams.size(); i++)
    [all...]
  /external/clang/test/Sema/
statements.c 110 SIZE = sizeof(({unsigned long __ptr; __ptr;}))
  /external/eigen/bench/
sparse_cholesky.cpp 11 #ifndef SIZE
12 #define SIZE 10
79 int rows = SIZE;
80 int cols = SIZE;
sparse_dense_product.cpp 6 #ifndef SIZE
7 #define SIZE 650000
54 int rows = SIZE;
55 int cols = SIZE;
sparse_product.cpp 9 #ifndef SIZE
10 #define SIZE 1000000
100 int rows = SIZE;
101 int cols = SIZE;
sparse_trisolver.cpp 7 #ifndef SIZE
8 #define SIZE 10000
58 int rows = SIZE;
59 int cols = SIZE;
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 33 public static final Attribute SIZE = new AttributeImpl ("SIZE");
  /external/libjpeg-turbo/release/
makedpkg.in 53 SIZE=`du -s $TMPDIR | cut -f1`
56 | sed s/{__ARCH}/$DEBARCH/g | sed s/{__SIZE}/$SIZE/g \
  /external/okhttp/okio/okio/src/test/java/okio/
DeflaterSinkTest.java 37 deflaterSink.write(data, data.size());
49 deflaterSink.write(data, data.size());
61 deflaterSink.write(data, data.size());
73 deflaterSink.write(data, data.size());
84 int byteCount = Segment.SIZE * 4;
94 for (int i = 0; i < Segment.SIZE; i++) {
99 deflaterSink.write(data, data.size());
120 deflaterSink.write(new Buffer().writeUtf8(repeat('a', Segment.SIZE)), Segment.SIZE);
140 while (!inflater.needsInput() || deflated.size() > 0 || deflatedIn.available() > 0)
    [all...]
Utf8Test.java 73 String a = TestUtil.repeat('a', Segment.SIZE + Segment.SIZE + 1);
81 String a = TestUtil.repeat('a', Segment.SIZE - 1);
83 String c = TestUtil.repeat('c', Segment.SIZE - 1);
  /external/skia/bench/
ChecksumBench.cpp 23 SIZE = U32COUNT * 4,
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableNativeByteToInteger.java 32 private static final int UINT8_MASK = (1 << Byte.SIZE) - 1;
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationDuration.java 26 import android.util.Size;
29 * Immutable class to store a time duration for any given format/size combination.
95 * Convenience method to return the size of this stream configuration duration.
97 * @return a Size with positive width and height
99 public Size getSize() {
100 return new Size(mWidth, mHeight);
144 (int) mDurationNs, (int)(mDurationNs >>> Integer.SIZE));
  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Integer.java 19 value = (value << Byte.SIZE) | data.get();
  /frameworks/native/libs/math/include/math/
quat.h 72 enum { SIZE = 4 };
73 inline constexpr static size_type size() { return SIZE; } function in class:android::details::TQuaternion
79 assert(i < SIZE);
85 assert(i < SIZE);
  /packages/apps/Camera2/src/com/android/camera/data/
PhotoDataQuery.java 55 MediaStore.Images.ImageColumns.SIZE, // 9, long
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
cygming.h 97 #define ASM_OUTPUT_DWARF_OFFSET(FILE, SIZE, LABEL, SECTION) \
99 switch (SIZE) \
335 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
336 asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
  /toolchain/binutils/binutils-2.25/binutils/testsuite/config/
default.exp 30 if ![info exists SIZE] then {
31 set SIZE [findfile $base_dir/size]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.h 68 `md_short_jump_size' to the size of a short jump (a jump that is
70 `md_long_jump_size' to the size of a long jump (a jump that can go
106 #define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0
109 SIZE bytes will have. The alignment is expressed as a power of
160 object size a little bit. */
  /frameworks/native/services/sensorservice/
Fusion.cpp 147 template<typename TYPE, size_t SIZE>
149 mat<TYPE, SIZE, SIZE> mSumXX;
150 vec<TYPE, SIZE> mSumX;
154 void update(const vec<TYPE, SIZE>& x) {
159 mat<TYPE, SIZE, SIZE> operator()() const {
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 27 template<class real, int SIZE=Dynamic>
33 enum {IsFixedSize = (SIZE!=Dynamic)};
40 typedef Eigen::Matrix<real,SIZE,SIZE> gene_matrix;
41 typedef Eigen::Matrix<real,SIZE,1> gene_vector;
53 A.resize(A_stl[0].size(), A_stl.size());
55 for (unsigned int j=0; j<A_stl.size() ; j++){
56 for (unsigned int i=0; i<A_stl[j].size() ; i++){
63 B.resize(B_stl.size(),1)
118 int size = dst.cols(); local
    [all...]

Completed in 532 milliseconds

<<11121314151617181920>>