/external/clang/test/Sema/ |
block-return.c | 81 int (^xx)(const char *s) = ^(char *s) { return 1; }; // expected-error {{incompatible block pointer types initializing 'int (^)(const char *)' with an expression of type 'int (^)(char *)'}}
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
BarGraph.java | 158 double xx= d * i; local 159 int x= (int) ((xx / max) * w2); 167 String s3= nf.format(-xx) + "%"; //$NON-NLS-1$ 171 String s4= nf.format(xx) + "%"; //$NON-NLS-1$
|
/external/freetype/include/freetype/ |
fttypes.h | 368 /* x' = x*xx + y*xy */ 373 /* xx :: Matrix coefficient. */ 383 FT_Fixed xx, xy; member in struct:FT_Matrix_ [all...] |
/external/freetype/src/base/ |
ftsynth.c | 63 transform.xx = 0x10000L;
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/ |
ShaderUtils.java | 112 float xx = (x - a) / (b - a);
local 113 return xx * xx * (3 - 2 * xx);
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
dct_sse2.asm | 83 pshufhw xmm1, xmm1, 0b1h ;22 23 02 03 xx xx xx xx 84 pshufhw xmm2, xmm2, 0b1h ;32 33 12 13 xx xx xx xx
|
/external/v8/test/mjsunit/regress/ |
regress-45469.js | 34 var res = re.exec("xx"); 42 var res = re.test("xx");
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC_s.h | 106 xx EQU 0;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC_s.h | 106 xx EQU 0;
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_act.c | 140 UINT8 xx; local 145 for (xx = 0; xx < NFA_CE_LISTEN_INFO_MAX; xx++) 147 nfa_dm_cb.params.lf_t3t_id[xx][0] = 0xFF; 148 nfa_dm_cb.params.lf_t3t_id[xx][1] = 0xFF; 149 nfa_dm_cb.params.lf_t3t_id[xx][2] = 0x02; 150 nfa_dm_cb.params.lf_t3t_id[xx][2] = 0xFE; 154 for (xx = 0; xx < NCI_PARAM_LEN_LF_T3T_PMM; xx++ [all...] |
/external/stlport/test/unit/ |
string_test.cpp | 377 string xx; local 379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3 392 xx = "123456"; 393 xx += low; 394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) { 400 xx = "1234"; 401 xx += ";"; 403 if ( strcmp( xx.data(), "1234;" ) != 0 ) { 413 string xx; local 420 xx = "123456" [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
string_test.cpp | 377 string xx; local 379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3 392 xx = "123456"; 393 xx += low; 394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) { 400 xx = "1234"; 401 xx += ";"; 403 if ( strcmp( xx.data(), "1234;" ) != 0 ) { 413 string xx; local 420 xx = "123456" [all...] |
/ndk/tests/device/test-stlport/unit/ |
string_test.cpp | 377 string xx; local 379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3 392 xx = "123456"; 393 xx += low; 394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) { 400 xx = "1234"; 401 xx += ";"; 403 if ( strcmp( xx.data(), "1234;" ) != 0 ) { 413 string xx; local 420 xx = "123456" [all...] |
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 251 int xx; local 252 for (xx = 0; xx < info->width; xx++) { 259 line[xx] = palette_from_fixed(ii / 4);
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 260 int xx; local 261 for (xx = 0; xx < buffer->width; xx++) { 268 line[xx] = palette_from_fixed(ii / 4);
|
/external/chromium_org/third_party/freetype/src/smooth/ |
ftsmooth.c | 328 FT_UInt xx; local 332 for ( xx = width_org; xx > 0; xx-- ) 334 FT_UInt pixel = line[xx-1];
|
/external/freetype/src/smooth/ |
ftsmooth.c | 328 FT_UInt xx; local 332 for ( xx = width_org; xx > 0; xx-- ) 334 FT_UInt pixel = line[xx-1];
|
/external/libnfc-nci/src/nfa/p2p/ |
nfa_p2p_main.c | 455 UINT8 xx; local 464 for (xx = 0; xx < LLCP_MAX_SDP_TRANSAC; xx++) 466 nfa_p2p_cb.sdp_cb[xx].local_sap = LLCP_INVALID_SAP;
|
/external/bluetooth/bluedroid/stack/sdp/ |
sdp_discovery.c | 73 UINT16 xx; local 84 for (xx = 0; xx < num_uuids; xx++, p_uuid_list++) 104 xx = (UINT16)(p_out - p_len - 1); 105 UINT8_TO_BE_STREAM (p_len, xx); 322 UINT16 xx; local 346 for (xx = orig; xx < p_ccb->num_handles; xx++ [all...] |
/external/eigen/unsupported/test/ |
NonLinearOptimization.cpp | 805 double x=m_x[i], xx=x*x, xxx=xx*x; local 806 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i]; 817 double x=m_x[i], xx=x*x, xxx=xx*x; local 818 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx); 821 fjac(i,2) = xx*fact; 823 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact; 825 fjac(i,5) = xx*fact 1384 double x = _x[i], xx=x*x; local 1395 double x = _x[i], xx=x*x; local 1550 double x=_x[i], xx=x*x, xxx=xx*x; local 1561 double x=_x[i], xx=x*x, xxx=xx*x; local [all...] |
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_dm.c | 379 UINT8 xx; local 383 for (xx = 0; xx < nfc_post_reset_cb.dev_init_config.num_xtal_cfg; xx++) 386 == nfc_post_reset_cb.dev_init_config.xtal_cfg[xx].brcm_hw_id) 388 *p_xtal_freq = nfc_post_reset_cb.dev_init_config.xtal_cfg[xx].xtal_freq; 389 return (nfc_post_reset_cb.dev_init_config.xtal_cfg[xx].xtal_index); [all...] |
/external/valgrind/main/VEX/priv/ |
guest_x86_helpers.c | [all...] |
/external/bluetooth/bluedroid/bta/av/ |
bta_av_aact.c | 382 int xx; local 442 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++) 444 if ((bta_av_cb.p_scb[xx]) && (xx != index)) 446 if (bta_av_cb.p_scb[xx]->state == BTA_AV_INCOMING_SST) 448 bta_av_cb.p_scb[xx]->state = BTA_AV_INIT_SST; 449 bta_av_cb.p_scb[xx]->coll_mask = 0; 654 int xx; local 948 int xx; local [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_mmx.asm | [all...] |
/external/bluetooth/bluedroid/stack/rfcomm/ |
port_api.c | 507 UINT8 xx, yy; local 513 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++) 515 if ((rfc_cb.port.rfc_mcb[xx].state > RFC_MX_STATE_IDLE) && 516 (rfc_cb.port.rfc_mcb[xx].state < RFC_MX_STATE_CONNECTED)) 518 memcpy (bd_addr, rfc_cb.port.rfc_mcb[xx].bd_addr, BD_ADDR_LEN); 522 if (rfc_cb.port.rfc_mcb[xx].state == RFC_MX_STATE_CONNECTED) 525 p_mcb = &rfc_cb.port.rfc_mcb[xx]; 541 memcpy (bd_addr, rfc_cb.port.rfc_mcb[xx].bd_addr, BD_ADDR_LEN) [all...] |