Home
last modified time | relevance | path

Searched defs:BASE_DIR (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/crosvm/tools/
H A Dinstall-deps.ps112 [string]$BASE_DIR = $Env:TEMP ## variable
15 $BASE_DIR = $BASE_DIR + "\" variable
31 Write-Host "Installing in $BASE_DIR" variable
33 if (!(Test-Path $BASE_DIR -PathType Container)) { variable
34 New-Item -ItemType Directory -Force -Path $BASE_DIR variable
37 Set-Location $BASE_DIR variable
H A Dinstall-podman.ps111 [string]$BASE_DIR = $Env:TEMP ## variable
14 $BASE_DIR = $BASE_DIR + "\" variable
/aosp_15_r20/external/tensorflow/tensorflow/tools/test/
H A Dfile_name_test.py21 BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')) variable
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/utils/
H A DTestArtifactUtils.java40 private static final File BASE_DIR = field in TestArtifactUtils
/aosp_15_r20/external/vulkan-validation-layers/build-android/
H A Dupdate_external_sources_android.bat26 set BASE_DIR=%BUILD_DIR%\third_party variable
/aosp_15_r20/external/cronet/build/
H A Dmac_toolchain.py53 BASE_DIR = os.path.abspath(os.path.dirname(__file__)) variable
/aosp_15_r20/external/angle/build/
H A Dmac_toolchain.py51 BASE_DIR = os.path.abspath(os.path.dirname(__file__)) variable
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/rollback/
DRollbackHandlingManagerTest.java51 private static final String BASE_DIR = TEST_DIR.getAbsolutePath(); field in RollbackHandlingManagerTest
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
H A DVelocimacroBCModeTestCase.java38 private static final String BASE_DIR = TEST_COMPARE_DIR + "/bc_mode"; field in VelocimacroBCModeTestCase
/aosp_15_r20/packages/modules/Wifi/
Dwifi_upload_hook.py23 BASE_DIR = "service/ServiceWifiResources/res/" variable
/aosp_15_r20/external/pytorch/.github/scripts/
H A Dtest_gitutils.py15 BASE_DIR = Path(__file__).parent variable
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/consent/
DAppConsentManagerTest.java53 private static final String BASE_DIR = sContext.getFilesDir().getAbsolutePath(); field in AppConsentManagerTest
DConsentManagerTest.java66 private static final String BASE_DIR = TEST_DIR.getAbsolutePath(); field in ConsentManagerTest
/aosp_15_r20/external/angle/build/toolchain/win/
H A Dtool_wrapper.py20 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
/aosp_15_r20/external/cronet/build/toolchain/win/
H A Dtool_wrapper.py20 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
/aosp_15_r20/external/drm_hwcomposer/.ci/
H A DMakefile2 BASE_DIR:=../aospless macro
/aosp_15_r20/external/cronet/net/tools/testserver/
H A Dtestserver.py27 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) variable
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DVerifyAttributeValues.java37 private static final File BASE_DIR = new File(CLDRPaths.BASE_DIRECTORY); field in VerifyAttributeValues
/aosp_15_r20/external/deqp/modules/internal/
H A DditImageCompareTests.cpp41 static const char *BASE_DIR = "internal/data/imagecompare"; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify22.c42 #define BASE_DIR "internal_dir" macro
/aosp_15_r20/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java52 private final static String BASE_DIR = field in BandwidthTest
/aosp_15_r20/external/angle/build/android/pylib/results/presentation/
H A Dtest_results_presentation.py26 BASE_DIR = os.path.abspath(os.path.join( variable
/aosp_15_r20/external/cronet/build/android/pylib/results/presentation/
H A Dtest_results_presentation.py26 BASE_DIR = os.path.abspath(os.path.join( variable
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestAttributeValues.java63 private static final File BASE_DIR = new File(CLDRPaths.BASE_DIRECTORY); field in TestAttributeValues
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/
DAdServicesManagerServiceTest.java125 private static final String BASE_DIR = PPAPI_CONTEXT.getFilesDir().getAbsolutePath(); field in AdServicesManagerServiceTest

12