/aosp_15_r20/tools/repohooks/rh/ |
H A D | hooks.py | 325 def _check_cmd(hook_name, project, commit, cmd, fixup_cmd=None, **kwargs): argument 340 def check_custom(project, commit, _desc, diff, options=None, **kwargs): argument 346 def check_aosp_license(project, commit, _desc, diff, options=None): argument 386 def check_bpfmt(project, commit, _desc, diff, options=None): argument 413 def check_checkpatch(project, commit, _desc, diff, options=None): argument 422 def check_clang_format(project, commit, _desc, diff, options=None): argument 436 def check_google_java_format(project, commit, _desc, _diff, options=None): argument 469 def check_ktfmt(project, commit, _desc, diff, options=None): argument 500 def check_commit_msg_bug_field(project, commit, desc, _diff, options=None): argument 525 def check_commit_msg_changeid_field(project, commit, desc, _diff, options=None): argument [all …]
|
H A D | git.py | 86 def get_patch(commit): argument 92 def get_file_content(commit, path): argument 161 def get_affected_files(commit): argument 178 def get_commit_desc(commit): argument
|
/aosp_15_r20/external/autotest/tko/ |
H A D | db.py | 249 def commit(self): member in db_sql 384 def _exec_sql_with_commit(self, sql, values, commit): argument 398 def insert(self, table, data, commit=None): argument 420 def delete(self, table, where, commit = None): argument 438 def update(self, table, data, where, commit = None): argument 467 def delete_job(self, tag, commit = None): argument 486 def insert_job(self, tag, job, commit=None): argument 523 def insert_or_update_task_reference(self, job, reference_type, commit=None): argument 558 def update_job_keyvals(self, job, commit=None): argument 575 def insert_test(self, job, test, commit = None): argument [all …]
|
/aosp_15_r20/external/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() 174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() 182 Commit &commit) { in rewriteToSubscriptGetCommon() 206 Commit &commit) { in rewriteToArraySubscriptGet() 216 Commit &commit) { in rewriteToDictionarySubscriptGet() 226 Commit &commit) { in rewriteToArraySubscriptSet() 260 Commit &commit) { in rewriteToDictionarySubscriptSet() 291 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax() 340 const NSAPI &NS, Commit &commit, in rewriteToObjCLiteralSyntax() 379 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral() [all …]
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
H A D | common.cpp | 124 static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { in Release() 130 static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { in Release() 136 static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { in Release() 142 static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { in Release() 148 static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { in Release() 154 static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { in Release() 160 static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { in Release() 166 static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { in Release() 173 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { in releaseArrayPointer() 178 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) in releasePointer()
|
/aosp_15_r20/external/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() 324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local 330 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local 336 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local 454 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty() 664 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl() 707 const NSAPI &NS, edit::Commit &commit, in rewriteToNSEnumDecl() 761 const NSAPI &NS, edit::Commit &commit, in rewriteToNSMacroDecl() 892 edit::Commit commit(*Editor); in migrateProtocolConformance() local 945 edit::Commit commit(*Editor); in migrateNSEnumDecl() local [all …]
|
/aosp_15_r20/external/vulkan-validation-layers/build-android/ |
H A D | known_good.json | 7 "commit" : "419517b1595ffcf14c6098c3c1af09e7033e09df" string 13 "commit" : "74426f7570fdd23a3bcf7ac0987347197f44c92e" string 19 "commit" : "v1.1.121" string 25 "commit" : "e36c760bbde1c56b5b2a934347ff0fb9dce4d793" string 31 "commit" : "1fedf72e500b7cf72098a3f800c8ef4b9d9dc84f" string 37 "commit" : "dcce859e34cf0c23625ec75ac44df750aa2f4d70" string
|
/aosp_15_r20/external/zstd/tests/ |
H A D | DEPRECATED-test-zstd-speed.py | 92 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument 119 def git_get_changes(branch, commit, last_commit): argument 150 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument 193 def update_config_file(branch, commit): argument 204 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, fi… argument 214 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument 345 commit = "" variable 357 commit = execute('git show -s --format=%h ' + branch, verbose)[0] variable
|
/aosp_15_r20/external/lz4/tests/ |
H A D | test-lz4-speed.py | 89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument 116 def git_get_changes(branch, commit, last_commit): argument 147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument 182 def update_config_file(branch, commit): argument 193 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, fi… argument 203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument 318 commit = "" variable 332 commit = execute('git show -s --format=%h ' + branch, verbose)[0] variable
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10Ext.cpp | 150 static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { in Release() 156 static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { in Release() 162 static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { in Release() 168 static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { in Release() 174 static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { in Release() 180 static void Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) { in Release() 186 static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) { in Release() 192 static void Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) { in Release() 199 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) { in releaseArrayPointer() 204 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) in releasePointer()
|
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/command/ |
H A D | CommandAliasTest.java | 63 CommandCommit commit = new CommandCommit(); in testCommitWithAlias() local 80 CommandCommit commit = new CommandCommit(); in twoCommandsWithAliases() local 95 CommandCommit commit = new CommandCommit(); in clashingAliasesAreNotAllowed() local 119 CommandCommit commit = new CommandCommit(); in usageCanBeRetrievedWithBothCommandAndAlias() local 138 CommandCommit commit = new CommandCommit(); in usageDisplaysCommandWithAliasesOnlyOnce() local 156 CommandCommit commit = new CommandCommit(); in formattingLooksNice() local
|
H A D | CommandTest.java | 37 CommandCommit commit = new CommandCommit(); in namedCommandTest1() local 60 CommandCommit commit = new CommandCommit(); in commandTest1() local 75 CommandCommit commit = new CommandCommit(); in commandTest2() local 128 CommandCommit commit = new CommandCommit(); in noTrailingSpaceInUsageTest() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/ |
D | passive_client.rs | 76 pub commit: Vec<u8>, field 268 let commit = commit_builder.build().await.unwrap(); in invite_passive_client() localVariable 308 let commit = groups[0].commit(vec![]).await.unwrap(); in generate_passive_client_proposal_tests() localVariable 427 let commit = groups[5].commit(vec![]).await.unwrap().commit_message; in generate_passive_client_proposal_tests() localVariable 445 let commit = group.commit(vec![]).await.unwrap().commit_message; in generate_passive_client_proposal_tests() localVariable 469 let commit = builder.build().await.unwrap().commit_message; in commit_by_value() localVariable 684 let commit = commit_output.welcome_messages[0].clone(); in add_random_members() localVariable 715 let commit = commit_builder.build().await.unwrap().commit_message; in remove_members() localVariable
|
/aosp_15_r20/external/pytorch/scripts/release_notes/ |
H A D | categorize.py | 70 def features(self, commit): argument 73 def potential_reverts_of(self, commit, commits): argument 102 def handle_commit(self, commit, i, total, commits): argument 184 def update_commit(self, commit, category, topic): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/tests/ |
D | client_tests.rs | 265 let commit = commit_output.commit_message; in test_update_proposals() localVariable 316 let commit = commit_output.commit_message; in test_remove_proposals() localVariable 412 let commit = alice_group.commit(Vec::new()).await.unwrap().commit_message; in test_out_of_order_application_messages() localVariable 636 let commit = bob_group.commit(Vec::new()).await.unwrap().commit_message; in reinit_works() localVariable 789 let commit = builder.build().await.unwrap(); in weird_tree_scenario() localVariable 805 let commit = builder.remove_member(1).unwrap().build().await.unwrap(); in weird_tree_scenario() localVariable 837 let commit = alice.commit(vec![]).await.unwrap(); in external_info_from_commit_allows_to_join() localVariable
|
/aosp_15_r20/external/vulkan-validation-layers/scripts/ |
H A D | known_good.json | 9 "commit" : "333d1c95792692205472c457d7bec915a94c8000", string 23 "commit" : "v1.1.121" string 31 "commit" : "v1.1.121", string 52 "commit" : "206108f07f531cab5523ff36d7947f39cdd7ad6b", string 90 "commit" : "e36c760bbde1c56b5b2a934347ff0fb9dce4d793", string
|
/aosp_15_r20/prebuilts/checkstyle/ |
H A D | tests.py | 49 def mock_modified_files_good(root, tracked_only=False, commit=None): argument 55 def mock_modified_files_uncommitted(root, tracked_only=False, commit=None): argument 63 def mock_modified_files_untracked(root, tracked_only=False, commit=None): argument 71 def mock_modified_files_non_java(root, tracked_only=False, commit=None): argument
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | pages.c | 61 os_pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in os_pages_map() 114 bool *commit) { in os_pages_trim() 169 pages_map_slow(size_t size, size_t alignment, bool *commit) { in pages_map_slow() 193 pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in pages_map() 234 pages_commit_impl(void *addr, size_t size, bool commit) { in pages_commit_impl()
|
/aosp_15_r20/prebuilts/checkstyle/gitlint/ |
H A D | git.py | 52 def modified_files(root, tracked_only=False, commit=None): argument 89 def _modified_files_with_commit(root, commit): argument 106 def modified_lines(filename, extra_data, commit=None): argument
|
/aosp_15_r20/hardware/google/pixel/preupload_hooks/pixel_json_checker/gitlint/ |
D | git.py | 52 def modified_files(root, tracked_only=False, commit=None): argument 89 def _modified_files_with_commit(root, commit): argument 106 def modified_lines(filename, extra_data, commit=None): argument
|
/aosp_15_r20/external/angle/third_party/glslang/src/ |
H A D | known_good.json | 8 "commit": "3fb52548bc8a68d349d31e21bd4e80e3d953e87c" string 15 "commit" : "36d5e2ddaa54c70d2f29081510c66f4fc98e5e53" string 22 "commit": "v1.14.0" string
|
H A D | known_good_khr.json | 8 "commit" : "d4e2c2eaa6fd2e9f9cd218ea9add9b0c8ae759ba" string 15 "commit" : "gitlab-prelim-rc4" string 22 "commit": "v1.14.0" string
|
/aosp_15_r20/external/deqp-deps/glslang/ |
D | known_good.json | 8 "commit": "b0a5c4ac12b742086ffb16e2ba0ad4903450ae1d" string 15 "commit" : "05cc486580771e4fa7ddc89f5c9ee1e97382689a" string 22 "commit": "v1.14.0" string
|
D | known_good_khr.json | 8 "commit" : "d4e2c2eaa6fd2e9f9cd218ea9add9b0c8ae759ba" string 15 "commit" : "gitlab-prelim-rc4" string 22 "commit": "v1.14.0" string
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 123 Error commit() override { return Error::success(); } in commit() function 192 Error commit() override { return Error::success(); } in commit() function 214 Error commit() override { in commit() function 256 Error commit() override { return Impl.commit(); } in commit() function
|