Home
last modified time | relevance | path

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

12345678910>>...40

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2055.js31 function test1(depth) { argument
40 function test2(depth) { argument
/external/chromium_org/mojo/public/cpp/bindings/tests/
Dsample_service_unittest.cc157 void PrintSpacer(int depth) { in PrintSpacer()
162 void Print(int depth, const char* name, bool value) { in Print()
167 void Print(int depth, const char* name, int32_t value) { in Print()
172 void Print(int depth, const char* name, uint8_t value) { in Print()
178 void Print(int depth, const char* name, in Print()
184 void Print(int depth, const char* name, const mojo::String& str) { in Print()
189 void Print(int depth, const char* name, const BarPtr& bar) { in Print()
203 void Print(int depth, const char* name, const mojo::Array<T>& array) { in Print()
217 void Print(int depth, const char* name, const FooPtr& foo) { in Print()
271 int depth = 1; in Frobinate() local
/external/chromium_org/ui/gfx/geometry/
Dbox_f.h25 BoxF(float width, float height, float depth) in BoxF()
30 BoxF(float x, float y, float z, float width, float height, float depth) in BoxF()
36 BoxF(const Point3F& origin, float width, float height, float depth) in BoxF()
84 float depth() const { return depth_; } in depth() function
85 void set_depth(float depth) { depth_ = depth < 0 ? 0 : depth; } in set_depth()
91 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/third_party/angle/src/libGLESv2/renderer/
Dloadimage.cpp14 void LoadA8ToRGBA8(size_t width, size_t height, size_t depth, in LoadA8ToRGBA8()
32 void LoadA8ToBGRA8(size_t width, size_t height, size_t depth, in LoadA8ToBGRA8()
40 void LoadA32FToRGBA32F(size_t width, size_t height, size_t depth, in LoadA32FToRGBA32F()
61 void LoadA16FToRGBA16F(size_t width, size_t height, size_t depth, in LoadA16FToRGBA16F()
82 void LoadL8ToRGBA8(size_t width, size_t height, size_t depth, in LoadL8ToRGBA8()
103 void LoadL8ToBGRA8(size_t width, size_t height, size_t depth, in LoadL8ToBGRA8()
111 void LoadL32FToRGBA32F(size_t width, size_t height, size_t depth, in LoadL32FToRGBA32F()
132 void LoadL16FToRGBA16F(size_t width, size_t height, size_t depth, in LoadL16FToRGBA16F()
153 void LoadLA8ToRGBA8(size_t width, size_t height, size_t depth, in LoadLA8ToRGBA8()
174 void LoadLA8ToBGRA8(size_t width, size_t height, size_t depth, in LoadLA8ToBGRA8()
[all …]
Dloadimage.inl25 inline void LoadToNative(size_t width, size_t height, size_t depth,
63 inline void LoadToNative3To4(size_t width, size_t height, size_t depth,
87 inline void Load32FTo16F(size_t width, size_t height, size_t depth,
109 inline void LoadCompressedToNative(size_t width, size_t height, size_t depth,
128 inline void Initialize4ComponentData(size_t width, size_t height, size_t depth,
/external/chromium_org/v8/test/webkit/fast/js/
Ddeep-recursion-test.js26 function simpleRecursion(depth) { argument
68 function tooManyArgsRecursion(depth) { argument
/external/chromium_org/tools/deep_memory_profiler/subcommands/
Dexpand.py50 def _output(dump, policy, bucket_set, component_name, depth, out): argument
76 def _add_size(precedence, bucket, depth, committed, sizes): argument
89 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/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/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/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/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/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/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/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/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/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/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/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/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