/developers/samples/android/media/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/ |
CameraActivity.kt | 29 .commit()
|
/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/ |
MainActivity.java | 31 .commit();
|
/developers/samples/android/security/FingerprintDialog/kotlinApp/app/src/main/java/com/example/android/fingerprintdialog/ |
SettingsActivity.kt | 28 .commit()
|
/developers/samples/android/testing/ActivityInstrumentation/Application/src/main/java/com/example/android/activityinstrumentation/ |
MainActivity.java | 94 // The methods below commit the ID of the currently selected item in the spinner 97 // Note: A common mistake here is to forget to call .commit(). Try removing this 101 mPrefs.edit().putInt(PREF_SPINNER_POS, position).commit(); 106 mPrefs.edit().remove(PREF_SPINNER_POS).commit();
|
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/ |
MainActivity.java | 94 // The methods below commit the ID of the currently selected item in the spinner 97 // Note: A common mistake here is to forget to call .commit(). Try removing this 101 mPrefs.edit().putInt(PREF_SPINNER_POS, position).commit(); 106 mPrefs.edit().remove(PREF_SPINNER_POS).commit();
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
CameraActivity.java | 31 .commit();
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
CameraActivity.java | 31 .commit();
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
MainActivity.java | 31 .commit();
|
/development/tools/repo_diff/ |
repo_diff_trees.py | 137 upstream project that have a root commit in common. 158 # Once there's a root commit match, stop looking for a project match 186 # If there is no project name match then try matching by commit 324 """Returns a dict of root commits with all projects with that root commit.""" 352 for commit in commits: 353 author = git(['-C', path, 'show', '--no-patch', '--format=%ae', commit]) 355 subject = git(['-C', path, 'show', '--no-patch', '--format=%s', commit]) 358 'commit': commit, 408 'Commit', [all...] |
/external/autotest/ |
COMMIT-QUEUE.ini | 5 # Per-project Commit Queue settings.
|
/external/autotest/client/deps/webgl_perf/files/ |
0002-Report-tests-url-name.patch | 0 commit 837af03fa24ed02eb448c9a738d2264071a10b9f
|
/external/autotest/frontend/migrations/ |
049_test_planner_additions.py | 26 COMMIT;
|
/external/autotest/utils/ |
run_pylint.py | 211 in this commit. 315 def git_show_to_temp_file(commit, original_file, new_temp_file): 321 @param commit: commit hash of the commit we're running repo upload on. 332 % (commit, original_file), 337 def check_committed_files(work_tree_files, commit, pylint_base_opts): 339 Get a list of files corresponding to the commit hash. 342 of a file in the commit we mean to upload. To work around this we run 346 @param work_tree_files: list of files in this commit specified by thei [all...] |
/external/boringssl/ |
UPDATING | 21 git commit -m "external/boringssl: Sync to ${new_revision}.
|
/external/capstone/suite/ |
test_c.sh | 4 # This is useful when we want to verify if a commit (wrongly) changes the disassemble result.
|
test_python.sh | 4 # This is useful when we want to verify if a commit (wrongly) changes the disassemble result.
|
/external/clang/include/clang/Edit/ |
Commit.h | 1 //===----- Commit.h - A unit of edits ---------------------------*- C++ -*-===// 25 class Commit { 59 explicit Commit(EditedSource &Editor); 60 Commit(const SourceManager &SM, const LangOptions &LangOpts,
|
/external/clang/lib/Edit/ |
EditedSource.cpp | 13 #include "clang/Edit/Commit.h" 76 // written by a previous commit for another expansion of the same macro 84 // A commit modified the macro argument 'a' due to the first '(x)' 85 // expansion inside the macro definition, and a subsequent commit tried 87 // second commit will be rejected. 260 bool EditedSource::commit(const Commit &commit) { function in class:EditedSource 261 if (!commit.isCommitable()) 274 for (edit::Commit::edit_iterato [all...] |
/external/clang/tools/clang-format/ |
git-clang-format | 18 clang-format on the changes in current files or a specific commit. 35 usage = 'git clang-format [OPTIONS] [<commit>] [<commit>] [--] [<file>...]' 39 between the working directory and <commit>, which defaults to HEAD. Changes are 43 second <commit> that differ from the first <commit>. 47 clangFormat.commit 94 p.add_argument('--commit', 95 default=config.get('clangformat.commit', 'HEAD'), 96 help='default commit to use if none is specified') [all...] |
/external/guice/ |
CONTRIBUTING.md | 50 1. Do your best to have [well-formed commit messages][] for each change. 51 This provides consistency throughout the project, and ensures that commit 58 [well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
PresencePreferences.java | 77 editor.commit(); 96 editor.commit(); 115 editor.commit(); 134 editor.commit();
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ |
l3_bank_test.c | 15 * Tests that the L3 bank handling is correct. We fixed it in commit e9aaac1.
|
/external/llvm/test/Transforms/Util/MemorySSA/ |
load-invariant.ll | 9 ; commit.
|
/external/perfetto/src/ftrace_reader/ |
cpu_stats_parser_unittest.cc | 14 commit overrun: 3
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowFragmentPagerAdapter.java | 25 fragmentManager.beginTransaction().add(container.getId(), (Fragment) object).commit(); method
|