Searched refs:reserve (Results 1 - 25 of 165) sorted by relevance

1234567

/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotify.conf.iPhone5 reserve com.apple.system. 0 0 rwr-r-
6 reserve com.apple.system.clock_set 0 501 rwrwr-
H A Dnotify.conf.MacOSX5 reserve com.apple.system. 0 0 rwr-r-
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DDataReference.cpp47 encoder.reserve(bufferSize + sizeof(uint64_t));
H A DArgumentEncoder.h70 void reserve(size_t);
H A DArgumentEncoder.cpp84 void ArgumentEncoder::reserve(size_t size) function in class:IPC::ArgumentEncoder
109 reserve(alignedSize + size);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DIndexedMap.h53 void reserve(typename StorageT::size_type s) { function in class:llvm::IndexedMap
54 storage_.reserve(s);
H A DPackedVector.h110 void reserve(unsigned N) { Bits.reserve(N << (BitNum-1)); } function in class:llvm::PackedVector
/macosx-10.10/swig-12/Lib/ruby/
H A Drubystdautodoc.swg23 AUTODOC(reserve, "Reserve memory in the $class for a number of elements");
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DSuperRegion.cpp42 m_reservation = PageReservation::reserve(s_fixedHeapMemoryPoolSize + Region::s_regionSize, OSAllocator::JSGCHeapPages);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dexpand.cpp48 regex.reserve(glob.length() * 2);
/macosx-10.10/swig-12/Lib/java/
H A Dstd_vector.i26 void reserve(size_type n);
60 void reserve(size_type n);
H A Dstd_wstring.i40 $1.reserve($1_len);
57 $result.reserve($1_len);
114 $1_str.reserve($1_len);
134 $1_str.reserve($1_len);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Dswapinfo.d87 this->reserve = `swapfs_reserve;
117 this->reserve *= `_pagesize; this->reserve /= 1048576;
126 DEBUG ? printf("DEBUG reserve %5d MB\n", this->reserve) : 1;
/macosx-10.10/dtrace-147/DTTk/Mem/
H A Dswapinfo.d87 this->reserve = `swapfs_reserve;
117 this->reserve *= `_pagesize; this->reserve /= 1048576;
126 DEBUG ? printf("DEBUG reserve %5d MB\n", this->reserve) : 1;
/macosx-10.10/cups-408/cups/backend/
H A Dlpd.c68 * What to reserve...
71 #define RESERVE_NONE 0 /* Don't reserve a priviledged port */
85 int reserve, int manual_copies, int timeout,
128 int reserve; /* Reserve priviledged port? */ local
227 reserve = RESERVE_ANY;
344 else if (!_cups_strcasecmp(name, "reserve"))
354 reserve = RESERVE_RFC1179;
356 reserve = RESERVE_ANY;
358 reserve = RESERVE_NONE;
539 username, title, copies, banner, format, order, reserve,
642 lpd_queue(const char *hostname, http_addrlist_t *addrlist, const char *printer, int print_fd, int snmp_fd, int mode, const char *user, const char *title, int copies, int banner, int format, int order, int reserve, int manual_copies, int timeout, int contimeout, const char *orighost) argument
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A Ddyld_gdb.cpp55 sImageInfos.reserve(INITIAL_IMAGE_COUNT);
57 sImageUUIDs.reserve(4);
76 sImageInfos.reserve(INITIAL_IMAGE_COUNT);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DIntEqClasses.cpp27 EC.reserve(N);
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DModuleUtils.cpp38 CurrentCtors.reserve(n + 1);
/macosx-10.10/swig-12/Lib/php/
H A Dstd_vector.i26 void reserve(size_type n);
68 void reserve(size_type n);
/macosx-10.10/swig-12/Lib/std/
H A Dstd_vector.i12 void reserve(size_type n);
20 void reserve(size_type n);
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcat.c124 vcat(register char* states, Sfio_t* ip, Sfio_t* op, Reserve_f reserve, int flags) argument
190 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0)))
274 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0)))
351 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0)))
403 Reserve_f reserve = sfreserve; local
441 reserve = opt_info.num ? regress : sfreserve;
535 n = vcat(states, fp, sfstdout, reserve, flags);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DIntegersSubset.h310 FlatCollection.reserve(Links.size() * 2);
311 RangeLinks.reserve(Links.size());
335 FlatCollection.reserve(RHS.RangeLinks.size() * 2);
336 RangeLinks.reserve(RHS.RangeLinks.size());
492 r.reserve(NumItems);
510 Elts.reserve(Src.size());
516 r.reserve(2);
522 r.reserve(1);
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DStringServices.cpp305 outArray.reserve( utf8.size() );
327 outArray.reserve( cElements );
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-sh.cpp70 command->reserve(512);
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFCompileUnit.h96 // around 14-20 so lets pre-reserve the needed memory for
101 // Only reserve the memory if we are adding children of
104 // the first compile unit child DIE and should reserve
107 DieArray.reserve(getDebugInfoSize() / 14);

Completed in 260 milliseconds

1234567