HomeSort by relevance Sort by last modified time
    Searched refs:depth (Results 51 - 75 of 3688) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/merge/
SortableType.java 41 if (a.depth != b.depth) {
42 return a.depth - b.depth;
51 private int depth = -1; field in class:SortableType
76 * Assigns this type's depth if the depths of its supertype and implemented
77 * interfaces are known. Returns false if the depth couldn't be computed
92 } else if (sortableSupertype.depth == -1) {
95 max = sortableSupertype.depth;
103 } else if (implemented.depth == -1)
    [all...]
  /external/compiler-rt/test/asan/TestCases/
deep_stack_uaf.cc 10 template <int depth>
13 DeepFree<depth - 1>::free(x);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_clear.c 51 double depth,
62 lp_setup_clear( llvmpipe->setup, color, depth, stencil, buffers );
  /external/mesa3d/src/mesa/main/
depth.h 2 * \file depth.h
3 * Depth buffer operations.
41 _mesa_ClearDepth( GLclampd depth );
44 _mesa_ClearDepthf( GLclampf depth );
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
AbstractNamedNode.java 76 void genJavaClassSpecifics(PrintWriter writer, int depth) {
83 void genJavaClass(PrintWriter writer, int depth) {
85 genJavaComment(writer, depth);
86 indent(writer, depth);
87 if (depth != 0) {
92 genJavaClassSpecifics(writer, depth+1);
94 node.genJava(writer, depth+1);
96 indent(writer, depth);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
ImUtil.h 8 int depth);
13 int depth);
  /external/llvm/tools/llvm-c-test/
calc.c 45 int depth = 0; local
58 if (depth < 2) {
63 stack[depth - 2] = LLVMBuildBinOp(builder, op_to_opcode(tok),
64 stack[depth - 1], stack[depth - 2], "");
65 depth--;
72 if (depth < 1) {
77 off = LLVMBuildGEP(builder, param, &stack[depth - 1], 1, "");
78 stack[depth - 1] = LLVMBuildLoad(builder, off, "");
91 if (depth >= MAX_DEPTH)
    [all...]
  /art/test/1912-get-set-local-primitive/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
Locals.java 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot);
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot);
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot);
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot);
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot);
102 public static native Object GetLocalInstance(Thread thr, int depth);
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {
108 SetLocalVariableLong(thr, depth, slot, ((Number)val).longValue())
    [all...]
  /art/test/1913-get-set-local-objects/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1914-get-local-instance/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1915-get-set-local-current-thread/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1916-get-set-current-frame/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1917-get-stack-frame/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1923-frame-pop/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1924-frame-pop-toggle/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1925-self-frame-pop/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1926-missed-frame-pop/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1927-exception-event/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1928-exception-event-exception/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1929-exception-catch-exception/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1935-get-set-current-frame-jit/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /art/test/1939-proxy-frames/src/art/
StackTrace.java 27 public final int depth; field in class:StackTrace.StackFrameData
29 public StackFrameData(Thread thr, Executable e, long loc, int depth) {
33 this.depth = depth;
38 "StackFrameData { thr: '%s', method: '%s', loc: %d, depth: %d }",
42 this.depth);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 45 public T Peek(int depth)
48 if (!TryPeek(depth, out item))
59 public bool TryPeek(int depth, out T item)
61 if (depth >= Count)
67 item = this[Count - depth - 1];
  /art/test/1911-get-local-var-table/src/art/
Locals.java 97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot);
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot);
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot);
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot);
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot);
102 public static native Object GetLocalInstance(Thread thr, int depth);
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) {
105 SetLocalVariableInt(thr, depth, slot, ((Number)val).intValue());
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) {
108 SetLocalVariableLong(thr, depth, slot, ((Number)val).longValue())
    [all...]

Completed in 436 milliseconds

1 23 4 5 6 7 8 91011>>