HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 201 - 225 of 526) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/test/
escape2n.go 39 // xx isn't going anywhere, so use of yy is ok
40 func foo4(xx, yy *int) { // ERROR "foo4 xx does not escape$" "foo4 yy does not escape$"
41 xx = yy
44 // xx isn't going anywhere, so taking address of yy is ok
45 func foo5(xx **int, yy *int) { // ERROR "foo5 xx does not escape$" "foo5 yy does not escape$"
46 xx = &yy // ERROR "foo5 &yy does not escape$"
49 func foo6(xx **int, yy *int) { // ERROR "foo6 xx does not escape$" "leaking param: yy$
    [all...]
nul1.go 41 var xx = "in string ` + "\xc2\xff" + `" // ERROR "UTF-8"
  /prebuilts/go/linux-x86/test/
escape2.go 39 // xx isn't going anywhere, so use of yy is ok
40 func foo4(xx, yy *int) { // ERROR "foo4 xx does not escape$" "foo4 yy does not escape$"
41 xx = yy
44 // xx isn't going anywhere, so taking address of yy is ok
45 func foo5(xx **int, yy *int) { // ERROR "foo5 xx does not escape$" "foo5 yy does not escape$"
46 xx = &yy // ERROR "foo5 &yy does not escape$"
49 func foo6(xx **int, yy *int) { // ERROR "foo6 xx does not escape$" "leaking param: yy$
    [all...]
escape2n.go 39 // xx isn't going anywhere, so use of yy is ok
40 func foo4(xx, yy *int) { // ERROR "foo4 xx does not escape$" "foo4 yy does not escape$"
41 xx = yy
44 // xx isn't going anywhere, so taking address of yy is ok
45 func foo5(xx **int, yy *int) { // ERROR "foo5 xx does not escape$" "foo5 yy does not escape$"
46 xx = &yy // ERROR "foo5 &yy does not escape$"
49 func foo6(xx **int, yy *int) { // ERROR "foo6 xx does not escape$" "leaking param: yy$
    [all...]
nul1.go 41 var xx = "in string ` + "\xc2\xff" + `" // ERROR "UTF-8"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 18 # Don't load the xx module more than once.
45 test_support.unload('xx')
48 # with xx module in TEMP
77 xx_ext = Extension('xx', [xx_c])
78 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
104 import xx
107 self.assertTrue(hasattr(xx, attr))
109 self.assertEqual(xx.foo(2, 5), 7)
110 self.assertEqual(xx.foo(13,15), 28)
111 self.assertEqual(xx.new().demo(), None)
    [all...]
  /external/ImageMagick/MagickCore/
resize.c 449 const double xx = x*x;
463 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7))))));
464 return((xx-1.0)*(xx-4.0)*(xx-9.0)*(xx-16.0)*p)
445 const double xx = x*x; local
    [all...]
  /external/opencv/cv/src/
cvoptflowhs.cpp 47 float xx; member in struct:__anon28060
52 float alpha; /* alpha = 1 / ( 1/lambda + xx + yy ) */
260 II[address].xx = GradX * GradX;
266 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
283 II[address].xx = GradX * GradX;
289 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
307 II[address].xx = GradX * GradX;
313 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
370 (II[address].xx * averageX +
397 (II[address].xx * averageX
    [all...]
  /prebuilts/python/darwin-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...]
  /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...]
  /external/pdfium/third_party/freetype/src/smooth/
ftsmooth.c 321 FT_UInt xx; local
325 for ( xx = width_org; xx > 0; xx-- )
327 FT_UInt pixel = line[xx-1];
  /system/bt/stack/hid/
hidh_conn.cc 89 int xx; local
110 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) {
111 hh_cb.devices[xx].in_use = false;
112 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
1035 uint8_t xx; local
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Image.cpp 254 yd1 = 0, xx = 0, yy = 0, w = 0, h = 0, middleDwords = 0, lineLeft = 0; local
435 for (xx = 0; xx < middleDwords; xx++) {
526 for (xx = 0; xx < middleDwords; xx++) {
614 for (xx = 0; xx < middleDwords; xx++)
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 675 uint16_t xx; local
679 for (xx = 0, p_ccb = gap_cb.conn.ccb_pool; xx < GAP_MAX_CONNECTIONS;
680 xx++, p_ccb++) {
687 if (xx == GAP_MAX_CONNECTIONS) {
1024 uint16_t xx; local
1073 uint16_t xx; local
    [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/darwin-x86/src/regexp/
example_test.go 89 // [["axxb" "xx"]]
91 // [["axxb" "xx"] ["ab" ""]]
131 // --xx-
  /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 {
  /prebuilts/go/linux-x86/src/regexp/
example_test.go 89 // [["axxb" "xx"]]
91 // [["axxb" "xx"] ["ab" ""]]
131 // --xx-
  /external/flac/libFLAC/
stream_encoder.c 2839 FLAC__uint64 xx; local
3026 FLAC__uint64 xx; local
    [all...]
  /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/skia/src/core/
SkBitmapProcState_matrix_template.h 67 uint16_t* xx = (uint16_t*)xy; local
69 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
  /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);
  /packages/apps/Nfc/nci/jni/
RoutingManager.cpp 394 for (uint8_t xx = 0; xx < actualNumEe; xx++)
396 if ((eeInfo[xx].num_interface != 0)
397 && (eeInfo[xx].ee_interface[0] != NCI_NFCEE_INTERFACE_HCI_ACCESS)
398 && (eeInfo[xx].ee_status == NFA_EE_STATUS_ACTIVE))
400 ALOGV("%s: Handle: 0x%04x Change Status Active to Inactive", fn, eeInfo[xx].ee_handle);
402 if ((nfaStat = NFA_EeModeSet (eeInfo[xx].ee_handle, NFA_EE_MD_DEACTIVATE)) == NFA_STATUS_OK)
  /system/bt/bta/dm/
bta_dm_api.cc 499 uint8_t xx, yy; local
507 for (xx = 0; xx < num_uuid; xx++) {
510 if (*(p_uuid16 + xx) == bta_service_id_to_uuid_lkup_tbl[yy]) {
518 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HEADSET_HS)
521 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SOURCE)
524 if (*(p_uuid16 + xx) == UUID_SERVCLASS_HDP_SINK)
    [all...]

Completed in 1213 milliseconds

1 2 3 4 5 6 7 891011>>