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/sandbox/win/src/
policy_low_level.cc 148 // opcode. The skip_count is the currently accumulated number of '?' seen so
154 int* skip_count, base::string16* fragment) {
200 *skip_count, match_opts, options);
201 *skip_count = 0;
228 int skip_count = 0; // counts how many '?' we have seen in a row. local
239 state, false, &skip_count, &fragment)) {
251 state, false, &skip_count, &fragment)) {
254 ++skip_count;
271 state, true, &skip_count, &fragment)) {
policy_low_level.h 167 int* skip_count, base::string16* fragment);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_document.cpp 175 int CPDF_Document::_FindPageIndex(CPDF_Dictionary* pNode, FX_DWORD& skip_count, FX_DWORD objnum, int& index, int level)
186 if (count <= skip_count) {
187 skip_count -= count;
210 int found_index = _FindPageIndex(pKid, skip_count, objnum, index, level + 1);
219 if (skip_count) {
220 skip_count--;
229 FX_DWORD skip_count = 0; local
237 skip_count = i;
250 return _FindPageIndex(pPages, skip_count, objnum, index);
  /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 188 void SetHeader(uint32_t skip_count) {
189 DCHECK_GT(skip_count, 0u);
190 header.Init(kCmdId, skip_count);
193 void Init(uint32_t skip_count) {
194 SetHeader(skip_count);
197 static void* Set(void* cmd, uint32_t skip_count) {
198 static_cast<ValueType*>(cmd)->Init(skip_count);
200 cmd, skip_count * sizeof(CommandBufferEntry)); // NOLINT
  /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/gpu/command_buffer/client/
cmd_buffer_helper.h 188 void Noop(uint32 skip_count) {
190 (skip_count - 1) * sizeof(CommandBufferEntry));
192 cmd->Init(skip_count);
  /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--;
heap-profiler.cc 379 static void RecordAlloc(const void* ptr, size_t bytes, int skip_count) {
382 int depth = stack_generator_function(skip_count + 1, stack);
heap-profile-table.h 108 // 'skip_count' gives the number of stack frames between this call
110 static int GetCallerStackTrace(int skip_count, void* stack[kMaxStackDepth]);
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 849 uint32_t skip_count = 0; local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 706 int skip_count = 0; local
731 skip_count = typed_count - kMaxTypedUrlVisits;
733 skip_count = total - kMaxTypedUrlVisits;
750 if (skip_count > 0) {
754 --skip_count;
761 DCHECK_EQ(skip_count, 0);
    [all...]
  /external/chromium_org/testing/gtest/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)
623 // the gtest_stack_trace_depth flag. The skip_count parameter
630 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 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)
623 // the gtest_stack_trace_depth flag. The skip_count parameter
630 std::string CurrentOsStackTraceExceptTop(int skip_count) GTEST_NO_INLINE_;
    [all...]
  /external/llvm/utils/unittest/googletest/src/
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/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 885 milliseconds

12 3 4