/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_virtual.cpp | 215 ALOGE("%s: display commit fail!", __FUNCTION__); 260 // Perform commit to unstage the pipes. 262 ALOGE("%s: display commit fail! for %d dpy", 373 ALOGE("%s: display commit fail for %d dpy!", __FUNCTION__, dpy); 404 // Perform commit to unstage the pipes. 406 ALOGE("%s: display commit fail! for %d dpy",
|
/hardware/qcom/display/msm8909/libdrmutils/ |
drm_interface.h | 144 * Op: Returns release fence for this frame. Should be called after Commit() on 157 * Op: Returns retire fence for this commit. Should be called after Commit() on 349 * Commit the params set via Perform(). Also resets the properties after commit. Needs to be 354 virtual int Commit(bool synchronous) = 0;
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
drm_interface.h | 144 * Op: Returns release fence for this frame. Should be called after Commit() on 157 * Op: Returns retire fence for this commit. Should be called after Commit() on 349 * Commit the params set via Perform(). Also resets the properties after commit. Needs to be 354 virtual int Commit(bool synchronous) = 0;
|
/libcore/ojluni/src/main/java/java/sql/ |
Connection.java | 47 * auto-commit mode, which means that it automatically commits changes 48 * after executing each statement. If auto-commit mode has been 49 * disabled, the method <code>commit</code> must be called explicitly in 50 * order to commit changes; otherwise, database changes will not be saved. 189 * Sets this connection's auto-commit mode to the given state. 190 * If a connection is in auto-commit mode, then all its SQL 194 * the method <code>commit</code> or the method <code>rollback</code>. 195 * By default, new connections are in auto-commit 198 * The commit occurs when the statement completes. The time when the statement 212 * auto-commit mode is changed, the transaction is committed. I 250 void commit() throws SQLException; method in interface:Connection [all...] |
/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ |
XmlConfigUtils.java | 124 commit(file,f); method 329 // // commit won't be called... 332 // commit(tmp,basename) 356 // Commit the temporary file by renaming <basename> to <baesname>~ 358 private static File commit(String basename, File tmpFile) method in class:XmlConfigUtils 390 return commit(basename,newXmlTmpFile(basename));
|
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ |
XmlConfigUtils.java | 124 commit(file,f); method 329 // // commit won't be called... 332 // commit(tmp,basename) 356 // Commit the temporary file by renaming <basename> to <baesname>~ 358 private static File commit(String basename, File tmpFile) method in class:XmlConfigUtils 390 return commit(basename,newXmlTmpFile(basename));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiElementDetail.java | 118 * Instructs it to commit the new (modified) data back into the model. 121 public void commit(boolean onSave) { method in class:UiElementDetail 128 mCurrentUiElementNode.commit(); 134 AdtPlugin.log(e, "Detail node failed to commit XML attribute!"); //$NON-NLS-1$ 234 // Before changing the table, commit all dirty state. 236 commit(false);
|
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiServiceDiscoveryActivity.java | 103 .add(R.id.container_root, servicesList, "services").commit(); 111 getFragmentManager().beginTransaction().remove(frag).commit(); 338 .replace(R.id.container_root, chatFragment).commit();
|
/external/libdrm/include/drm/ |
README | 74 - Copy the drm header[s] + git add + git commit. 75 - Note: Your commit message must include: 79 c) "Generated from $tree/branch commit $sha"
|
/external/llvm/docs/ |
Lexicon.rst | 136 reviewer thinks that the patch is okay to commit. 165 "No functional change". Used in a commit message to indicate that a patch 168 actual commit email.
|
/external/mesa3d/docs/ |
repository.html | 134 and to LF on commit. 197 git add <files to commit> 198 git commit
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
RSeqParser.java | 131 * CVS: If we are doing pre-commit code reviews and someone else has 154 * CVS: If we are doing pre-commit code reviews and someone else has 192 * CVS: If we are doing pre-commit code reviews and someone else has
|
/external/skia/tools/android/ |
upload_to_android.py | 144 # Amend the commit message to add a prefix that makes it clear that the 155 subprocess.check_call('git commit --amend -m "%s"' % new_commit_message, 196 subprocess.check_call('git commit -m "%s"' % message, shell=True)
|
/external/skqp/tools/android/ |
upload_to_android.py | 144 # Amend the commit message to add a prefix that makes it clear that the 155 subprocess.check_call('git commit --amend -m "%s"' % new_commit_message, 196 subprocess.check_call('git commit -m "%s"' % message, shell=True)
|
/external/syslinux/core/lwip/doc/ |
savannah.txt | 59 commit them. Make sure you know what you are doing when using CVS to make 90 We can now commit the merge result. 91 cvs commit -R -m "Merged from DEVEL to main."
|
/external/v8/src/base/platform/ |
platform-cygwin.cc | 133 // This causes VirtualMemory::Commit to not always commit the memory region 206 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) {
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayRotator.h | 75 virtual bool commit() = 0; 110 virtual bool commit(); 167 virtual bool commit();
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
display_primary.cpp | 105 DisplayError DisplayPrimary::Commit(LayerStack *layer_stack) { 110 // Enabling auto refresh is async and needs to happen before commit ioctl 121 error = DisplayBase::Commit(layer_stack);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
display_primary.cpp | 105 DisplayError DisplayPrimary::Commit(LayerStack *layer_stack) { 110 // Enabling auto refresh is async and needs to happen before commit ioctl 121 error = DisplayBase::Commit(layer_stack);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayRotator.h | 89 virtual bool commit() = 0; 124 virtual bool commit(); 183 virtual bool commit();
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
display_primary.cpp | 112 DisplayError DisplayPrimary::Commit(LayerStack *layer_stack) { 116 // Enabling auto refresh is async and needs to happen before commit ioctl 123 error = DisplayBase::Commit(layer_stack);
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_ipa.h | 519 uint8_t commit; member in struct:ipa_ioc_add_hdr 532 uint8_t commit; member in struct:ipa_ioc_add_hdr_proc_ctx 560 uint8_t commit; member in struct:ipa_ioc_del_hdr 571 uint8_t commit; member in struct:ipa_ioc_del_hdr_proc_ctx 585 uint8_t commit; member in struct:ipa_ioc_add_rt_rule 594 uint8_t commit; member in struct:ipa_ioc_add_rt_rule_after 610 uint8_t commit; member in struct:ipa_ioc_mdfy_rt_rule 622 uint8_t commit; member in struct:ipa_ioc_del_rt_rule 644 uint8_t commit; member in struct:ipa_ioc_add_flt_rule 654 uint8_t commit; member in struct:ipa_ioc_add_flt_rule_after 670 uint8_t commit; member in struct:ipa_ioc_mdfy_flt_rule 682 uint8_t commit; member in struct:ipa_ioc_del_flt_rule [all...] |
/hardware/qcom/msm8998/kernel-headers/linux/ |
msm_ipa.h | 535 uint8_t commit; member in struct:ipa_ioc_add_hdr 549 uint8_t commit; member in struct:ipa_ioc_add_hdr_proc_ctx 576 uint8_t commit; member in struct:ipa_ioc_del_hdr 587 uint8_t commit; member in struct:ipa_ioc_del_hdr_proc_ctx 601 uint8_t commit; member in struct:ipa_ioc_add_rt_rule 610 uint8_t commit; member in struct:ipa_ioc_add_rt_rule_after 626 uint8_t commit; member in struct:ipa_ioc_mdfy_rt_rule 639 uint8_t commit; member in struct:ipa_ioc_del_rt_rule 660 uint8_t commit; member in struct:ipa_ioc_add_flt_rule 670 uint8_t commit; member in struct:ipa_ioc_add_flt_rule_after 686 uint8_t commit; member in struct:ipa_ioc_mdfy_flt_rule 699 uint8_t commit; member in struct:ipa_ioc_del_flt_rule [all...] |
/packages/apps/Dialer/java/com/android/contacts/common/preference/ |
ContactsPreferences.java | 110 StrictModeUtils.bypass(editor::commit); 139 StrictModeUtils.bypass(editor::commit); 169 StrictModeUtils.bypass(editor::commit);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherProvider.java | 299 t.commit(); 313 t.commit(); 424 t.commit(); 444 Utilities.getPrefs(getContext()).edit().remove(EMPTY_DATABASE_CREATED).commit(); 623 Utilities.getPrefs(mContext).edit().putBoolean(EMPTY_DATABASE_CREATED, true).commit(); 722 t.commit(); 736 t.commit(); [all...] |