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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/contrib/
make-sparse.c 25 int got, total = 0; local
29 got = read(fd, buf, count);
30 if (got == -1) {
35 if (got == 0) {
41 buf += got;
42 total += got;
43 count -= got;
50 int fd, got, i; local
64 got = full_read(0, buf, sizeof(buf));
65 if (got == 0
    [all...]
  /external/llvm/test/MC/AArch64/
elf-reloc-pcreladdressing.s 7 adrp x5, :got:some_label
  /external/valgrind/main/none/tests/x86-linux/
seg_override.stdout.exp 2 got 65536 bytes
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 83 + data[i] + ", Got: " + res + ".");
104 int ind = 0; // index into the data array (to check the got data)
105 int got = cis.read(result); // the number of got bytes local
107 for (int j = 0; j < got - ind; j++) {
112 if (got == expected) {
114 } else if (got > expected) {
118 ind = got;
119 got += cis.read(result);
143 int ind = skip; // index into the data array (to check the got data
146 int got = skip + cis.read(result, 0, 1); \/\/ the number of got bytes local
181 int got = skipped + cis.read(result, 0, 1); \/\/ the number of got bytes local
    [all...]
  /external/libppp/src/
sig.c 98 int got; local
103 /* We've *probably* got something in `caused' set */
107 got = 0;
111 got++;
115 } while (got);
  /external/valgrind/main/none/tests/
pending.stdout.exp 4 4: got signal SIGUSR1
  /external/e2fsprogs/util/
copy_sparse.c 67 int got, total = 0; local
71 got = read(fd, buf, count);
72 if (got == -1) {
77 if (got == 0) {
83 buf += got;
84 total += got;
85 count -= got;
94 ssize_t got, got2; local
167 got = full_read(fd, buf, bs);
169 if (fd == 0 && got == 0
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 92 + data[i] + ", Got: " + res + ".");
113 int ind = 0; // index into the data array (to check the got data)
114 int got = cis.read(result); // the number of got bytes local
116 for (int j = 0; j < got - ind; j++) {
121 if (got == expected) {
123 } else if (got > expected) {
127 ind = got;
128 got += cis.read(result);
152 int ind = skip; // index into the data array (to check the got data
155 int got = skip + cis.read(result, 0, 1); \/\/ the number of got bytes local
190 int got = skipped + cis.read(result, 0, 1); \/\/ the number of got bytes local
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.xr 24 *(.got)
i386linux.xu 24 *(.got)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
i386linux.xr 24 *(.got)
i386linux.xu 24 *(.got)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
i386linux.xr 24 *(.got)
i386linux.xu 24 *(.got)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/
i386linux.xr 24 *(.got)
i386linux.xu 24 *(.got)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/
i386linux.xr 24 *(.got)
i386linux.xu 24 *(.got)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.xr 24 *(.got)
i386linux.xu 24 *(.got)
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
i386linux.xr 24 *(.got)
i386linux.xu 24 *(.got)
  /bionic/libc/arch-mips/bionic/
crtbegin_so.S 57 lw $2,%got(completed.1269)($28)
63 lw $2,%got(__cxa_finalize)($28)
67 lw $2,%got(__dso_handle)($28)
76 lw $2,%got(completed.1269)($28)
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_so.S 57 lw $2,%got(completed.1269)($28)
63 lw $2,%got(__cxa_finalize)($28)
67 lw $2,%got(__dso_handle)($28)
76 lw $2,%got(completed.1269)($28)
  /external/icu4c/test/intltest/
dcfmapts.h 32 void verify(const UnicodeString& message, const UnicodeString& got, double expected);

Completed in 750 milliseconds

1 2 3 4 5 6 7 8 91011>>