depth            1925 base/debug/trace_event_impl.cc   size_t depth = 0;
depth            1928 base/debug/trace_event_impl.cc     depth = thread_event_start_times_[thread_id].size();
depth            1930 base/debug/trace_event_impl.cc   for (size_t i = 0; i < depth; ++i)
depth             102 base/debug/trace_event_memory_unittest.cc void TestDeepScopeNesting(int current, int depth) {
depth             105 base/debug/trace_event_memory_unittest.cc   if (current < depth)
depth             106 base/debug/trace_event_memory_unittest.cc     TestDeepScopeNesting(current + 1, depth);
depth              83 base/debug/trace_event_win.cc   DWORD depth;
depth              88 base/debug/trace_event_win.cc     depth = CaptureStackBackTrace(0,
depth              92 base/debug/trace_event_win.cc     event.SetField(3, sizeof(depth), &depth);
depth              93 base/debug/trace_event_win.cc     event.SetField(4, sizeof(backtrace[0]) * depth, backtrace);
depth             167 base/json/json_parser.cc   explicit StackMarker(int* depth) : depth_(depth) {
depth              53 base/json/json_writer.cc bool JSONWriter::BuildJSONString(const Value* const node, size_t depth) {
depth             137 base/json/json_writer.cc         if (!BuildJSONString(value, depth))
depth             172 base/json/json_writer.cc           IndentLine(depth + 1U);
depth             179 base/json/json_writer.cc         if (!BuildJSONString(&itr.value(), depth + 1U))
depth             187 base/json/json_writer.cc         IndentLine(depth);
depth             203 base/json/json_writer.cc void JSONWriter::IndentLine(size_t depth) {
depth             204 base/json/json_writer.cc   json_string_->append(depth * 3U, ' ');
depth              53 base/json/json_writer.h   bool BuildJSONString(const Value* const node, size_t depth);
depth              56 base/json/json_writer.h   void IndentLine(size_t depth);
depth              67 base/logging_win.cc     DWORD depth = 0;
depth              72 base/logging_win.cc       depth = CaptureStackBackTrace(2, kMaxBacktraceDepth, backtrace, NULL);
depth              79 base/logging_win.cc     event.SetField(0, sizeof(depth), &depth);
depth              80 base/logging_win.cc     event.SetField(1, sizeof(backtrace[0]) * depth, &backtrace);
depth             352 base/message_loop/message_loop_test.cc void NestingFunc(int* depth) {
depth             353 base/message_loop/message_loop_test.cc   if (*depth > 0) {
depth             354 base/message_loop/message_loop_test.cc     *depth -= 1;
depth             356 base/message_loop/message_loop_test.cc                                      Bind(&NestingFunc, depth));
depth             368 base/message_loop/message_loop_test.cc   int depth = 100;
depth             370 base/message_loop/message_loop_test.cc                                    Bind(&NestingFunc, &depth));
depth             372 base/message_loop/message_loop_test.cc   EXPECT_EQ(depth, 0);
depth             454 base/message_loop/message_loop_test.cc void RecursiveFunc(TaskList* order, int cookie, int depth,
depth             457 base/message_loop/message_loop_test.cc   if (depth > 0) {
depth             462 base/message_loop/message_loop_test.cc         Bind(&RecursiveFunc, order, cookie, depth - 1, is_reentrant));
depth             508 base/message_loop/message_loop_test.cc void RecursiveSlowFunc(TaskList* order, int cookie, int depth,
depth             510 base/message_loop/message_loop_test.cc   RecursiveFunc(order, cookie, depth, is_reentrant);
depth             251 base/message_loop/message_loop_unittest.cc void RecursiveFunc(TaskList* order, int cookie, int depth,
depth             254 base/message_loop/message_loop_unittest.cc   if (depth > 0) {
depth             259 base/message_loop/message_loop_unittest.cc         Bind(&RecursiveFunc, order, cookie, depth - 1, is_reentrant));
depth             772 base/strings/string_util.cc                           int depth,
depth             775 base/strings/string_util.cc   if (depth > kMaxDepth)
depth             798 base/strings/string_util.cc                       depth + 1, next))
depth             803 base/strings/string_util.cc                       depth + 1, next))
depth             816 base/strings/string_util.cc                         depth + 1, next))
depth            1028 base/third_party/xdg_mime/xdgmimecache.c 		int           depth)
depth            1040 base/third_party/xdg_mime/xdgmimecache.c   for (i = 0; i < depth; i++)
depth            1049 base/third_party/xdg_mime/xdgmimecache.c       dump_glob_node (cache, child_offset + 20 * i, depth + 1);
depth             163 base/third_party/xdg_mime/xdgmimeglob.c 			  int depth)
depth             166 base/third_party/xdg_mime/xdgmimeglob.c   for (i = 0; i < depth; i++)
depth             175 base/third_party/xdg_mime/xdgmimeglob.c     _xdg_glob_hash_node_dump (glob_hash_node->child, depth + 1);
depth             177 base/third_party/xdg_mime/xdgmimeglob.c     _xdg_glob_hash_node_dump (glob_hash_node->next, depth);
depth             422 cc/animation/transform_operation.cc                                  i & 4 ? box.depth() : 0.f);
depth             249 cc/animation/transform_operations.cc void TransformOperations::AppendPerspective(SkMScalar depth) {
depth             251 cc/animation/transform_operations.cc   to_add.matrix.ApplyPerspectiveDepth(depth);
depth             253 cc/animation/transform_operations.cc   to_add.perspective_depth = depth;
depth              87 cc/animation/transform_operations.h   void AppendPerspective(SkMScalar depth);
depth             198 cc/animation/transform_operations_unittest.cc   SkMScalar depth = 800;
depth             200 cc/animation/transform_operations_unittest.cc   operations.AppendPerspective(depth);
depth             202 cc/animation/transform_operations_unittest.cc   expected.ApplyPerspectiveDepth(depth);
depth            1004 cc/animation/transform_operations_unittest.cc   EXPECT_NEAR(lhs.depth(), rhs.depth(), tolerance);
depth             628 cc/base/math_util.cc   res->AppendInteger(box.depth());
depth              26 chrome/browser/bookmarks/bookmark_stats.cc   int depth = 0;
depth              28 chrome/browser/bookmarks/bookmark_stats.cc     depth++;
depth              32 chrome/browser/bookmarks/bookmark_stats.cc   UMA_HISTOGRAM_COUNTS("Bookmarks.LaunchDepth", depth - 2);
depth             321 chrome/browser/renderer_context_menu/render_view_context_menu.cc                           size_t depth,
depth             325 chrome/browser/renderer_context_menu/render_view_context_menu.cc   if (depth > kMaxCustomMenuDepth) {
depth             360 chrome/browser/renderer_context_menu/render_view_context_menu.cc         AddCustomItemsToMenu(items[i].submenu, depth + 1, total_items, delegate,
depth             312 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   int depth = -1;
depth             324 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     depth = 0;
depth             326 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       depth++;
depth             332 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile, name, context, depth, index, siblings_count, children_count,
depth              38 chrome/renderer/pepper/pepper_flash_menu_host.cc                      size_t depth,
depth              41 chrome/renderer/pepper/pepper_flash_menu_host.cc   if (depth > kMaxMenuDepth || !in_menu)
depth              82 chrome/renderer/pepper/pepper_flash_menu_host.cc       if (!ConvertMenuData(in_menu->items[i].submenu, depth + 1, &item.submenu,
depth             449 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp     base::string16 depth;
depth             451 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       depth = l10n_util::GetStringUTF16(
depth             454 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp       depth = base::FormatNumber(value.pathLenConstraint);
depth             457 chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp                                     depth);
depth              25 chrome/utility/media_galleries/iapps_xml_utils.cc   int depth = reader->Depth();
depth              27 chrome/utility/media_galleries/iapps_xml_utils.cc     if (!SkipToNextElement(reader) || reader->Depth() < depth)
depth              29 chrome/utility/media_galleries/iapps_xml_utils.cc     DCHECK_EQ(depth, reader->Depth());
depth             143 components/autofill/content/browser/risk/fingerprint.cc   machine->set_screen_color_depth(screen_info.depth);
depth             197 components/autofill/content/browser/risk/fingerprint_browsertest.cc   screen_info.depth = kScreenColorDepth;
depth             136 components/autofill/content/renderer/form_autofill_util.cc base::string16 FindChildTextInner(const WebNode& node, int depth) {
depth             137 components/autofill/content/renderer/form_autofill_util.cc   if (depth <= 0 || node.isNull())
depth             142 components/autofill/content/renderer/form_autofill_util.cc     return FindChildTextInner(node.nextSibling(), depth - 1);
depth             165 components/autofill/content/renderer/form_autofill_util.cc   base::string16 child_text = FindChildTextInner(node.firstChild(), depth - 1);
depth             172 components/autofill/content/renderer/form_autofill_util.cc       FindChildTextInner(node.nextSibling(), depth - 1);
depth             607 components/autofill/content/renderer/form_autofill_util.cc bool IsWebNodeVisibleImpl(const blink::WebNode& node, const int depth) {
depth             608 components/autofill/content/renderer/form_autofill_util.cc   if (depth < 0)
depth             620 components/autofill/content/renderer/form_autofill_util.cc     if (IsWebNodeVisibleImpl(item, depth - 1))
depth             656 components/password_manager/core/browser/password_form_manager.cc     size_t depth = 0;
depth             659 components/password_manager/core/browser/password_form_manager.cc     while ((depth < max_dirs) && (form_path_tokens_[depth] ==
depth             660 components/password_manager/core/browser/password_form_manager.cc                                   candidate_path_tokens[depth])) {
depth             661 components/password_manager/core/browser/password_form_manager.cc       depth++;
depth             665 components/password_manager/core/browser/password_form_manager.cc     score += (depth > 0) ? 1 << 5 : 0;
depth              79 content/browser/accessibility/accessibility_tree_formatter.cc     const base::DictionaryValue& dict, base::string16* contents, int depth) {
depth              81 content/browser/accessibility/accessibility_tree_formatter.cc       ToString(dict, base::string16(depth * kIndentSpaces, ' '));
depth              91 content/browser/accessibility/accessibility_tree_formatter.cc     RecursiveFormatAccessibilityTree(*child_dict, contents, depth + 1);
depth             109 content/browser/accessibility/accessibility_tree_formatter.h                                         int depth = 0);
depth              80 content/browser/accessibility/accessibility_win_browsertest.cc                                           int32 depth,
depth              92 content/browser/accessibility/accessibility_win_browsertest.cc   for (int i = 0; i < depth; i++)
depth             117 content/browser/accessibility/accessibility_win_browsertest.cc           child_accessible.get(), expected_role, expected_name, depth + 1,
depth              25 content/browser/android/in_process/synchronous_compositor_factory_impl.cc   attributes.depth = false;
depth             444 content/browser/compositor/gpu_process_transport_factory.cc   attrs.depth = false;
depth              58 content/browser/compositor/software_output_device_x11.cc                     attributes_.depth,
depth             249 content/browser/renderer_host/backing_store_gtk.cc                                  int depth)
depth             255 content/browser/renderer_host/backing_store_gtk.cc       visual_depth_(depth),
depth             264 content/browser/renderer_host/backing_store_gtk.cc                           size.width(), size.height(), depth);
depth             275 content/browser/renderer_host/backing_store_gtk.cc     pixmap_bpp_ = gfx::BitsPerPixelForPixmapDepth(display_, depth);
depth             447 content/browser/renderer_host/backing_store_gtk.cc       image.depth = 32;
depth              34 content/browser/renderer_host/backing_store_gtk.h                   int depth);
depth              55 content/browser/renderer_host/gtk_window_utils.cc   unsigned int width, height, border, depth;
depth              57 content/browser/renderer_host/gtk_window_utils.cc       display, root, &root_ret, &x, &y, &width, &height, &border, &depth);
depth              61 content/browser/renderer_host/gtk_window_utils.cc   results.depth = depth;
depth              62 content/browser/renderer_host/gtk_window_utils.cc   results.isMonochrome = depth == 1;
depth            1382 content/browser/renderer_host/render_widget_host_view_android.cc   results->depth = info.GetBitsPerPixel();
depth             311 content/browser/renderer_host/render_widget_host_view_aura.cc   results->depth = 24;
depth            1039 content/browser/renderer_host/render_widget_host_view_gtk.cc   gint depth = gdk_visual_get_depth(gtk_widget_get_visual(view_.get()));
depth            1042 content/browser/renderer_host/render_widget_host_view_gtk.cc                              depth);
depth             148 content/child/npapi/webplugin_delegate_impl_gtk.cc   extra->depth = DefaultDepth(GDK_DISPLAY(), screen);
depth             244 content/child/npapi/webplugin_delegate_impl_gtk.cc                            sys_visual->depth);
depth             514 content/child/npapi/webplugin_delegate_impl_gtk.cc   extra->depth = DefaultDepth(GDK_DISPLAY(), screen);
depth             319 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc     attributes_.depth = pvalues[1] > 0;
depth             344 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   attribs.push_back(attributes_.depth ? 24 : 0);
depth             210 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void clearDepth(WGC3Dclampf depth);
depth             201 content/common/gpu/media/rendering_helper.cc     int depth = DefaultDepth(x_display_, DefaultScreen(x_display_));
depth             204 content/common/gpu/media/rendering_helper.cc     CHECK_EQ(depth, x_visual_->depth);
depth             216 content/common/gpu/media/rendering_helper.cc         depth, CopyFromParent /* class */, CopyFromParent /* visual */,
depth             170 content/common/gpu/media/vaapi_video_decode_accelerator.cc                             size_.width(), size_.height(), win_attr.depth);
depth             132 content/common/view_messages.h   IPC_STRUCT_TRAITS_MEMBER(depth)
depth            1012 content/renderer/render_thread_impl.cc   attributes.depth = false;
depth            2838 content/renderer/render_widget.cc   attributes.depth = false;
depth              67 extensions/common/extension_resource.cc     int depth = 0;
depth              72 extensions/common/extension_resource.cc         depth--;
depth              74 extensions/common/extension_resource.cc         depth++;
depth              76 extensions/common/extension_resource.cc       if (depth < 0) {
depth              79 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2ClearDepthf(GLclampf depth) {
depth              80 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->ClearDepthf(depth);
depth             165 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void ClearDepthf(GLclampf depth) {
depth             168 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(depth);
depth              67 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void ClearDepthf(GLclampf depth) OVERRIDE;
depth             176 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::ClearDepthf(GLclampf depth) {
depth             178 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glClearDepthf(" << depth << ")");
depth             179 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->ClearDepthf(depth);
depth              50 gpu/command_buffer/client/gles2_interface_autogen.h virtual void ClearDepthf(GLclampf depth) = 0;
depth              49 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void ClearDepthf(GLclampf depth) OVERRIDE;
depth              49 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void ClearDepthf(GLclampf depth) OVERRIDE;
depth             120 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::ClearDepthf(GLclampf depth) {
depth             122 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->ClearDepthf(depth);
depth             784 gpu/command_buffer/common/gles2_cmd_format_autogen.h     depth = _depth;
depth             793 gpu/command_buffer/common/gles2_cmd_format_autogen.h   float depth;
depth             799 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ClearDepthf, depth) == 4,
depth             270 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLclampf>(11), cmd.depth);
depth             280 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLclampf depth = static_cast<GLclampf>(c.depth);
depth             281 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   if (state_.depth_clear != depth) {
depth             282 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     state_.depth_clear = depth;
depth             283 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     glClearDepth(depth);
depth              47 gpu/command_buffer/service/mailbox_manager_unittest.cc       GLsizei depth,
depth              58 gpu/command_buffer/service/mailbox_manager_unittest.cc                           depth,
depth             296 gpu/command_buffer/service/texture_definition.cc                                         GLsizei depth,
depth             305 gpu/command_buffer/service/texture_definition.cc       depth(depth),
depth             346 gpu/command_buffer/service/texture_definition.cc                  level.depth,
depth             393 gpu/command_buffer/service/texture_definition.cc         base_info.target, base_info.width, base_info.height, base_info.depth);
depth             404 gpu/command_buffer/service/texture_definition.cc                             info.depth,
depth              92 gpu/command_buffer/service/texture_definition.h               GLsizei depth,
depth             103 gpu/command_buffer/service/texture_definition.h     GLsizei depth;
depth             173 gpu/command_buffer/service/texture_manager.cc       depth(0),
depth             187 gpu/command_buffer/service/texture_manager.cc       depth(rhs.depth),
depth             210 gpu/command_buffer/service/texture_manager.cc         first_face.depth == 0) {
depth             270 gpu/command_buffer/service/texture_manager.cc       info.width, info.height, info.depth, info.border,
depth             291 gpu/command_buffer/service/texture_manager.cc     GLsizei depth = info1.depth;
depth             295 gpu/command_buffer/service/texture_manager.cc         TextureManager::ComputeMipMapCount(target_, width, height, depth);
depth             299 gpu/command_buffer/service/texture_manager.cc       depth = std::max(1, depth >> 1);
depth             306 gpu/command_buffer/service/texture_manager.cc                    depth,
depth             359 gpu/command_buffer/service/texture_manager.cc         (info.height != first.height) || (info.depth != 1) ||
depth             391 gpu/command_buffer/service/texture_manager.cc       target_, first_face.width, first_face.height, first_face.depth);
depth             396 gpu/command_buffer/service/texture_manager.cc       if (info.width > 0 && info.height > 0 && info.depth > 0 &&
depth             470 gpu/command_buffer/service/texture_manager.cc     GLsizei depth,
depth             482 gpu/command_buffer/service/texture_manager.cc   DCHECK_GE(depth, 0);
depth             490 gpu/command_buffer/service/texture_manager.cc   info.depth = depth;
depth             682 gpu/command_buffer/service/texture_manager.cc         GLES2Util::IsNPOT(info.depth)) {
depth             691 gpu/command_buffer/service/texture_manager.cc       target_, first_face.width, first_face.height, first_face.depth);
depth             718 gpu/command_buffer/service/texture_manager.cc         level0.depth != 1 ||
depth             727 gpu/command_buffer/service/texture_manager.cc     GLsizei depth = level0.depth;
depth             732 gpu/command_buffer/service/texture_manager.cc       depth = std::max(1, depth >> 1);
depth             737 gpu/command_buffer/service/texture_manager.cc           info.depth != depth ||
depth             756 gpu/command_buffer/service/texture_manager.cc       target_, first_face.width, first_face.height, first_face.depth);
depth             809 gpu/command_buffer/service/texture_manager.cc       info.depth == 0) {
depth            1029 gpu/command_buffer/service/texture_manager.cc     GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth) {
depth            1034 gpu/command_buffer/service/texture_manager.cc          depth >= 0 &&
depth            1038 gpu/command_buffer/service/texture_manager.cc          depth <= max_size &&
depth            1042 gpu/command_buffer/service/texture_manager.cc            !GLES2Util::IsNPOT(depth))) &&
depth            1043 gpu/command_buffer/service/texture_manager.cc          (target != GL_TEXTURE_CUBE_MAP || (width == height && depth == 1)) &&
depth            1044 gpu/command_buffer/service/texture_manager.cc          (target != GL_TEXTURE_2D || (depth == 1));
depth            1087 gpu/command_buffer/service/texture_manager.cc     GLsizei depth,
depth            1102 gpu/command_buffer/service/texture_manager.cc                         depth,
depth            1272 gpu/command_buffer/service/texture_manager.cc                                            GLsizei depth) {
depth            1278 gpu/command_buffer/service/texture_manager.cc              base::bits::Log2Floor(std::max(std::max(width, height), depth));
depth             204 gpu/command_buffer/service/texture_manager.h     GLsizei depth;
depth             220 gpu/command_buffer/service/texture_manager.h       GLsizei depth,
depth             524 gpu/command_buffer/service/texture_manager.h                                     GLsizei depth);
depth             529 gpu/command_buffer/service/texture_manager.h       GLsizei width, GLsizei height, GLsizei depth);
depth             558 gpu/command_buffer/service/texture_manager.h       GLsizei depth,
depth            1839 gpu/command_buffer/service/texture_manager_unittest.cc               GLsizei depth,
depth            1847 gpu/command_buffer/service/texture_manager_unittest.cc           depth(depth),
depth            1857 gpu/command_buffer/service/texture_manager_unittest.cc           depth(1),
depth            1865 gpu/command_buffer/service/texture_manager_unittest.cc              depth == other.depth && border == other.border &&
depth            1873 gpu/command_buffer/service/texture_manager_unittest.cc     GLsizei depth;
depth            1888 gpu/command_buffer/service/texture_manager_unittest.cc                            info.depth,
depth              26 gpu/config/gpu_dx_diagnostics_win.cc                            int depth) {
depth              67 gpu/config/gpu_dx_diagnostics_win.cc   if (depth > 0) {
depth              83 gpu/config/gpu_dx_diagnostics_win.cc             RecurseDiagnosticTree(output_child, child_container, depth - 1);
depth             132 gpu/config/gpu_info_collector_win.cc   for (int depth = reader.Depth(); reader.Depth() == depth; reader.Next()) {
depth              75 media/cast/test/linux_output_window.cc                           visual_info.depth,
depth             198 media/tools/player_x11/player_x11.cc           unsigned int width, height, border_width, depth;
depth             207 media/tools/player_x11/player_x11.cc                        &depth);
depth              41 media/tools/player_x11/x11_video_renderer.cc   templ.depth = 32;
depth             132 media/tools/player_x11/x11_video_renderer.cc     image.depth = 32;
depth             174 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void ClearDepthf(PP_Resource context_id, GLclampf depth) {
depth             177 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glClearDepthf(depth);
depth              68 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(ClearDepthf, void, (GLclampf depth), (depth))
depth             143 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void PrintSpacer(int depth) {
depth             144 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   for (int i = 0; i < depth; ++i)
depth             148 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, bool value) {
depth             149 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   PrintSpacer(depth);
depth             153 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, int32_t value) {
depth             154 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   PrintSpacer(depth);
depth             158 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, uint8_t value) {
depth             159 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   PrintSpacer(depth);
depth             163 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, mojo::Handle value) {
depth             164 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   PrintSpacer(depth);
depth             168 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, const mojo::String& str) {
depth             170 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   PrintSpacer(depth);
depth             174 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, const Bar& bar) {
depth             175 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   PrintSpacer(depth);
depth             178 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     ++depth;
depth             179 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "alpha", bar.alpha());
depth             180 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "beta", bar.beta());
depth             181 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "gamma", bar.gamma());
depth             182 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "packed", bar.To<int32_t>());
depth             183 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     --depth;
depth             188 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name,
depth             190 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   Print(depth, name, passable.get());
depth             194 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, const mojo::Array<T>& array) {
depth             195 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   PrintSpacer(depth);
depth             198 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     ++depth;
depth             202 mojo/public/cpp/bindings/tests/sample_service_unittest.cc       Print(depth, buf.str().data(), array.at(i));
depth             204 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     --depth;
depth             208 mojo/public/cpp/bindings/tests/sample_service_unittest.cc void Print(int depth, const char* name, const Foo& foo) {
depth             209 mojo/public/cpp/bindings/tests/sample_service_unittest.cc   PrintSpacer(depth);
depth             212 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     ++depth;
depth             213 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "name", foo.name());
depth             214 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "x", foo.x());
depth             215 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "y", foo.y());
depth             216 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "a", foo.a());
depth             217 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "b", foo.b());
depth             218 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "c", foo.c());
depth             219 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "bar", foo.bar());
depth             220 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "extra_bars", foo.extra_bars());
depth             221 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "data", foo.data());
depth             222 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "source", foo.source().get());
depth             223 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "input_streams", foo.input_streams());
depth             224 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     Print(depth, "output_streams", foo.output_streams());
depth             225 mojo/public/cpp/bindings/tests/sample_service_unittest.cc     --depth;
depth             259 mojo/public/cpp/bindings/tests/sample_service_unittest.cc       int depth = 1;
depth             260 mojo/public/cpp/bindings/tests/sample_service_unittest.cc       Print(depth, "foo", foo);
depth             261 mojo/public/cpp/bindings/tests/sample_service_unittest.cc       Print(depth, "baz", baz);
depth             262 mojo/public/cpp/bindings/tests/sample_service_unittest.cc       Print(depth, "port", port.get());
depth             101 native_client_sdk/src/libraries/xray/browser.c       uint32_t depth = XRAY_EXTRACT_DEPTH(
depth             105 native_client_sdk/src/libraries/xray/browser.c           XRAY_EXTRACT_DEPTH((*stack_top)->depth_addr) >= depth) {
depth              64 native_client_sdk/src/libraries/xray/report.c       uint32_t depth = XRAY_EXTRACT_DEPTH(e->depth_addr);
depth              81 native_client_sdk/src/libraries/xray/report.c                 &space[256 - depth], symbol_name, annotation);
depth             335 native_client_sdk/src/libraries/xray/xray.c     uint32_t depth = capture->stack_depth;
depth             336 native_client_sdk/src/libraries/xray/xray.c     if (depth < capture->max_stack_depth) {
depth             337 native_client_sdk/src/libraries/xray/xray.c       struct XRayTraceStackEntry* se = &capture->stack[depth];
depth             339 native_client_sdk/src/libraries/xray/xray.c       se->depth_addr = XRAY_PACK_DEPTH_ADDR(depth, addr);
depth             363 native_client_sdk/src/libraries/xray/xray.c       uint32_t depth = capture->stack_depth;
depth             364 native_client_sdk/src/libraries/xray/xray.c       struct XRayTraceStackEntry* se = &capture->stack[depth];
depth             430 native_client_sdk/src/libraries/xray/xray.c           int depth = capture->stack_depth - 1;
depth             431 native_client_sdk/src/libraries/xray/xray.c           struct XRayTraceStackEntry* se = &capture->stack[depth];
depth             462 native_client_sdk/src/libraries/xray/xray.c             int depth = capture->stack_depth - 1;
depth             463 native_client_sdk/src/libraries/xray/xray.c             struct XRayTraceStackEntry* se = &capture->stack[depth];
depth              65 net/http/http_pipelined_connection.h   virtual int depth() const = 0;
depth             103 net/http/http_pipelined_connection_impl.cc   CHECK_EQ(depth(), 0);
depth              77 net/http/http_pipelined_connection_impl.h   virtual int depth() const OVERRIDE;
depth              75 net/http/http_pipelined_host_forced.cc   if (!pipeline->depth()) {
depth              93 net/http/http_pipelined_host_forced.cc     pipeline_dict->SetInteger("depth", pipeline_->depth());
depth              60 net/http/http_pipelined_host_impl.cc          it->first->depth() < available_pipeline->depth())) {
depth             100 net/http/http_pipelined_host_impl.cc   if (!pipeline->depth()) {
depth             127 net/http/http_pipelined_host_impl.cc       if (pipelines_[pipeline].num_successes > 0 || pipeline->depth() > 1) {
depth             174 net/http/http_pipelined_host_impl.cc       pipeline->depth() < GetPipelineCapacity();
depth             196 net/http/http_pipelined_host_impl.cc     pipeline_dict->SetInteger("depth", it->first->depth());
depth              45 net/http/http_pipelined_host_impl_unittest.cc   MockPipeline* AddTestPipeline(int depth, bool usable, bool active) {
depth              46 net/http/http_pipelined_host_impl_unittest.cc     MockPipeline* pipeline = new MockPipeline(depth, usable, active);
depth              24 net/http/http_pipelined_host_test_util.cc MockPipeline::MockPipeline(int depth, bool usable, bool active)
depth              25 net/http/http_pipelined_host_test_util.cc     : depth_(depth),
depth              41 net/http/http_pipelined_host_test_util.h   MockPipeline(int depth, bool usable, bool active);
depth              44 net/http/http_pipelined_host_test_util.h   void SetState(int depth, bool usable, bool active) {
depth              45 net/http/http_pipelined_host_test_util.h     depth_ = depth;
depth              50 net/http/http_pipelined_host_test_util.h   virtual int depth() const OVERRIDE { return depth_; }
depth              33 net/third_party/nss/ssl/cmpcert.c   int               depth;
depth              41 net/third_party/nss/ssl/cmpcert.c   depth=0;
depth              72 net/third_party/nss/ssl/cmpcert.c     if ( ( depth <= 20 ) &&
depth              79 net/third_party/nss/ssl/cmpcert.c       depth++;
depth              92 ppapi/c/ppb_opengles2.h   void (*ClearDepthf)(PP_Resource context, GLclampf depth);
depth             109 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glClearDepthf(GLclampf depth) {
depth             110 ppapi/lib/gl/gles2/gles2.c   glGetInterfacePPAPI()->ClearDepthf(glGetCurrentContextPPAPI(), depth);
depth             656 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glClearDepthf (GLclampf depth);
depth             801 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
depth             802 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
depth             804 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data);
depth             805 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);
depth             809 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
depth             810 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
depth             812 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* data);
depth             813 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* data);
depth            1320 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
depth            1323 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
depth            1328 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
depth            1331 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
depth            1566 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);
depth            1576 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);
depth              20 ppapi/proxy/serialized_flash_menu.cc bool CheckMenu(int depth, const PP_Flash_Menu* menu);
depth              23 ppapi/proxy/serialized_flash_menu.cc PP_Flash_Menu* ReadMenu(int depth, const IPC::Message* m, PickleIterator* iter);
depth              25 ppapi/proxy/serialized_flash_menu.cc bool CheckMenuItem(int depth, const PP_Flash_MenuItem* item) {
depth              27 ppapi/proxy/serialized_flash_menu.cc     return CheckMenu(depth, item->submenu);
depth              31 ppapi/proxy/serialized_flash_menu.cc bool CheckMenu(int depth, const PP_Flash_Menu* menu) {
depth              32 ppapi/proxy/serialized_flash_menu.cc   if (depth > kMaxMenuDepth || !menu)
depth              34 ppapi/proxy/serialized_flash_menu.cc   ++depth;
depth              40 ppapi/proxy/serialized_flash_menu.cc     if (!CheckMenuItem(depth, menu->items + i))
depth              79 ppapi/proxy/serialized_flash_menu.cc bool ReadMenuItem(int depth,
depth             102 ppapi/proxy/serialized_flash_menu.cc     menu_item->submenu = ReadMenu(depth, m, iter);
depth             109 ppapi/proxy/serialized_flash_menu.cc PP_Flash_Menu* ReadMenu(int depth,
depth             112 ppapi/proxy/serialized_flash_menu.cc   if (depth > kMaxMenuDepth)
depth             114 ppapi/proxy/serialized_flash_menu.cc   ++depth;
depth             135 ppapi/proxy/serialized_flash_menu.cc     if (!ReadMenuItem(depth, m, iter, menu->items + i)) {
depth             180 ppapi/shared_impl/ppb_opengles2_shared.cc void ClearDepthf(PP_Resource context_id, GLclampf depth) {
depth             183 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->ClearDepthf(depth);
depth              85 remoting/host/desktop_resizer_mac.cc       int depth = 0;
depth              90 remoting/host/desktop_resizer_mac.cc         depth = 32;
depth              94 remoting/host/desktop_resizer_mac.cc         depth = 16;
depth              98 remoting/host/desktop_resizer_mac.cc         depth = 8;
depth             100 remoting/host/desktop_resizer_mac.cc       if (depth > best_depth) {
depth             101 remoting/host/desktop_resizer_mac.cc         best_depth = depth;
depth            3145 sync/engine/syncer_unittest.cc   const int depth = 400;
depth            3154 sync/engine/syncer_unittest.cc   mock_server_->SetChangesRemaining(depth - 1);
depth            3160 sync/engine/syncer_unittest.cc   for (int i = 0; i < depth; i++) {
depth            3163 sync/engine/syncer_unittest.cc     mock_server_->SetChangesRemaining(depth - i);
depth              13 third_party/cld/base/crash.h   CrashReason() : filename(0), line_number(0), message(0), depth(0) {}
depth              22 third_party/cld/base/crash.h   int depth;
depth             308 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
depth             309 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
depth             311 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXIMAGE3DOESPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
depth             312 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLCOMPRESSEDTEXSUBIMAGE3DOESPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
depth             321 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
depth             322 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
depth             324 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data);
depth             325 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
depth            1066 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
depth            1069 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
depth            1073 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
depth            1076 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
depth            1497 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLEXTGETTEXSUBIMAGEQCOMPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void *texels);
depth            1506 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void *texels);
depth             683 third_party/libpng/png.h    png_byte depth;           /* depth of palette samples */
depth            1248 third_party/libpng/pngrutil.c    new_palette.depth = *entry_start++;
depth            1249 third_party/libpng/pngrutil.c    entry_size = (new_palette.depth == 8 ? 6 : 10);
depth            1281 third_party/libpng/pngrutil.c       if (new_palette.depth == 8)
depth            1302 third_party/libpng/pngrutil.c       if (new_palette.depth == 8)
depth             951 third_party/libpng/pngset.c       to->depth = from->depth;
depth             858 third_party/libpng/pngwutil.c    int entry_size = (spalette->depth == 8 ? 6 : 10);
depth             875 third_party/libpng/pngwutil.c    png_write_chunk_data(png_ptr, (png_bytep)&spalette->depth, (png_size_t)1);
depth             881 third_party/libpng/pngwutil.c       if (spalette->depth == 8)
depth             903 third_party/libpng/pngwutil.c       if (spalette->depth == 8)
depth            1117 third_party/libusb/src/libusb/os/windows_usb.c 	priv->depth = parent_priv->depth + 1;
depth            1126 third_party/libusb/src/libusb/os/windows_usb.c 	if (priv->depth != 0) {	// Not a HCD hub
depth            1182 third_party/libusb/src/libusb/os/windows_usb.c 		dev->bus_number, dev->device_address, priv->depth, priv->port, device_id);
depth            1587 third_party/libusb/src/libusb/os/windows_usb.c 				priv->depth = UINT8_MAX;	// Overflow to 0 for HCD Hubs
depth             208 third_party/libusb/src/libusb/os/windows_usb.h 	uint8_t depth;						// distance to HCD
depth             236 third_party/libusb/src/libusb/os/windows_usb.h 	p->depth = 0;
depth            2011 third_party/libva/va/va.h     unsigned int	depth; /* significant bits per pixel */
depth             411 third_party/libwebp/enc/vp8l.c   const int depth = code->code_lengths[code_index];
depth             413 third_party/libwebp/enc/vp8l.c   VP8LWriteBits(bw, depth, symbol);
depth            3645 third_party/libxml/src/HTMLparser.c 	ctxt->depth++;
depth            3653 third_party/libxml/src/HTMLparser.c 	ctxt->depth++;
depth            3663 third_party/libxml/src/HTMLparser.c 		ctxt->depth++;
depth            3837 third_party/libxml/src/HTMLparser.c     if ((ctxt->depth > 0) &&
depth            3841 third_party/libxml/src/HTMLparser.c 	ctxt->depth--;
depth            3984 third_party/libxml/src/HTMLparser.c     int depth;
depth            3988 third_party/libxml/src/HTMLparser.c     depth = ctxt->nameNr;
depth            4039 third_party/libxml/src/HTMLparser.c         if ((ctxt->nameNr > 0) && (depth >= ctxt->nameNr) &&
depth            4145 third_party/libxml/src/HTMLparser.c     int depth;
depth            4233 third_party/libxml/src/HTMLparser.c     depth = ctxt->nameNr;
depth            4238 third_party/libxml/src/HTMLparser.c 	if (ctxt->nameNr < depth) break;
depth            4384 third_party/libxml/src/HTMLparser.c     int depth;
depth            4388 third_party/libxml/src/HTMLparser.c     depth = ctxt->nameNr;
depth            4407 third_party/libxml/src/HTMLparser.c 	        depth = ctxt->nameNr;
depth            4429 third_party/libxml/src/HTMLparser.c 	        depth = ctxt->nameNr;
depth            4445 third_party/libxml/src/HTMLparser.c         if ((ctxt->nameNr > 0) && (depth >= ctxt->nameNr) &&
depth            4452 third_party/libxml/src/HTMLparser.c 	    depth = ctxt->nameNr;
depth            4500 third_party/libxml/src/HTMLparser.c 		depth = ctxt->nameNr;
depth            6463 third_party/libxml/src/HTMLparser.c     ctxt->depth = 0;
depth            1146 third_party/libxml/src/SAX2.c 	    ctxt->depth++;
depth            1149 third_party/libxml/src/SAX2.c 	    ctxt->depth--;
depth            1200 third_party/libxml/src/SAX2.c 	    ctxt->depth++;
depth            1203 third_party/libxml/src/SAX2.c 	    ctxt->depth--;
depth            1322 third_party/libxml/src/SAX2.c 	    ctxt->depth++;
depth            1325 third_party/libxml/src/SAX2.c 	    ctxt->depth--;
depth            1900 third_party/libxml/src/SAX2.c     ctxt->depth++;
depth            1903 third_party/libxml/src/SAX2.c     ctxt->depth--;
depth             140 third_party/libxml/src/catalog.c     int depth;
depth             308 third_party/libxml/src/catalog.c     ret->depth = 0;
depth            1636 third_party/libxml/src/catalog.c     if (catal->depth > MAX_CATAL_DEPTH) {
depth            1642 third_party/libxml/src/catalog.c     catal->depth++;
depth            1660 third_party/libxml/src/catalog.c 			catal->depth--;
depth            1691 third_party/libxml/src/catalog.c 	    catal->depth--;
depth            1726 third_party/libxml/src/catalog.c 			    catal->depth--;
depth            1736 third_party/libxml/src/catalog.c 	    catal->depth--;
depth            1753 third_party/libxml/src/catalog.c 			catal->depth--;
depth            1805 third_party/libxml/src/catalog.c 			    catal->depth--;
depth            1815 third_party/libxml/src/catalog.c 	    catal->depth--;
depth            1829 third_party/libxml/src/catalog.c 			catal->depth--;
depth            1831 third_party/libxml/src/catalog.c 		    } else if (catal->depth > MAX_CATAL_DEPTH) {
depth            1840 third_party/libxml/src/catalog.c     catal->depth--;
depth            1873 third_party/libxml/src/catalog.c     if (catal->depth > MAX_CATAL_DEPTH) {
depth            2067 third_party/libxml/src/catalog.c 		           (catal->children->depth > MAX_CATAL_DEPTH)) {
depth              44 third_party/libxml/src/debugXML.c     int depth;                  /* current depth */
depth              61 third_party/libxml/src/debugXML.c     ctxt->depth = 0;
depth             142 third_party/libxml/src/debugXML.c     if ((ctxt->output != NULL) && (ctxt->depth > 0)) {
depth             143 third_party/libxml/src/debugXML.c         if (ctxt->depth < 50)
depth             144 third_party/libxml/src/debugXML.c             fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
depth             836 third_party/libxml/src/debugXML.c             ctxt->depth++;
depth             838 third_party/libxml/src/debugXML.c             ctxt->depth--;
depth            1022 third_party/libxml/src/debugXML.c     ctxt->depth++;
depth            1043 third_party/libxml/src/debugXML.c     ctxt->depth--;
depth            1072 third_party/libxml/src/debugXML.c         ctxt->depth++;
depth            1074 third_party/libxml/src/debugXML.c         ctxt->depth--;
depth            1223 third_party/libxml/src/debugXML.c         ctxt->depth++;
depth            1225 third_party/libxml/src/debugXML.c         ctxt->depth--;
depth            1325 third_party/libxml/src/debugXML.c         ctxt->depth++;
depth            1327 third_party/libxml/src/debugXML.c         ctxt->depth--;
depth            1376 third_party/libxml/src/debugXML.c xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
depth            1382 third_party/libxml/src/debugXML.c     ctxt.depth = depth;
depth            1416 third_party/libxml/src/debugXML.c xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
depth            1423 third_party/libxml/src/debugXML.c     ctxt.depth = depth;
depth            1437 third_party/libxml/src/debugXML.c xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth)
depth            1444 third_party/libxml/src/debugXML.c     ctxt.depth = depth;
depth            1458 third_party/libxml/src/debugXML.c xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth)
depth            1466 third_party/libxml/src/debugXML.c     ctxt.depth = depth;
depth            1480 third_party/libxml/src/debugXML.c xmlDebugDumpNodeList(FILE * output, xmlNodePtr node, int depth)
depth            1488 third_party/libxml/src/debugXML.c     ctxt.depth = depth;
depth              34 third_party/libxml/src/include/libxml/debugXML.h 				 int depth);
depth              38 third_party/libxml/src/include/libxml/debugXML.h 				 int depth);
depth              42 third_party/libxml/src/include/libxml/debugXML.h 				 int depth);
depth              46 third_party/libxml/src/include/libxml/debugXML.h 				 int depth);
depth              50 third_party/libxml/src/include/libxml/debugXML.h 				 int depth);
depth             249 third_party/libxml/src/include/libxml/parser.h     int                depth;         /* to prevent entity substitution loops */
depth             936 third_party/libxml/src/include/libxml/parser.h 					 int depth,
depth             951 third_party/libxml/src/include/libxml/parser.h                      int depth,
depth             959 third_party/libxml/src/include/libxml/parser.h 					 int depth,
depth             363 third_party/libxml/src/include/libxml/xpathInternals.h 					 int depth);
depth             367 third_party/libxml/src/include/libxml/xpathInternals.h 					 int depth);
depth             211 third_party/libxml/src/parser.c 		      void *user_data, int depth, const xmlChar *URL,
depth            2518 third_party/libxml/src/parser.c     if (((ctxt->depth > 40) &&
depth            2520 third_party/libxml/src/parser.c 	(ctxt->depth > 1024)) {
depth            2575 third_party/libxml/src/parser.c 		ctxt->depth++;
depth            2578 third_party/libxml/src/parser.c 		ctxt->depth--;
depth            2619 third_party/libxml/src/parser.c 		ctxt->depth++;
depth            2622 third_party/libxml/src/parser.c 		ctxt->depth--;
depth            5912 third_party/libxml/src/parser.c                                        int depth) {
depth            5917 third_party/libxml/src/parser.c     if (((depth > 128) && ((ctxt->options & XML_PARSE_HUGE) == 0)) ||
depth            5918 third_party/libxml/src/parser.c         (depth >  2048)) {
depth            5921 third_party/libxml/src/parser.c                           depth);
depth            5933 third_party/libxml/src/parser.c                                                            depth + 1);
depth            6066 third_party/libxml/src/parser.c                                                           depth + 1);
depth            6449 third_party/libxml/src/parser.c 	int depth = 0;
depth            6481 third_party/libxml/src/parser.c 	while (((depth >= 0) && (RAW != 0)) &&
depth            6484 third_party/libxml/src/parser.c 	    depth++;
depth            6489 third_party/libxml/src/parser.c 	    if (--depth >= 0) SKIP(3);
depth            6877 third_party/libxml/src/parser.c 	    ctxt->depth++;
depth            6880 third_party/libxml/src/parser.c 	    ctxt->depth--;
depth            6883 third_party/libxml/src/parser.c 	    ctxt->depth++;
depth            6885 third_party/libxml/src/parser.c 	                                   user_data, ctxt->depth, ent->URI,
depth            6887 third_party/libxml/src/parser.c 	    ctxt->depth--;
depth            6992 third_party/libxml/src/parser.c 		ctxt->depth++;
depth            6995 third_party/libxml/src/parser.c 		ctxt->depth--;
depth            6998 third_party/libxml/src/parser.c 		ctxt->depth++;
depth            7000 third_party/libxml/src/parser.c 			   ctxt->sax, user_data, ctxt->depth,
depth            7002 third_party/libxml/src/parser.c 		ctxt->depth--;
depth            10460 third_party/libxml/src/parser.c     ctxt->depth = 0;
depth            12352 third_party/libxml/src/parser.c     if (((ctx->depth > 40) && ((ctx->options & XML_PARSE_HUGE) == 0)) ||
depth            12353 third_party/libxml/src/parser.c         (ctx->depth > 1024)) {
depth            12446 third_party/libxml/src/parser.c     ctxt->depth = ctx->depth + 1;
depth            12537 third_party/libxml/src/parser.c 		      void *user_data, int depth, const xmlChar *URL,
depth            12547 third_party/libxml/src/parser.c     if (((depth > 40) &&
depth            12549 third_party/libxml/src/parser.c 	(depth > 1024)) {
depth            12650 third_party/libxml/src/parser.c     ctxt->depth = depth;
depth            12746 third_party/libxml/src/parser.c 	  int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) {
depth            12747 third_party/libxml/src/parser.c     return(xmlParseExternalEntityPrivate(doc, NULL, sax, user_data, depth, URL,
depth            12773 third_party/libxml/src/parser.c      void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) {
depth            12775 third_party/libxml/src/parser.c                                                 depth, string, lst, 0 );
depth            12815 third_party/libxml/src/parser.c     if (((oldctxt->depth > 40) && ((oldctxt->options & XML_PARSE_HUGE) == 0)) ||
depth            12816 third_party/libxml/src/parser.c         (oldctxt->depth >  1024)) {
depth            12886 third_party/libxml/src/parser.c     ctxt->depth = oldctxt->depth + 1;
depth            13227 third_party/libxml/src/parser.c      void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst,
depth            13236 third_party/libxml/src/parser.c     if (depth > 40) {
depth            13300 third_party/libxml/src/parser.c     ctxt->depth = depth;
depth            14333 third_party/libxml/src/parser.c     ctxt->depth = 0;
depth            1756 third_party/libxml/src/parserInternals.c     ctxt->depth = 0;
depth             167 third_party/libxml/src/relaxng.c     short depth;                /* used for the cycle detection */
depth             359 third_party/libxml/src/relaxng.c     int depth;                  /* validation depth */
depth             925 third_party/libxml/src/relaxng.c     ret->depth = -1;
depth            2948 third_party/libxml/src/relaxng.c             if (def->depth == -20) {
depth            2953 third_party/libxml/src/relaxng.c                 def->depth = -20;
depth            3035 third_party/libxml/src/relaxng.c             if ((xmlRelaxNGIsCompileable(def) == 1) && (def->depth != -25)) {
depth            3039 third_party/libxml/src/relaxng.c                 def->depth = -25;
depth            3077 third_party/libxml/src/relaxng.c             if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {
depth            3081 third_party/libxml/src/relaxng.c                 def->depth = -25;
depth            3262 third_party/libxml/src/relaxng.c         if ((def->dflags & IS_COMPILABLE) && (def->depth != -25)) {
depth            5951 third_party/libxml/src/relaxng.c                       xmlRelaxNGDefinePtr cur, int depth)
depth            5958 third_party/libxml/src/relaxng.c             if (cur->depth == -1) {
depth            5959 third_party/libxml/src/relaxng.c                 cur->depth = depth;
depth            5960 third_party/libxml/src/relaxng.c                 ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth);
depth            5961 third_party/libxml/src/relaxng.c                 cur->depth = -2;
depth            5962 third_party/libxml/src/relaxng.c             } else if (depth == cur->depth) {
depth            5969 third_party/libxml/src/relaxng.c             ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth + 1);
depth            5971 third_party/libxml/src/relaxng.c             ret = xmlRelaxNGCheckCycles(ctxt, cur->content, depth);
depth            6028 third_party/libxml/src/relaxng.c             if (cur->depth != -3) {
depth            6029 third_party/libxml/src/relaxng.c                 cur->depth = -3;
depth            6279 third_party/libxml/src/relaxng.c             if (cur->depth > -4) {
depth            6280 third_party/libxml/src/relaxng.c                 cur->depth = -4;
depth            6283 third_party/libxml/src/relaxng.c                 cur->depth = ret - 15;
depth            6284 third_party/libxml/src/relaxng.c             } else if (cur->depth == -4) {
depth            6287 third_party/libxml/src/relaxng.c                 ret = (xmlRelaxNGContentType) (cur->depth + 15);
depth            9798 third_party/libxml/src/relaxng.c     for (i = 0; i < ctxt->depth; i++)
depth            9809 third_party/libxml/src/relaxng.c     ctxt->depth++;
depth            10522 third_party/libxml/src/relaxng.c     ctxt->depth--;
depth            10524 third_party/libxml/src/relaxng.c     for (i = 0; i < ctxt->depth; i++)
depth            7005 third_party/libxml/src/testapi.c     int depth; /* the indentation level. */
depth            7014 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 2);
depth            7016 third_party/libxml/src/testapi.c         xmlDebugDumpAttr(output, attr, depth);
depth            7020 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 2);
depth            7051 third_party/libxml/src/testapi.c     int depth; /* the indentation level. */
depth            7060 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 2);
depth            7062 third_party/libxml/src/testapi.c         xmlDebugDumpAttrList(output, attr, depth);
depth            7066 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 2);
depth            7253 third_party/libxml/src/testapi.c     int depth; /* the indentation level. */
depth            7262 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 2);
depth            7264 third_party/libxml/src/testapi.c         xmlDebugDumpNode(output, node, depth);
depth            7268 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 2);
depth            7299 third_party/libxml/src/testapi.c     int depth; /* the indentation level. */
depth            7308 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 2);
depth            7310 third_party/libxml/src/testapi.c         xmlDebugDumpNodeList(output, node, depth);
depth            7314 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 2);
depth            7345 third_party/libxml/src/testapi.c     int depth; /* the indentation level. */
depth            7354 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 2);
depth            7356 third_party/libxml/src/testapi.c         xmlDebugDumpOneNode(output, node, depth);
depth            7360 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 2);
depth            13546 third_party/libxml/src/testapi.c     int depth; /* Used for loop detection, use 0 */
depth            13563 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 3);
depth            13572 third_party/libxml/src/testapi.c         ret_val = xmlParseBalancedChunkMemory(doc, sax, user_data, depth, (const xmlChar *)string, lst);
depth            13578 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 3);
depth            13622 third_party/libxml/src/testapi.c     int depth; /* Used for loop detection, use 0 */
depth            13642 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 3);
depth            13652 third_party/libxml/src/testapi.c         ret_val = xmlParseBalancedChunkMemoryRecover(doc, sax, user_data, depth, (const xmlChar *)string, lst, recover);
depth            13658 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 3);
depth            13995 third_party/libxml/src/testapi.c     int depth; /* Used for loop detection, use 0 */
depth            14015 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 3);
depth            14020 third_party/libxml/src/testapi.c         ret_val = xmlParseExternalEntity(doc, sax, user_data, depth, (const xmlChar *)URL, (const xmlChar *)ID, lst);
depth            14026 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 3);
depth            47006 third_party/libxml/src/testapi.c     int depth; /* the indentation level. */
depth            47015 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 2);
depth            47017 third_party/libxml/src/testapi.c         xmlXPathDebugDumpCompExpr(output, comp, depth);
depth            47021 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 2);
depth            47052 third_party/libxml/src/testapi.c     int depth; /* indentation level */
depth            47061 third_party/libxml/src/testapi.c         depth = gen_int(n_depth, 2);
depth            47063 third_party/libxml/src/testapi.c         xmlXPathDebugDumpObject(output, cur, depth);
depth            47067 third_party/libxml/src/testapi.c         des_int(n_depth, depth, 2);
depth            7609 third_party/libxml/src/tree.c     int depth;
depth            7670 third_party/libxml/src/tree.c 		       xmlNsPtr oldNs, xmlNsPtr newNs, int depth)
depth            7739 third_party/libxml/src/tree.c     ret->depth = depth;
depth            8384 third_party/libxml/src/tree.c 				   int depth,
depth            8418 third_party/libxml/src/tree.c 	    if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
depth            8425 third_party/libxml/src/tree.c 		((! ancestorsOnly) || (mi->depth == XML_TREE_NSMAP_PARENT)) &&
depth            8477 third_party/libxml/src/tree.c 		if ((mi->depth < depth) &&
depth            8484 third_party/libxml/src/tree.c 		    mi->shadowDepth = depth;
depth            8489 third_party/libxml/src/tree.c 	if (xmlDOMWrapNsMapAddItem(nsMap, -1, ns, tmpns, depth) == NULL) {
depth            8524 third_party/libxml/src/tree.c     int depth = -1, adoptns = 0, parnsdone = 0;
depth            8548 third_party/libxml/src/tree.c 		depth++;
depth            8574 third_party/libxml/src/tree.c 				if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
depth            8611 third_party/libxml/src/tree.c 				if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
depth            8616 third_party/libxml/src/tree.c 				    mi->shadowDepth = depth;
depth            8624 third_party/libxml/src/tree.c 			    depth) == NULL)
depth            8681 third_party/libxml/src/tree.c 			&nsMap, depth,
depth            8718 third_party/libxml/src/tree.c 		    (nsMap->last->depth >= depth))
depth            8726 third_party/libxml/src/tree.c 		    if (mi->shadowDepth >= depth)
depth            8730 third_party/libxml/src/tree.c 	    depth--;
depth            8795 third_party/libxml/src/tree.c     int depth = -1, adoptStr = 1;
depth            8862 third_party/libxml/src/tree.c 		depth++;
depth            8894 third_party/libxml/src/tree.c 				if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
depth            8900 third_party/libxml/src/tree.c 				    mi->shadowDepth = depth;
depth            8908 third_party/libxml/src/tree.c 			    ns, ns, depth) == NULL)
depth            8965 third_party/libxml/src/tree.c 			&nsMap, depth,
depth            9065 third_party/libxml/src/tree.c 		    (nsMap->last->depth >= depth))
depth            9073 third_party/libxml/src/tree.c 		    if (mi->shadowDepth >= depth)
depth            9077 third_party/libxml/src/tree.c 	    depth--;
depth            9162 third_party/libxml/src/tree.c     int depth = -1;
depth            9320 third_party/libxml/src/tree.c 		depth++;
depth            9374 third_party/libxml/src/tree.c 				    if ((mi->depth >= XML_TREE_NSMAP_PARENT) &&
depth            9383 third_party/libxml/src/tree.c 					mi->shadowDepth = depth;
depth            9391 third_party/libxml/src/tree.c 				ns, cloneNs, depth) == NULL)
depth            9504 third_party/libxml/src/tree.c 		&nsMap, depth,
depth            9582 third_party/libxml/src/tree.c 		    (nsMap->last->depth >= depth))
depth            9590 third_party/libxml/src/tree.c 		    if (mi->shadowDepth >= depth)
depth            9594 third_party/libxml/src/tree.c 	    depth--;
depth            1665 third_party/libxml/src/trio.c 		  int depth = 1;
depth            1678 third_party/libxml/src/trio.c 			  depth++;
depth            1682 third_party/libxml/src/trio.c 			  if (--depth <= 0)
depth             355 third_party/libxml/src/valid.c     unsigned char        depth; /* current depth in the overall tree */
depth             363 third_party/libxml/src/valid.c #define DEPTH ctxt->vstate->depth
depth             375 third_party/libxml/src/valid.c 	    xmlNodePtr node, unsigned char depth, long occurs,
depth             409 third_party/libxml/src/valid.c 	(ctxt->vstateTab[i].depth == depth) &&
depth             415 third_party/libxml/src/valid.c     ctxt->vstateTab[ctxt->vstateNr].depth = depth;
depth             428 third_party/libxml/src/valid.c     ctxt->vstate->depth = ctxt->vstateTab[ctxt->vstateNr].depth;
depth             603 third_party/libxml/src/valid.c 	    state->depth, state->occurs, state->state);
depth             135 third_party/libxml/src/xmlreader.c     int				depth;  /* depth of the current node */
depth             552 third_party/libxml/src/xmlreader.c 	    reader->state, reader->depth);
depth            1186 third_party/libxml/src/xmlreader.c 	if (reader->ctxt->nodeNr < reader->depth)
depth            1307 third_party/libxml/src/xmlreader.c 	reader->depth = 0;
depth            1358 third_party/libxml/src/xmlreader.c 	    reader->depth++;
depth            1433 third_party/libxml/src/xmlreader.c 	reader->depth = -1;
depth            1462 third_party/libxml/src/xmlreader.c     reader->depth--;
depth            1542 third_party/libxml/src/xmlreader.c 	reader->depth++;
depth            1901 third_party/libxml/src/xmlreader.c         reader->depth--;
depth            1945 third_party/libxml/src/xmlreader.c             reader->depth++;
depth            1970 third_party/libxml/src/xmlreader.c         reader->depth--;
depth            3443 third_party/libxml/src/xmlreader.c 	    return(reader->depth + 1);
depth            3444 third_party/libxml/src/xmlreader.c 	return(reader->depth + 2);
depth            3446 third_party/libxml/src/xmlreader.c     return(reader->depth);
depth             826 third_party/libxml/src/xmlschemas.c     int depth; /* depth of creation */
depth             845 third_party/libxml/src/xmlschemas.c     int depth; /* the tree depth at creation time */
depth             895 third_party/libxml/src/xmlschemas.c     int depth;
depth             995 third_party/libxml/src/xmlschemas.c     int depth;
depth            2053 third_party/libxml/src/xmlschemas.c 		    (vctxt->depth >= 0) &&
depth            2203 third_party/libxml/src/xmlschemas.c 		vctxt->elemInfos[vctxt->depth];
depth            4265 third_party/libxml/src/xmlschemas.c xmlSchemaContentModelDump(xmlSchemaParticlePtr particle, FILE * output, int depth)
depth            4274 third_party/libxml/src/xmlschemas.c     for (i = 0;((i < depth) && (i < 25));i++)
depth            4323 third_party/libxml/src/xmlschemas.c 	    output, depth +1);
depth            4327 third_party/libxml/src/xmlschemas.c 		output, depth);
depth            21788 third_party/libxml/src/xmlschemas.c 	for (i = vctxt->depth; i >= 0; i--) {
depth            22158 third_party/libxml/src/xmlschemas.c     ielem = vctxt->elemInfos[matcher->depth];
depth            22406 third_party/libxml/src/xmlschemas.c     sto->depth = vctxt->depth;
depth            22433 third_party/libxml/src/xmlschemas.c     int res, resolved = 0, depth = vctxt->depth;
depth            22439 third_party/libxml/src/xmlschemas.c 	depth++;
depth            22446 third_party/libxml/src/xmlschemas.c 		vctxt->inode->localName), depth, nodeType);
depth            22506 third_party/libxml/src/xmlschemas.c 	sto->history[sto->nbHistory++] = depth;
depth            22510 third_party/libxml/src/xmlschemas.c 	    vctxt->depth);
depth            22637 third_party/libxml/src/xmlschemas.c 			     int depth)
depth            22654 third_party/libxml/src/xmlschemas.c 		vctxt->inode->localName), vctxt->depth);
depth            22680 third_party/libxml/src/xmlschemas.c 	if (matchDepth != depth) {
depth            22760 third_party/libxml/src/xmlschemas.c 		pos = sto->depth - matcher->depth;
depth            22904 third_party/libxml/src/xmlschemas.c 	    pos = depth - matcher->depth;
depth            23102 third_party/libxml/src/xmlschemas.c 	if ((sto->nbHistory == 0) && (sto->depth == depth)) {
depth            23157 third_party/libxml/src/xmlschemas.c 		vctxt->inode->localName), vctxt->depth);
depth            23197 third_party/libxml/src/xmlschemas.c 		    (vctxt->depth < aidc->keyrefDepth))
depth            23198 third_party/libxml/src/xmlschemas.c 		    aidc->keyrefDepth = vctxt->depth;
depth            23242 third_party/libxml/src/xmlschemas.c 	matcher->depth = vctxt->depth;
depth            23287 third_party/libxml/src/xmlschemas.c 	     (matcher->aidc->keyrefDepth > vctxt->depth)))
depth            23471 third_party/libxml/src/xmlschemas.c     parTable = &(vctxt->elemInfos[vctxt->depth -1]->idcTable);
depth            23488 third_party/libxml/src/xmlschemas.c 			(aidc->keyrefDepth >= vctxt->depth)) {
depth            24057 third_party/libxml/src/xmlschemas.c     if (vctxt->depth > vctxt->sizeElemInfos) {
depth            24072 third_party/libxml/src/xmlschemas.c     } else if (vctxt->sizeElemInfos <= vctxt->depth) {
depth            24091 third_party/libxml/src/xmlschemas.c 	info = vctxt->elemInfos[vctxt->depth];
depth            24101 third_party/libxml/src/xmlschemas.c 	vctxt->elemInfos[vctxt->depth] = info;
depth            24111 third_party/libxml/src/xmlschemas.c     info->depth = vctxt->depth;
depth            24117 third_party/libxml/src/xmlschemas.c #define ACTIVATE_ELEM vctxt->inode = vctxt->elemInfos[vctxt->depth];
depth            24118 third_party/libxml/src/xmlschemas.c #define ACTIVATE_PARENT_ELEM vctxt->inode = vctxt->elemInfos[vctxt->depth -1];
depth            25422 third_party/libxml/src/xmlschemas.c 	xmlSchemaNodeInfoPtr ielem = vctxt->elemInfos[vctxt->depth];
depth            25692 third_party/libxml/src/xmlschemas.c 		vctxt->depth +1) == -1) {
depth            25991 third_party/libxml/src/xmlschemas.c 	vctxt->skipDepth = vctxt->depth -1;
depth            26323 third_party/libxml/src/xmlschemas.c     if (vctxt->depth < 0) {
depth            26327 third_party/libxml/src/xmlschemas.c     if (vctxt->depth == vctxt->skipDepth)
depth            26333 third_party/libxml/src/xmlschemas.c 	(xmlSchemaXPathProcessHistory(vctxt, vctxt->depth) == -1))
depth            26373 third_party/libxml/src/xmlschemas.c 	if ((vctxt->depth > 0) &&
depth            26392 third_party/libxml/src/xmlschemas.c     if (vctxt->depth == 0) {
depth            26393 third_party/libxml/src/xmlschemas.c 	vctxt->depth--;
depth            26403 third_party/libxml/src/xmlschemas.c 	    if (aidc->keyrefDepth == vctxt->depth) {
depth            26414 third_party/libxml/src/xmlschemas.c     vctxt->depth--;
depth            26415 third_party/libxml/src/xmlschemas.c     vctxt->inode = vctxt->elemInfos[vctxt->depth];
depth            26438 third_party/libxml/src/xmlschemas.c     if (vctxt->depth <= 0) {
depth            26443 third_party/libxml/src/xmlschemas.c     pielem = vctxt->elemInfos[vctxt->depth -1];
depth            26647 third_party/libxml/src/xmlschemas.c     vctxt->skipDepth = vctxt->depth;
depth            26791 third_party/libxml/src/xmlschemas.c 	(vctxt->depth >= vctxt->skipDepth)) {
depth            26815 third_party/libxml/src/xmlschemas.c     if (vctxt->depth > 0) {
depth            26829 third_party/libxml/src/xmlschemas.c 	if (vctxt->depth == vctxt->skipDepth)
depth            26872 third_party/libxml/src/xmlschemas.c 	    vctxt->skipDepth = vctxt->depth;
depth            26962 third_party/libxml/src/xmlschemas.c 	vctxt->skipDepth = vctxt->depth;
depth            26973 third_party/libxml/src/xmlschemas.c     int depth, nodeType, ret = 0, consumed;
depth            26976 third_party/libxml/src/xmlschemas.c     vctxt->depth = -1;
depth            26992 third_party/libxml/src/xmlschemas.c 	depth = xmlTextReaderDepth(vctxt->reader);
depth            26997 third_party/libxml/src/xmlschemas.c 	    vctxt->depth++;
depth            27073 third_party/libxml/src/xmlschemas.c 	    if (vctxt->depth == vctxt->skipDepth) {
depth            27081 third_party/libxml/src/xmlschemas.c 		    while ((ret == 1) && (curDepth != depth)) {
depth            27115 third_party/libxml/src/xmlschemas.c 	    if (vctxt->depth >= 0)
depth            27177 third_party/libxml/src/xmlschemas.c     if (vctxt->depth < 0)
depth            27179 third_party/libxml/src/xmlschemas.c     if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
depth            27202 third_party/libxml/src/xmlschemas.c     if (vctxt->depth < 0)
depth            27204 third_party/libxml/src/xmlschemas.c     if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
depth            27223 third_party/libxml/src/xmlschemas.c     if (vctxt->depth < 0)
depth            27225 third_party/libxml/src/xmlschemas.c     if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
depth            27253 third_party/libxml/src/xmlschemas.c     vctxt->depth++;
depth            27254 third_party/libxml/src/xmlschemas.c     if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
depth            27383 third_party/libxml/src/xmlschemas.c 	if (vctxt->depth > vctxt->skipDepth) {
depth            27384 third_party/libxml/src/xmlschemas.c 	    vctxt->depth--;
depth            27794 third_party/libxml/src/xmlschemas.c     vctxt->depth = -1;
depth            27798 third_party/libxml/src/xmlschemas.c 	if ((vctxt->skipDepth != -1) && (vctxt->depth >= vctxt->skipDepth))
depth            27805 third_party/libxml/src/xmlschemas.c 	    vctxt->depth++;
depth            27862 third_party/libxml/src/xmlschemas.c 		(vctxt->depth >= vctxt->skipDepth))
depth            27949 third_party/libxml/src/xmlschemas.c     vctxt->depth = -1;
depth             874 third_party/libxml/src/xpath.c xmlXPathDebugDumpNode(FILE *output, xmlNodePtr cur, int depth) {
depth             878 third_party/libxml/src/xpath.c     for (i = 0;((i < depth) && (i < 25));i++)
depth             893 third_party/libxml/src/xpath.c 	xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth);
depth             895 third_party/libxml/src/xpath.c 	xmlDebugDumpOneNode(output, cur, depth);
depth             898 third_party/libxml/src/xpath.c xmlXPathDebugDumpNodeList(FILE *output, xmlNodePtr cur, int depth) {
depth             903 third_party/libxml/src/xpath.c     for (i = 0;((i < depth) && (i < 25));i++)
depth             916 third_party/libxml/src/xpath.c 	xmlDebugDumpOneNode(output, tmp, depth);
depth             921 third_party/libxml/src/xpath.c xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) {
depth             925 third_party/libxml/src/xpath.c     for (i = 0;((i < depth) && (i < 25));i++)
depth             941 third_party/libxml/src/xpath.c 	    xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth + 1);
depth             947 third_party/libxml/src/xpath.c xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) {
depth             951 third_party/libxml/src/xpath.c     for (i = 0;((i < depth) && (i < 25));i++)
depth             964 third_party/libxml/src/xpath.c     xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1);
depth             968 third_party/libxml/src/xpath.c xmlXPathDebugDumpLocationSet(FILE *output, xmlLocationSetPtr cur, int depth) {
depth             972 third_party/libxml/src/xpath.c     for (i = 0;((i < depth) && (i < 25));i++)
depth             986 third_party/libxml/src/xpath.c 	xmlXPathDebugDumpObject(output, cur->locTab[i], depth + 1);
depth            1000 third_party/libxml/src/xpath.c xmlXPathDebugDumpObject(FILE *output, xmlXPathObjectPtr cur, int depth) {
depth            1006 third_party/libxml/src/xpath.c     for (i = 0;((i < depth) && (i < 25));i++)
depth            1023 third_party/libxml/src/xpath.c 	    xmlXPathDebugDumpNodeSet(output, cur->nodesetval, depth);
depth            1027 third_party/libxml/src/xpath.c 	    xmlXPathDebugDumpValueTree(output, cur->nodesetval, depth);
depth            1059 third_party/libxml/src/xpath.c 	    xmlXPathDebugDumpNode(output, (xmlNodePtr) cur->user, depth + 1);
depth            1071 third_party/libxml/src/xpath.c 			              depth + 1);
depth            1080 third_party/libxml/src/xpath.c 			              depth + 1);
depth            1087 third_party/libxml/src/xpath.c 			              depth + 1);
depth            1095 third_party/libxml/src/xpath.c 		    (xmlLocationSetPtr) cur->user, depth);
depth            1106 third_party/libxml/src/xpath.c 	                     xmlXPathStepOpPtr op, int depth) {
depth            1110 third_party/libxml/src/xpath.c     for (i = 0;((i < depth) && (i < 25));i++)
depth            1276 third_party/libxml/src/xpath.c 	xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1);
depth            1278 third_party/libxml/src/xpath.c 	xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch2], depth + 1);
depth            1291 third_party/libxml/src/xpath.c 	                  int depth) {
depth            1297 third_party/libxml/src/xpath.c     for (i = 0;((i < depth) && (i < 25));i++)
depth            1306 third_party/libxml/src/xpath.c     xmlXPathDebugDumpStepOp(output, comp, &comp->steps[i], depth + 1);
depth            14086 third_party/libxml/src/xpath.c     int ret, depth;
depth            14195 third_party/libxml/src/xpath.c     depth = 0;
depth            14222 third_party/libxml/src/xpath.c 		if ((cur->children == NULL) || (depth >= max_depth)) {
depth            14236 third_party/libxml/src/xpath.c 	if ((cur->children != NULL) && (depth < max_depth)) {
depth            14242 third_party/libxml/src/xpath.c 		depth++;
depth            14263 third_party/libxml/src/xpath.c 	    depth--;
depth            14282 third_party/libxml/src/xpath.c     } while ((cur != NULL) && (depth >= 0));
depth            2274 third_party/libxslt/libxslt/xslt.c     ivar->depth = cctxt->depth;
depth            2292 third_party/libxslt/libxslt/xslt.c 	(cctxt->ivar->depth > cctxt->depth))
depth            2347 third_party/libxslt/libxslt/xslt.c     cctxt->depth++;
depth            2355 third_party/libxslt/libxslt/xslt.c     inode->depth = cctxt->depth;
depth            2430 third_party/libxslt/libxslt/xslt.c     if (cctxt->inode->depth != cctxt->depth) {
depth            2438 third_party/libxslt/libxslt/xslt.c     if ((cctxt->ivar) && (cctxt->ivar->depth > cctxt->depth))
depth            2441 third_party/libxslt/libxslt/xslt.c     cctxt->depth--;
depth            3018 third_party/libxslt/libxslt/xslt.c 	xsltStylesheetElemDepth = cctxt->depth +1;
depth            3137 third_party/libxslt/libxslt/xslt.c 			if (xsltStylesheetElemDepth == cctxt->depth) {
depth            6554 third_party/libxslt/libxslt/xslt.c 	    cctxt->depth = -1;
depth            1246 third_party/libxslt/libxslt/xsltInternals.h     int depth; /* the depth in the tree */
depth            1262 third_party/libxslt/libxslt/xsltInternals.h     int depth;
depth            1322 third_party/libxslt/libxslt/xsltInternals.h     int depth; /* Current depth of processing */
depth            1096 third_party/libxslt/libxslt/xsltutils.c     int depth;
depth            1216 third_party/libxslt/libxslt/xsltutils.c 		    depth = 1;
depth            1217 third_party/libxslt/libxslt/xsltutils.c 		    while (depth < nbsorts) {
depth            1218 third_party/libxslt/libxslt/xsltutils.c 			if (sorts[depth] == NULL)
depth            1220 third_party/libxslt/libxslt/xsltutils.c 			comp = sorts[depth]->psvi;
depth            1230 third_party/libxslt/libxslt/xsltutils.c 			if (resultsTab[depth] == NULL) 
depth            1231 third_party/libxslt/libxslt/xsltutils.c 			    resultsTab[depth] = xsltComputeSortResult(ctxt,
depth            1232 third_party/libxslt/libxslt/xsltutils.c 				                        sorts[depth]);
depth            1233 third_party/libxslt/libxslt/xsltutils.c 			res = resultsTab[depth];
depth            1278 third_party/libxslt/libxslt/xsltutils.c 			depth++;
depth            1291 third_party/libxslt/libxslt/xsltutils.c 		    depth = 1;
depth            1292 third_party/libxslt/libxslt/xsltutils.c 		    while (depth < nbsorts) {
depth            1293 third_party/libxslt/libxslt/xsltutils.c 			if (sorts[depth] == NULL)
depth            1295 third_party/libxslt/libxslt/xsltutils.c 			if (resultsTab[depth] == NULL)
depth            1297 third_party/libxslt/libxslt/xsltutils.c 			res = resultsTab[depth];
depth            1301 third_party/libxslt/libxslt/xsltutils.c 			depth++;
depth             508 third_party/npapi/bindings/npapi.h   int32_t  depth;      /* Depth of image pointer */
depth              57 third_party/npapi/bindings/npapi_x11.h   unsigned int depth;
depth             327 third_party/npapi/npspy/extern/plugin/npapi.h   unsigned int depth;
depth             681 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       int depth = Arrays.binarySearch(minLengthByDepth, length);
depth             682 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       if (depth < 0) {
depth             685 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java         int insertionPoint = -(depth + 1);
depth             686 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java         depth = insertionPoint - 1;
depth             689 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java       return depth;
depth             398 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java   private TestRecursiveMessage makeRecursiveMessage(int depth) {
depth             399 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     if (depth == 0) {
depth             403 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java         .setA(makeRecursiveMessage(depth - 1)).build();
depth             407 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java   private void assertMessageDepth(TestRecursiveMessage message, int depth) {
depth             408 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     if (depth == 0) {
depth             413 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java       assertMessageDepth(message.getA(), depth - 1);
depth            1635 third_party/protobuf/src/google/protobuf/descriptor.cc bool RetrieveOptions(int depth,
depth            1654 third_party/protobuf/src/google/protobuf/descriptor.cc         printer.SetInitialIndentLevel(depth + 1);
depth            1659 third_party/protobuf/src/google/protobuf/descriptor.cc         fieldval.append(depth * 2, ' ');
depth            1679 third_party/protobuf/src/google/protobuf/descriptor.cc bool FormatBracketedOptions(int depth, const Message &options, string *output) {
depth            1681 third_party/protobuf/src/google/protobuf/descriptor.cc   if (RetrieveOptions(depth, options, &all_options)) {
depth            1688 third_party/protobuf/src/google/protobuf/descriptor.cc bool FormatLineOptions(int depth, const Message &options, string *output) {
depth            1689 third_party/protobuf/src/google/protobuf/descriptor.cc   string prefix(depth * 2, ' ');
depth            1691 third_party/protobuf/src/google/protobuf/descriptor.cc   if (RetrieveOptions(depth, options, &all_options)) {
depth            1783 third_party/protobuf/src/google/protobuf/descriptor.cc void Descriptor::DebugString(int depth, string *contents) const {
depth            1784 third_party/protobuf/src/google/protobuf/descriptor.cc   string prefix(depth * 2, ' ');
depth            1785 third_party/protobuf/src/google/protobuf/descriptor.cc   ++depth;
depth            1788 third_party/protobuf/src/google/protobuf/descriptor.cc   FormatLineOptions(depth, options(), contents);
depth            1809 third_party/protobuf/src/google/protobuf/descriptor.cc       nested_type(i)->DebugString(depth, contents);
depth            1813 third_party/protobuf/src/google/protobuf/descriptor.cc     enum_type(i)->DebugString(depth, contents);
depth            1816 third_party/protobuf/src/google/protobuf/descriptor.cc     field(i)->DebugString(depth, contents);
depth            1835 third_party/protobuf/src/google/protobuf/descriptor.cc     extension(i)->DebugString(depth + 1, contents);
depth            1845 third_party/protobuf/src/google/protobuf/descriptor.cc   int depth = 0;
depth            1849 third_party/protobuf/src/google/protobuf/descriptor.cc     depth = 1;
depth            1851 third_party/protobuf/src/google/protobuf/descriptor.cc   DebugString(depth, &contents);
depth            1858 third_party/protobuf/src/google/protobuf/descriptor.cc void FieldDescriptor::DebugString(int depth, string *contents) const {
depth            1859 third_party/protobuf/src/google/protobuf/descriptor.cc   string prefix(depth * 2, ' ');
depth            1888 third_party/protobuf/src/google/protobuf/descriptor.cc   if (FormatBracketedOptions(depth, options(), &formatted_options)) {
depth            1899 third_party/protobuf/src/google/protobuf/descriptor.cc     message_type()->DebugString(depth, contents);
depth            1911 third_party/protobuf/src/google/protobuf/descriptor.cc void EnumDescriptor::DebugString(int depth, string *contents) const {
depth            1912 third_party/protobuf/src/google/protobuf/descriptor.cc   string prefix(depth * 2, ' ');
depth            1913 third_party/protobuf/src/google/protobuf/descriptor.cc   ++depth;
depth            1917 third_party/protobuf/src/google/protobuf/descriptor.cc   FormatLineOptions(depth, options(), contents);
depth            1920 third_party/protobuf/src/google/protobuf/descriptor.cc     value(i)->DebugString(depth, contents);
depth            1931 third_party/protobuf/src/google/protobuf/descriptor.cc void EnumValueDescriptor::DebugString(int depth, string *contents) const {
depth            1932 third_party/protobuf/src/google/protobuf/descriptor.cc   string prefix(depth * 2, ' ');
depth            1937 third_party/protobuf/src/google/protobuf/descriptor.cc   if (FormatBracketedOptions(depth, options(), &formatted_options)) {
depth            1967 third_party/protobuf/src/google/protobuf/descriptor.cc void MethodDescriptor::DebugString(int depth, string *contents) const {
depth            1968 third_party/protobuf/src/google/protobuf/descriptor.cc   string prefix(depth * 2, ' ');
depth            1969 third_party/protobuf/src/google/protobuf/descriptor.cc   ++depth;
depth            1976 third_party/protobuf/src/google/protobuf/descriptor.cc   if (FormatLineOptions(depth, options(), &formatted_options)) {
depth             270 third_party/protobuf/src/google/protobuf/descriptor.h   void DebugString(int depth, string *contents) const;
depth             527 third_party/protobuf/src/google/protobuf/descriptor.h   void DebugString(int depth, string *contents) const;
depth             644 third_party/protobuf/src/google/protobuf/descriptor.h   void DebugString(int depth, string *contents) const;
depth             722 third_party/protobuf/src/google/protobuf/descriptor.h   void DebugString(int depth, string *contents) const;
depth             861 third_party/protobuf/src/google/protobuf/descriptor.h   void DebugString(int depth, string *contents) const;
depth             859 third_party/re2/re2/compile.cc static bool IsAnchorStart(Regexp** pre, int depth) {
depth             866 third_party/re2/re2/compile.cc   if (re == NULL || depth >= 4)
depth             874 third_party/re2/re2/compile.cc         if (IsAnchorStart(&sub, depth+1)) {
depth             889 third_party/re2/re2/compile.cc       if (IsAnchorStart(&sub, depth+1)) {
depth             907 third_party/re2/re2/compile.cc static bool IsAnchorEnd(Regexp** pre, int depth) {
depth             914 third_party/re2/re2/compile.cc   if (re == NULL || depth >= 4)
depth             922 third_party/re2/re2/compile.cc         if (IsAnchorEnd(&sub, depth+1)) {
depth             937 third_party/re2/re2/compile.cc       if (IsAnchorEnd(&sub, depth+1)) {
depth             316 third_party/re2/re2/parse.cc static void AddFoldedRange(CharClassBuilder* cc, Rune lo, Rune hi, int depth) {
depth             321 third_party/re2/re2/parse.cc   if (depth > 10) {
depth             360 third_party/re2/re2/parse.cc     AddFoldedRange(cc, lo1, hi1, depth+1);
depth            15017 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3MemdebugBacktrace(int depth){
depth            15018 third_party/sqlite/amalgamation/sqlite3.c   if( depth<0 ){ depth = 0; }
depth            15019 third_party/sqlite/amalgamation/sqlite3.c   if( depth>20 ){ depth = 20; }
depth            15020 third_party/sqlite/amalgamation/sqlite3.c   depth = (depth+1)&0xfe;
depth            15021 third_party/sqlite/amalgamation/sqlite3.c   mem.nBacktrace = depth;
depth            54700 third_party/sqlite/amalgamation/sqlite3.c   int i, rc, depth, d2, pgno, cnt;
depth            54738 third_party/sqlite/amalgamation/sqlite3.c   depth = 0;
depth            54786 third_party/sqlite/amalgamation/sqlite3.c       if( i>0 && d2!=depth ){
depth            54789 third_party/sqlite/amalgamation/sqlite3.c       depth = d2;
depth            54898 third_party/sqlite/amalgamation/sqlite3.c   return depth+1;
depth            7581 third_party/sqlite/src/src/btree.c   int i, rc, depth, d2, pgno, cnt;
depth            7619 third_party/sqlite/src/src/btree.c   depth = 0;
depth            7667 third_party/sqlite/src/src/btree.c       if( i>0 && d2!=depth ){
depth            7670 third_party/sqlite/src/src/btree.c       depth = d2;
depth            7779 third_party/sqlite/src/src/btree.c   return depth+1;
depth             439 third_party/sqlite/src/src/mem2.c void sqlite3MemdebugBacktrace(int depth){
depth             440 third_party/sqlite/src/src/mem2.c   if( depth<0 ){ depth = 0; }
depth             441 third_party/sqlite/src/src/mem2.c   if( depth>20 ){ depth = 20; }
depth             442 third_party/sqlite/src/src/mem2.c   depth = (depth+1)&0xfe;
depth             443 third_party/sqlite/src/src/mem2.c   mem.nBacktrace = depth;
depth             532 third_party/sqlite/src/src/test_malloc.c   int depth;
depth             537 third_party/sqlite/src/src/test_malloc.c   if( Tcl_GetIntFromObj(interp, objv[1], &depth) ) return TCL_ERROR;
depth             541 third_party/sqlite/src/src/test_malloc.c     sqlite3MemdebugBacktrace(depth);
depth             165 third_party/sqlite/src/src/test_rtree.c   double depth;
depth             213 third_party/sqlite/src/src/test_rtree.c     pCube->depth = p->aParam[5];
depth             225 third_party/sqlite/src/src/test_rtree.c    && aCoord[4]<=(pCube->z+pCube->depth)
depth            1350 third_party/talloc/talloc.c void talloc_report_depth_cb(const void *ptr, int depth, int max_depth,
depth            1352 third_party/talloc/talloc.c 			  		     int depth, int max_depth,
depth            1370 third_party/talloc/talloc.c 	callback(ptr, depth, max_depth, 0, private_data);
depth            1372 third_party/talloc/talloc.c 	if (max_depth >= 0 && depth >= max_depth) {
depth            1380 third_party/talloc/talloc.c 			callback(h->ptr, depth + 1, max_depth, 1, private_data);
depth            1382 third_party/talloc/talloc.c 			talloc_report_depth_cb(TC_PTR_FROM_CHUNK(c), depth + 1, max_depth, callback, private_data);
depth            1388 third_party/talloc/talloc.c static void talloc_report_depth_FILE_helper(const void *ptr, int depth, int max_depth, int is_ref, void *_f)
depth            1394 third_party/talloc/talloc.c 		fprintf(f, "%*sreference to: %s\n", depth*4, "", name);
depth            1398 third_party/talloc/talloc.c 	if (depth == 0) {
depth            1407 third_party/talloc/talloc.c 		depth*4, "",
depth            1434 third_party/talloc/talloc.c void talloc_report_depth_file(const void *ptr, int depth, int max_depth, FILE *f)
depth            1437 third_party/talloc/talloc.c 		talloc_report_depth_cb(ptr, depth, max_depth, talloc_report_depth_FILE_helper, f);
depth             160 third_party/talloc/talloc.h void talloc_report_depth_cb(const void *ptr, int depth, int max_depth,
depth             162 third_party/talloc/talloc.h 			  		     int depth, int max_depth,
depth             166 third_party/talloc/talloc.h void talloc_report_depth_file(const void *ptr, int depth, int max_depth, FILE *f);
depth             263 third_party/tcmalloc/chromium/src/common.h   uintptr_t depth;         // Number of PC values stored in array below
depth             594 third_party/tcmalloc/chromium/src/deep-heap-profile.cc   for (int depth = 0; depth < bucket->depth; depth++) {
depth             596 third_party/tcmalloc/chromium/src/deep-heap-profile.cc     buffer->AppendPtr(reinterpret_cast<uintptr_t>(bucket->stack[depth]), 8);
depth             579 third_party/tcmalloc/chromium/src/heap-checker.cc     int depth = HeapProfileTable::GetCallerStackTrace(0, stack);
depth             588 third_party/tcmalloc/chromium/src/heap-checker.cc         heap_profile->RecordAlloc(ptr, size, depth, stack);
depth             746 third_party/tcmalloc/chromium/src/heap-checker.cc   for (int depth = 0; depth < info.stack_depth; depth++) {
depth             747 third_party/tcmalloc/chromium/src/heap-checker.cc     uintptr_t addr = AsInt(info.call_stack[depth]);
depth             754 third_party/tcmalloc/chromium/src/heap-checker.cc             iter->second.max_depth > depth) {
depth             834 third_party/tcmalloc/chromium/src/heap-checker.cc   int depth = 0;
depth             856 third_party/tcmalloc/chromium/src/heap-checker.cc     depth = 1;  // only disable allocation calls directly from the library code
depth             861 third_party/tcmalloc/chromium/src/heap-checker.cc     depth = 2;  // disable allocation calls directly from the library code
depth             875 third_party/tcmalloc/chromium/src/heap-checker.cc   if (depth) {
depth             876 third_party/tcmalloc/chromium/src/heap-checker.cc     RAW_VLOG(10, "Disabling allocations from %s at depth %d:", library, depth);
depth             877 third_party/tcmalloc/chromium/src/heap-checker.cc     DisableChecksFromToLocked(AsPtr(start_address), AsPtr(end_address), depth);
depth              47 third_party/tcmalloc/chromium/src/heap-profile-stats.h   int depth;                // Depth of stack trace.
depth             172 third_party/tcmalloc/chromium/src/heap-profile-table.cc HeapProfileTable::Bucket* HeapProfileTable::GetBucket(int depth,
depth             176 third_party/tcmalloc/chromium/src/heap-profile-table.cc   for (int i = 0; i < depth; i++) {
depth             188 third_party/tcmalloc/chromium/src/heap-profile-table.cc         (b->depth == depth) &&
depth             189 third_party/tcmalloc/chromium/src/heap-profile-table.cc         equal(key, key + depth, b->stack)) {
depth             195 third_party/tcmalloc/chromium/src/heap-profile-table.cc   const size_t key_size = sizeof(key[0]) * depth;
depth             197 third_party/tcmalloc/chromium/src/heap-profile-table.cc   copy(key, key + depth, kcopy);
depth             201 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b->depth = depth;
depth             253 third_party/tcmalloc/chromium/src/heap-profile-table.cc     info->stack_depth = alloc_value->bucket()->depth;
depth             323 third_party/tcmalloc/chromium/src/heap-profile-table.cc   for (int d = 0; d < b.depth; d++) {
depth             393 third_party/tcmalloc/chromium/src/heap-profile-table.cc     info.stack_depth = list[i]->depth;
depth             503 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.depth = v->bucket()->depth;
depth             519 third_party/tcmalloc/chromium/src/heap-profile-table.cc   b.depth = v->bucket()->depth;
depth             709 third_party/tcmalloc/chromium/src/heap-profile-table.cc     for (int j = 0; j < e.bucket->depth; j++) {
depth             722 third_party/tcmalloc/chromium/src/heap-profile-table.cc     for (int j = 0; j < e.bucket->depth; j++) {
depth             373 third_party/tcmalloc/chromium/src/heap-profile-table.h   Bucket* GetBucket(int depth, const void* const key[]);
depth             382 third_party/tcmalloc/chromium/src/heap-profile-table.h     info.stack_depth = v->bucket()->depth;
depth             382 third_party/tcmalloc/chromium/src/heap-profiler.cc   int depth = stack_generator_function(skip_count + 1, stack);
depth             385 third_party/tcmalloc/chromium/src/heap-profiler.cc     heap_profile->RecordAlloc(ptr, bytes, depth, stack);
depth              59 third_party/tcmalloc/chromium/src/malloc_hook.cc # define GetStackTrace(stack, depth, skip)  (0)
depth             665 third_party/tcmalloc/chromium/src/malloc_hook.cc   int depth = GetStackTrace(stack, kStackSize, 1);  // skip this function frame
depth             666 third_party/tcmalloc/chromium/src/malloc_hook.cc   if (depth == 0)   // silenty propagate cases when GetStackTrace does not work
depth             668 third_party/tcmalloc/chromium/src/malloc_hook.cc   for (int i = 0; i < depth; ++i) {  // stack[0] is our immediate caller
depth             673 third_party/tcmalloc/chromium/src/malloc_hook.cc       depth -= i;  // correct depth
depth             674 third_party/tcmalloc/chromium/src/malloc_hook.cc       if (depth > max_depth) depth = max_depth;
depth             675 third_party/tcmalloc/chromium/src/malloc_hook.cc       copy(stack + i, stack + i + depth, result);
depth             676 third_party/tcmalloc/chromium/src/malloc_hook.cc       if (depth < max_depth  &&  depth + i == kStackSize) {
depth             678 third_party/tcmalloc/chromium/src/malloc_hook.cc         depth +=
depth             679 third_party/tcmalloc/chromium/src/malloc_hook.cc           GetStackTrace(result + depth, max_depth - depth, 1 + kStackSize);
depth             681 third_party/tcmalloc/chromium/src/malloc_hook.cc       return depth;
depth             376 third_party/tcmalloc/chromium/src/memory_region_map.cc HeapProfileBucket* MemoryRegionMap::GetBucket(int depth,
depth             381 third_party/tcmalloc/chromium/src/memory_region_map.cc   for (int i = 0; i < depth; i++) {
depth             394 third_party/tcmalloc/chromium/src/memory_region_map.cc     if ((bucket->hash == hash) && (bucket->depth == depth) &&
depth             395 third_party/tcmalloc/chromium/src/memory_region_map.cc         std::equal(key, key + depth, bucket->stack)) {
depth             401 third_party/tcmalloc/chromium/src/memory_region_map.cc   const size_t key_size = sizeof(key[0]) * depth;
depth             405 third_party/tcmalloc/chromium/src/memory_region_map.cc     std::copy(key, key + depth, key_copy);
depth             416 third_party/tcmalloc/chromium/src/memory_region_map.cc     std::copy(key, key + depth, key_copy);
depth             426 third_party/tcmalloc/chromium/src/memory_region_map.cc   bucket->depth = depth;
depth             510 third_party/tcmalloc/chromium/src/memory_region_map.cc       if ((curr->hash == bucket.hash) && (curr->depth == bucket.depth) &&
depth             511 third_party/tcmalloc/chromium/src/memory_region_map.cc           std::equal(bucket.stack, bucket.stack + bucket.depth, curr->stack)) {
depth             522 third_party/tcmalloc/chromium/src/memory_region_map.cc     const size_t key_size = sizeof(bucket.stack[0]) * bucket.depth;
depth             525 third_party/tcmalloc/chromium/src/memory_region_map.cc     std::copy(bucket.stack, bucket.stack + bucket.depth, key_copy);
depth             530 third_party/tcmalloc/chromium/src/memory_region_map.cc     new_bucket->depth = bucket.depth;
depth             589 third_party/tcmalloc/chromium/src/memory_region_map.cc   const int depth =
depth             594 third_party/tcmalloc/chromium/src/memory_region_map.cc   region.set_call_stack_depth(depth);  // record stack info fully
depth             606 third_party/tcmalloc/chromium/src/memory_region_map.cc     HeapProfileBucket* b = GetBucket(depth, region.call_stack);
depth             736 third_party/tcmalloc/chromium/src/memory_region_map.cc void MemoryRegionMap::RecordRegionRemovalInBucket(int depth,
depth             741 third_party/tcmalloc/chromium/src/memory_region_map.cc   HeapProfileBucket* b = GetBucket(depth, stack);
depth             173 third_party/tcmalloc/chromium/src/memory_region_map.h     void set_call_stack_depth(int depth) {
depth             175 third_party/tcmalloc/chromium/src/memory_region_map.h       call_stack_depth = depth;
depth             239 third_party/tcmalloc/chromium/src/memory_region_map.h   static HeapProfileBucket* GetBucket(int depth, const void* const key[]);
depth             381 third_party/tcmalloc/chromium/src/memory_region_map.h   static void RecordRegionRemovalInBucket(int depth,
depth             460 third_party/tcmalloc/chromium/src/page_heap.cc   t->depth = GetStackTrace(t->stack, kMaxStackDepth-1, 3);
depth              62 third_party/tcmalloc/chromium/src/page_heap.h # define GetStackTrace(stack, depth, skip)  (0)
depth              66 third_party/tcmalloc/chromium/src/profiledata.cc   const int d = entry.depth;
depth             250 third_party/tcmalloc/chromium/src/profiledata.cc         bucket->entry[a].depth = 0;
depth             260 third_party/tcmalloc/chromium/src/profiledata.cc void ProfileData::Add(int depth, const void* const* stack) {
depth             265 third_party/tcmalloc/chromium/src/profiledata.cc   if (depth > kMaxStackDepth) depth = kMaxStackDepth;
depth             266 third_party/tcmalloc/chromium/src/profiledata.cc   RAW_CHECK(depth > 0, "ProfileData::Add depth <= 0");
depth             270 third_party/tcmalloc/chromium/src/profiledata.cc   for (int i = 0; i < depth; i++) {
depth             283 third_party/tcmalloc/chromium/src/profiledata.cc     if (e->depth == depth) {
depth             285 third_party/tcmalloc/chromium/src/profiledata.cc       for (int i = 0; i < depth; i++) {
depth             313 third_party/tcmalloc/chromium/src/profiledata.cc     e->depth = depth;
depth             315 third_party/tcmalloc/chromium/src/profiledata.cc     for (int i = 0; i < depth; i++) {
depth             132 third_party/tcmalloc/chromium/src/profiledata.h   void Add(int depth, const void* const* stack);
depth             155 third_party/tcmalloc/chromium/src/profiledata.h     Slot depth;                  // Stack depth
depth             281 third_party/tcmalloc/chromium/src/profiler.cc     int depth = GetStackTraceWithContext(stack + 1, arraysize(stack) - 1,
depth             283 third_party/tcmalloc/chromium/src/profiler.cc     depth++;  // To account for pc value in stack[0];
depth             285 third_party/tcmalloc/chromium/src/profiler.cc     instance->collector_.Add(depth, stack);
depth              46 third_party/tcmalloc/chromium/src/stack_trace_table.cc   const bool eq = (this->hash == h && this->trace.depth == t.depth);
depth              47 third_party/tcmalloc/chromium/src/stack_trace_table.cc   for (int i = 0; eq && i < t.depth; ++i) {
depth              74 third_party/tcmalloc/chromium/src/stack_trace_table.cc   for (int i = 0; i < t.depth; ++i) {
depth              92 third_party/tcmalloc/chromium/src/stack_trace_table.cc     depth_total_ += t.depth;
depth             131 third_party/tcmalloc/chromium/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(b->trace.depth);
depth             132 third_party/tcmalloc/chromium/src/stack_trace_table.cc       for (int d = 0; d < b->trace.depth; ++d) {
depth             525 third_party/tcmalloc/chromium/src/tcmalloc.cc       needed_slots += 3 + t->depth;
depth             546 third_party/tcmalloc/chromium/src/tcmalloc.cc     if (used_slots + 3 + t->depth >= needed_slots) {
depth             553 third_party/tcmalloc/chromium/src/tcmalloc.cc     result[used_slots+2] = reinterpret_cast<void*>(t->depth);
depth             554 third_party/tcmalloc/chromium/src/tcmalloc.cc     for (int d = 0; d < t->depth; d++) {
depth             557 third_party/tcmalloc/chromium/src/tcmalloc.cc     used_slots += 3 + t->depth;
depth             977 third_party/tcmalloc/chromium/src/tcmalloc.cc   tmp.depth = GetStackTrace(tmp.stack, tcmalloc::kMaxStackDepth, 1);
depth            1011 third_party/tcmalloc/chromium/src/tcmalloc.cc   stack.depth = GetStackTrace(stack.stack, tcmalloc::kMaxStackDepth, 1);
depth            1019 third_party/tcmalloc/chromium/src/tcmalloc.cc   for (int i = 0; i < stack.depth; i++) {
depth              45 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   t1.depth = static_cast<uintptr_t>(2);
depth              52 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   t2.depth = static_cast<uintptr_t>(2);
depth              83 third_party/tcmalloc/chromium/src/tests/stack_trace_table_test.cc   t3.depth = static_cast<uintptr_t>(2);
depth             240 third_party/tcmalloc/vendor/src/common.h   uintptr_t depth;         // Number of PC values stored in array below
depth             579 third_party/tcmalloc/vendor/src/heap-checker.cc     int depth = HeapProfileTable::GetCallerStackTrace(0, stack);
depth             588 third_party/tcmalloc/vendor/src/heap-checker.cc         heap_profile->RecordAlloc(ptr, size, depth, stack);
depth             746 third_party/tcmalloc/vendor/src/heap-checker.cc   for (int depth = 0; depth < info.stack_depth; depth++) {
depth             747 third_party/tcmalloc/vendor/src/heap-checker.cc     uintptr_t addr = AsInt(info.call_stack[depth]);
depth             754 third_party/tcmalloc/vendor/src/heap-checker.cc             iter->second.max_depth > depth) {
depth             834 third_party/tcmalloc/vendor/src/heap-checker.cc   int depth = 0;
depth             856 third_party/tcmalloc/vendor/src/heap-checker.cc     depth = 1;  // only disable allocation calls directly from the library code
depth             861 third_party/tcmalloc/vendor/src/heap-checker.cc     depth = 2;  // disable allocation calls directly from the library code
depth             875 third_party/tcmalloc/vendor/src/heap-checker.cc   if (depth) {
depth             876 third_party/tcmalloc/vendor/src/heap-checker.cc     RAW_VLOG(10, "Disabling allocations from %s at depth %d:", library, depth);
depth             877 third_party/tcmalloc/vendor/src/heap-checker.cc     DisableChecksFromToLocked(AsPtr(start_address), AsPtr(end_address), depth);
depth             179 third_party/tcmalloc/vendor/src/heap-profile-table.cc     int depth, const void* const key[], Bucket** table,
depth             183 third_party/tcmalloc/vendor/src/heap-profile-table.cc   for (int i = 0; i < depth; i++) {
depth             195 third_party/tcmalloc/vendor/src/heap-profile-table.cc         (b->depth == depth) &&
depth             196 third_party/tcmalloc/vendor/src/heap-profile-table.cc         equal(key, key + depth, b->stack)) {
depth             202 third_party/tcmalloc/vendor/src/heap-profile-table.cc   const size_t key_size = sizeof(key[0]) * depth;
depth             204 third_party/tcmalloc/vendor/src/heap-profile-table.cc   copy(key, key + depth, kcopy);
depth             208 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b->depth = depth;
depth             263 third_party/tcmalloc/vendor/src/heap-profile-table.cc     info->stack_depth = alloc_value->bucket()->depth;
depth             315 third_party/tcmalloc/vendor/src/heap-profile-table.cc   for (int d = 0; d < b.depth; d++) {
depth             405 third_party/tcmalloc/vendor/src/heap-profile-table.cc     info.stack_depth = list[i]->depth;
depth             470 third_party/tcmalloc/vendor/src/heap-profile-table.cc   b.depth = v->bucket()->depth;
depth             651 third_party/tcmalloc/vendor/src/heap-profile-table.cc     for (int j = 0; j < e.bucket->depth; j++) {
depth             664 third_party/tcmalloc/vendor/src/heap-profile-table.cc     for (int j = 0; j < e.bucket->depth; j++) {
depth             208 third_party/tcmalloc/vendor/src/heap-profile-table.h     int          depth;  // Depth of stack trace
depth             287 third_party/tcmalloc/vendor/src/heap-profile-table.h   Bucket* GetBucket(int depth, const void* const key[], Bucket** table,
depth             297 third_party/tcmalloc/vendor/src/heap-profile-table.h     info.stack_depth = v->bucket()->depth;
depth             303 third_party/tcmalloc/vendor/src/heap-profiler.cc   int depth = HeapProfileTable::GetCallerStackTrace(skip_count + 1, stack);
depth             306 third_party/tcmalloc/vendor/src/heap-profiler.cc     heap_profile->RecordAlloc(ptr, bytes, depth, stack);
depth              59 third_party/tcmalloc/vendor/src/malloc_hook.cc # define GetStackTrace(stack, depth, skip)  (0)
depth             665 third_party/tcmalloc/vendor/src/malloc_hook.cc   int depth = GetStackTrace(stack, kStackSize, 1);  // skip this function frame
depth             666 third_party/tcmalloc/vendor/src/malloc_hook.cc   if (depth == 0)   // silenty propagate cases when GetStackTrace does not work
depth             668 third_party/tcmalloc/vendor/src/malloc_hook.cc   for (int i = 0; i < depth; ++i) {  // stack[0] is our immediate caller
depth             673 third_party/tcmalloc/vendor/src/malloc_hook.cc       depth -= i;  // correct depth
depth             674 third_party/tcmalloc/vendor/src/malloc_hook.cc       if (depth > max_depth) depth = max_depth;
depth             675 third_party/tcmalloc/vendor/src/malloc_hook.cc       copy(stack + i, stack + i + depth, result);
depth             676 third_party/tcmalloc/vendor/src/malloc_hook.cc       if (depth < max_depth  &&  depth + i == kStackSize) {
depth             678 third_party/tcmalloc/vendor/src/malloc_hook.cc         depth +=
depth             679 third_party/tcmalloc/vendor/src/malloc_hook.cc           GetStackTrace(result + depth, max_depth - depth, 1 + kStackSize);
depth             681 third_party/tcmalloc/vendor/src/malloc_hook.cc       return depth;
depth             455 third_party/tcmalloc/vendor/src/memory_region_map.cc   const int depth =
depth             460 third_party/tcmalloc/vendor/src/memory_region_map.cc   region.set_call_stack_depth(depth);  // record stack info fully
depth             161 third_party/tcmalloc/vendor/src/memory_region_map.h     void set_call_stack_depth(int depth) {
depth             163 third_party/tcmalloc/vendor/src/memory_region_map.h       call_stack_depth = depth;
depth             399 third_party/tcmalloc/vendor/src/page_heap.cc   t->depth = GetStackTrace(t->stack, kMaxStackDepth-1, 3);
depth              62 third_party/tcmalloc/vendor/src/page_heap.h # define GetStackTrace(stack, depth, skip)  (0)
depth              66 third_party/tcmalloc/vendor/src/profiledata.cc   const int d = entry.depth;
depth             250 third_party/tcmalloc/vendor/src/profiledata.cc         bucket->entry[a].depth = 0;
depth             260 third_party/tcmalloc/vendor/src/profiledata.cc void ProfileData::Add(int depth, const void* const* stack) {
depth             265 third_party/tcmalloc/vendor/src/profiledata.cc   if (depth > kMaxStackDepth) depth = kMaxStackDepth;
depth             266 third_party/tcmalloc/vendor/src/profiledata.cc   RAW_CHECK(depth > 0, "ProfileData::Add depth <= 0");
depth             270 third_party/tcmalloc/vendor/src/profiledata.cc   for (int i = 0; i < depth; i++) {
depth             283 third_party/tcmalloc/vendor/src/profiledata.cc     if (e->depth == depth) {
depth             285 third_party/tcmalloc/vendor/src/profiledata.cc       for (int i = 0; i < depth; i++) {
depth             313 third_party/tcmalloc/vendor/src/profiledata.cc     e->depth = depth;
depth             315 third_party/tcmalloc/vendor/src/profiledata.cc     for (int i = 0; i < depth; i++) {
depth             132 third_party/tcmalloc/vendor/src/profiledata.h   void Add(int depth, const void* const* stack);
depth             155 third_party/tcmalloc/vendor/src/profiledata.h     Slot depth;                  // Stack depth
depth             279 third_party/tcmalloc/vendor/src/profiler.cc     int depth = GetStackTraceWithContext(stack + 1, arraysize(stack) - 1,
depth             281 third_party/tcmalloc/vendor/src/profiler.cc     depth++;  // To account for pc value in stack[0];
depth             283 third_party/tcmalloc/vendor/src/profiler.cc     instance->collector_.Add(depth, stack);
depth              46 third_party/tcmalloc/vendor/src/stack_trace_table.cc   const bool eq = (this->hash == h && this->trace.depth == t.depth);
depth              47 third_party/tcmalloc/vendor/src/stack_trace_table.cc   for (int i = 0; eq && i < t.depth; ++i) {
depth              74 third_party/tcmalloc/vendor/src/stack_trace_table.cc   for (int i = 0; i < t.depth; ++i) {
depth              92 third_party/tcmalloc/vendor/src/stack_trace_table.cc     depth_total_ += t.depth;
depth             131 third_party/tcmalloc/vendor/src/stack_trace_table.cc       out[idx++] = reinterpret_cast<void*>(b->trace.depth);
depth             132 third_party/tcmalloc/vendor/src/stack_trace_table.cc       for (int d = 0; d < b->trace.depth; ++d) {
depth             497 third_party/tcmalloc/vendor/src/tcmalloc.cc       needed_slots += 3 + t->depth;
depth             518 third_party/tcmalloc/vendor/src/tcmalloc.cc     if (used_slots + 3 + t->depth >= needed_slots) {
depth             525 third_party/tcmalloc/vendor/src/tcmalloc.cc     result[used_slots+2] = reinterpret_cast<void*>(t->depth);
depth             526 third_party/tcmalloc/vendor/src/tcmalloc.cc     for (int d = 0; d < t->depth; d++) {
depth             529 third_party/tcmalloc/vendor/src/tcmalloc.cc     used_slots += 3 + t->depth;
depth             969 third_party/tcmalloc/vendor/src/tcmalloc.cc   tmp.depth = GetStackTrace(tmp.stack, tcmalloc::kMaxStackDepth, 1);
depth            1003 third_party/tcmalloc/vendor/src/tcmalloc.cc   stack.depth = GetStackTrace(stack.stack, tcmalloc::kMaxStackDepth, 1);
depth            1011 third_party/tcmalloc/vendor/src/tcmalloc.cc   for (int i = 0; i < stack.depth; i++) {
depth              45 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   t1.depth = static_cast<uintptr_t>(2);
depth              52 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   t2.depth = static_cast<uintptr_t>(2);
depth              83 third_party/tcmalloc/vendor/src/tests/stack_trace_table_test.cc   t3.depth = static_cast<uintptr_t>(2);
depth             215 third_party/zlib/deflate.h     uch depth[2*L_CODES+1];
depth             449 third_party/zlib/trees.c #define smaller(tree, n, m, depth) \
depth             451 third_party/zlib/trees.c    (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m]))
depth             469 third_party/zlib/trees.c             smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
depth             473 third_party/zlib/trees.c         if (smaller(tree, v, s->heap[j], s->depth)) break;
depth             643 third_party/zlib/trees.c             s->depth[n] = 0;
depth             657 third_party/zlib/trees.c         s->depth[node] = 0;
depth             681 third_party/zlib/trees.c         s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
depth             682 third_party/zlib/trees.c                                 s->depth[n] : s->depth[m]) + 1);
depth              75 tools/traceline/traceline/main.cc     void set_stack_unwind_depth(int depth) { stack_unwind_depth_ = depth; }
depth             799 ui/aura/window.cc void Window::PrintWindowHierarchy(int depth) const {
depth             801 ui/aura/window.cc       "%*s%s", depth * 2, "", GetDebugInfo().c_str());
depth             805 ui/aura/window.cc     child->PrintWindowHierarchy(depth + 1);
depth             326 ui/aura/window.h   void PrintWindowHierarchy(int depth) const;
depth             626 ui/base/x/x11_util.cc   unsigned int border_width, depth;
depth             629 ui/base/x/x11_util.cc                     &width, &height, &border_width, &depth))
depth            1073 ui/base/x/x11_util.cc                        const int max_depth, int depth) {
depth            1074 ui/base/x/x11_util.cc   if (depth > max_depth)
depth            1079 ui/base/x/x11_util.cc   if (depth == 0) {
depth            1112 ui/base/x/x11_util.cc   if (++depth <= max_depth) {
depth            1114 ui/base/x/x11_util.cc       if (EnumerateChildren(delegate, *iter, max_depth, depth))
depth            1478 ui/base/x/x11_util.cc   templ.depth = 32;
depth              28 ui/compositor/test/in_process_context_factory.cc   attrs.depth = false;
depth              22 ui/gfx/geometry/box_f.h   BoxF(float width, float height, float depth)
depth              25 ui/gfx/geometry/box_f.h         depth_(depth < 0 ? 0 : depth) {}
depth              27 ui/gfx/geometry/box_f.h   BoxF(float x, float y, float z, float width, float height, float depth)
depth              31 ui/gfx/geometry/box_f.h         depth_(depth < 0 ? 0 : depth) {}
depth              33 ui/gfx/geometry/box_f.h   BoxF(const Point3F& origin, float width, float height, float depth)
depth              37 ui/gfx/geometry/box_f.h         depth_(depth < 0 ? 0 : depth) {}
depth              81 ui/gfx/geometry/box_f.h   float depth() const { return depth_; }
depth              82 ui/gfx/geometry/box_f.h   void set_depth(float depth) { depth_ = depth < 0 ? 0 : depth; }
depth              86 ui/gfx/geometry/box_f.h   float front() const { return z() + depth(); }
depth              88 ui/gfx/geometry/box_f.h   void set_size(float width, float height, float depth) {
depth              91 ui/gfx/geometry/box_f.h     depth_ = depth < 0 ? 0 : depth;
depth             133 ui/gfx/geometry/box_f.h               b.depth() * z_scale);
depth             142 ui/gfx/geometry/box_f.h          a.height() == b.height() && a.depth() == b.depth();
depth             155 ui/gfx/geometry/box_f.h               b.depth());
depth              63 ui/gfx/gtk_compat.h   return visual->depth;
depth              67 ui/gfx/ozone/dri/dri_surface_factory_unittest.cc                               uint8_t depth,
depth              46 ui/gfx/ozone/dri/dri_surface_unittest.cc                               uint8_t depth,
depth              54 ui/gfx/ozone/dri/dri_wrapper.cc                                      uint8_t depth,
depth              63 ui/gfx/ozone/dri/dri_wrapper.cc                        depth,
depth              51 ui/gfx/ozone/dri/dri_wrapper.h                               uint8_t depth,
depth              70 ui/gfx/ozone/dri/hardware_display_controller_unittest.cc                               uint8_t depth,
depth              42 ui/gfx/test/gfx_util.cc       FloatAlmostEqual(lhs.depth(), rhs.depth())) {
depth             201 ui/gfx/transform.cc void Transform::ApplyPerspectiveDepth(SkMScalar depth) {
depth             202 ui/gfx/transform.cc   if (depth == 0)
depth             205 ui/gfx/transform.cc     matrix_.set(3, 2, -1.0 / depth);
depth             208 ui/gfx/transform.cc     m.set(3, 2, -1.0 / depth);
depth             462 ui/gfx/transform.cc                             corner & 4 ? box->depth() : 0.f);
depth             108 ui/gfx/transform.h   void ApplyPerspectiveDepth(SkMScalar depth);
depth             853 ui/gfx/transform_unittest.cc     double depth = 1.0 / ((1.0 / 200) * (1.0 - t) + (1.0 / 800) * t);
depth             855 ui/gfx/transform_unittest.cc     expected.ApplyPerspectiveDepth(depth);
depth              18 ui/gfx/x/x11_types.cc                   void* visual, int depth,
depth              23 ui/gfx/x/x11_types.cc                visual, depth,
depth              31 ui/gfx/x/x11_types.cc int BitsPerPixelForPixmapDepth(XDisplay* dpy, int depth) {
depth              39 ui/gfx/x/x11_types.cc     if (formats[i].depth == depth) {
depth              50 ui/gfx/x/x11_types.cc                   void* visual, int depth,
depth              59 ui/gfx/x/x11_types.cc   int pixmap_bpp = BitsPerPixelForPixmapDepth(display, depth);
depth              70 ui/gfx/x/x11_types.cc   image.depth = depth;
depth             149 ui/gfx/x/x11_types.cc                   "Xrender support (depth:" << depth
depth              24 ui/gfx/x/x11_types.h GFX_EXPORT int BitsPerPixelForPixmapDepth(XDisplay* display, int depth);
depth              31 ui/gfx/x/x11_types.h                              void* visual, int depth,
depth              41 ui/gfx/x/x11_types.h                              void* visual, int depth,
depth              29 ui/gl/gl_image_glx.cc int BindToTextureFormat(int depth) {
depth              30 ui/gl/gl_image_glx.cc   if (depth == 32)
depth              36 ui/gl/gl_image_glx.cc int TextureFormat(int depth) {
depth              37 ui/gl/gl_image_glx.cc   if (depth == 32)
depth              84 ui/gl/gl_image_glx.cc       BindToTextureFormat(visinfo->depth), GL_TRUE,
depth             107 ui/gl/gl_image_glx.cc   unsigned int depth = 0;
depth             109 ui/gl/gl_image_glx.cc           display_, pixmap_, &root, &x, &y, &width, &height, &bw, &depth)) {
depth             115 ui/gl/gl_image_glx.cc                           GLX_TEXTURE_FORMAT_EXT, TextureFormat(visinfo->depth),
depth              23 ui/gl/gl_implementation_android.cc void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
depth              24 ui/gl/gl_implementation_android.cc   glClearDepthf(static_cast<GLclampf>(depth));
depth              20 ui/gl/gl_implementation_ozone.cc void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
depth              21 ui/gl/gl_implementation_ozone.cc   glClearDepthf(static_cast<GLclampf>(depth));
depth              41 ui/gl/gl_implementation_win.cc void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
depth              42 ui/gl/gl_implementation_win.cc   glClearDepthf(static_cast<GLclampf>(depth));
depth              25 ui/gl/gl_implementation_x11.cc void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
depth              26 ui/gl/gl_implementation_x11.cc   glClearDepthf(static_cast<GLclampf>(depth));
depth             424 ui/gl/gl_surface_egl.cc     config_attribs[kBufferSizeOffset] = win_attribs.depth;
depth             448 ui/gl/gl_surface_egl.cc       if (config_depth == win_attribs.depth) {
depth             164 ui/gl/gl_surface_x11.cc                           attributes.depth);
depth             200 ui/gl/gl_surface_x11.cc                     attributes.depth,
depth             242 ui/gl/gl_surface_x11.cc                     attributes.depth,
depth             111 ui/message_center/views/message_center_view_unittest.cc   void LogBounds(int depth, views::View* view);
depth             213 ui/message_center/views/message_center_view_unittest.cc void MessageCenterViewTest::LogBounds(int depth, views::View* view) {
depth             215 ui/message_center/views/message_center_view_unittest.cc   for (int i = 0; i < depth; ++i)
depth             221 ui/message_center/views/message_center_view_unittest.cc     LogBounds(depth + 1, view->child_at(i));
depth              57 ui/snapshot/snapshot_gtk.cc   if (image->depth != 24) {
depth              58 ui/snapshot/snapshot_gtk.cc     LOG(ERROR)<< "Unsupported image depth " << image->depth;
depth             329 ui/views/controls/tree/tree_view.cc   int depth = 0;
depth             330 ui/views/controls/tree/tree_view.cc   InternalNode* node = GetNodeByRow(row, &depth);
depth             339 ui/views/controls/tree/tree_view.cc   int depth = 0;
depth             340 ui/views/controls/tree/tree_view.cc   return GetRowForInternalNode(internal_node, &depth);
depth             396 ui/views/controls/tree/tree_view.cc     int depth = 0;
depth             397 ui/views/controls/tree/tree_view.cc     InternalNode* node = GetNodeByRow(row, &depth);
depth             400 ui/views/controls/tree/tree_view.cc     gfx::Rect bounds(GetBoundsForNodeImpl(node, row, depth));
depth             642 ui/views/controls/tree/tree_view.cc   int depth = 0;
depth             643 ui/views/controls/tree/tree_view.cc   InternalNode* node = GetNodeByRow(row, &depth);
depth             645 ui/views/controls/tree/tree_view.cc     gfx::Rect bounds(GetBoundsForNodeImpl(node, row, depth));
depth             750 ui/views/controls/tree/tree_view.cc                          int depth,
depth             756 ui/views/controls/tree/tree_view.cc     PaintRow(canvas, node, *row, depth);
depth             760 ui/views/controls/tree/tree_view.cc   depth++;
depth             762 ui/views/controls/tree/tree_view.cc     PaintRows(canvas, min_row, max_row, node->GetChild(i), depth, row);
depth             768 ui/views/controls/tree/tree_view.cc                         int depth) {
depth             769 ui/views/controls/tree/tree_view.cc   gfx::Rect bounds(GetBoundsForNodeImpl(node, row, depth));
depth             867 ui/views/controls/tree/tree_view.cc   int row, depth;
depth             868 ui/views/controls/tree/tree_view.cc   row = GetRowForInternalNode(node, &depth);
depth             869 ui/views/controls/tree/tree_view.cc   return GetBoundsForNodeImpl(node, row, depth);
depth             874 ui/views/controls/tree/tree_view.cc                                          int depth) {
depth             875 ui/views/controls/tree/tree_view.cc   gfx::Rect rect(depth * kIndent + kHorizontalInset,
depth             884 ui/views/controls/tree/tree_view.cc int TreeView::GetRowForInternalNode(InternalNode* node, int* depth) {
depth             886 ui/views/controls/tree/tree_view.cc   *depth = -1;
depth             891 ui/views/controls/tree/tree_view.cc     (*depth)++;
depth             898 ui/views/controls/tree/tree_view.cc     (*depth)++;
depth             904 ui/views/controls/tree/tree_view.cc TreeView::InternalNode* TreeView::GetNodeByRow(int row, int* depth) {
depth             906 ui/views/controls/tree/tree_view.cc   *depth = 0;
depth             907 ui/views/controls/tree/tree_view.cc   return GetNodeByRowImpl(&root_, row, root_depth(), &current_row, depth);
depth             943 ui/views/controls/tree/tree_view.cc       int depth = 0;
depth             945 ui/views/controls/tree/tree_view.cc       InternalNode* node = GetNodeByRow(row_count - 1, &depth);
depth             955 ui/views/controls/tree/tree_view.cc   int depth = 0;
depth             957 ui/views/controls/tree/tree_view.cc   int row = GetRowForInternalNode(selected_node_, &depth);
depth             961 ui/views/controls/tree/tree_view.cc   SetSelectedNode(GetNodeByRow(new_row, &depth)->model_node());
depth            1034 ui/views/controls/tree/tree_view.cc int TreeView::InternalNode::GetMaxWidth(int indent, int depth) {
depth            1035 ui/views/controls/tree/tree_view.cc   int max_width = text_width_ + indent * depth;
depth            1040 ui/views/controls/tree/tree_view.cc                          GetChild(i)->GetMaxWidth(indent, depth + 1));
depth             210 ui/views/controls/tree/tree_view.h     int GetMaxWidth(int indent, int depth);
depth             280 ui/views/controls/tree/tree_view.h                  int depth,
depth             287 ui/views/controls/tree/tree_view.h                 int depth);
depth             305 ui/views/controls/tree/tree_view.h   gfx::Rect GetBoundsForNodeImpl(InternalNode* node, int row, int depth);
depth             308 ui/views/controls/tree/tree_view.h   int GetRowForInternalNode(InternalNode* node, int* depth);
depth             311 ui/views/controls/tree/tree_view.h   InternalNode* GetNodeByRow(int row, int* depth);
depth             144 ui/views/view_unittest.cc void ConstructTree(views::View* view, int depth) {
depth             145 ui/views/view_unittest.cc   if (depth == 0)
depth             156 ui/views/view_unittest.cc     ConstructTree(v, depth - 1);
depth             445 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc   unsigned int border_width, depth;
depth             447 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc                     &width, &height, &border_width, &depth)) {
depth              54 webkit/common/gpu/context_provider_in_process.cc   attributes.depth = false;
depth             144 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   output_attribs->depth_size = attributes.depth ? 24 : 0;
depth             206 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc     attributes_.depth = depth_bits > 0;
depth             115 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void clearDepth(WGC3Dclampf depth);
depth              46 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc void WebTransformOperationsImpl::appendPerspective(double depth) {
depth              47 webkit/renderer/compositor_bindings/web_transform_operations_impl.cc   transform_operations_.AppendPerspective(depth);
depth              28 webkit/renderer/compositor_bindings/web_transform_operations_impl.h   virtual void appendPerspective(double depth);