Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/external/chromium_org/mojo/public/cpp/bindings/tests/
Dsample_service_unittest.cc156 void PrintSpacer(int depth) { in PrintSpacer()
161 void Print(int depth, const char* name, bool value) { in Print()
166 void Print(int depth, const char* name, int32_t value) { in Print()
171 void Print(int depth, const char* name, uint8_t value) { in Print()
177 void Print(int depth, const char* name, in Print()
183 void Print(int depth, const char* name, const mojo::String& str) { in Print()
188 void Print(int depth, const char* name, const BarPtr& bar) { in Print()
202 void Print(int depth, const char* name, const mojo::Array<T>& array) { in Print()
216 void Print(int depth, const char* name, const FooPtr& foo) { in Print()
270 int depth = 1; in Frobinate() local
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2055.js31 function test1(depth) { argument
40 function test2(depth) { argument
/external/chromium_org/ui/gfx/geometry/
Dbox_f.h22 BoxF(float width, float height, float depth) in BoxF()
27 BoxF(float x, float y, float z, float width, float height, float depth) in BoxF()
33 BoxF(const Point3F& origin, float width, float height, float depth) in BoxF()
81 float depth() const { return depth_; } in depth() function
82 void set_depth(float depth) { depth_ = depth < 0 ? 0 : depth; } in set_depth()
88 void set_size(float width, float height, float depth) { in set_size()
/external/lldb/test/lang/c/recurse/
Dmain.c5 recurse_crash (uint32_t depth) in recurse_crash()
18 uint32_t depth = UINT32_MAX; in main() local
/external/chromium_org/v8/test/webkit/fast/js/
Ddeep-recursion-test.js26 function simpleRecursion(depth) { argument
68 function tooManyArgsRecursion(depth) { argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Dloadimage.cpp15 void loadAlphaDataToBGRA(int width, int height, int depth, in loadAlphaDataToBGRA()
39 void loadAlphaDataToNative(int width, int height, int depth, in loadAlphaDataToNative()
57 void loadAlphaFloatDataToRGBA(int width, int height, int depth, in loadAlphaFloatDataToRGBA()
81 void loadAlphaHalfFloatDataToRGBA(int width, int height, int depth, in loadAlphaHalfFloatDataToRGBA()
105 void loadLuminanceDataToNative(int width, int height, int depth, in loadLuminanceDataToNative()
123 void loadLuminanceDataToBGRA(int width, int height, int depth, in loadLuminanceDataToBGRA()
147 void loadLuminanceFloatDataToRGBA(int width, int height, int depth, in loadLuminanceFloatDataToRGBA()
171 void loadLuminanceFloatDataToRGB(int width, int height, int depth, in loadLuminanceFloatDataToRGB()
194 void loadLuminanceHalfFloatDataToRGBA(int width, int height, int depth, in loadLuminanceHalfFloatDataToRGBA()
218 void loadLuminanceAlphaDataToNative(int width, int height, int depth, in loadLuminanceAlphaDataToNative()
[all …]
/external/chromium_org/tools/deep_memory_profiler/subcommands/
Dexpand.py51 def _output(dump, policy, bucket_set, component_name, depth, out): argument
77 def _add_size(precedence, bucket, depth, committed, sizes): argument
90 def _accumulate(dump, policy, bucket_set, component_name, depth, sizes): argument
/external/chromium_org/ppapi/proxy/
Dserialized_flash_menu.cc25 bool CheckMenuItem(int depth, const PP_Flash_MenuItem* item) { in CheckMenuItem()
31 bool CheckMenu(int depth, const PP_Flash_Menu* menu) { in CheckMenu()
79 bool ReadMenuItem(int depth, in ReadMenuItem()
109 PP_Flash_Menu* ReadMenu(int depth, in ReadMenu()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddepth.c42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth()
61 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
Dtexstorage.c105 GLint *width, GLint *height, GLint *depth) in next_mipmap_level_size()
129 GLsizei width, GLsizei height, GLsizei depth) in setup_texstorage()
244 GLsizei width, GLsizei height, GLsizei depth) in tex_storage_error_check()
357 GLsizei width, GLsizei height, GLsizei depth) in texstorage()
413 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TexStorage3D()
450 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TextureStorage3DEXT()
/external/mesa3d/src/mesa/main/
Ddepth.c42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth()
61 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
Dtexstorage.c105 GLint *width, GLint *height, GLint *depth) in next_mipmap_level_size()
129 GLsizei width, GLsizei height, GLsizei depth) in setup_texstorage()
244 GLsizei width, GLsizei height, GLsizei depth) in tex_storage_error_check()
357 GLsizei width, GLsizei height, GLsizei depth) in texstorage()
413 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TexStorage3D()
450 GLsizei width, GLsizei height, GLsizei depth) in _mesa_TextureStorage3DEXT()
/external/chromium_org/third_party/brotli/src/brotli/enc/
Dbit_cost.h31 static inline int HuffmanTreeBitCost(const int* counts, const uint8_t* depth) { in HuffmanTreeBitCost()
45 static inline int HuffmanBitCost(const uint8_t* depth, int length) { in HuffmanBitCost()
125 uint8_t depth[kSize] = { 0 }; in PopulationCost() local
/external/compiler-rt/test/asan/TestCases/Linux/
Dheavy_uar_test.cc30 void RecuriveFunctionWithStackFrame(int depth) { in RecuriveFunctionWithStackFrame()
40 int depth = argc >= 3 ? atoi(argv[2]) : 500; in main() local
/external/chromium_org/ui/gl/
Dgl_image_glx.cc30 int BindToTextureFormat(int depth) { in BindToTextureFormat()
37 int TextureFormat(int depth) { in TextureFormat()
108 unsigned int depth = 0; in Initialize() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DListStack`1.cs45 public T Peek(int depth) in Peek()
59 public bool TryPeek(int depth, out T item) in TryPeek()
/external/compiler-rt/lib/msan/
Dmsan_origin.h60 Origin(u32 id, u32 depth) : raw_id_((depth << kDepthShift) | id) { in Origin()
64 int depth() const { return raw_id_ >> kDepthShift; } in depth() function
/external/chromium-trace/trace-viewer/src/tracing/analysis/
Dgeneric_object_view.js43 label, object, indent, depth, maxDepth, suffix) { argument
95 label, object, indent, depth, maxDepth, suffix) { argument
117 label, object, indent, depth, maxDepth, suffix) { argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_clear.c46 double depth, unsigned stencil, in i915_clear_emit()
222 double depth, unsigned stencil) in i915_clear_blitter()
231 double depth, unsigned stencil) in i915_clear_render()
/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c46 double depth, unsigned stencil, in i915_clear_emit()
222 double depth, unsigned stencil) in i915_clear_blitter()
231 double depth, unsigned stencil) in i915_clear_render()
/external/elfutils/0.153/libdw/
Ddwarf_getscopes.c70 pc_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_match()
107 origin_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in origin_match()
140 pc_record (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_record()
/external/chromium_org/ui/views/controls/tree/
Dtree_view.cc328 int depth = 0; in GetNodeForRow() local
338 int depth = 0; in GetRowForNode() local
395 int depth = 0; in ShowContextMenu() local
641 int depth = 0; in OnClickOrTap() local
749 int depth, in PaintRows()
767 int depth) { in PaintRow()
866 int row, depth; in GetBoundsForNode() local
873 int depth) { in GetBoundsForNodeImpl()
883 int TreeView::GetRowForInternalNode(InternalNode* node, int* depth) { in GetRowForInternalNode()
903 TreeView::InternalNode* TreeView::GetNodeByRow(int row, int* depth) { in GetNodeByRow()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_pipe_clear.c41 double depth, in try_clear()
109 double depth, unsigned stencil) in svga_clear()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c41 double depth, in try_clear()
109 double depth, unsigned stencil) in svga_clear()
/external/chromium_org/tools/grit/grit/gather/
Dpolicy_json.py119 def _AddIndentedNontranslateableChunk(self, depth, string): argument
157 def _AddPolicyKey(self, item, item_type, parent_item, key, depth): argument
187 def _AddItems(self, items, item_type, parent_item, depth): argument

12345678910>>...40