HomeSort by relevance Sort by last modified time
    Searched refs:tp (Results 226 - 250 of 540) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/grub/netboot/
main.c 308 struct tftpreq_t tp; local
320 tp.opcode = htons (TFTP_RRQ);
321 len = (grub_sprintf ((char *) tp.u.rrq, "%s%coctet%cblksize%c%d",
323 + sizeof (tp.ip) + sizeof (tp.udp) + sizeof (tp.opcode) + 1);
325 TFTP_PORT, len, &tp))
344 ++iport, TFTP_PORT, len, &tp))
359 TFTP_MIN_PACKET, &tp);
407 tp.opcode = htons (TFTP_ERROR)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
toolbar_view.cc 691 ui::ThemeProvider* tp = GetThemeProvider(); local
694 tp->GetImageSkiaNamed(IDR_BACK));
696 tp->GetImageSkiaNamed(IDR_BACK_H));
698 tp->GetImageSkiaNamed(IDR_BACK_P));
700 tp->GetImageSkiaNamed(IDR_BACK_D));
703 tp->GetImageSkiaNamed(IDR_FORWARD));
705 tp->GetImageSkiaNamed(IDR_FORWARD_H));
707 tp->GetImageSkiaNamed(IDR_FORWARD_P));
709 tp->GetImageSkiaNamed(IDR_FORWARD_D));
711 reload_->LoadImages(tp);
    [all...]
dropdown_bar_view.cc 65 ui::ThemeProvider* tp = view->GetThemeProvider(); local
66 gfx::ImageSkia background = *tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 82 TOKENEXTRA **tp; member in struct:tokenize_b_args
102 TOKENEXTRA **tp = args->tp; local
108 TOKENEXTRA *t = *tp; /* store tokens starting here */
160 *tp = t;
  /external/chromium/chrome/browser/ui/views/
detachable_toolbar_view.cc 29 ui::ThemeProvider* tp = view->GetThemeProvider(); local
31 tp->GetColor(ThemeService::COLOR_TOOLBAR);
34 canvas->TileImageInt(*tp->GetBitmapNamed(IDR_THEME_TOOLBAR),
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
mips-mont.S 228 add $20,$29,$9 # &tp[num]
238 subu $24,$10,$24 # tp[i]-np[i]
255 or $5,$5,$6 # ap=borrow?tp:rp
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 135 T* tp; local
136 tp.f; // expected-error{{member reference base type 'T *' is not a structure or union}}
137 tp->f;
  /external/iproute2/tc/
f_fw.c 36 struct tc_police tp; local
42 memset(&tp, 0, sizeof(tp));
f_route.c 39 struct tc_police tp; local
45 memset(&tp, 0, sizeof(tp));
  /external/openssl/crypto/bn/asm/
mips-mont.S 228 add $20,$29,$9 # &tp[num]
238 subu $24,$10,$24 # tp[i]-np[i]
255 or $5,$5,$6 # ap=borrow?tp:rp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 643 buf = self.tp(raw)
649 bufio = self.tp(rawio)
660 bufio = self.tp(rawio)
666 tp = self.tp
668 class MyBufferedIO(tp):
696 bufio = self.tp(rawio)
710 self.tp(rawio).xyzzy
722 b = self.tp(raw)
723 clsname = "%s.%s" % (self.tp.__module__, self.tp.__name__
967 tp = io.BufferedReader variable in class:CBufferedReaderTest
1014 tp = pyio.BufferedReader variable in class:PyBufferedReaderTest
1268 tp = io.BufferedWriter variable in class:CBufferedWriterTest
1312 tp = pyio.BufferedWriter variable in class:PyBufferedWriterTest
1433 tp = io.BufferedRWPair variable in class:CBufferedRWPairTest
1436 tp = pyio.BufferedRWPair variable in class:PyBufferedRWPairTest
1663 tp = io.BufferedRandom variable in class:CBufferedRandomTest
1686 tp = pyio.BufferedRandom variable in class:PyBufferedRandomTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 643 buf = self.tp(raw)
649 bufio = self.tp(rawio)
660 bufio = self.tp(rawio)
666 tp = self.tp
668 class MyBufferedIO(tp):
696 bufio = self.tp(rawio)
710 self.tp(rawio).xyzzy
722 b = self.tp(raw)
723 clsname = "%s.%s" % (self.tp.__module__, self.tp.__name__
967 tp = io.BufferedReader variable in class:CBufferedReaderTest
1014 tp = pyio.BufferedReader variable in class:PyBufferedReaderTest
1268 tp = io.BufferedWriter variable in class:CBufferedWriterTest
1312 tp = pyio.BufferedWriter variable in class:PyBufferedWriterTest
1433 tp = io.BufferedRWPair variable in class:CBufferedRWPairTest
1436 tp = pyio.BufferedRWPair variable in class:PyBufferedRWPairTest
1663 tp = io.BufferedRandom variable in class:CBufferedRandomTest
1686 tp = pyio.BufferedRandom variable in class:PyBufferedRandomTest
    [all...]
  /bionic/libc/kernel/common/linux/
tcp.h 71 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /cts/tools/dasm/src/java_cup/
non_terminal.java 23 * @param tp the type string for the non terminal.
25 public non_terminal(String nm, String tp)
28 super(nm, tp);
  /development/ndk/platforms/android-3/include/linux/
tcp.h 58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 393 ThemeService* tp = ThemeServiceFactory::GetForProfile(profile_); local
394 CHECK(tp);
397 tp->GetColor(ThemeService::COLOR_TOOLBAR);
399 tp->GetColor(ThemeService::COLOR_BOOKMARK_TEXT);
411 ThemeService* tp = ThemeServiceFactory::GetForProfile(profile_); local
412 CHECK(tp);
415 tp->GetColor(ThemeService::COLOR_TOOLBAR);
417 tp->GetColor(ThemeService::COLOR_BOOKMARK_TEXT);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.cc 507 ui::ThemeProvider* tp = GetThemeProvider(); local
511 tp->GetColor(ThemeProperties::COLOR_TOOLBAR));
518 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
529 gfx::ImageSkia* toolbar_top = tp->GetImageSkiaNamed(IDR_TOOLBAR_SHADE_TOP);
536 gfx::ImageSkia* toolbar_left = tp->GetImageSkiaNamed(IDR_TOOLBAR_SHADE_LEFT);
543 tp->GetImageSkiaNamed(IDR_TOOLBAR_SHADE_RIGHT);
591 ui::ThemeProvider* tp = GetThemeProvider(); local
592 if (tp->HasCustomImage(IDR_THEME_FRAME_OVERLAY) &&
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 57 #define QUADINIT(tp,at) \
59 ((unsigned long)(tp)&0x000000ff))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tcp.h 69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tcp.h 69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
tcp.h 58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
tcp.h 58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])

Completed in 2861 milliseconds

1 2 3 4 5 6 7 8 91011>>