HomeSort by relevance Sort by last modified time
    Searched full:moved (Results 251 - 275 of 3667) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilder.h 49 // function and removed from this code. Once they're all moved, this function can die.
  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 460 void* moved = NULL; local
462 moved = realloc(modules, sizeof(ModuleStats) * (1 + moduleCount));
463 if(NULL != moved)
465 modules = (ModuleStats*)moved;
498 void* moved = NULL; local
500 moved = realloc(theModule->mSegments, sizeof(SegmentStats) * (theModule->mSegmentCount + 1));
501 if(NULL != moved)
503 theModule->mSegments = (SegmentStats*)moved;
537 void* moved = NULL; local
539 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount))
575 void* moved = NULL; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.h 192 * the extension table are moved to moveTarget instead of showing an error.
196 * not moved out of the base unless their Unicode input requires it.
208 * that does not exist in the extension table, then this mapping is moved
271 /* moved here because it is used inside ucmstate.c */
  /external/chromium_org/tools/git/
move_source_file.py 9 moved header files. Assumes Chromium coding style.
17 find files that reference the moved file.
71 """Given a file that has moved from |from_path| to |to_path|,
72 updates the moved file's include guard to match the new path and
  /external/chromium_org/ui/views/examples/
single_split_view_example.cc 86 PrintStatus("Splitter moved");
  /external/chromium_org/v8/test/webkit/fast/js/kde/
Error.js 30 // moved to evil-n.js shouldBeUndefined("(new Error()).message");
  /external/chromium_org/webkit/tools/layout_tests/
test_expectations.txt 2 # are only put here temporarily, and moved to
  /external/clang/www/
cxx_compatibility.html 23 <p>The Clang C++ compatibility page has moved. You will be directed <a href="compatibility.html#c++">to its new home</a> in 5 seconds.</p>
  /external/elfutils/po/
ChangeLog 51 * Moved to CVS archive.
  /external/icu4c/common/
unistr_case_locale.cpp 15 * were moved here to break dependency cycles among parts of the common library.
unistr_titlecase_brkiter.cpp 15 * were moved here to break dependency cycles among parts of the common library.
ustr_titlecase_brkiter.cpp 15 * were moved here to break dependency cycles among parts of the common library.
  /external/llvm/docs/HistoricalNotes/
2001-02-13-Reference-Memory.txt 19 subtracted, moved, etc... Do we want to have a type like this? It
  /external/llvm/test/CodeGen/X86/
loop-strength-reduce2.ll 3 ; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader.
mmx-arg-passing.ll 6 ; are never moved into an MM register at all.
  /external/llvm/test/MC/ARM/
xscale-attributes.ll 9 ; be moved to test/CodeGen/ARM.
  /external/markdown/docs/
CHANGE_LOG 24 Sept 2008: Moved prettifyTree to a Postprocessor, replaced wikilink ext
29 and moved all extensions into a 'markdown-extensions' package.
42 distribution and other minor changes. Moved repo to git from svn.
69 Nov 5, 2007: Moved safe_mode code to a textPostprocessor and added
  /external/mockito/src/org/mockito/internal/stubbing/answers/
CallsRealMethods.java 24 * Partial mock usually means that the complexity has been moved to a different method on the same object.
  /external/qemu/
qemu-aio.h 34 * has moved before returning. This can issue new pending aio as
  /external/stlport/stlport/stl/
_slist_base.h 55 // moved here to reduce code bloat without templatizing _Slist_iterator_base
  /external/valgrind/main/exp-sgcheck/tests/
Makefile.am 28 # be moved into x86-linux/.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Somnambulator.java 26 * Note: This Activity is special. If this class is moved to another package or
  /hardware/ti/omap3/dspbridge/inc/
dsptrap.h 27 *! NT_CMD_FROM_OFFSET moved in from wcdioctl.h
memdefs.h 28 *! 15-Nov-1996 gp: Renamed from wsxmem.h and moved to kwinos.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dsptrap.h 27 *! NT_CMD_FROM_OFFSET moved in from wcdioctl.h

Completed in 586 milliseconds

<<11121314151617181920>>