/frameworks/base/core/jni/ |
android_opengl_GLES32.cpp | 183 static void Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) { 184 _env->ReleaseByteArrayElements(array, data, commit ? 0 : JNI_ABORT); 189 static void Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) { 190 _env->ReleaseBooleanArrayElements(array, data, commit ? 0 : JNI_ABORT); 195 static void Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) { 196 _env->ReleaseCharArrayElements(array, data, commit ? 0 : JNI_ABORT); 201 static void Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) { 202 _env->ReleaseShortArrayElements(array, data, commit ? 0 : JNI_ABORT); 207 static void Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) { 208 _env->ReleaseIntArrayElements(array, data, commit ? 0 : JNI_ABORT) [all...] |
/hardware/qcom/display/msm8996/sdm/include/core/ |
layer_stack.h | 86 //!< this would be ignored during Commit(). 94 //!< then this would be ignored during Commit(). 248 //!< Commit() calls. 301 @sa DisplayInterface::Commit 310 //!< Commit(). Client shall close the returned file
|
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-parent/20/ |
jetty-parent-20.pom | 23 <name>Jetty Commit Mailing List</name> 24 <archive>http://dev.eclipse.org/mhonarc/lists/jetty-commit/maillist.html</archive> 25 <subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-commit</subscribe> 26 <unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-commit</unsubscribe> 59 <name>Jetty @ codehaus Commit List</name>
|
/system/extras/ioblame/ |
README | 168 commit ae2f6765db98e2fcb99082e336dd8b24e7644620 180 (cherry picked from commit 5035d5f0933758dd515327d038e5bef7e40dbaa7) 182 commit a2a04ea83d2960867324fa059ba1eedc2fc7784e (HEAD -> android-4.4) 197 commit 32cbbe59538d2dd0b77822cc27ce32ca487c467d 213 commit c60bc59c6af4fbdeaf7bbeaebee6b55d9e488324 (HEAD ->
|
/external/python/cpython3/Lib/sqlite3/test/ |
dbapi.py | 101 self.cx.commit() 105 A commit should also work when no changes were made to the database. 107 self.cx.commit() 108 self.cx.commit() 156 cx.commit() 538 con.commit() 749 con.commit() 853 # Use connection to commit. 854 self.cx.commit() 870 self.cx.commit() [all...] |
/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
OldMainActivityPeer.java | [all...] |
/external/deqp/external/openglcts/modules/gl/ |
gl4cSparseBufferTests.cpp | 472 page_size, GL_TRUE); /* commit */ 522 page_size, GL_TRUE); /* commit */ 540 page_size, GL_TRUE); /* commit */ 560 page_size / 2, GL_TRUE); /* commit */ 577 page_size, GL_TRUE); /* commit */ 593 GL_TRUE); /* commit */ 889 m_helper_bo_size_rounded, GL_FALSE); /* commit */ [all...] |
/external/wayland/protocol/ |
wayland.xml | 400 requested in the same wl_surface.commit that attaches this [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnJAJP.java | 132 /** Bit flag for English auto commit mode (ON) */ 134 /** Bit flag for English auto commit mode (OFF) */ 136 /** Bit flag for English auto commit mode (symbol list) */ 349 /** Auto commit state (in English mode) */ [all...] |
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
VirtualContainerActivityTest.java | 456 mActivity.getAutofillManager().commit(); 571 mActivity.getAutofillManager().commit(); 599 // NOTE: tests where save is not shown only makes sense when calling commit() explicitly, 618 mActivity.getAutofillManager().commit(); 643 mActivity.getAutofillManager().commit(); 674 mActivity.getAutofillManager().commit(); 705 mActivity.getAutofillManager().commit();
|
/external/ltp/doc/ |
style-guide.txt | 396 breakage in testcases after a commit is made (mistakes happen and no 426 1. Use +git commit -s+ . You know you want to ;) .. (you may need to 428 2. Provide a short (<= 50 character) description of the commit. 430 lines) description of what the commit does. 433 Example of a commit message: 436 Short description of my commit. 438 This is a much longer description of my commit. Blah blah blah blah
|
/external/selinux/policycoreutils/semodule/ |
semodule.c | 31 /* list of modes in which one ought to commit afterwards */ 139 printf(" -N,-n,--noreload do not reload policy after commit\n"); 341 int i, commit = 0; local 353 commit = 1; 723 commit += do_commit[mode]; 733 if (commit) { 755 } else if (commit && verbose) {
|
/external/valgrind/docs/internals/ |
3_8_BUGSTATUS.txt | 211 FIX 3.9 (commit) 247 OSX10.8 FIX 3.9 (commit) 425 FIX 3.9 (commit) 429 FIX 3.9 (commit) 446 FIX 3.9 (commit) 470 FIX 3.9 (commit) 474 FIX 3.9 (commit)
|
/frameworks/base/core/java/android/preference/ |
PreferenceManager.java | 103 * If in no-commit mode, the shared editor to give out (which will be 104 * committed when exiting no-commit mode). 660 editor.commit(); 668 * <p>Do NOT commit unless {@link #shouldCommit()} returns true. 691 * Whether it is the client's responsibility to commit on the 697 * @return Whether the client should commit. 711 mEditor.commit(); [all...] |
/external/wayland-protocols/freedesktop.org/unstable/xdg-shell/ |
xdg-shell-unstable-v5.xml | 149 The client must call wl_surface.commit on the corresponding wl_surface 328 the next commit. 408 must make an ack_configure request sometime before the commit 418 A client is not required to commit immediately after sending 420 before its next surface commit. 423 ack_configure request at the time of a commit indicates which 437 time wl_surface.commit of the corresponding wl_surface is called. 446 commit. This unset mode is meant for extremely simple clients. 597 The client must call wl_surface.commit on the corresponding wl_surface
|
/prebuilts/go/darwin-x86/src/html/template/ |
escape.go | 38 tmpl.esc.commit() 94 // xxxNodeEdits are the accumulated edits to apply during commit. 786 // editActionNode records a change to an action pipeline for later commit. 794 // editTemplateNode records a change to a {{template}} callee for later commit. 802 // editTextNode records a change to a text node for later commit. 810 // commit applies changes to actions and template calls needed to contextually 812 func (e *escaper) commit() { func 833 // Reset state that is specific to this commit so that the same changes are 834 // not re-applied to the template on subsequent calls to commit.
|
/prebuilts/go/linux-x86/src/html/template/ |
escape.go | 38 tmpl.esc.commit() 94 // xxxNodeEdits are the accumulated edits to apply during commit. 786 // editActionNode records a change to an action pipeline for later commit. 794 // editTemplateNode records a change to a {{template}} callee for later commit. 802 // editTextNode records a change to a text node for later commit. 810 // commit applies changes to actions and template calls needed to contextually 812 func (e *escaper) commit() { func 833 // Reset state that is specific to this commit so that the same changes are 834 // not re-applied to the template on subsequent calls to commit.
|
/cts/tests/tests/security/jni/ |
android_security_cts_NativeCodeTest.cpp | 43 * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8176cced706b5e5d15887584150764894e94e02f 61 * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c95eb3184ea1a3a2551df57190c81da695e2144b 66 * http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=b88a2595b6d8aedbd275c07dfa784657b4f757eb
|
/developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
MainActivity.java | 234 .commit(); method 246 .commit(); method 311 transaction.commit();
|
/developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/ |
MainActivity.kt | 87 }.commit() 190 .commit() 201 .commit()
|
/developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/ |
MainActivity.java | 234 .commit(); method 246 .commit(); method 311 transaction.commit();
|
/developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/ |
MainActivity.kt | 87 }.commit() 190 .commit() 201 .commit()
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
CustomLocaleActivity.java | 150 mPrefs.edit().putString(CUSTOM_LOCALES, customLocales).commit(); 401 boolean ok = mPrefs.edit().putString(CUSTOM_LOCALES, newLocales).commit(); 403 Log.d(TAG, "Prefs commit:" + Boolean.toString(ok) + ". Saved: " + newLocales);
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
MainActivity.java | 87 .hide(getFragmentManager().findFragmentById(R.id.titles_frag)).commit(); 200 fm.beginTransaction().show(f).commit(); 225 fm.beginTransaction().hide(f).commit();
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Database.py | 150 # Commit all first
154 # Commit to file
155 self.Conn.commit()
|