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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 17 # Don't load the xx module more than once.
39 test_support.unload('xx')
41 # with xx module in TEMP
49 xx_ext = Extension('xx', [xx_c])
50 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
77 import xx
80 self.assertTrue(hasattr(xx, attr))
82 self.assertEqual(xx.foo(2, 5), 7)
83 self.assertEqual(xx.foo(13,15), 28)
84 self.assertEqual(xx.new().demo(), None
    [all...]
  /system/bt/bta/ag/
bta_ag_rfc.cc 311 uint8_t xx; local
314 for (xx = 0; xx < BTA_AG_NUM_IDX; xx++) {
315 if (p_scb->serv_handle[xx] != 0) is_closed = false;
  /system/bt/stack/btm/
btm_dev.cc 285 uint8_t xx; local
301 for (xx = 0; xx < BD_FEATURES_LEN; xx++) {
302 if (p_dev_rec->feature_pages[0][xx] != 0x00) {
  /system/bt/stack/hid/
hidh_conn.cc 88 int xx; local
109 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) {
110 hh_cb.devices[xx].in_use = false;
111 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
1035 uint8_t xx; local
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 720 uint16_t xx; local
724 for (xx = 0, p_ccb = conn.ccb_pool; xx < GAP_MAX_CONNECTIONS; xx++, p_ccb++) {
730 if (xx == GAP_MAX_CONNECTIONS) {
1051 uint16_t xx; local
1099 uint16_t xx; local
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Image.cpp 432 for (int32_t xx = 0; xx < middleDwords; xx++) {
526 for (int32_t xx = 0; xx < middleDwords; xx++) {
617 for (int32_t xx = 0; xx < middleDwords; xx++) {
853 for (int32_t xx = 0; xx < middleDwords; xx++)
    [all...]
  /system/bt/bta/av/
bta_av_main.cc 267 int xx; local
269 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) {
270 if (bta_av_cb.p_scb[xx]) {
271 if (bd_addr == bta_av_cb.p_scb[xx]->PeerAddress()) {
272 p_scb = bta_av_cb.p_scb[xx];
338 for (int xx = 0; xx < BTA_AV_NUM_STRS; xx++)
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
image_draw.go 135 xx, yy, rr := float64(x-c.p.X)+0.5, float64(y-c.p.Y)+0.5, float64(c.r)
136 if xx*xx+yy*yy < rr*rr {
  /prebuilts/go/linux-x86/doc/progs/
image_draw.go 135 xx, yy, rr := float64(x-c.p.X)+0.5, float64(y-c.p.Y)+0.5, float64(c.r)
136 if xx*xx+yy*yy < rr*rr {
  /external/flac/libFLAC/
stream_encoder.c 2826 FLAC__uint64 xx; local
3013 FLAC__uint64 xx; local
    [all...]
  /system/nfc/src/nfc/llcp/
llcp_link.cc 688 uint8_t xx, sap, idx; local
720 for (xx = LLCP_SAP_SDP + 1; xx < LLCP_NUM_SAPS; xx++) {
745 for (xx = 0; xx < LLCP_NUM_SAPS; xx++) {
769 for (xx = 0; xx < LLCP_MAX_DATA_LINK; xx++)
1358 int count, xx; local
    [all...]
  /art/test/623-checker-loop-regressions/src/
Main.java 277 static void reduc(int[] xx, int[] yy) {
280 xx[i0] -= (++yy[i1]);
666 int[] xx = new int[2]; local
668 reduc(xx, yy);
669 expectEquals(-469, xx[0]);
670 expectEquals(-938, xx[1]);
696 xx[0] = 10;
698 arrayInTripCount(xx, bt, 20);
  /build/make/core/
math.mk 110 $(subst xx,x,$(join $(1),$(2)))
140 $(words $(filter-out xx,$(join $(call _int_encode,$(1)),$(call _int_encode,$(2))))),\
  /external/clang/test/Sema/
array-init.c 146 static char const xx[] = "test"; variable
147 int xx_sizecheck[(sizeof(xx) / sizeof(char)) == 5? 1 : -1];
  /external/llvm/test/MC/Mips/
module-hardfloat.s 19 .module fp=xx
  /external/valgrind/none/tests/mips32/
round_fpu64.c 76 ((__mips_fpr==64) || (__mips_fpr==xx))
195 ((__mips_fpr==64) || (__mips_fpr==xx))
  /external/walt/pywalt/pywalt/
minimization.py 116 xx = numpy.interp(ty, tx, x)
117 plt.plot(xx, y, '.b')
  /frameworks/native/libs/ui/
ColorSpace.cpp 44 float xx = std::abs(x); local
45 return std::copysign(xx >= d * c ? (std::pow(xx, 1.0f / g) - b) / a : xx / c, x);
49 float xx = std::abs(x); local
50 return std::copysign(xx >= d ? std::pow(a * xx + b, g) : c * xx, x);
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
path.go 11 // non-7-bit clean bytes turn into %xx. The period needs escaping only in the
  /prebuilts/go/darwin-x86/test/
nul1.go 41 var xx = "in string ` + "\xc2\xff" + `" // ERROR "UTF-8"
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
path.go 11 // non-7-bit clean bytes turn into %xx. The period needs escaping only in the
  /prebuilts/go/linux-x86/test/
nul1.go 41 var xx = "in string ` + "\xc2\xff" + `" // ERROR "UTF-8"
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 1171 uint32_t xx; local
1186 uint32_t xx; local
    [all...]
  /cts/tests/tests/content/
Android.mk 60 -c xx,xx-rYY
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 37 CallSite(unsigned XX) : Ptr(XX) {}
46 virtual void xx();

Completed in 1749 milliseconds

1 2 3 4 5 6 7 8 91011>>