HomeSort by relevance Sort by last modified time
    Searched refs:skip_count (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 134 void Noop(uint32 skip_count) {
136 (skip_count - 1) * sizeof(CommandBufferEntry));
138 cmd->Init(skip_count);
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.cc 340 int skip_count = 0; local
365 skip_count = typed_count - kMaxTypedUrlVisits;
367 skip_count = total - kMaxTypedUrlVisits;
383 if (skip_count > 0) {
387 --skip_count;
394 DCHECK_EQ(skip_count, 0);
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.h 181 void SetHeader(uint32 skip_count) {
182 DCHECK_GT(skip_count, 0u);
183 header.Init(kCmdId, skip_count);
186 void Init(uint32 skip_count) {
187 SetHeader(skip_count);
190 static void* Set(void* cmd, uint32 skip_count) {
191 static_cast<ValueType*>(cmd)->Init(skip_count);
193 cmd, skip_count * sizeof(CommandBufferEntry)); // NOLINT
  /external/chromium_org/sandbox/win/src/
policy_low_level.h 167 int* skip_count, base::string16* fragment);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_x86-inl.h 287 // int skip_count: how many stack pointers to skip before storing in result
334 if (skip_count > 0) {
335 skip_count--;
heap-profiler.cc 300 static void RecordAlloc(const void* ptr, size_t bytes, int skip_count) {
303 int depth = HeapProfileTable::GetCallerStackTrace(skip_count + 1, stack);
  /external/chromium_org/base/debug/
trace_event_memory.h 33 typedef int (*StackGeneratorFunction)(int skip_count, void** stack);
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_hook_c.h 58 * Use "skip_count" (similarly to GetStackTrace from stacktrace.h)
64 int skip_count);
malloc_hook.h 257 // Use "skip_count" (similarly to GetStackTrace from stacktrace.h)
261 int skip_count) {
262 return MallocHook_GetCallerStackTrace(result, max_depth, skip_count);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_hook_c.h 58 * Use "skip_count" (similarly to GetStackTrace from stacktrace.h)
64 int skip_count);
malloc_hook.h 257 // Use "skip_count" (similarly to GetStackTrace from stacktrace.h)
261 int skip_count) {
262 return MallocHook_GetCallerStackTrace(result, max_depth, skip_count);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_x86-inl.h 290 // int skip_count: how many stack pointers to skip before storing in result
352 if (skip_count > 0) {
353 skip_count--;
  /external/chromium_org/media/cast/video_sender/
video_sender.cc 343 int skip_count = video_encoder_controller_->NumberOfSkippedFrames(); local
344 if (skip_count - last_skip_count_ >
348 last_skip_count_ = skip_count;
  /external/chromium_org/media/mp2t/
es_parser_h264.cc 147 int skip_count = local
149 DiscardEs(skip_count);
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 699 int skip_count = 0; local
724 skip_count = typed_count - kMaxTypedUrlVisits;
726 skip_count = total - kMaxTypedUrlVisits;
743 if (skip_count > 0) {
747 --skip_count;
754 DCHECK_EQ(skip_count, 0);
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 794 // skip_count - the number of top frames to be skipped; doesn't count
796 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
811 virtual String CurrentStackTrace(int max_depth, int skip_count);
932 // the gtest_stack_trace_depth flag. The skip_count parameter
939 String CurrentOsStackTraceExceptTop(int skip_count);
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 411 // skip_count - the number of top frames to be skipped; doesn't count
413 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
428 virtual String CurrentStackTrace(int max_depth, int skip_count);
595 // the gtest_stack_trace_depth flag. The skip_count parameter
602 String CurrentOsStackTraceExceptTop(int skip_count);
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 427 // skip_count - the number of top frames to be skipped; doesn't count
429 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
445 virtual string CurrentStackTrace(int max_depth, int skip_count)
618 // the gtest_stack_trace_depth flag. The skip_count parameter
625 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 418 // skip_count - the number of top frames to be skipped; doesn't count
420 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
435 virtual String CurrentStackTrace(int max_depth, int skip_count);
602 // the gtest_stack_trace_depth flag. The skip_count parameter
609 String CurrentOsStackTraceExceptTop(int skip_count);
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 418 // skip_count - the number of top frames to be skipped; doesn't count
420 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
435 virtual String CurrentStackTrace(int max_depth, int skip_count);
602 // the gtest_stack_trace_depth flag. The skip_count parameter
609 String CurrentOsStackTraceExceptTop(int skip_count);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 417 // skip_count - the number of top frames to be skipped; doesn't count
419 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
434 virtual String CurrentStackTrace(int max_depth, int skip_count);
601 // the gtest_stack_trace_depth flag. The skip_count parameter
608 String CurrentOsStackTraceExceptTop(int skip_count);
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 418 // skip_count - the number of top frames to be skipped; doesn't count
420 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
435 virtual String CurrentStackTrace(int max_depth, int skip_count);
602 // the gtest_stack_trace_depth flag. The skip_count parameter
609 String CurrentOsStackTraceExceptTop(int skip_count);
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 661 // skip_count - the number of top frames to be skipped; doesn't count
663 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
678 virtual String CurrentStackTrace(int max_depth, int skip_count);
845 // the gtest_stack_trace_depth flag. The skip_count parameter
852 String CurrentOsStackTraceExceptTop(int skip_count);
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 657 // skip_count - the number of top frames to be skipped; doesn't count
659 virtual String CurrentStackTrace(int max_depth, int skip_count) = 0;
674 virtual String CurrentStackTrace(int max_depth, int skip_count);
841 // the gtest_stack_trace_depth flag. The skip_count parameter
848 String CurrentOsStackTraceExceptTop(int skip_count);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 426 // skip_count - the number of top frames to be skipped; doesn't count
428 virtual string CurrentStackTrace(int max_depth, int skip_count) = 0;
444 virtual string CurrentStackTrace(int max_depth, int skip_count)
617 // the gtest_stack_trace_depth flag. The skip_count parameter
624 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
    [all...]

Completed in 1333 milliseconds

12 3 4