HomeSort by relevance Sort by last modified time
    Searched refs:needed (Results 101 - 125 of 1081) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libnl/lib/route/
class.c 103 uint32_t needed = TCA_ATTR_PARENT | TCA_ATTR_HANDLE; local
105 if ((class->ce_mask & needed) == needed &&
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 141 size_t needed = buffer_.size() - buffer_size_; local
144 int actually_read = infile_->Read(&buffer_[buffer_size_], needed);
150 needed -= actually_read;
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
config.go 232 if needed, reason := mustLinkExternal(ctxt); needed {
239 if needed, _ := mustLinkExternal(ctxt); needed {
250 if needed, reason := mustLinkExternal(ctxt); needed {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
config.go 232 if needed, reason := mustLinkExternal(ctxt); needed {
239 if needed, _ := mustLinkExternal(ctxt); needed {
250 if needed, reason := mustLinkExternal(ctxt); needed {
  /external/webrtc/webrtc/base/
win32filesystem.cc 119 // Compute size needed for an ACL that allows access to just this user.
430 int needed = ::GetCurrentDirectory(path_len, path.get()); local
431 if (needed == 0) {
436 if (needed <= path_len) {
440 // Else need to re-alloc for "needed".
441 path.reset(new wchar_t[needed]);
442 path_len = needed;
  /toolchain/binutils/binutils-2.27/binutils/
bucomm.c 608 size_t needed;
616 needed = (strlen (bfd_get_filename (abfd->my_archive))
618 if (needed > curr)
622 curr = needed + (needed >> 1);
604 size_t needed; local
  /external/vboot_reference/
Android.mk 41 # Firmware library sources needed by VbInit() call
51 # Additional firmware library sources needed by VbSelectFirmware() call
66 # Additional firmware library sources needed by VbSelectAndLoadKernel() call
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 1721 Py_ssize_t start, stop, step, slicelength, needed; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 1706 Py_ssize_t start, stop, step, slicelength, needed; local
    [all...]
  /external/e2fsprogs/intl/
vasnprintf.c 182 /* Ensures that allocated >= needed. Aborts through a jump to
183 out_of_memory if needed is SIZE_MAX or otherwise too big. */
184 #define ENSURE_ALLOCATION(needed) \
185 if ((needed) > allocated) \
191 if ((needed) > allocated) \
192 allocated = (needed); \
  /external/protobuf/
Android.mk 53 # Only needed at compile-time.
74 # Only needed at compile-time.
  /external/python/cpython2/Modules/
arraymodule.c 1748 Py_ssize_t start, stop, step, slicelength, needed; local
    [all...]
  /external/syslinux/com32/include/sys/
module.h 65 * resources needed by the module itself or by other modules that depend on it.
132 Elf_Word needed[MAX_NR_DEPS]; member in struct:elf_module
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile.go 46 // to remove the file when no longer needed.
75 // to remove the directory when no longer needed.
  /prebuilts/go/linux-x86/src/io/ioutil/
tempfile.go 46 // to remove the file when no longer needed.
75 // to remove the directory when no longer needed.
  /test/vts-testcase/security/poc/target/kernel_wifi/31707909/
poc.cpp 62 uint needed; /* bytes needed (optional) */ member in struct:dhd_ioctl
  /external/python/cpython3/Objects/
bytearrayobject.c 528 Py_ssize_t needed; local
547 needed = 0;
556 needed = vbytes.len;
567 res = bytearray_setslice_linear(self, lo, hi, bytes, needed);
599 Py_ssize_t start, stop, step, slicelen, needed; local
648 needed = 0;
669 needed = Py_SIZE(values);
676 return bytearray_setslice_linear(self, start, stop, bytes, needed);
679 if (needed == 0) {
724 if (needed != slicelen)
    [all...]
  /build/make/target/board/generic_x86_arm/
BoardConfig.mk 16 # Configuration for generic_x86 + arm libraries needed by binary translation.
  /cts/tests/camera/libctscamera2jni/
Android.mk 31 # Flags needed by DNG SDK
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
ECDSASigner.java 248 protected SecureRandom initSecureRandom(boolean needed, SecureRandom provided)
250 return !needed ? null : (provided != null) ? provided : new SecureRandom();
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer.py 171 """Set SELinux to permissive, if needed.
173 On Android N and above this is needed in order to allow Chrome to read the
  /external/curl/packages/vms/
curl_startup.com 27 $! GNV$GNU if needed.
42 $! ZLIB needed.
  /external/f2fs-tools/
Android.mk 17 # external/e2fsprogs/lib is needed for uuid/uuid.h
  /external/iptables/extensions/
libext.mk 11 # LOCAL_PATH needed because of dirty #include "blabla.c"
  /external/skia/fuzz/
coverage 17 and extract it locally to get the directories needed to assess coverage.

Completed in 1111 milliseconds

1 2 3 45 6 7 8 91011>>