/development/tools/repo_diff/service/repodiff/interactors/ |
D | strings_test.go | 29 diff := DistinctValues(s1, s2) 30 assert.Equal(t, expectedDiff, diff, "Output differential of s1 and s2") 37 diff := DistinctValues(s1, s2) 38 assert.Equal(t, 0, len(diff), "Output differential of s1 and s2") 51 diff := DistinctValues(s1, s2) 52 assert.Equal(t, expectedDiff, diff, "Output differential of s1 and s2") 69 diff := SetSubtract(s1, s2) 70 assert.Equal(t, expected, diff, "Discard of s2 from s1")
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | SensorTest.java | 86 float[] diff = new float[3]; 89 diff[i] = Math.round(mScale[i] * (event.values[i] - mPrev[i]) * 0.45f); 90 if (Math.abs(diff[i]) > 0) { 101 event.values[2] + ")" + " diff(" + diff[0] + 102 " " + diff[1] + " " + diff[2] + ")"); 109 float x = diff[0]; 110 float y = diff[1];
|
/development/vndk/tools/image-diff-tool/ |
D | compare_images_and_print.sh | 44 COMMON_WHITELIST=development/vndk/tools/image-diff-tool/whitelist.txt 48 cp common.csv diff.csv whitelisted_diff.csv "${DIST_DIR}" 56 cat >&2 diff.csv
|
D | Android.bp | 19 main: "diff.py", 21 "diff.py",
|
D | diff.py | 180 diff = [] 192 diff.append(pretty_print(sha1, filename, targets)) 195 diff = sorted(diff) 205 fout.writelines(diff)
|
/development/tools/etc1tool/ |
D | etc1tool.cpp | 378 int diff = *pSrc++ - *pDest; in encode() local 379 diff *= diff; in encode() 380 diff <<= 3; in encode() 381 if (diff < 0) { in encode() 382 diff = 0; in encode() 383 } else if (diff > 255) { in encode() 384 diff = 255; in encode() 386 *pDest++ = (png_byte) diff; in encode()
|
/development/vndk/tools/header-checker/ |
D | Android.bp | 117 name: "header-abi-diff", 125 "src/diff/abi_diff.cpp", 126 "src/diff/abi_diff_wrappers.cpp", 127 "src/diff/header_abi_diff.cpp", 132 name: "merge-abi-diff",
|
D | README.md | 7 [header-abi-diff](#Header-ABI-Diff). The first two commands generate ABI dumps 60 `header-abi-diff` compares two header ABI dumps produced by 67 header-abi-diff -old <old-abi-dump> -new <new-abi-dump> -o <report> 70 For more command line options, run `header-abi-diff --help`.
|
/development/tools/repo_diff/ |
D | repo_diff_android.py | 138 def diff(manifest_url, manifest_branch, tag, function 181 repo_diff_trees.diff( 193 diff(args.manifest_url,
|
D | repo_diff_trees.py | 470 def diff(upstream_source_tree, downstream_source_tree, project_output_file, function 522 diff(upstream_source_tree, downstream_source_tree, project_output_file,
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyGetFrameRateEvent.java | 132 long diff = mEndTime - mStartTime; in injectEvent() local 133 mDuration = (float)(diff/1000.0); in injectEvent()
|
D | MonkeyGetAppFrameRateEvent.java | 145 long diff = sEndTime - sStartTime; in injectEvent() local 146 sDuration = (float) (diff / 1000.0); in injectEvent()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameActivity.java | 95 int diff = mLastSystemUiVis ^ visibility; in onSystemUiVisibilityChange() local 97 if (!mPaused && (diff&SYSTEM_UI_FLAG_HIDE_NAVIGATION) != 0 in onSystemUiVisibilityChange()
|
D | VideoPlayerActivity.java | 117 int diff = mLastSystemUiVis ^ visibility; in onSystemUiVisibilityChange() local 119 if ((diff&SYSTEM_UI_FLAG_HIDE_NAVIGATION) != 0 in onSystemUiVisibilityChange()
|
D | ContentBrowserActivity.java | 103 int diff = mLastSystemUiVis ^ visibility; in onSystemUiVisibilityChange() local 105 if ((diff&SYSTEM_UI_FLAG_LOW_PROFILE) != 0 in onSystemUiVisibilityChange()
|
D | ContentBrowserNavActivity.java | 104 int diff = mLastSystemUiVis ^ visibility; in onSystemUiVisibilityChange() local 106 if ((diff&SYSTEM_UI_FLAG_LOW_PROFILE) != 0 in onSystemUiVisibilityChange()
|
/development/vndk/tools/header-checker/src/diff/ |
D | abi_diff_wrappers.h | 23 namespace diff {
|
D | abi_diff_wrappers.cpp | 23 namespace diff { namespace
|
D | abi_diff.h | 26 namespace diff {
|
D | header_abi_diff.cpp | 29 using header_checker::diff::HeaderAbiDiff;
|
D | abi_diff.cpp | 29 namespace diff { namespace
|
/development/vndk/tools/header-checker/Documentation/ |
D | Development.md | 20 To build `header-abi-dumper`, `header-abi-linker` and `header-abi-diff`:
|
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
D | ExpandingListView.java | 480 float diff = i > index ? -yTranslateBottom : yTranslateTop; 481 animations.add(getAnimation(v, diff, diff));
|
/development/tools/repo_diff/service/repodiff/ |
D | README.md | 63 [--execute-diff=false][--denormalize-data=false][--generate-report=false]`
|
/development/samples/training/testingfun/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |