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

<<51525354555657585960>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectGetter.java 80 if (editor.commit()) {
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java 53 .commit();
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
MainActivity.java 53 transaction.commit();
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
MainActivity.java 50 transaction.commit();
  /development/samples/browseable/BasicImmersiveMode/src/com.example.android.basicimmersivemode/
MainActivity.java 50 transaction.commit();
  /development/samples/browseable/BeamLargeFiles/src/com.example.android.beamlargefiles/
MainActivity.java 53 transaction.commit();
  /development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
MainActivity.java 50 transaction.commit();
  /development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
MainActivity.java 50 transaction.commit();
  /development/samples/browseable/StorageClient/src/com.example.android.storageclient/
MainActivity.java 50 transaction.commit();
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MainActivity.java 50 transaction.commit();
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
MainActivity.java 53 transaction.commit();
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DetailActivity.java 67 .commit();
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java 59 ft.commit();
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
ArticleActivity.java 58 getSupportFragmentManager().beginTransaction().add(android.R.id.content, f).commit();
  /development/tools/findunused/
removeunusedresources 83 echo "When you're done, you can 'git commit' the change."
  /development/vndk/snapshot/
update.py 169 def commit(branch, build, version): function
170 logger().info('Making commit...')
177 check_call(['git', 'commit', '-m', message])
268 commit(args.branch, args.build, vndk_version)
  /device/google/contexthub/util/
nanoapp_prepare.sh 19 # Exit in error if we use an undefined variable (i.e. commit a typo).
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
Vfr.vfr 99 // Commit change and exit
  /external/annotation-tools/
build.xml 15 <copy file="bin-devel/git.pre-commit" tofile="../.git/hooks/pre-commit" preservelastmodified="true" />
20 <arg value=".git.pre-commit"/>
21 <arg value=".git/hooks/pre-commit"/>
  /external/autotest/client/profilers/blktrace/
blktrace.py 29 # commit 1e09f6e9012826fca69fa07222b7bc53c3e629ee
  /external/autotest/client/tests/qemu_iotests/
qemu-iotests.tar.bz2 
  /external/autotest/site_utils/
automated_deploy.py 10 1. Update both autotest and chromite to the lastest commit that has passed
15 3. Update a given repo to a specific commit
68 'prod-next branch, which is the latest commit that has '
134 # Get the pushed commit range, which is used to get pushed commits
  /external/autotest/test_suites/
control.bvt-arc 22 * Chrome OS CLs must pass these tests in the Commit Queue prior to
control.bvt-inline 18 * Failures in the Commit Queue or Pre-Flight Queue fail the build,
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 14 #include "clang/Edit/Commit.h"
53 edit::Commit commit(SM, LangOpts);
59 commit.insertFromRange(Hint.RemoveRange.getBegin(),
63 commit.remove(Hint.RemoveRange);
67 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
69 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
75 if (Editor.commit(commit)) {

Completed in 3749 milliseconds

<<51525354555657585960>>