/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
D | MessagePatternUtilDemo.java | 27 private static final void printMessage(MessagePatternUtil.MessageNode msg, int depth) { in printMessage() 36 printArg((MessagePatternUtil.ArgNode)contents, depth); in printMessage() local 45 private static final void printArg(MessagePatternUtil.ArgNode arg, int depth) { in printArg() 61 printComplexArgStyle(arg.getComplexStyle(), depth + 1); in printArg() local 67 int depth) { in printComplexArgStyle() 92 printMessage(variant.getMessage(), depth + 1); in printComplexArgStyle() local 125 int depth, in genCode() 139 genCode((MessagePatternUtil.ArgNode)contents, depth, firstResult); in genCode() local 150 int depth, in genCode() 167 genCodeForPlural(arg.getComplexStyle(), depth, firstResult, argName); in genCode() local [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-2055.js | 31 function test1(depth) { argument 40 function test2(depth) { argument
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMSerializer.java | 143 private void write(Node node, Writer writer, int depth) throws IOException { in write() 149 writeElement((Element) node, writer, depth); in write() local 173 writeDocumentType((DocumentType) node, writer, depth); in write() local 195 …private void writeDocumentType(DocumentType docType, Writer writer, int depth) throws IOException { in writeDocumentType() 213 private void writeElement(Element element, Writer writer, int depth) throws IOException { in writeElement()
|
/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/v8/test/webkit/fast/js/ |
D | deep-recursion-test.js | 26 function simpleRecursion(depth) { argument 68 function tooManyArgsRecursion(depth) { argument
|
/external/v8/build/android/pylib/utils/ |
D | proguard.py | 106 def __init__(self, name, ftype, depth): argument 159 def InitAnnotation(self, annotation, depth): argument 179 def InitAnnotationField(self, field, field_type, depth): argument 193 def UpdateCurrentAnnotationFieldValue(self, value, depth): argument 204 def _BacktrackAnnotationStack(self, depth): argument
|
/external/dbus/tools/ |
D | dbus-print-message.c | 50 indent (int depth) in indent() 57 print_hex (unsigned char *bytes, unsigned int len, int depth) in print_hex() 100 print_ay (DBusMessageIter *iter, int depth) in print_ay() 146 print_iter (DBusMessageIter *iter, dbus_bool_t literal, int depth) in print_iter()
|
/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()
|
D | pbo.c | 68 GLsizei width, GLsizei height, GLsizei depth, in _mesa_validate_pbo_access() 178 GLsizei width, GLsizei height, GLsizei depth, in _mesa_map_validate_pbo_source() 275 GLsizei width, GLsizei height, GLsizei depth, in _mesa_map_validate_pbo_dest() 332 GLsizei width, GLsizei height, GLsizei depth, in _mesa_validate_pbo_teximage()
|
/external/v8/test/mjsunit/compiler/ |
D | osr-block-scope.js | 9 function nest(body, name, depth) { argument 21 function test(expected, func, depth) { argument
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
D | ModelBuilder.java | 187 …public Model createBox (float width, float height, float depth, final Material material, final lon… in createBox() 195 …public Model createBox (float width, float height, float depth, int primitiveType, final Material … in createBox() 229 …public Model createCylinder (float width, float height, float depth, int divisions, final Material… in createCylinder() 238 …public Model createCylinder (float width, float height, float depth, int divisions, int primitiveT… in createCylinder() 247 …public Model createCylinder (float width, float height, float depth, int divisions, final Material… in createCylinder() 256 …public Model createCylinder (float width, float height, float depth, int divisions, int primitiveT… in createCylinder() 267 …public Model createCone (float width, float height, float depth, int divisions, final Material mat… in createCone() 275 …public Model createCone (float width, float height, float depth, int divisions, int primitiveType,… in createCone() 284 …public Model createCone (float width, float height, float depth, int divisions, final Material mat… in createCone() 293 …public Model createCone (float width, float height, float depth, int divisions, int primitiveType,… in createCone() [all …]
|
/external/compiler-rt/test/asan/TestCases/ |
D | heavy_uar_test.cc | 27 void RecursiveFunctionWithStackFrame(int depth) { in RecursiveFunctionWithStackFrame() 43 int depth = argc >= 3 ? atoi(argv[2]) : 500; in main() 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/v8/src/ |
D | d8.js | 26 function Stringify(x, depth) { argument 85 function StringifyProxy(proxy, depth) { argument
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/ |
D | SphereShapeBuilder.java | 30 …public static void build (MeshPartBuilder builder, float width, float height, float depth, int div… in build() 36 …id build (MeshPartBuilder builder, final Matrix4 transform, float width, float height, float depth, in build() 41 …public static void build (MeshPartBuilder builder, float width, float height, float depth, int div… in build() 48 …id build (MeshPartBuilder builder, final Matrix4 transform, float width, float height, float depth, in build()
|
D | ConeShapeBuilder.java | 26 …public static void build (MeshPartBuilder builder, float width, float height, float depth, int div… in build() 30 …public static void build (MeshPartBuilder builder, float width, float height, float depth, int div… in build() 35 …public static void build (MeshPartBuilder builder, float width, float height, float depth, int div… in build()
|
D | CylinderShapeBuilder.java | 27 …public static void build (MeshPartBuilder builder, float width, float height, float depth, int div… in build() 32 …public static void build (MeshPartBuilder builder, float width, float height, float depth, int div… in build() 37 …public static void build (MeshPartBuilder builder, float width, float height, float depth, int div… in build()
|
/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/libdw/ |
D | dwarf_getscopes.c | 49 pc_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_match() 86 origin_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in origin_match() 119 pc_record (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_record()
|
/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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | BulletConstructor.java | 47 …r (final Model model, final float mass, final float width, final float height, final float depth) { in BulletConstructor() 52 …c BulletConstructor (final Model model, final float width, final float height, final float depth) { in BulletConstructor() 68 …e (final Model model, final float mass, final float width, final float height, final float depth) { in create()
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | Trie.java | 57 private Trie(List<Map.Entry<String, Integer>> elements, int depth) { in Trie() 70 List<Map.Entry<String, Integer>> elements, int depth, in Trie() 179 private void toStringBuilder(int depth, StringBuilder sb) { in toStringBuilder()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolImageObjectUtil.cpp | 46 int depth, in pack() 98 int depth, in unpack() 171 int depth, in readVolume() 220 int depth, in read() 241 int depth, in readUsingBuffer() 363 int depth, in readSurfaceLinear() 376 int depth, in readLinear() 402 int depth, in copyToLinearImage() 532 int depth, in uploadSurfaceLinear() 546 int depth, in upload() [all …]
|
/external/v8/src/ic/ |
D | ic.h | 273 : IC(depth, isolate, nexus) { in IC() argument 320 : LoadIC(depth, isolate, nexus) {} in LoadIC() argument 339 : LoadIC(depth, isolate, nexus) { in LoadIC() argument 370 : IC(depth, isolate, nexus) { in IC() argument 429 : StoreIC(depth, isolate, nexus) {} in StoreIC() argument
|