Home
last modified time | relevance | path

Searched refs:remains (Results 1 – 25 of 136) sorted by relevance

123456

/external/qemu/elff/
Delf_alloc.cc38 if (current_chunk_ == NULL || current_chunk_->remains < size) { in alloc()
49 new_chunk->remains = new_chunk->size - sizeof(ElfAllocatorChunk); in alloc()
55 current_chunk_->remains -= size; in alloc()
Delf_alloc.h59 size_t remains; member
/external/chromium/base/
Dstring_split.cc76 std::string remains(line, end_key_pos, line.size() - end_key_pos); in SplitStringIntoKeyValues() local
77 size_t begin_values_pos = remains.find_first_not_of(key_value_delimiter); in SplitStringIntoKeyValues()
82 std::string values_string(remains, begin_values_pos, in SplitStringIntoKeyValues()
83 remains.size() - begin_values_pos); in SplitStringIntoKeyValues()
/external/webkit/Tools/WebKitLauncherWin/
DWebKitLauncherWin.rc26 // remains consistent on all systems.
/external/quake/quake/src/WinQuake/
Dwinquake.rc56 // remains consistent on all systems.
/external/webkit/Tools/WinLauncher/
DWinLauncher.rc32 // remains consistent on all systems.
/external/quake/quake/src/QW/client/
Dwinquake.rc56 // remains consistent on all systems.
/external/libpng/contrib/visupng/
DVisualPng.rc99 // remains consistent on all systems.
/external/chromium/chrome/browser/ui/cocoa/
Dstyled_text_field.mm51 // Make sure the selection remains visible.
/external/bluetooth/glib/docs/reference/
DCOPYING3 notice remains intact and unchanged on all copies. Commercial
/external/proguard/examples/
Dlibrary.pro3 # library, such that it remains usable as a library.
/external/openssl/crypto/bf/
DCOPYRIGHT11 Copyright remains Eric Young's, and as such any Copyright notices in
/external/llvm/docs/HistoricalNotes/
D2002-05-12-InstListChange.txt40 Iteration over the instructions in a basic block remains the simple:
/external/openssl/crypto/des/
DCOPYRIGHT11 Copyright remains Eric Young's, and as such any Copyright notices in
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c1773 SizeT remains; in VG_() local
1785 remains in VG_()
1787 if (remains < limit) in VG_()
1791 tid, remains); in VG_()
/external/dropbear/
Dfilelist.txt1 This file is out of date - it remains here in case it is still of use.
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-aix5.c1607 Int remains = RES; in POST() local
1612 if (nReadThisBuf > remains) nReadThisBuf = remains; in POST()
1614 remains -= nReadThisBuf; in POST()
1615 if (remains < 0) VG_(core_panic)("readv: remains < 0"); in POST()
Dsyswrap-linux.c1458 Int remains = vev->result; in POST() local
1463 if (nReadThisBuf > remains) nReadThisBuf = remains; in POST()
1465 remains -= nReadThisBuf; in POST()
1466 if (remains < 0) VG_(core_panic)("io_getevents(PREADV): remains < 0"); in POST()
3352 Int remains = RES; in POST() local
3357 if (nReadThisBuf > remains) nReadThisBuf = remains; in POST()
3359 remains -= nReadThisBuf; in POST()
3360 if (remains < 0) VG_(core_panic)("preadv: remains < 0"); in POST()
/external/chromium/chrome/browser/ui/
Dwindow_sizer_mac.mm138 // that if a popup does not fit the title-bar is remains visible.
/external/elfutils/
DTODO23 remains maintainable.
/external/valgrind/main/docs/internals/
Dporting-HOWTO.txt63 there undoubtedly remains some arch-specific stuff in there. Abstract it out
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
Dwrench_menu_controller.mm198 // spacing between the buttons and the title remains the same.
/external/icu4c/data/mappings/
Diso-8859_11-2001.ucm24 # internal or external distribution as long as this notice remains
Diso-8859_10-1998.ucm24 # internal or external distribution as long as this notice remains
Diso-8859_14-1998.ucm25 # internal or external distribution as long as this notice remains

123456