HomeSort by relevance Sort by last modified time
    Searched refs:old_limit (Results 1 - 21 of 21) sorted by null

  /external/libchrome/sandbox/linux/services/
syscall_wrappers.cc 81 struct rlimit64* old_limit) {
82 int res = syscall(__NR_prlimit64, pid, resource, new_limit, old_limit);
83 if (res == 0 && old_limit) MSAN_UNPOISON(old_limit, sizeof(*old_limit));
syscall_wrappers.h 54 struct rlimit64* old_limit);
  /external/libevent/
bufferevent_ratelim.c 904 ev_ssize_t old_limit, new_limit; local
909 old_limit = bevp->rate_limiting->limit.read_limit;
912 if (old_limit > 0 && new_limit <= 0) {
917 } else if (old_limit <= 0 && new_limit > 0) {
933 ev_ssize_t old_limit, new_limit; local
938 old_limit = bevp->rate_limiting->limit.write_limit;
941 if (old_limit > 0 && new_limit <= 0) {
946 } else if (old_limit <= 0 && new_limit > 0) {
961 ev_ssize_t old_limit, new_limit; local
963 old_limit = grp->rate_limit.read_limit
981 ev_ssize_t old_limit, new_limit; local
    [all...]
  /external/toybox/toys/posix/
ulimit.c 54 struct rlimit *old_limit);
  /external/ltp/testcases/kernel/syscalls/madvise/
madvise09.c 172 unsigned int usage, old_limit, old_memsw_limit; local
202 SAFE_FILE_SCANF(limit_in_bytes_path, "%u", &old_limit);
269 SAFE_FILE_PRINTF(limit_in_bytes_path, "%u", old_limit);
  /external/freetype/src/psaux/
psobjs.c 732 FT_Byte* old_limit = parser->limit; local
759 parser->limit = old_limit;
1052 FT_Byte* old_limit = parser->limit; local
1061 parser->limit = old_limit;
1301 FT_Byte* old_limit; local
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
psobjs.c 735 FT_Byte* old_limit = parser->limit; local
762 parser->limit = old_limit;
1055 FT_Byte* old_limit = parser->limit; local
1064 parser->limit = old_limit;
1306 FT_Byte* old_limit; local
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 123 Limit old_limit = current_limit_; local
138 current_limit_ = std::min(current_limit_, old_limit);
141 return old_limit;
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 262 int old_limit = stream_->PushLimit(buffer32); local
293 stream_->PopLimit(old_limit);
302 int old_limit = stream_->PushLimit(length); local
306 stream_->PopLimit(old_limit);
733 int old_limit = stream_->PushLimit(buffer32); local
759 stream_->PopLimit(old_limit);
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1load.c 672 FT_Byte* old_limit = parser->root.limit; local
731 loader->parser.root.limit = old_limit;
749 FT_Byte* old_limit; local
769 old_limit = parser->root.limit;
829 parser->root.limit = old_limit;
848 FT_Byte* old_limit; local
885 old_limit = parser->root.limit;
898 parser->root.limit = old_limit;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_subprocess.py 622 old_limit = None variable in class:_SuppressCoreFiles
628 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
649 if self.old_limit is None:
653 resource.setrlimit(resource.RLIMIT_CORE, self.old_limit)
    [all...]
  /external/python/cpython2/Lib/test/
test_subprocess.py 740 old_limit = None variable in class:_SuppressCoreFiles
746 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
767 if self.old_limit is None:
771 resource.setrlimit(resource.RLIMIT_CORE, self.old_limit)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py 695 old_limit = None variable in class:_SuppressCoreFiles
701 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
722 if self.old_limit is None:
726 resource.setrlimit(resource.RLIMIT_CORE, self.old_limit)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py 695 old_limit = None variable in class:_SuppressCoreFiles
701 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
722 if self.old_limit is None:
726 resource.setrlimit(resource.RLIMIT_CORE, self.old_limit)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 695 old_limit = None variable in class:_SuppressCoreFiles
701 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
722 if self.old_limit is None:
726 resource.setrlimit(resource.RLIMIT_CORE, self.old_limit)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 695 old_limit = None variable in class:_SuppressCoreFiles
701 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
722 if self.old_limit is None:
726 resource.setrlimit(resource.RLIMIT_CORE, self.old_limit)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 1433 long old_limit = field_limit; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_csv.c 1415 long old_limit = field_limit; local
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 506 io::CodedInputStream::Limit old_limit = input->ReadLengthAndPushLimit(); local
512 return input->CheckEntireMessageConsumedAndPopLimit(old_limit);
    [all...]
  /external/python/cpython2/Modules/
_csv.c 1446 long old_limit = field_limit; local
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 506 io::CodedInputStream::Limit old_limit = input->ReadLengthAndPushLimit(); local
512 return input->CheckEntireMessageConsumedAndPopLimit(old_limit);
    [all...]

Completed in 898 milliseconds