HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/icu4c/data/mappings/
ucmfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re
  /external/v8/test/mjsunit/
debug-suspend.js 91 // Stop debugger and check that suspend command changes running flag.
debug-version.js 85 // Stop debugger and check that suspend command changes running flag.
  /frameworks/base/core/java/android/content/
Intent.java 414 * and allows the user to edit it. If they keep their changes, the URI
4985 int changes = 0; local
    [all...]
  /dalvik/libcore/sql/src/main/java/SQLite/
Database.java 161 public long changes() { method in class:Database
  /dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
JDBCStatement.java 101 updcnt = (int) conn.db.changes();
  /external/clearsilver/
Makefile 89 p4 changes -l ./...
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_noloop_gnu.s 114 @ Clean up and store any changes that were caused during the loop
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_noloop_gnu.s 114 @ Clean up and store any changes that were caused during the loop
  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 449 /*package*/ void changeParser(ArrayList<ServerChange> changes) throws IOException {
471 changeApplicationDataParser(changes, oldRead, oldFlag, id);
479 private void changeApplicationDataParser(ArrayList<ServerChange> changes, Boolean oldRead,
497 changes.add(new ServerChange(id, read, flag));
529 // Use a batch operation to handle the changes
780 // We can only send flag changes to the server in 12.0 or later
    [all...]
  /external/bluetooth/glib/glib/
goption.c 93 GList *changes; member in struct:_GOptionContext
947 for (list = context->changes; list != NULL; list = list->next)
959 context->changes = g_list_prepend (context->changes, change);
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindowManager.java 172 Vibrator mVibrator; // Vibrator for giving feedback of orientation changes
381 // changes to lag, so we'd like to keep it always on. (It will
1511 int changes = 0; local
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
DatabaseTest.java 478 * @tests {@link Database#changes()}
483 method = "changes",
490 assertTrue(db.changes() == 0);
493 int rows = (int) db.changes();
494 assertEquals(1,db.changes());
497 assertEquals(1,db.changes());
499 assertEquals(0,db.changes());
503 assertTrue(db.changes() > 2);
505 fail("Could not get changes: " + e.getMessage());
    [all...]
  /external/elfutils/src/
strip.c 395 bool changes; local
696 changes = false;
781 changes |= scnidx < cnt;
804 changes |= shdr_info[cnt].shdr.sh_link < cnt;
812 changes |= shdr_info[cnt].shdr.sh_info < cnt;
820 while (changes);
    [all...]
  /external/icu4c/data/coll/
colfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 129 # releases due to toolchain or library changes.
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 96 # releases due to toolchain or library changes.
  /sdk/files/
find_java.bat 17 rem to use. The script changes the "java_exe" env variable. The variable
  /external/libxml2/
xmlcatalog.c 325 \t used with --add or --del, it saves the catalog changes\n\
  /external/webkit/WebCore/editing/
markup.cpp 650 Vector<AttributeChange> changes; local
663 changes.append(AttributeChange(e, attr->name(), KURL(parsedBaseURL, attr->value()).string()));
668 size_t numChanges = changes.size();
670 changes[i].apply();
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 201 which changes this infrastructure. The danger that not enough careful
245 not be able to escape to another device, when route to endpoint changes.
303 changes its parameters.
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 214 have found that even slight changes in code alignment can produce 10%
  /external/webkit/WebKitTools/Scripts/
build-webkit 207 --inspector-frontend Copy changes to the inspector front-end files to the build directory
  /external/icu4c/data/locales/
resfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or

Completed in 502 milliseconds

12 3 4