HomeSort by relevance Sort by last modified time
    Searched refs:not_enough_memory (Results 1 - 25 of 30) sorted by null

1 2

  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
ErrorConditionEnum.pass.cpp 23 ec = std::errc::not_enough_memory;
24 assert(ec.value() == static_cast<int>(std::errc::not_enough_memory));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
ErrorConditionEnum.pass.cpp 23 ec = std::errc::not_enough_memory;
24 assert(ec.value() == static_cast<int>(std::errc::not_enough_memory));
  /external/llvm/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Errc.h 65 not_enough_memory = int(std::errc::not_enough_memory), member in class:llvm::errc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 101 not_enough_memory = ENOMEM, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
error_constants.h 101 not_enough_memory = ENOMEM, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 119 not_enough_memory = ENOMEM, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 119 not_enough_memory = ENOMEM, member in class:errc
  /external/llvm/lib/Support/
ErrorHandling.cpp 181 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory);
185 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
ErrorHandling.cpp 181 MAP_ERR_TO_COND(ERROR_NOT_ENOUGH_MEMORY, not_enough_memory);
185 MAP_ERR_TO_COND(ERROR_OUTOFMEMORY, not_enough_memory);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 177 not_enough_memory, // ENOMEM
572 not_enough_memory = ENOMEM, enumerator in enum:llvm::errc::_
847 not_enough_memory = 8, // ERROR_NOT_ENOUGH_MEMORY, enumerator in enum:llvm::windows_error::_

Completed in 1100 milliseconds

1 2