HomeSort by relevance Sort by last modified time
    Searched full:commit (Results 501 - 525 of 4550) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is
65 /// buffer. If commit() is not called before this object's destructor
69 std::error_code commit();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileOutputBuffer.h 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is
65 /// buffer. If commit() is not called before this object's destructor
69 std::error_code commit();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileOutputBuffer.h 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is
65 /// buffer. If commit() is not called before this object's destructor
69 std::error_code commit();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileOutputBuffer.h 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is
65 /// buffer. If commit() is not called before this object's destructor
69 std::error_code commit();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileOutputBuffer.h 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is
65 /// buffer. If commit() is not called before this object's destructor
69 std::error_code commit();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileOutputBuffer.h 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is
65 /// buffer. If commit() is not called before this object's destructor
69 std::error_code commit();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileOutputBuffer.h 29 /// the buffer content at the time of the commit. If the FileOutputBuffer is
65 /// buffer. If commit() is not called before this object's destructor
69 std::error_code commit();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java 161 creator.commit();
172 creator.commit();
186 creator.commit();
201 creator.commit();
227 creator.commit();
236 k1Creator.commit();
240 k2Creator.commit();
251 editor.commit();
267 editor.commit();
280 a.commit();
    [all...]
  /developers/build/prebuilts/gradle/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 65 // This declares that the IME cannot commit any content with
69 // This declares that the IME can commit contents with
73 // This declares that the IME can commit contents with
77 // This declares that the IME can commit contents with
81 // This declares that the IME can commit contents with
85 // This declares that the IME can commit contents with
  /developers/samples/android/input/keyboard/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 65 // This declares that the IME cannot commit any content with
69 // This declares that the IME can commit contents with
73 // This declares that the IME can commit contents with
77 // This declares that the IME can commit contents with
81 // This declares that the IME can commit contents with
85 // This declares that the IME can commit contents with
  /development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/
MainActivity.java 65 // This declares that the IME cannot commit any content with
69 // This declares that the IME can commit contents with
73 // This declares that the IME can commit contents with
77 // This declares that the IME can commit contents with
81 // This declares that the IME can commit contents with
85 // This declares that the IME can commit contents with
  /external/v8/tools/release/
auto_roll.py 36 MESSAGE = "Detect commit ID of the last Chromium roll."
55 MESSAGE = "Detect commit ID of the V8 revision to roll."
66 # recent releases based on commit timestamp.
114 self.Die("Workspace is not clean. Please commit or undo your changes.")
189 help="The git commit ID of the last rolled version. "
198 parser.add_argument("--use-commit-queue",
  /frameworks/base/core/java/android/animation/
AnimationHandler.java 107 * Register to get a one shot callback for frame commit timing. Frame commit timing is the
273 * Callbacks that receives notifications for animation timing and frame commit timing.
285 * This notifies the callback of frame commit time. Frame commit time is the time after
292 * to respect the new frameTime. By having the commit time, we can adjust the start time to
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/view/inputmethod/
CommitContentSupport.java 69 // This declares that the IME cannot commit any content with
73 // This declares that the IME can commit contents with
77 // This declares that the IME can commit contents with
81 // This declares that the IME can commit contents with
85 // This declares that the IME can commit contents with
89 // This declares that the IME can commit contents with
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 123 bool GenericPipe::commit() { function in class:overlay::GenericPipe
139 if(!mRot->commit()) {
140 ALOGE("GenPipe Rotator commit failed");
141 //If rot commit fails, flush rotator session, memory, fd and create
156 ret = mCtrlData.ctrl.commit();
158 //If mdp commit fails, flush rotator session, memory, fd and create a hollow
  /packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/view/
ViewInfoActivityTest.java 81 PreferenceManager.getDefaultSharedPreferences(mTargetContext).edit().clear().commit();
102 .edit().putString(PreferenceKeys.KEY_NAME, name).commit();
124 .edit().putString(PreferenceKeys.KEY_ALLERGIES, allergies).commit();
146 .edit().putString(PreferenceKeys.KEY_EMERGENCY_CONTACTS, emergencyContact).commit();
171 .edit().putString(PreferenceKeys.KEY_EMERGENCY_CONTACTS, emergencyContact).commit();
174 .edit().putString(PreferenceKeys.KEY_ALLERGIES, allergies).commit();
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
MainActivity.java 55 transaction.commit();
68 fm.beginTransaction().add(mRetentionFragment, RETENTION_TAG).commit();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentMenuFragment.java 65 ft.commit();
93 ft.commit();
FragmentStackFragment.java 41 ft.add(R.id.simple_fragment, newFragment).commit();
87 ft.commit();
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
MainActivity.java 55 transaction.commit();
68 fm.beginTransaction().add(mRetentionFragment, RETENTION_TAG).commit();
  /external/autotest/client/profilers/powertop/src/
Makefile 43 rm -f *~ powertop powertop.1.gz po/powertop.pot DEADJOE svn-commit* *.o *.orig
48 rm -rf .svn po/.svn DEADJOE po/DEADJOE todo.txt Lindent svn-commit.* dogit.sh git/ *.rej *.orig
  /external/autotest/test_suites/
control.bvt-cq 7 PURPOSE = "Test functionality required by the Commit Queue."
16 pass the Chrome OS Commit Queue and Pre-Flight Queue. Test failures
  /external/bouncycastle/
README.android 41 f) Commit the change
43 git commit -a -m 'bouncycastle: Android tree with upstream code for version X.XX'
  /external/elfutils/
CONTRIBUTING 47 git commit --signoff will add such a Signed-off-by line at the end of
48 the commit log message for you.
  /external/fio/
ioengines.h 17 FIO_Q_BUSY = 2, /* no more room, call ->commit() */
29 int (*commit)(struct thread_data *); member in struct:ioengine_ops

Completed in 674 milliseconds

<<21222324252627282930>>