HomeSort by relevance Sort by last modified time
    Searched refs:adv (Results 1 - 13 of 13) sorted by null

  /external/stlport/test/unit/
advance_test.cpp 16 CPPUNIT_TEST(adv);
20 void adv();
28 void AdvanceTest::adv() function in class:AdvanceTest
  /ndk/tests/device/test-gnustl-full/unit/
advance_test.cpp 16 CPPUNIT_TEST(adv);
20 void adv();
28 void AdvanceTest::adv() function in class:AdvanceTest
  /ndk/tests/device/test-stlport/unit/
advance_test.cpp 16 CPPUNIT_TEST(adv);
20 void adv();
28 void AdvanceTest::adv() function in class:AdvanceTest
  /external/speex/libspeex/
speex_callbacks.c 57 int adv; local
59 adv = 1;
61 adv = 4;
63 adv = 8;
65 adv = 16;
67 adv = 32;
69 adv = 64;
70 speex_bits_advance(bits, adv);
  /external/webkit/WebCore/platform/graphics/android/
FontAndroid.cpp 130 const GlyphBufferAdvance* adv = glyphBuffer.advances(from); local
160 x += SkFloatToScalar(adv[i].width());
161 y += SkFloatToScalar(adv[i].height());
171 x += SkFloatToScalar(adv[i].width());
172 y += SkFloatToScalar(adv[i].height());
  /external/qemu/slirp/
tcp_output.c 199 * "adv" is the amount we can increase the window,
203 long adv = min(win, (long)TCP_MAXWIN << tp->rcv_scale) - local
206 if (adv >= (long) (2 * tp->t_maxseg))
208 if (2 * adv >= (long) so->so_rcv.sb_datalen)
  /external/qemu/slirp-android/
tcp_output.c 199 * "adv" is the amount we can increase the window,
203 long adv = min(win, (long)TCP_MAXWIN << tp->rcv_scale) - local
206 if (adv >= (long) (2 * tp->t_maxseg))
208 if (2 * adv >= (long) so->so_rcv.sb_datalen)
  /external/elfcopy/
dwarf.c 1994 int adv; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 96 struct wpa_ie_data adv; local
136 if (ie && wpa_parse_wpa_ie(ie, 2 + ie[1], &adv) == 0) {
138 if (adv.pairwise_cipher & WPA_CIPHER_CCMP)
142 if (ie && wpa_parse_wpa_ie(ie, 2 + ie[1], &adv) == 0 &&
143 adv.pairwise_cipher & WPA_CIPHER_CCMP)
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 92 const GlyphBufferAdvance* adv = glyphBuffer.advances(from); local
98 x += SkFloatToScalar(adv[i].width());
99 y += SkFloatToScalar(adv[i].height());
  /external/tremolo/Tremolo/
framing.c 1060 static int _packetout(ogg_stream_state *os,ogg_packet *op,int adv){
1089 if(!op && !adv)return 1; /* just using peek as an inexpensive way
1105 if(adv){
1130 if(adv){
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 909 float adv = info.mMetrics.charWidth(c); local
910 totalAdvance += adv;
912 widths[i] = adv;
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 701 milliseconds