Home
last modified time | relevance | path

Searched defs:dir (Results 401 – 425 of 4972) sorted by relevance

1...<<11121314151617181920>>...199

/aosp_15_r20/external/python/cpython2/Demo/threads/
Dfind.py125 def selector(dir, name, fullname, stat): argument
132 def find(dir, pred, wq): argument
/aosp_15_r20/art/libartservice/service/java/com/android/server/art/
H A DArtJni.java153 public static Void ensureNoProcessInDir(@NonNull String dir, int timeoutMs) throws IOException { in ensureNoProcessInDir()
170 private static native void ensureNoProcessInDirNative(@NonNull String dir, int timeoutMs) in ensureNoProcessInDirNative()
/aosp_15_r20/cts/hostsidetests/apex/src/android/apex/cts/
H A DApexTest.java58 private int countFlattenedApexes(String dir) throws Exception { in countFlattenedApexes()
66 private int countNonFlattenedApexes(String dir) throws Exception { in countNonFlattenedApexes()
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Java/app/src/androidTest/java/com/android/example/text/styling/renderer/spans/
DBulletPointSpanTest.java61 int dir = 15; in drawLeadingMarginHardwareAccelerated() local
89 int dir = 15; in drawLeadingMarginNotHardwareAccelerated() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dexpanddir.c28 ext2_ino_t dir; member
87 errcode_t ext2fs_expand_dir(ext2_filsys fs, ext2_ino_t dir) in ext2fs_expand_dir()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
H A Dlabel.rs515 let dir = tempdir().unwrap(); in from_absolute_path_exists() localVariable
539 let dir = tempdir().unwrap(); in from_absolute_path_no_workspace() localVariable
557 let dir = tempdir().unwrap(); in from_absolute_path_no_build_file() localVariable
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DBoringLayoutTest.java391 private static String directionToString(TextDirectionHeuristic dir) { in directionToString()
413 LayoutParam(int strategy, int frequency, TextPaint paint, TextDirectionHeuristic dir) { in LayoutParam()
542 TextDirectionHeuristic dir = dirs[diri]; in testPrecomputedText() local
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/sys/
H A Dunix.rs336 let dir = temp_dir(); in create_listener() localVariable
346 let dir = temp_dir(); in accept_connection() localVariable
359 let dir = temp_dir(); in test_create_failure() localVariable
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dconvolve.h29 #define FUN_CONV_1D(name, offset, step_q4, dir, src_start, avg, opt, is_avg) \ argument
145 #define HIGH_FUN_CONV_1D(name, offset, step_q4, dir, src_start, avg, opt, \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Duds_socket.rs15 let dir = tempfile::tempdir().unwrap(); in datagram_echo_server() localVariable
57 let dir = tempfile::Builder::new().tempdir().unwrap(); in listen_and_stream() localVariable
/aosp_15_r20/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
H A DIDriveHelper.java117 public boolean scrollPage(Direction dir, float value); in scrollPage()
124 public void scrollVert(Direction dir); in scrollVert()
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DAndroidBidi.java37 public static int bidi(int dir, char[] chs, byte[] chInfo) { in bidi()
76 public static Directions directions(int dir, byte[] levels, int lstart, in directions()
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/
H A DImportUtils.kt49 var dir = File(".").absoluteFile in findSampleData() variable
/aosp_15_r20/build/soong/java/
H A Dandroid_resources.go55 dir string member
63 dir android.Path member
/aosp_15_r20/external/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp251 SkV3 dir{directionXY.x(), directionXY.y(), directionZ.val()}; in make_lighting_shader() local
334 SkPoint3 dir = target - location; in SpotLitDiffuse() local
361 SkPoint3 dir = target - location; in SpotLitSpecular() local
426 SkPoint3 dir = {buffer.readScalar(), buffer.readScalar(), buffer.readScalar()}; in LegacyDeserializeLight() local
/aosp_15_r20/external/perfetto/ui/
H A Dbuild.js436 function generateImports(dir, name) { argument
750 function scanDir(dir, regex) { argument
833 function walk(dir, callback, skipRegex) { argument
848 function listFilesRecursive(dir) { argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCLDRTransforms.java83 String dir, String namesMatchingRegex, Appendable showProgress, boolean keepDashTIds) { in registerCldrTransforms()
154 String dir, String cldrFileName, Set<String> cantSkip, boolean keepDashTIds) { in registerTransliteratorsFromXML()
195 String dir, String cldrFileName, ParsedTransformID directionInfo) { in getIcuRulesFromXmlFile()
1004 public static Set<String> getFileRegistrationOrder(String dir) { in getFileRegistrationOrder()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_symlink/
H A Dcreate_symlink.pass.cpp54 const path dir = env.create_dir("dir"); in create_symlink_basic() local
77 const path dir = env.create_dir("dir"); in create_symlink_dest_cleanup() local
/aosp_15_r20/external/autotest/client/common_lib/
H A Dautotemp.py38 def __init__(self, unique_id, suffix='', prefix='', dir=None, argument
86 def __init__(self, suffix='', unique_id='', prefix='', dir=None, argument
/aosp_15_r20/development/apps/Development/src/com/android/development/
H A DCacheAbuser.java58 File dir = new File(cacheDir, quick ? "quick" : "slow"); in AbuseTask() local
70 File dir = new File(mBaseDir, Long.toString(dir1num)); in doInBackground() local
/aosp_15_r20/external/igt-gpu-tools/benchmarks/
H A Dgem_mmap.c60 enum dir {READ, WRITE, CLEAR, FAULT} dir = READ; in main() enum
/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/
H A Dcopy_symlink.pass.cpp61 const path dir = env.create_dir("dir"); in TEST_CASE() local
85 const path dir = env.create_dir("dir"); in TEST_CASE() local
/aosp_15_r20/external/igt-gpu-tools/lib/i915/
H A Dgem_submission.c55 static bool has_semaphores(int fd, int dir) in has_semaphores()
78 int dir; in gem_submission_method() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/
H A Dcopy_symlink.pass.cpp60 const path dir = env.create_dir("dir"); in test_error_reporting() local
84 const path dir = env.create_dir("dir"); in copy_symlink_basic() local
/aosp_15_r20/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DFetchDownloadsLoader.java63 static DownloadsResult collectFiles(File dir) { in collectFiles()
67 private static DownloadsResult collectFiles(File dir, DownloadsResult result) { in collectFiles()

1...<<11121314151617181920>>...199