/development/tools/findunused/ |
findunusedtranslations | 59 $changes = 0; 66 $changes = 1; 72 $changes = 1; 78 $changes = 1; 96 if ($changes) { 101 print "(no changes)\n";
|
/development/apps/OBJViewer/ |
Android.mk | 12 # currently disabled because of API changes. won't be fixed for 1.0
|
/frameworks/base/core/java/android/view/ |
WindowManager.java | 972 int changes = 0; local [all...] |
/external/libpng/ |
CHANGES | 2 CHANGES - changes for libpng 72 [unspecified changes] 151 added "packswap" transformation, which changes the endianness of 278 Minor changes to pngtest.c to suppress compiler warnings. 281 Minor changes to previous minor changes to pngtest.c 308 Minor changes to makefile.s2x [all...] |
/external/icu4c/data/misc/ |
miscfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re-
|
/external/icu4c/data/translit/ |
trnsfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re
|
/external/webkit/LayoutTests/storage/domstorage/events/script-tests/ |
case-sensitive.js | 1 description("Verify that storage events fire even when only the case of the value changes.");
|
/frameworks/base/services/java/com/android/server/ |
AttributeCache.java | 85 int changes = mConfiguration.updateFrom(config); local 86 if ((changes & ~(ActivityInfo.CONFIG_FONT_SCALE |
|
/build/tools/soslim/ |
soslim.c | 261 bool changes; local 263 changes = false; 373 changes |= scnidx < cnt; 394 changes |= shdr_info[cnt].shdr.sh_link < cnt; 406 changes |= shdr_info[cnt].shdr.sh_info < cnt; 413 } while (changes);
|
/external/icu4c/data/sprep/ |
sprepfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or
|
/external/strace/ |
Android.mk | 25 # changes. Sigh.
|
/external/clearsilver/scripts/ |
ChangeLog.py | 185 changes = inverted_log.items() 186 changes.sort() 187 changes.reverse() 189 for (key, value) in changes:
|
/external/icu4c/test/intltest/ |
tzbdtest.cpp | 456 int32_t changes = 0; 465 lastState = state;++changes; 469 if (changes == 0) { 474 else if (changes != 2) { 475 errln(UnicodeString("FAIL: ") + changes + " changes seen; should see 0 or 2"); 478 errln("FAIL: useDaylightTime false but 2 changes seen"); 480 if (changes != expectedChanges) { 481 dataerrln(UnicodeString("FAIL: ") + changes + " changes seen; expected " + expectedChanges) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringRefactoring.java | 114 * and compute the actual changes. 115 * <li> When all changes are computed, {@link #createChange(IProgressMonitor)} is invoked. 118 * The list of changes are: 184 /** The list of changes computed by {@link #checkFinalConditions(IProgressMonitor)} and 824 List<Change> changes = null; local [all...] |
/external/bluetooth/glib/docs/reference/glib/ |
Makefile.am | 60 changes.sgml \
|
/external/icu4c/data/brkitr/ |
brkfiles.mk | 11 # Then, you can have your local changes remain even if you upgrade or
|
/external/webkit/WebKitTools/Scripts/ |
prepare-ChangeLog | 47 # the changes are checked in, though). 166 print STDERR " No changes found.\n"; [all...] |
/external/quake/quake/src/WinQuake/ |
vid_sunx.cpp | 547 XWindowChanges changes; local 560 changes.x = 0; 561 changes.y = 0; 562 changes.width = x_screen_width; 563 changes.height = x_screen_height; 564 changes.stack_mode = TopIf; 565 XConfigureWindow( x_disp, win, CWX | CWY | CWWidth | CWHeight | CWStackMode, &changes); 1029 // if the window changes dimension, skip this frame
|
vid_sunxil.cpp | 362 XWindowChanges changes; local 374 changes.x = 0; 375 changes.y = 0; 376 changes.width = x_screen_width; 377 changes.height = x_screen_height; 378 changes.stack_mode = TopIf; 379 XConfigureWindow( x_disp, win, CWX | CWY | CWWidth | CWHeight | CWStackMode, &changes); 954 // if the window changes dimension, skip this frame 1026 // if the window changes dimension, skip this frame
|
/bootable/recovery/updater/ |
Android.mk | 44 # (and updater.o recompiled) when the list of extension libs changes.
|
/external/icu4c/data/rbnf/ |
rbnffiles.mk | 11 # Then, you can have your local changes remain even if you upgrade or
|
/external/v8/test/mjsunit/regress/ |
regress-386.js | 36 // and changes i from a map transition to a real property. There was
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
sqlite3ext.h | 46 int (*changes)(sqlite3*); member in struct:sqlite3_api_routines 179 #define sqlite3_changes sqlite3_api->changes
|
/frameworks/base/services/java/com/android/server/am/ |
PendingIntentRecord.java | 195 int changes = finalIntent.fillIn(intent, key.flags); local 196 if ((changes&Intent.FILL_IN_DATA) == 0) {
|
/external/dbus/test/ |
decode-gcov.c | 1115 int passes, changes; local 1146 changes = 1; 1148 while (changes) 1151 changes = 0; 1165 changes = 1; 1175 changes = 1; 1202 changes = 1; 1226 changes = 1; [all...] |