HomeSort by relevance Sort by last modified time
    Searched refs:adv (Results 1 - 18 of 18) 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/skia/gm/
verttext.cpp 43 SkScalar adv[gLen]; local
44 paint.getTextWidths(gText, gLen, adv, NULL);
48 y += adv[i];
50 x += adv[i];
  /external/skia/bench/
PicturePlaybackBench.cpp 109 SkScalar* adv = new SkScalar[len]; local
110 paint.getTextWidths(text, len, adv);
123 advX += adv[i];
130 delete[] adv;
TextBench.cpp 64 SkScalar* adv = new SkScalar[len]; local
65 fPaint.getTextWidths(text, len, adv);
70 x += adv[i];
72 delete[] adv;
  /external/skia/src/ports/
SkFontHost_ascender.cpp 130 int adv = aca_Get_Adv_Width(fHandle, glyph->getGlyphID()); local
131 if (aca_GLYPH_NOT_PRESENT == adv)
153 glyph->fAdvanceX = SkIntToFixed(adv);
  /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/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 733 Int adv; local
744 adv = (op_code / info.li_line_range)
746 advAddr = adv;
747 state_machine_regs.address += adv;
749 if (0) VG_(printf)("smr.a += %#x\n", adv );
750 adv = (op_code % info.li_line_range) + info.li_line_base;
753 state_machine_regs.line += adv;
759 (Int)adv, (Int)state_machine_regs.line );
830 adv = info.li_min_insn_length
833 state_machine_regs.address += adv;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontLinux.cpp 95 const GlyphBufferAdvance* adv = glyphBuffer.advances(from); local
103 SkScalar myWidth = SkFloatToScalar(adv[i].width());
110 y += SkFloatToScalar(adv[i].height());
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 939 float adv = info.mMetrics.charWidth(c); local
940 totalAdvance += adv;
942 widths[i] = adv;
995 float adv = info.mMetrics.charWidth(c); local
996 totalAdvance += adv;
998 advances[i] = adv;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 202 const GlyphBufferAdvance* adv = glyphBuffer.advances(from); local
235 x += SkFloatToScalar(adv[i].width());
236 y += SkFloatToScalar(adv[i].height());
246 y += SkFloatToScalar(adv[i].height());
247 x += SkFloatToScalar(adv[i].width());
    [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/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){
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 113 struct wpa_ie_data adv; local
139 if (ie && wpa_parse_wpa_ie(ie, 2 + ie[1], &adv) == 0) {
141 if (adv.pairwise_cipher & WPA_CIPHER_CCMP)
145 if (ie && wpa_parse_wpa_ie(ie, 2 + ie[1], &adv) == 0 &&
146 adv.pairwise_cipher & WPA_CIPHER_CCMP)
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc 1040 {"adv.br", 0},
    [all...]

Completed in 348 milliseconds