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

<<11121314151617181920>>

  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 127 protected MapMaker(MapMaker old, boolean copyStack) {
128 super(old, copyStack);
  /external/libxml2/
parserInternals.c 1995 int old = xmlPedanticParserDefaultValue; local
2013 int old = xmlLineNumbersDefaultValue; local
2035 int old = xmlSubstituteEntitiesDefaultValue; local
2067 int old = xmlKeepBlanksDefaultValue; local
    [all...]
  /external/skia/gpu/src/
GrInOrderDrawBuffer.cpp 525 const DrState& old = this->accessSavedDrawState(fStates.back()); local
526 return old != fCurrDrawState;
  /external/v8/test/mjsunit/
debug-liveedit-2.js 55 // because old value of parameter "p" was not saved.
65 // Old instance of closure is not patched.
debug-liveedit-breakpoints.js 83 // One breakpoint gets duplicated in a old version of script.
  /external/valgrind/main/exp-bbv/
bbv_main.c 467 static struct thread_info *allocate_new_thread(struct thread_info *old,
475 old,
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementreplaceexistingattributegevalue.js 85 should return the existing Attr node(old "class" Attr).
hc_noderemovechildoldchildnonexistent.js 79 NOT_FOUND_ERR DOMException if the old child is
hc_nodereplacechildoldchildnonexistent.js 79 NOT_FOUND_ERR DOMException if the old child is
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementreplaceexistingattributegevalue.js 85 should return the existing Attr node(old "class" Attr).
hc_noderemovechildoldchildnonexistent.js 79 NOT_FOUND_ERR DOMException if the old child is
hc_nodereplacechildoldchildnonexistent.js 79 NOT_FOUND_ERR DOMException if the old child is
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
align.m 11 oldMethod = 1; % Turn on or off the old method. The new one is Bastiaan's August 2008 updates
  /ndk/build/core/
setup-app.mk 70 # you're not going to leave a stale shared library for the old one.
  /dalvik/vm/arch/arm/
CallEABI.S 260 mov lr, pc @ call func the old-fashioned way
  /dalvik/vm/compiler/template/armv5te/
footer.S 55 str r0, [rSELF, #offThread_jniLocal_topCookie] @ new top <- old top
  /dalvik/vm/test/
AtomicTest.cpp 45 extern int __atomic_cmpxchg(int old, int _new, volatile int *ptr);
  /development/build/tools/
mk_sdk_repo_xml.sh 94 Extra.OldPaths old-paths
198 # - old-paths extra
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 70 mfspr r0,256 ; cache old vrsave
292 mtspr 256,r0 ; restore old vrsave
319 mfspr r0,256 ; cache old vrsave
427 mtspr 256,r0 ; restore old vrsave
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 72 mfspr r0,256 # cache old vrsave
294 mtspr 256,r0 # restore old vrsave
321 mfspr r0,256 # cache old vrsave
429 mtspr 256,r0 # restore old vrsave
  /external/ipsec-tools/src/racoon/
remoteconf.c 560 struct idspec *old = (struct idspec *) entry; local
564 if (set_identifier(&id->id, old->idtype, old->id) != 0) {
569 id->idtype = old->idtype;
  /external/kernel-headers/original/linux/mtd/
mtd.h 231 extern int unregister_mtd_user (struct mtd_notifier *old);
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 198 mfspr r11, 256 ;# get old VRSAVE
367 mtspr 256, r11 ;# reset old VRSAVE
389 mfspr r11, 256 ;# get old VRSAVE
545 mtspr 256, r11 ;# reset old VRSAVE
561 mfspr r11, 256 ;# get old VRSAVE
753 mtspr 256, r11 ;# reset old VRSAVE
770 mfspr r11, 256 ;# get old VRSAVE
955 mtspr 256, r11 ;# reset old VRSAVE
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 28 mfspr r11, 256 ;# get old VRSAVE
51 mtspr 256, r11 ;# reset old VRSAVE
variance_altivec.asm 31 mfspr r11, 256 ;# get old VRSAVE
47 mtspr 256, r11 ;# reset old VRSAVE

Completed in 1128 milliseconds

<<11121314151617181920>>