HomeSort by relevance Sort by last modified time
    Searched refs:amt (Results 176 - 200 of 434) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib.py 126 def read(self, amt=None):
128 return StringIO.StringIO.read(self, amt)
  /external/valgrind/VEX/priv/
host_x86_defs.h 443 UInt amt; /* shift amount, or 0 means %cl */ member in struct:__anon36929::__anon36930::__anon36939
669 extern X86Instr* X86Instr_Sh3232 ( X86ShiftOp, UInt amt, HReg src, HReg dst );
host_arm64_isel.c 2662 UInt amt = argR->Iex.Const.con->Ico.U8; local
2778 UInt amt = argR->Iex.Const.con->Ico.U8; local
2876 UInt amt = argR->Iex.Const.con->Ico.U8; local
2977 UInt amt = argAmt->Iex.Const.con->Ico.U8; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 34 def read(self, amt=None):
37 return StringIO.StringIO.read(self, amt)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 34 def read(self, amt=None):
37 return StringIO.StringIO.read(self, amt)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 34 def read(self, amt=None):
37 return StringIO.StringIO.read(self, amt)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 34 def read(self, amt=None):
37 return StringIO.StringIO.read(self, amt)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-sh64.c 122 bfd_size_type amt = sizeof (*sdata); local
124 sdata = bfd_zalloc (abfd, amt);
i386linux.c 204 bfd_size_type amt = sizeof (struct linux_link_hash_table);
206 ret = (struct linux_link_hash_table *) bfd_zmalloc (amt);
203 bfd_size_type amt = sizeof (struct linux_link_hash_table); local
m68klinux.c 203 bfd_size_type amt = sizeof (struct linux_link_hash_table);
205 ret = (struct linux_link_hash_table *) bfd_zmalloc (amt);
202 bfd_size_type amt = sizeof (struct linux_link_hash_table); local
riscix.c 491 bfd_size_type amt = sizeof (struct aout_data_struct); local
493 rawptr = bfd_zalloc (abfd, amt);
sparclinux.c 199 bfd_size_type amt = sizeof (struct linux_link_hash_table); local
201 ret = (struct linux_link_hash_table *) bfd_zmalloc (amt);
elf-hppa.h 999 bfd_size_type amt = sizeof (elf_hppa_reloc_type *) * 2; local
    [all...]
coff-mips.c 809 bfd_size_type amt;
820 amt = NUM_RELOC_SECTIONS * sizeof (asection *);
821 symndx_to_section = (asection **) bfd_alloc (input_bfd, amt);
803 bfd_size_type amt; local
    [all...]
srec.c 551 bfd_size_type amt; local
555 amt = strlen (secbuf) + 1;
556 secname = (char *) bfd_alloc (abfd, amt);
    [all...]
targets.c 1764 bfd_size_type amt; local
    [all...]
elfxx-mips.c 1319 bfd_size_type amt = sizeof (*sdata); local
7431 bfd_size_type amt = sizeof (asection); local
7472 bfd_size_type amt = sizeof (asection); local
8013 bfd_size_type amt; local
8138 bfd_size_type amt; local
12090 bfd_size_type amt; local
12690 bfd_size_type amt = sizeof (struct mips_elf_find_line); local
12778 bfd_size_type amt = sizeof (struct bfd_elf_section_data); local
13864 bfd_size_type amt = sizeof (struct mips_elf_link_hash_table); local
14124 bfd_size_type amt; local
    [all...]
coff-alpha.c 1351 bfd_size_type amt; local
    [all...]
elf32-nios2.c 1380 bfd_size_type amt; local
1712 bfd_size_type amt = sizeof (Elf_Internal_Sym *) * htab->bfd_count; local
3982 bfd_size_type amt = sizeof *p; local
5123 bfd_size_type amt = sizeof (struct elf32_nios2_link_hash_table); local
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 59 int amt = stream.read(buf, size, (buf.length-size)); local
60 if (amt < 0) {
63 size += amt;
  /frameworks/base/core/java/android/app/
BackStackRecord.java 602 void bumpBackStackNesting(int amt) {
608 + " by " + amt);
614 op.fragment.mBackStackNesting += amt;
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsHelper.java 808 int amt = stream.read(data, pos, data.length - pos); local
809 //Log.i("foo", "Read " + amt + " bytes at " + pos
811 if (amt <= 0) {
816 pos += amt;
    [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
BackStackRecord.java 591 void bumpBackStackNesting(int amt) {
596 + " by " + amt);
601 op.fragment.mBackStackNesting += amt;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java 889 int amt = (int) DATA[i+2]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java 888 int amt = (int) DATA[i+2]; local
    [all...]

Completed in 919 milliseconds

1 2 3 4 5 6 78 91011>>