Home
last modified time | relevance | path

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

/development/vndk/tools/image-diff-tool/
Ddiff.py95 def diff_with_skipped_lines(filename, prefixes): argument
117 def allowlist_filter(filename): argument
156 def pretty_print(sha1, filename, targets, exclude_sha1): argument
/development/tools/winscope/src/common/
Dfile_utils.ts58 for (const [index, filename] of filenames.entries()) { constant
59 const file = content.files[filename]; constant
/development/tools/winscope/
Dwebpack.config.unit_test.js33 filename: 'bundle.js', property
Dwebpack.config.prod.js32 filename: 'js/[name].[hash].js', property
/development/tools/repo_diff/
Dgit_commits_not_upstreamed.py44 def __call__(self, filename): argument
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduBody.java188 public PduPart getPartByFileName(String filename) { in getPartByFileName()
/development/tools/otagui/
Dtarget_lib.py106 def new_build(self, filename, path): argument
/development/tools/winscope/src/test/remote_tool_mock/
Dwebpack.config.js57 filename: 'js/[name].[hash].js', property
/development/tools/ota_analysis/src/services/
Dpayload_composition.js238 export function name2Extension(filename) { argument
/development/testrunner/
Dandroid_mk.py159 def CreateAndroidMK(path, filename=AndroidMK.FILENAME): argument
/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/tools/cargo_embargo/src/
Dmain.rs532 let filename = in crate_to_bp_modules() localVariable
/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