/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
smb.h | 33 __u16 total; member in struct:smb_dskattr
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
smb.h | 33 __u16 total; member in struct:smb_dskattr
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
smb.h | 33 __u16 total; member in struct:smb_dskattr
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
smb.h | 33 __u16 total; member in struct:smb_dskattr
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
smb.h | 33 __u16 total; member in struct:smb_dskattr
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
smb.h | 33 __u16 total; member in struct:smb_dskattr
|
/external/opencv3/modules/imgproc/src/ |
convhull.cpp | 132 int i, total = points.checkVector(2), depth = points.depth(), nout = 0; local 134 CV_Assert(total >= 0 && (depth == CV_32F || depth == CV_32S)); 136 if( total == 0 ) 145 AutoBuffer<Point*> _pointer(total); 146 AutoBuffer<int> _stack(total + 2), _hullbuf(total); 155 for( i = 0; i < total; i++ ) 161 std::sort(pointer, pointer + total, CHullCmpPoints<int>()); 162 for( i = 1; i < total; i++ ) 173 std::sort(pointerf, pointerf + total, CHullCmpPoints<float>()) 381 int total = contour.checkVector(2), depth = contour.depth(); local 464 int total = ptseq->total; local [all...] |
/external/opencv/cvaux/src/ |
cvclique.cpp | 95 for( int i = 0; i < graph->total; i++ ) 108 for( int i = 0; i < graph->total; i++ ) 110 for( int j = 0; j < graph->total; j++ ) 114 //memset( connected[i], 0, sizeof(int)*graph->total ); 137 finder->vertex_weights = (float*)malloc( sizeof(float)*(graph->total+1)); 138 finder->cur_weight = (float*)malloc( sizeof(float)*(graph->total+1)); 139 finder->cand_weight = (float*)malloc( sizeof(float)*(graph->total+1)); 143 for( i = 0 ; i < graph->total; i++ ) 158 finder->edge_weights = (float*)malloc( sizeof(float)*(graph->total)*(graph->total)); [all...] |
/external/libchrome/base/process/ |
process_metrics_unittest.cc | 172 EXPECT_EQ(meminfo.total, 3981504); 188 EXPECT_EQ(meminfo.total, 255908); 351 EXPECT_GT(info.total, 0); 362 // All the values should be less than the total amount of memory. 363 EXPECT_LT(info.free, info.total); 365 EXPECT_LT(info.buffers, info.total); 366 EXPECT_LT(info.cached, info.total); 367 EXPECT_LT(info.active_anon, info.total); 368 EXPECT_LT(info.inactive_anon, info.total); 369 EXPECT_LT(info.active_file, info.total); [all...] |
/external/chromium-trace/catapult/third_party/Paste/tests/ |
test_doctests.py | 38 failure, total = doctest.testfile( 49 failure, total = doctest.testmod(
|
/external/dng_sdk/source/ |
dng_abort_sniffer.h | 137 /// \param fract Percentage of total processing this task is expected to 174 /// \param fract Percentage of total processing this task is expected 214 /// \param total Total size of task in same arbitrary integer units as done. 217 uint32 total) 220 (real64) total);
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
LabelColumn.java | 36 final ICoverageNode total) { 40 public void footer(final HTMLElement td, final ICoverageNode total, 43 td.text("Total");
|
/external/jetty/src/java/org/eclipse/jetty/util/statistic/ |
SampleStatistic.java | 30 * Provides max, total, mean, count, variance, and standard 61 long total = _total.addAndGet(sample); local 66 long mean10 = total*10/count;
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
common.hpp | 94 __host__ __device__ __forceinline__ int divUp(int total, int grain) 96 return (total + grain - 1) / grain;
|
/external/opencv3/modules/viz/src/vtk/ |
vtkCloudMatSink.cpp | 81 for(size_t i = 0; i < cloud.total(); ++i) 85 for(size_t i = 0; i < cloud.total(); ++i) 99 CV_Assert(cloud.total() == (size_t)scalars_data->GetNumberOfTuples()); 103 for(size_t i = 0; i < buffer.total(); ++i) 119 CV_Assert(cloud.total() == (size_t)normals_data->GetNumberOfTuples()); 123 for(size_t i = 0; i < buffer.total(); ++i) 138 CV_Assert(cloud.total() == (size_t)coords_data->GetNumberOfTuples()); 142 for(size_t i = 0; i < buffer.total(); ++i)
|
/external/skia/tools/lua/ |
scrape.lua | 21 local total = {} -- accumulate() stores its data in here 51 local n = total[t.verb] or 0 52 total[t.verb] = n + 1 78 io.write("\n{ ", tostr(total), " }\n")
|
/external/valgrind/exp-bbv/tests/x86/ |
million.S | 5 # total is 1 + 1 + 499997*2 + 4 9 xor %ecx,%ecx # not needed, pads total to 1M
|
/external/valgrind/gdbserver_tests/ |
mcclean_after_fork.stderr.exp | 4 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
mcmain_pic.stderr.exp | 4 total heap usage: 1 allocs, 0 frees, 16 bytes allocated
|
/external/valgrind/massif/tests/ |
no-stack-no-heap.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
null.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
/external/valgrind/memcheck/tests/ |
brk2.stderr.exp | 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|
bug287260.stderr.exp | 6 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
|
erringfds.stderr.exp | 6 total heap usage: ... allocs, ... frees, ... bytes allocated
|
leak-pool-0.stderr.exp | 5 total heap usage: ... allocs, ... frees, ... bytes allocated
|