Home
last modified time | relevance | path

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

12345678910>>...171

/aosp_15_r20/external/icu/icu4j/samples/src/main/java/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternUtilDemo.java29 private static final void printMessage(MessagePatternUtil.MessageNode msg, int depth) { in printMessage()
38 printArg((MessagePatternUtil.ArgNode)contents, depth); in printMessage() local
47 private static final void printArg(MessagePatternUtil.ArgNode arg, int depth) { in printArg()
63 printComplexArgStyle(arg.getComplexStyle(), depth + 1); in printArg() local
69 int depth) { in printComplexArgStyle()
94 printMessage(variant.getMessage(), depth + 1); in printComplexArgStyle() local
127 int depth, in genCode()
141 genCode((MessagePatternUtil.ArgNode)contents, depth, firstResult); in genCode() local
152 int depth, in genCode()
169 genCodeForPlural(arg.getComplexStyle(), depth, firstResult, argName); in genCode() local
[all …]
/aosp_15_r20/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/
H A Dfht_neon.c64 void helper_float_3_recursive(float* buf, int depth) { in helper_float_3_recursive()
125 void helper_float_4_recursive(float* buf, int depth) { in helper_float_4_recursive()
186 void helper_float_5_recursive(float* buf, int depth) { in helper_float_5_recursive()
247 void helper_float_6_recursive(float* buf, int depth) { in helper_float_6_recursive()
354 void helper_float_7_recursive(float* buf, int depth) { in helper_float_7_recursive()
870 void helper_float_9_recursive(float* buf, int depth) { in helper_float_9_recursive()
931 void helper_float_10_recursive(float* buf, int depth) { in helper_float_10_recursive()
1006 void helper_float_11_recursive(float* buf, int depth) { in helper_float_11_recursive()
1067 void helper_float_12_recursive(float* buf, int depth) { in helper_float_12_recursive()
1656 void helper_float_14_recursive(float* buf, int depth) { in helper_float_14_recursive()
[all …]
H A Dfht_sse.c630 void helper_float_7_recursive(float *buf, int depth) { in helper_float_7_recursive()
2119 void helper_float_12_recursive(float *buf, int depth) { in helper_float_12_recursive()
2487 void helper_float_13_recursive(float *buf, int depth) { in helper_float_13_recursive()
2884 void helper_float_14_recursive(float *buf, int depth) { in helper_float_14_recursive()
3325 void helper_float_15_recursive(float *buf, int depth) { in helper_float_15_recursive()
3753 void helper_float_16_recursive(float *buf, int depth) { in helper_float_16_recursive()
4232 void helper_float_17_recursive(float *buf, int depth) { in helper_float_17_recursive()
4755 void helper_float_18_recursive(float *buf, int depth) { in helper_float_18_recursive()
5265 void helper_float_19_recursive(float *buf, int depth) { in helper_float_19_recursive()
5819 void helper_float_20_recursive(float *buf, int depth) { in helper_float_20_recursive()
[all …]
H A Dfht_avx.c375 void helper_float_7_recursive(float *buf, int depth) { in helper_float_7_recursive()
573 void helper_float_8_recursive(float *buf, int depth) { in helper_float_8_recursive()
1013 void helper_float_10_recursive(float *buf, int depth) { in helper_float_10_recursive()
1258 void helper_float_11_recursive(float *buf, int depth) { in helper_float_11_recursive()
1785 void helper_float_13_recursive(float *buf, int depth) { in helper_float_13_recursive()
2070 void helper_float_14_recursive(float *buf, int depth) { in helper_float_14_recursive()
2379 void helper_float_15_recursive(float *buf, int depth) { in helper_float_15_recursive()
2701 void helper_float_16_recursive(float *buf, int depth) { in helper_float_16_recursive()
3051 void helper_float_17_recursive(float *buf, int depth) { in helper_float_17_recursive()
3418 void helper_float_18_recursive(float *buf, int depth) { in helper_float_18_recursive()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/oj-libjdwp/jdwpgen/linux_glibc_common/javac/
Djdwpgen.jar ... , int) java.io.PrintWriter writer int depth void genJavaWriteMethod (java.io.PrintWriter, int ...
/aosp_15_r20/art/test/1926-missed-frame-pop/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1939-proxy-frames/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1916-get-set-current-frame/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1935-get-set-current-frame-jit/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1915-get-set-local-current-thread/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1965-get-set-local-primitive-no-tables/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1923-frame-pop/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1914-get-local-instance/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1913-get-set-local-objects/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/jvmti-common/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1911-get-local-var-table/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1925-self-frame-pop/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1967-get-set-local-bad-slot/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1966-get-set-local-objects-no-table/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1924-frame-pop-toggle/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/art/test/1912-get-set-local-primitive/src/art/
H A DLocals.java97 public static native int GetLocalVariableInt(Thread thr, int depth, int slot); in GetLocalVariableInt()
98 public static native long GetLocalVariableLong(Thread thr, int depth, int slot); in GetLocalVariableLong()
99 public static native float GetLocalVariableFloat(Thread thr, int depth, int slot); in GetLocalVariableFloat()
100 public static native double GetLocalVariableDouble(Thread thr, int depth, int slot); in GetLocalVariableDouble()
101 public static native Object GetLocalVariableObject(Thread thr, int depth, int slot); in GetLocalVariableObject()
102 public static native Object GetLocalInstance(Thread thr, int depth); in GetLocalInstance()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
[all …]
/aosp_15_r20/external/angle/src/image_util/
H A Dloadimage.cpp62 size_t depth, in LoadA8ToRGBA8()
137 size_t depth, in LoadA8ToBGRA8()
153 size_t depth, in LoadA32FToRGBA32F()
183 size_t depth, in LoadA16FToRGBA16F()
213 size_t depth, in LoadL8ToRGBA8()
244 size_t depth, in LoadL8ToBGRA8()
260 size_t depth, in LoadL32FToRGBA32F()
290 size_t depth, in LoadL16FToRGBA16F()
320 size_t depth, in LoadLA8ToRGBA4()
350 size_t depth, in LoadLA8ToRGBA8()
[all …]
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DDirectoryWalker.java269 private final int depth; field in DirectoryWalker.CancelException
278 public CancelException(final File file, final int depth) { in CancelException()
291 public CancelException(final String message, final File file, final int depth) { in CancelException()
393 …protected final void checkIfCancelled(final File file, final int depth, final Collection<T> result… in checkIfCancelled()
414 …protected File[] filterDirectoryContents(final File directory, final int depth, final File... file… in filterDirectoryContents()
457 …protected boolean handleDirectory(final File directory, final int depth, final Collection<T> resul… in handleDirectory()
475 …protected void handleDirectoryEnd(final File directory, final int depth, final Collection<T> resul… in handleDirectoryEnd()
492 …protected void handleDirectoryStart(final File directory, final int depth, final Collection<T> res… in handleDirectoryStart()
523 …protected void handleFile(final File file, final int depth, final Collection<T> results) throws IO… in handleFile()
567 final File file, final int depth, final Collection<T> results) throws IOException { in handleIsCancelled()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Done_hot_test.cc39 int depth = AddInput(TensorType_INT32); in OneHotOpModel() local
69 const int depth = 3; in TEST() local
80 const int depth = 3; in TEST() local
90 const int depth = 3; in TEST() local
100 const int depth = 3; in TEST() local
110 const int depth = 3; in TEST() local
122 const int depth = 1; in TEST() local
132 const int depth = 4; in TEST() local
142 const int depth = 3; in TEST() local
156 const int depth = 3; in TEST() local
[all …]
/aosp_15_r20/external/python/cpython3/Parser/
Dasdl_c.py29 def reflow_lines(s, depth): argument
71 def reflow_c_string(s, depth): argument
113 def emit(self, s, depth, reflow=True): argument
202 def visitType(self, type, depth=0): argument
205 def visitSum(self, sum, name, depth): argument
211 def simple_sum(self, sum, name, depth): argument
222 def sum_with_constructors(self, sum, name, depth): argument
228 def visitProduct(self, product, name, depth): argument
239 def visitType(self, type, depth=0): argument
242 def visitSum(self, sum, name, depth): argument
[all …]

12345678910>>...171