HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /development/tools/findunused/
findunusedtranslations 59 $changes = 0;
66 $changes = 1;
72 $changes = 1;
78 $changes = 1;
96 if ($changes) {
101 print "(no changes)\n";
  /external/chromium/third_party/libevent/
kqueue.c 72 struct kevent *changes; member in struct:kqop
124 kqueueop->changes = malloc(NEVENT * sizeof(struct kevent));
125 if (kqueueop->changes == NULL) {
131 free (kqueueop->changes);
143 kqueueop->changes[0].ident = -1;
144 kqueueop->changes[0].filter = EVFILT_READ;
145 kqueueop->changes[0].flags = EV_ADD;
152 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
156 free(kqueueop->changes);
177 newchange = realloc(kqop->changes,
221 struct kevent *changes = kqop->changes; local
    [all...]
devpoll.c 68 struct pollfd *changes; member in struct:devpollop
97 if (pwrite(devpollop->dpfd, devpollop->changes,
118 pfd = &devpollop->changes[devpollop->nchanges++];
171 devpollop->changes = calloc(nfiles, sizeof(struct pollfd));
172 if (devpollop->changes == NULL) {
410 if (devpollop->changes)
411 free(devpollop->changes);
  /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 999 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/chromium/third_party/icu/source/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /external/chromium/third_party/icu/source/data/translit/
trnsfiles.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/chromium/third_party/icu/source/data/sprep/
sprepfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or
  /external/icu4c/data/misc/
miscfiles.mk 10 # Then, you can have your local changes remain even if you upgrade or re-
  /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/chromium/third_party/icu/source/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...]
  /external/icu4c/test/intltest/
tzbdtest.cpp 458 int32_t changes = 0;
467 lastState = state;++changes;
471 if (changes == 0) {
476 else if (changes != 2) {
477 errln(UnicodeString("FAIL: ") + changes + " changes seen; should see 0 or 2");
480 errln("FAIL: useDaylightTime false but 2 changes seen");
482 if (changes != expectedChanges) {
483 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 115 * and compute the actual changes.
116 * <li> When all changes are computed, {@link #createChange(IProgressMonitor)} is invoked.
119 * The list of changes are:
185 /** The list of changes computed by {@link #checkFinalConditions(IProgressMonitor)} and
825 List<Change> changes = null; local
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 60 changes.sgml \
  /external/chromium/third_party/icu/source/data/brkitr/
brkfiles.mk 11 # Then, you can have your local changes remain even if you upgrade or
  /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

Completed in 335 milliseconds

1 2 3 4