HomeSort by relevance Sort by last modified time
    Searched full:basename (Results 876 - 900 of 4293) sorted by null

<<31323334353637383940>>

  /system/core/shell_and_utilities/
README.md 100 toybox: acpi basename blockdev bzcat cal cat chcon chgrp chmod chown
121 toybox: acpi base64 basename blockdev bzcat cal cat chcon chgrp chmod
144 toybox: acpi base64 basename blockdev cal cat chcon chgrp chmod chown
  /bionic/libc/kernel/tools/
generate_uapi_headers.sh 82 copy_hdrs "${dir}" ${tgt_dir}/$(basename ${dir})
98 header=$(basename ${file})
118 tgt_file=${tgt_dir}/$(basename ${file})
131 verify_modified_hdrs "${dir}" ${tgt_dir}/$(basename ${dir}) "${kernel_dir}"
  /build/make/core/
aux_executable.mk 38 # The basename of this target must be the same as the final output
  /build/soong/cc/
builder.go 638 symbolFile android.OptionalPath, apiLevel, baseName, exportedHeaderFlags string) android.OptionalPath {
639 outputFile := android.PathForModuleOut(ctx, baseName+".lsdump")
665 func UnzipRefDump(ctx android.ModuleContext, zippedRefDump android.Path, baseName string) android.Path {
666 outputFile := android.PathForModuleOut(ctx, baseName+"_ref.lsdump")
677 baseName string) android.OptionalPath {
678 outputFile := android.PathForModuleOut(ctx, baseName+".abidiff")
687 "libName": baseName,
791 inputs Objects, flags builderFlags, baseName string) android.OptionalPath {
794 outputFile := android.PathForModuleOut(ctx, baseName+".gcnodir")
  /cts/apps/CameraITS/tests/inprog/
test_3a_remote.py 28 NAME = os.path.basename(__file__).split(".")[0]
test_crop_region.py 24 name = os.path.basename(__file__).split(".")[0]
  /cts/apps/CameraITS/tests/scene0/
test_gyro_bias.py 30 NAME = os.path.basename(__file__).split(".")[0]
test_jitter.py 27 NAME = os.path.basename(__file__).split(".")[0]
  /cts/apps/CameraITS/tests/scene1/
test_jpeg.py 26 NAME = os.path.basename(__file__).split(".")[0]
test_locked_burst.py 32 NAME = os.path.basename(__file__).split(".")[0]
test_param_exposure_time.py 28 NAME = os.path.basename(__file__).split(".")[0]
test_param_flash_mode.py 25 NAME = os.path.basename(__file__).split(".")[0]
test_param_sensitivity.py 28 NAME = os.path.basename(__file__).split(".")[0]
test_yuv_plus_jpeg.py 26 NAME = os.path.basename(__file__).split(".")[0]
test_yuv_plus_raw.py 26 NAME = os.path.basename(__file__).split(".")[0]
test_yuv_plus_raw10.py 26 NAME = os.path.basename(__file__).split(".")[0]
test_yuv_plus_raw12.py 26 NAME = os.path.basename(__file__).split(".")[0]
  /developers/build/
sample-create 22 SCRIPTNAME=$(basename "$0")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_parser.py 200 self.check_suite("from sys.path import dirname, basename")
201 self.check_suite("from sys.path import (dirname, basename)")
202 self.check_suite("from sys.path import (dirname, basename,)")
204 "from sys.path import dirname as my_dirname, basename")
206 "from sys.path import (dirname as my_dirname, basename)")
208 "from sys.path import (dirname as my_dirname, basename,)")
210 "from sys.path import dirname, basename as my_basename")
212 "from sys.path import (dirname, basename as my_basename)")
214 "from sys.path import (dirname, basename as my_basename,)")
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
VpdInfoFile.py 233 FileName = os.path.basename(VpdFileName)
234 BaseName, ext = os.path.splitext(FileName)
235 OutputMapFileName = os.path.join(OutputDir, "%s.map" % BaseName)
236 OutputBinFileName = os.path.join(OutputDir, "%s.bin" % BaseName)
  /external/autotest/client/common_lib/
check_version.py 71 (os.path.basename(sys.argv[0]), python))
  /external/autotest/client/common_lib/cros/
path_utils.py 58 cmd_base = os.path.basename(cmd)
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
machine_replay.sh 18 PROJ_PATH=${THIS_SCRIPT_PATH%/${TOOLS_SUBDIR}/$(basename $PROG)}
  /external/autotest/client/site_tests/platform_PartitionCheck/
platform_PartitionCheck.py 55 device = os.path.basename(utils.get_fixed_dst_drive())
  /external/autotest/client/site_tests/security_DeviceJail_Detach/
security_DeviceJail_Detach.py 40 bind_file.write(os.path.basename(intf))

Completed in 954 milliseconds

<<31323334353637383940>>