Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 15 of 15) sorted by relevance

/development/gsi/gsi_util/gsi_util/mounters/
Dadb_mounter.py40 def _make_parent_dirs(filename): argument
Dimage_mounter.py34 def _make_parent_dirs(filename): argument
Dbase_mounter.py22 def __init__(self, filename, cleanup_func=None): argument
/development/tools/repo_diff/
Dgit_commits_not_upstreamed.py44 def __call__(self, filename): argument
/development/gsi/gsi_util/
Dbuild.py93 def _build_zipfile(filename): argument
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduBody.java188 public PduPart getPartByFileName(String filename) { in getPartByFileName()
/development/testrunner/
Dandroid_mk.py159 def CreateAndroidMK(path, filename=AndroidMK.FILENAME): argument
/development/tools/winscope/
Dwebpack.config.js26 filename: 'build.js' property
/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
DImageKeyboard.java253 @NonNull String filename) { in getFileForResource()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageResizer.java148 public static Bitmap decodeSampledBitmapFromFile(String filename, in decodeSampledBitmapFromFile()
/development/testrunner/test_defs/
Dinstrumentation_test.py291 def _IsJavaFileName(self, filename): argument
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DMainActivity.java249 String filename = list[i].getName(); in onCreate() local
/development/python-packages/adb/
Ddevice.py416 def install(self, filename, replace=False): argument
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java171 public MonkeySourceScript(Random random, String filename, long throttle, in MonkeySourceScript()
/development/vndk/tools/sourcedr/blueprint/
Dblueprint.py848 def _scan_and_parse_all_file_recursive(self, filename, path, env, evaluate): argument