HomeSort by relevance Sort by last modified time
    Searched refs:old (Results 276 - 300 of 555) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/callgrind/
callstack.c 123 Int old = CLG_(clo).verbose; local
125 fn->verbosity = old;
168 Int old = CLG_(clo).verbose; local
170 fn->verbosity = old;
212 * skipping, the old context should already be saved on the stack */
407 /* We pop old stack frames.
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 256 * with removing the old window if the activity has changed.
291 LocalActivityRecord old = mResumed; local
295 if (old != null && old != r && mCurState == RESUMED) {
296 moveToState(old, STARTED);
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 140 sp<MediaRecorder> old = (MediaRecorder*)env->GetIntField(thiz, fields.context); local
144 if (old != 0) {
145 old->decStrong(thiz);
148 return old;
  /ndk/build/core/
ndk-common.sh 762 local old="-$prev"
764 # Instead of old version 0; use the original filename
766 old=""
769 if [ -f "${LOGFILE}${old}" ] ; then
770 mv -f "${LOGFILE}${old}" "${LOGFILE}-${ver}"
  /system/core/libcutils/
private.h 246 char * icatalloc P((char * old, const char * new));
  /external/icu4c/common/
uhash.c 394 UHashElement *old = hash->elements; local
414 hash->elements = old;
420 if (!IS_EMPTY_OR_DELETED(old[i].hashcode)) {
421 UHashElement *e = _uhash_find(hash, old[i].key, old[i].hashcode);
424 e->key = old[i].key;
425 e->value = old[i].value;
426 e->hashcode = old[i].hashcode;
431 uprv_free(old);
515 * old key, then it must be deleted (if the deleter != NULL)
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 309 Type* old = NAMES.Find(type->QualifiedName()); local
310 if (old == NULL) {
334 if (old->Kind() == Type::BUILT_IN) {
340 else if (type->Kind() != old->Kind()) {
341 const char* oldKind = kind_to_string(old->Kind());
348 old->DeclFile().c_str(), old->DeclLine(), oldKind);
518 method_type* old = methodNames[m->name.data]; local
520 filename, old->name.lineno);
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NO_OPT.S 13 sub r1, r1, r7, lsl #2 @ r1<- newFp (old savearea - regsSize)
  /external/chromium/base/
time_win.cc 304 // reality due to bugs in BIOS or HAL on some, especially old computers.
389 TickFunctionType old = tick_function; local
391 return old;
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 90 << "Old mode: " << server_connection_ok_ << " Code: " << code;
285 SyncSession* old = job.session.get(); local
287 old->source(), old->routing_info(), old->workers()));
624 // TODO(tim): Old impl had special code if notifications disabled. Needed?
696 SyncSession* old = old_job.session.get(); local
698 old->source(), old->routing_info(), old->workers()))
    [all...]
  /external/dhcpcd/
configure.c 72 sigset_t old; local
76 sigprocmask(SIG_SETMASK, &full, &old);
84 sigprocmask(SIG_SETMASK, &old, NULL);
93 sigprocmask(SIG_SETMASK, &old, NULL);
222 if (iface->state->old != NULL ||
230 if (iface->state->old) {
231 e = configure_env(NULL, NULL, iface->state->old, ifo);
234 elen += configure_env(env + elen, "old",
235 iface->state->old, ifo);
237 append_config(&env, &elen, "old",
    [all...]
client.c 133 struct dhcp_message *old; member in struct:if_state
193 sigset_t old; local
202 sigprocmask(SIG_SETMASK, &full, &old);
243 sigprocmask(SIG_SETMASK, &old, NULL);
405 logger(LOG_INFO, "trying to use old lease in `%s'",
449 free(state->old);
450 state->old = state->new;
703 free(state->old);
704 state->old = NULL;
912 free(state->old);
    [all...]
  /external/e2fsprogs/intl/
dcigettext.c 351 struct block_list *old = list; \
353 free (old->address); \
354 free (old); \
952 /* We must allocate a new buffer or resize the old one. */
964 struct transmem_list *old = transmem_list; local
967 free (old);
1194 void *old; local
    [all...]
  /external/e2fsprogs/tests/progs/
Makefile.in 61 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
  /external/elfutils/libebl/
eblstrtab.c 127 void *old = mb; local
129 free (old);
  /external/elfutils/src/
ld.c 835 dependencies? The old linker allows this and several libraries
840 XXX IMO the old ld behavior is correct since this is also how the
1284 struct pathelement *old = ld_state.rpath; local
1299 struct pathelement *old = ld_state.rpath_link; local
1448 struct symbol *old = ld_symbol_tab_find (&ld_state.symbol_tab, local
    [all...]
  /external/kernel-headers/original/linux/
bitmap.h 46 * bitmap_remap(dst, src, old, new, nbits) *dst = map(old, new)(src)
47 * bitmap_bitremap(oldbit, old, new, nbits) newbit = map(old, new)(oldbit)
64 * test_and_set_bit(bit, addr) Set bit and return old value
65 * test_and_clear_bit(bit, addr) Clear bit and return old value
66 * test_and_change_bit(bit, addr) Change bit and return old value
116 const unsigned long *old, const unsigned long *new, int bits);
118 const unsigned long *old, const unsigned long *new, int bits);
  /external/opencv/cxcore/src/
cxerror.cpp 219 CvErrorCallback old = context->error_callback; local
233 return old;
  /external/openssl/crypto/des/
FILES0 10 Makefile.PL - An old makefile to build with perl5, not current.
  /external/openssl/crypto/stack/
stack.c 83 int (*old)(const void *,const void *)=sk->comp;
89 return old;
  /external/v8/test/mjsunit/
closure.js 28 // This test is lifted an old bug (ic_context_bug.js).
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetView.java 222 public void onWindowContentChanged(int slot, AlbumSetItem old, AlbumSetItem update) {
223 freeSlotContent(slot, old);
AlbumView.java 180 int slotIndex, DisplayItem old, DisplayItem update) {
181 removeDisplayItem(old);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 259 int old = gc.getAntialias(); local
261 return old;
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 69 - when reading old-style line number tables (DEBUG_SnarfLinetab)
1177 PDB_TYPES_OLD *old = (PDB_TYPES_OLD *)image; local
1199 PDB_SYMBOLS_OLD *old = (PDB_SYMBOLS_OLD *)image; local
    [all...]

Completed in 1609 milliseconds

<<11121314151617181920>>