HomeSort by relevance Sort by last modified time
    Searched full:size1 (Results 101 - 125 of 273) sorted by null

1 2 3 45 6 7 8 91011

  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 770 size = 1; goto size1;
815 size1 : target[0] = static_cast<uint8>((part0 ) | 0x80);
  /device/google/marlin/location/loc_api/loc_api_v02/
LocApiV02.cpp 502 int size1 = sizeof(start_msg.applicationId.applicationName); local
504 int len = ((size1 < size2) ? size1 : size2) - 1;
509 size1 = sizeof(start_msg.applicationId.applicationProvider);
511 len = ((size1 < size2) ? size1 : size2) - 1;
    [all...]
  /device/huawei/angler/location/loc_api/loc_api_v02/
LocApiV02.cpp 414 int size1 = sizeof(start_msg.applicationId.applicationName); local
416 int len = ((size1 < size2) ? size1 : size2) - 1;
421 size1 = sizeof(start_msg.applicationId.applicationProvider);
423 len = ((size1 < size2) ? size1 : size2) - 1;
    [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
LocApiV02.cpp 414 int size1 = sizeof(start_msg.applicationId.applicationName); local
416 int len = ((size1 < size2) ? size1 : size2) - 1;
421 size1 = sizeof(start_msg.applicationId.applicationProvider);
423 len = ((size1 < size2) ? size1 : size2) - 1;
    [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
LocApiV02.cpp 390 int size1 = sizeof(start_msg.applicationId.applicationName); local
392 int len = ((size1 < size2) ? size1 : size2) - 1;
397 size1 = sizeof(start_msg.applicationId.applicationProvider);
399 len = ((size1 < size2) ? size1 : size2) - 1;
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py 591 size1, _, uri_str1, _ = listing1[0].split()
592 self.assertEquals(size1, str(len('data0')))
599 size1, _, uri_str1, _ = listing1[1].split()
600 self.assertEquals(size1, str(len('longer_data1')))
626 size1, _, uri_str1, _ = listing2[0].split()
627 self.assertEquals(size1, str(len('longer_data1')))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp 2297 int32_t size1, size2; local
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp 449 size_t j, k, size0 = src.elemSize(), size1 = dst.elemSize(), total = planes[0].total(); local
456 for( j = 0; j < total; j++, sptr += size0, dptr += size1 )
474 size_t j, k, size0 = src.elemSize(), size1 = dst.elemSize(), total = planes[0].total(); local
478 const uchar* sptr = planes[0].ptr() + coi*size1;
481 for( j = 0; j < total; j++, sptr += size0, dptr += size1 )
483 for( k = 0; k < size1; k++ )
    [all...]
  /external/valgrind/VEX/test/
test-amd64.c 405 #define TEST_IMUL_IM(size, size1, op0, op1)\
412 "imul" size " $" #op0 ", %" size1 "2, %" size1 "0\n\t" \
    [all...]
test-i386.c 392 #define TEST_IMUL_IM(size, size1, op0, op1)\
399 "imul" size " $" #op0 ", %" size1 "2, %" size1 "0\n\t" \
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 1888 String size1 = mSize1.getText(); local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 235 // if (s1.addr0() + size1) > s2.addr0()) return true;
  /external/mesa3d/include/CL/
cl.hpp     [all...]
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 639 double size1 = static_cast<double>(points[i].size()), size2 = static_cast<double>(points[j].size());
640 double cx1 = cvRound(sum[i].x / size1), cy1 = cvRound(sum[i].y / size1);
641 double cx2 = cvRound(sum[j].x / size2), cy2 = cvRound(sum[j].y / size1);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_unittest.cc 46 // | Size1 |
  /external/skia/tests/
PathTest.cpp 2247 size_t size1 = p.writeToMemory(nullptr); local
    [all...]
  /external/valgrind/memcheck/
mc_include.h 150 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 );
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 261 int size1; local
277 size1 = bitmap1->getSize();
278 if (size1 <= 0) {
283 if (size0 > size1) {
286 } else if (size1 > size0){
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 226 size_t size1; local
243 size1 = bitmap1->getSize();
244 if (size1 <= 0) {
249 if (size0 > size1) {
252 } else if (size1 > size0){
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 623 uptr size1() const { return kSize1; } function in class:__sanitizer::TwoLevelByteMap
    [all...]
  /external/opencv/cv/include/
cv.h 83 int size1 CV_DEFAULT(3),
    [all...]
  /external/valgrind/include/
pub_tool_tooliface.h 478 void* (*pcalloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ),
    [all...]

Completed in 876 milliseconds

1 2 3 45 6 7 8 91011