/external/chromium_org/mojo/public/cpp/bindings/tests/ |
D | sample_service_unittest.cc | 156 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/ |
D | regress-2055.js | 31 function test1(depth) { argument 40 function test2(depth) { argument
|
/external/chromium_org/ui/gfx/geometry/ |
D | box_f.h | 22 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/ |
D | main.c | 5 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/ |
D | deep-recursion-test.js | 26 function simpleRecursion(depth) { argument 68 function tooManyArgsRecursion(depth) { argument
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | loadimage.cpp | 15 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/ |
D | expand.py | 51 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/ |
D | serialized_flash_menu.cc | 25 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/ |
D | depth.c | 42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth() 61 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
|
D | texstorage.c | 105 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/ |
D | depth.c | 42 _mesa_ClearDepth( GLclampd depth ) in _mesa_ClearDepth() 61 _mesa_ClearDepthf( GLclampf depth ) in _mesa_ClearDepthf()
|
D | texstorage.c | 105 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/ |
D | bit_cost.h | 31 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/ |
D | heavy_uar_test.cc | 30 void RecuriveFunctionWithStackFrame(int depth) { in RecuriveFunctionWithStackFrame() 40 int depth = argc >= 3 ? atoi(argv[2]) : 500; in main() local
|
/external/chromium_org/ui/gl/ |
D | gl_image_glx.cc | 30 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/ |
D | ListStack`1.cs | 45 public T Peek(int depth) in Peek() 59 public bool TryPeek(int depth, out T item) in TryPeek()
|
/external/compiler-rt/lib/msan/ |
D | msan_origin.h | 60 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/ |
D | generic_object_view.js | 43 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/ |
D | i915_clear.c | 46 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/ |
D | i915_clear.c | 46 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/ |
D | dwarf_getscopes.c | 70 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/ |
D | tree_view.cc | 328 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/ |
D | svga_pipe_clear.c | 41 double depth, in try_clear() 109 double depth, unsigned stencil) in svga_clear()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_clear.c | 41 double depth, in try_clear() 109 double depth, unsigned stencil) in svga_clear()
|
/external/chromium_org/tools/grit/grit/gather/ |
D | policy_json.py | 119 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
|