/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/ |
H A D | JavaDocExamplesTest.java | 709 MethodHandle loop = MethodHandles.loop(counterClause, accumulatorClause); in testLoop() local 734 MethodHandle loop = MethodHandles.loop(counterClause, accumulatorClause); in testSimplerLoop() local 769 MethodHandle loop = MethodHandles.loop(instanceClause, counterClause, accumulatorClause); in testFacLoop() local 786 Class<?> L = List.class; in testWhileLoop() local 793 MethodHandle loop = MethodHandles.whileLoop(MH_initZip, MH_zipPred, MH_zipStep); in testWhileLoop() local 815 MethodHandle loop = MethodHandles.doWhileLoop(MH_zero, MH_step, MH_pred); in testDoWhileLoop() local 837 MethodHandle loop = MethodHandles.countedLoop(fit13, start, MH_step); // (v, i, _) -> "na " + v in testCountedLoop() local 849 MethodHandle loop = MethodHandles.countedLoop(count, start, MH_step); // (v, i) -> "na " + v in testCountedLoop() local 865 MethodHandle loop = MethodHandles.countedLoop(count, start, MH_step); // (v, i, _, pre, _) -> pre … in testCountedLoop() local 879 MethodHandle loop = MethodHandles.countedLoop(count, start, body); // (v, i, pre, _, _) -> pre + "… in testCountedLoop() local [all …]
|
/aosp_15_r20/external/lua/src/ |
H A D | lvm.c | 176 static int forlimit (lua_State *L, lua_Integer init, const TValue *lim, in forlimit() 206 static int forprep (lua_State *L, StkId ra) { in forprep() 287 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget() 289 int loop; /* counter to avoid infinite loops */ in luaV_finishget() local 330 void luaV_finishset (lua_State *L, const TValue *t, TValue *key, in luaV_finishset() 332 int loop; /* counter to avoid infinite loops */ in luaV_finishset() local 523 static int lessthanothers (lua_State *L, const TValue *l, const TValue *r) { in lessthanothers() 535 int luaV_lessthan (lua_State *L, const TValue *l, const TValue *r) { in luaV_lessthan() 545 static int lessequalothers (lua_State *L, const TValue *l, const TValue *r) { in lessequalothers() 557 int luaV_lessequal (lua_State *L, const TValue *l, const TValue *r) { in luaV_lessequal() [all …]
|
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlinx-coroutines-core-jvm.jar | META-INF/
META-INF/MANIFEST.MF
kotlinx/
kotlinx/coroutines/
kotlinx/ ... |
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_reductions.cpp | 39 LoopNest loop({c}); in TEST() local 60 LoopNest loop({c}); in TEST() local 82 LoopNest loop({c}); in TEST() local 111 LoopNest loop({c}); in TEST() local 140 LoopNest loop({c}); in TEST() local 212 LoopNest loop({c}); in TEST() local 247 LoopNest loop({c}); in TEST() local 279 LoopNest loop({dm1}); in TEST() local 324 LoopNest loop({min}); in TEST() local 360 LoopNest loop({any}); in TEST() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines-host/linux_glibc_common/local-javac-header/ |
D | kotlinx_coroutines-host.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.coroutines__linux_glibc_common__kotlinx_coroutines- ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines-host/linux_glibc_common/kotlin/ |
D | kotlinx_coroutines-host.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.coroutines__linux_glibc_common__kotlinx_coroutines- ... |
/aosp_15_r20/external/curl/tests/libtest/ |
H A D | lib540.c | 102 static CURLcode loop(int num, CURLM *cm, const char *url, const char *userpwd, in loop() function 106 long L; in loop() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Sorting.cpp | 132 int64_t P, L, R, i, j; in quick_select_template() local 457 auto loop = [&](char** data, const int64_t* strides, int64_t n) { in kthvalue_out_impl_cpu() local 553 auto loop = [&](char** data, const int64_t* strides, int64_t n) { in median_with_indices_impl() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 576 explicit PolynomialMultiplyRecognize(Loop *loop, const DataLayout &dl, in PolynomialMultiplyRecognize() 1982 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L, in mayLoopAccessLocation() 2314 bool HexagonLoopIdiomRecognize::coverLoop(Loop *L, in coverLoop() 2389 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop() 2418 bool HexagonLoopIdiomRecognize::run(Loop *L) { in run() 2443 bool HexagonLoopIdiomRecognizeLegacyPass::runOnLoop(Loop *L, in runOnLoop() 2462 HexagonLoopIdiomRecognitionPass::run(Loop &L, LoopAnalysisManager &AM, in run()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/tracinglib/core/tracinglib-platform/android_common/turbine-combined/ |
D | tracinglib-platform.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/systemui/tracinglib/core/tracinglib-platform/android_common/repackaged-jarjar/turbine/ |
D | tracinglib-platform.jar | org/jetbrains/annotations/TestOnly.class
TestOnly.java
package org.jetbrains.annotations
public ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/dream/lowlight/LowLightDreamLib/android_common/turbine-combined/ |
D | LowLightDreamLib.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.arch. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/dream/lowlight/LowLightDreamLib/android_common/repackaged-jarjar/turbine/ |
D | LowLightDreamLib.jar | org/jetbrains/annotations/TestOnly.class
TestOnly.java
package org.jetbrains.annotations
public ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/utils/SystemUI-shared-utils/android_common/turbine-combined/ |
D | SystemUI-shared-utils.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/utils/SystemUI-shared-utils/android_common/repackaged-jarjar/turbine/ |
D | SystemUI-shared-utils.jar | org/jetbrains/annotations/TestOnly.class
TestOnly.java
package org.jetbrains.annotations
public ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/repackaged-jarjar/turbine/ |
D | SystemUILogLib.jar | org/jetbrains/annotations/TestOnly.class
TestOnly.java
package org.jetbrains.annotations
public ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/common/SystemUICommon/android_common/turbine-combined/ |
D | SystemUICommon.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/log/SystemUILogLib/android_common/turbine-combined/ |
D | SystemUILogLib.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/common/SystemUICommon/android_common/repackaged-jarjar/turbine/ |
D | SystemUICommon.jar | org/jetbrains/annotations/TestOnly.class
TestOnly.java
package org.jetbrains.annotations
public ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/lib/FingerprintManagerInteractor/android_common/turbine-combined/ |
D | FingerprintManagerInteractor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.atomicfu__linux_glibc_common__kotlinx_atomicfu. ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/lib/FingerprintManagerInteractor/android_common/repackaged-jarjar/turbine/ |
D | FingerprintManagerInteractor.jar | org/jetbrains/annotations/TestOnly.class
TestOnly.java
package org.jetbrains.annotations
public ... |
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 560 explicit PolynomialMultiplyRecognize(Loop *loop, const DataLayout &dl, in PolynomialMultiplyRecognize() 1969 mayLoopAccessLocation(Value *Ptr, ModRefInfo Access, Loop *L, in mayLoopAccessLocation() 2303 bool HexagonLoopIdiomRecognize::coverLoop(Loop *L, in coverLoop() 2378 bool HexagonLoopIdiomRecognize::runOnCountableLoop(Loop *L) { in runOnCountableLoop() 2407 bool HexagonLoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.coroutines/kotlinx_coroutines-host/linux_glibc_common/kotlin_headers/ |
D | kotlinx_coroutines-host.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__kotlinx.coroutines__linux_glibc_common__kotlinx_coroutines- ... |
/aosp_15_r20/out/target/common/obj/APPS/MusicFX_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/MusicFX/MusicFX/android_common/withres/ |
D | MusicFX.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |