/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_constants.py | 134 GV.SIZE1 = size_str(1)
|
spreadsheet.py | 54 HEADERS = ['', 'size0', 'size1', 'size2', 'size3', 'size4', 'size5', 'size6', 80 'E': 'size3', 'F': 'size2', 'G': 'size1', 'H': 'size0' }
|
test_conf.py | [all...] |
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_test.cc | 855 EXPECT_EQ((uptr)TestMapUnmapCallback::map_count, m.size1()); 858 EXPECT_EQ((uptr)TestMapUnmapCallback::map_count, m.size1()); 859 EXPECT_EQ((uptr)TestMapUnmapCallback::unmap_count, m.size1());
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
FragmentedMp4Builder.java | 99 int size1 = 0; 101 size1 += byteBuffer.limit(); 107 return size1 - size2;
|
/system/update_engine/scripts/ |
brillo_update_payload | 27 # "size1:size2[:...]" 37 # "size1:size2[:...]" 150 "Signature sizes in bytes in the following format: size1:size2[:...]"
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
imgproc_c.h | 96 @param size1 The first parameter of the smoothing operation, the aperture width. Must be a 100 size2 is zero, it is set to size1. Otherwise it must be a positive odd number. 103 \f[\sigma = 0.3 (n/2 - 1) + 0.8 \quad \text{where} \quad n= \begin{array}{l l} \mbox{\texttt{size1} for horizontal kernel} \\ \mbox{\texttt{size2} for vertical kernel} \end{array}\f] 105 sigma1 is not zero, while size1 and size2 are zeros, the kernel size is calculated from the 113 int size1 CV_DEFAULT(3), [all...] |
/external/opencv/cxcore/src/ |
cxarray.cpp | 1233 int i, size1 = mat->dim[0].size, size2 = 1; local 1237 size1 *= mat->dim[i].size; 1244 roi_size->height = size1; 1248 *step = size1 == 1 ? 0 : mat->dim[0].step; 2854 int size1 = matnd->dim[0].size, size2 = 1; local 3033 int i, size1, size2; local [all...] |
/external/deqp/framework/common/ |
tcuTexCompareVerifier.cpp | [all...] |
tcuTexLookupVerifier.cpp | 1518 const int size1 = faces1[coords.face].getWidth(); variable [all...] |
/external/opencv3/modules/core/src/ |
array.cpp | 1060 int size1 = mat->dim[0].size, size2 = 1; local 1066 size1 *= mat->dim[i].size; 1072 roi_size->height = size1; 2464 int size1 = matnd->dim[0].size, size2 = 1; local 2649 int i, size1, size2; local [all...] |
/external/v8/src/ |
types.cc | 786 int size1 = type1->IsUnion() ? type1->AsUnion()->Length() : 1; local 788 if (!AddIsSafe(size1, size2)) return Any(region); 789 int size = size1 + size2; 998 int size1 = type1->IsUnion() ? type1->AsUnion()->Length() : 1; local 1000 if (!AddIsSafe(size1, size2)) return Any(region); 1001 int size = size1 + size2; [all...] |
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_locale_win32.c | 1092 DWORD size1 = trim_size_t_to_DWORD(n1); local 1112 size_t size1, size2; local [all...] |
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 853 size_t size1 = *rec1; local 856 if (size1 < size2) { 858 } else if (size1 > size2) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMatcher.java | 715 ScreenSizeQualifier size1 = config1.getScreenSizeQualifier(); local 717 ScreenSize ss1 = size1 != null ? size1.getValue() : ScreenSize.NORMAL; [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_soa.c | 874 LLVMValueRef size1 = NULL; local [all...] |
/external/tpm2/ |
Object_spt.c | 32 UINT16 size1; local 47 size1 = TPMU_PUBLIC_PARMS_Marshal(&publicArea1->parameters, &buffer, 53 if(size1 != size2 || !MemoryEqual(params1, params2, size1)) [all...] |
/external/ceres-solver/internal/ceres/ |
covariance_impl.cc | 294 const int size1 = problem->ParameterBlockLocalSize(block_pair.first); local 296 num_nonzeros += size1 * size2;
|
/external/elfutils/src/ |
elfcmp.c | 571 size_t size1 = 0; local 577 raw1 = elf_rawfile (elf1, &size1);
|
/external/opencv3/modules/features2d/src/ |
evaluation.cpp | 425 size_t size1 = keypoints1.size(), size2 = keypoints2t.size(); local 426 size_t minCount = MIN( size1, size2 );
|
/external/valgrind/exp-sgcheck/ |
h_main.c | 374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 ) 376 return alloc_and_new_mem_heap ( tid, nmemb*size1, VG_(clo_alignment),
|
/toolchain/binutils/binutils-2.25/opcodes/ |
arc-opc.c | 146 'z' SIZE1 size field in ld a,[b,c] 261 #define SIZE1 (JUMPFLAGS + 1) 265 #define SIZE10 (SIZE1 + 1) [all...] |
/external/valgrind/memcheck/ |
mc_malloc_wrappers.c | 420 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) 423 MC_(record_fishy_value_error)(tid, "calloc", "size", size1)) { 426 return MC_(new_block) ( tid, 0, nmemb*size1, VG_(clo_alignment), [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
TestSensorOperation.java | 281 Log.i(TAG, "Collected sensor events size1=" +
|
/external/opencv/cv/include/ |
cvcompat.h | 798 CV_INLINE float cvCalcEMD( const float* signature1, int size1, 805 CvMat sign1 = cvMat( size1, dims + 1, CV_32FC1, (void*)signature1 ); [all...] |