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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
rm7000.s 5 mthi $8 # No delay needed
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
BufferPool.java 38 public ByteBuffer acquire(int needed) {
43 return grow(mBuffers[mAvailable], needed);
48 return ByteBuffer.allocate(chooseCapacity(mInitialBufferSize, needed));
67 public ByteBuffer grow(ByteBuffer buffer, int needed) {
69 if (capacity < needed) {
71 capacity = chooseCapacity(capacity, needed);
79 private int chooseCapacity(int capacity, int needed) {
80 while (capacity < needed) {
84 if (needed > mMaxBufferSize) {
85 throw new IllegalArgumentException("Requested size " + needed
    [all...]
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.cpp 71 const size_t needed = 1 + sizeof(count); local
72 if (mPos + needed > STORAGE_MAX_SIZE) {
78 mPos += needed;
83 const size_t needed = 1; local
84 if (mPos + needed > STORAGE_MAX_SIZE) {
89 mPos += needed;
94 const size_t needed = 1 + sizeof(value); local
95 if (mPos + needed > STORAGE_MAX_SIZE) {
101 mPos += needed;
106 const size_t needed = 1 + sizeof(value) local
119 const size_t needed = 1 + sizeof(int32_t) + stringLen; local
    [all...]
  /external/seccomp-tests/linux/
Makefile 2 CFLAGS += -Wl,-no-as-needed -Wall
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/
bad.l 8 [^:]*:16: Warning: a NOP might be needed here because of successive changes in interrupt state
9 [^:]*:16: Warning: a NOP might be needed before the EINT
10 [^:]*:25: Warning: a NOP might be needed here because of successive changes in interrupt state
11 [^:]*:25: Warning: a NOP might be needed before the EINT
12 [^:]*:29: Warning: a NOP might be needed here because of successive changes in interrupt state
13 [^:]*:31: Warning: a NOP might be needed here because of successive changes in interrupt state
14 [^:]*:32: Warning: a NOP might be needed here because of successive changes in interrupt state
15 [^:]*:33: Warning: a NOP might be needed here because of successive changes in interrupt state
16 [^:]*:34: Warning: a NOP might be needed here because of successive changes in interrupt state
17 [^:]*: Warning: assembly finished without a possibly needed NOP instructio
    [all...]
  /art/test/062-character-encodings/src/
Main.java 18 Set<String> needed = new HashSet<String>(standardCharsets); local
21 needed.remove(canonicalName);
23 System.out.println("Missing: " + needed);
  /external/elfutils/libcpu/
i386_data.h 402 int needed; local
404 needed = snprintf (buf, avail, "%%%s", dregs[byte]);
406 needed = snprintf (buf, avail, "%%mm%" PRIxFAST8, byte);
407 if ((size_t) needed > avail)
408 return needed - avail;
409 *bufcntp += needed;
431 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, local
433 if ((size_t) needed > avail)
434 return needed - avail;
435 *d->bufcntp += needed;
473 int needed = snprintf (&d->bufp[*bufcntp], avail, "%s0x%" ABSPRIFMT, local
562 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%%s%" PRIx32, local
595 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx32, local
626 int needed = snprintf (&d->bufp[*bufcntp], avail, "(%%%s%s)", local
675 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%es:(%%%sdi)", local
695 int needed; local
734 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIxFAST8, word); local
752 int needed; local
784 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx64, local
787 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, local
812 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx64, local
815 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, word); local
826 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); local
843 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); local
859 int needed; local
883 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, local
901 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx64, local
905 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx32, local
924 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%mm%" PRIxFAST8, byte); local
1312 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%st(%" PRIx32 ")", local
1346 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, absval); local
1413 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, byte); local
    [all...]
  /external/valgrind/exp-bbv/tests/amd64-linux/
million.S 7 xor %rcx,%rcx # not needed, pads total to 1M
8 xor %rax,%rax # not needed, pads total to 1M
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
asneed1.d 5 #ld: -m crislinux --as-needed tmpdir/libdso-1.so
8 # Using --as-needed caused a elf_hash_table (info)->dynobj to be
15 # all) because the library isn't needed and would have to move
16 # to the end of the link-line to have effect if actually needed.
weakref1.d 8 # with a DSO was needed as a catalyst to get to the faulty code; nothing
9 # in the DSO was needed. We just check that we don't get the bfd
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
protocols.h 37 # error arch fixup needed here
  /external/linux-kselftest/tools/testing/selftests/seccomp/
Makefile 9 CFLAGS += -Wl,-no-as-needed -Wall
  /external/google-benchmark/src/
re.h 105 size_t needed = regerror(ec, &re_, nullptr, 0); local
106 char* errbuf = new char[needed];
107 regerror(ec, &re_, errbuf, needed);
111 CHECK_NE(needed, 0);
112 error->assign(errbuf, needed - 1);
  /external/libcxx/utils/google-benchmark/src/
re.h 105 size_t needed = regerror(ec, &re_, nullptr, 0); local
106 char* errbuf = new char[needed];
107 regerror(ec, &re_, errbuf, needed);
111 CHECK_NE(needed, 0);
112 error->assign(errbuf, needed - 1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
re.h 105 size_t needed = regerror(ec, &re_, nullptr, 0); local
106 char* errbuf = new char[needed];
107 regerror(ec, &re_, errbuf, needed);
111 CHECK_NE(needed, 0);
112 error->assign(errbuf, needed - 1);
  /external/icu/icu4c/source/tools/gencolusb/
extract_unsafe_backwards.cpp 80 int32_t needed = pattern.length(); local
90 const UnicodeString unsafeBackwardPattern(FALSE, buf, needed);
120 printf("static const int32_t collunsafe_len = %d;\n", needed);
122 for(int i=0;i<needed;i++) {
127 if(i != (needed-1)) {
131 printf(" //%d\n};\n", (needed-1));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUCurrencyMetaInfo.java 81 int needed = collector.collects(); local
83 needed |= Region;
86 needed |= Currency;
89 needed |= Date;
92 needed |= Tender;
95 if (needed != 0) {
99 collectRegion(collector, filter, needed, b);
103 collectRegion(collector, filter, needed, regionInfo.at(i));
112 int needed, ICUResourceBundle b) {
115 if (needed == Region)
    [all...]
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyMetaInfo.java 79 int needed = collector.collects(); local
81 needed |= Region;
84 needed |= Currency;
87 needed |= Date;
90 needed |= Tender;
93 if (needed != 0) {
97 collectRegion(collector, filter, needed, b);
101 collectRegion(collector, filter, needed, regionInfo.at(i));
110 int needed, ICUResourceBundle b) {
113 if (needed == Region)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
stm32l4xx-fix-vldm-dp.s 18 @ -> vldm rx!, {8_words_or_less} for each needed 8_word
26 @ -> vldmb rx!, {8_words_or_less} for each needed 8_word
stm32l4xx-fix-vldm.s 18 @ -> vldm rx!, {8_words_or_less} for each needed 8_word
26 @ -> vldmb rx!, {8_words_or_less} for each needed 8_word
  /external/linux-kselftest/tools/testing/selftests/net/
Makefile 4 CFLAGS = -Wall -Wl,--no-as-needed -O2 -g
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.ComputeSize.cs 46 /// Computes the number of bytes that would be needed to encode a
55 /// Computes the number of bytes that would be needed to encode a
64 /// Computes the number of bytes that would be needed to encode a
73 /// Computes the number of bytes that would be needed to encode an
82 /// Computes the number of bytes that would be needed to encode an
99 /// Computes the number of bytes that would be needed to encode a
108 /// Computes the number of bytes that would be needed to encode a
117 /// Computes the number of bytes that would be needed to encode a
126 /// Computes the number of bytes that would be needed to encode a
136 /// Computes the number of bytes that would be needed to encode a
    [all...]
  /bionic/libc/kernel/tools/
kernel.py 147 """return the set of all needed kernel headers"""
213 self.needed = {}
241 needed = {}
244 if not path in needed:
245 needed[path] = set()
256 if not path in needed:
257 needed[path] = set()
260 needed[path].add(user)
263 for header in needed.keys():
264 users = needed[header
    [all...]
  /system/core/liblog/
log_event_list.c 49 size_t needed, i; local
58 needed = sizeof(uint8_t) + sizeof(uint8_t);
59 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) {
65 context->pos += needed;
101 size_t needed; local
112 needed = sizeof(uint8_t) + sizeof(uint8_t);
113 if ((context->pos + needed) > MAX_EVENT_PAYLOAD) {
130 context->pos += needed;
143 size_t needed; local
153 needed = sizeof(uint8_t) + sizeof(value)
178 size_t needed; local
203 size_t needed; local
244 size_t needed; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/timers/
Makefile 2 CFLAGS += -O3 -Wl,-no-as-needed -Wall

Completed in 442 milliseconds

1 2 3 4 5 6 7 8 91011>>