Searched defs:xw (Results 1 - 11 of 11) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
H A DSoapFault.java87 public void write(XmlSerializer xw) throws IOException { argument
88 xw.startTag(SoapEnvelope.ENV, "Fault");
89 xw.startTag(null, "faultcode");
90 xw.text("" + faultcode);
91 xw.endTag(null, "faultcode");
92 xw.startTag(null, "faultstring");
93 xw.text("" + faultstring);
94 xw.endTag(null, "faultstring");
95 xw.startTag(null, "detail");
97 detail.write(xw);
[all...]
H A DSoapFault12.java103 public void write(XmlSerializer xw) throws IOException argument
105 xw.startTag(SoapEnvelope.ENV2003, "Fault");
106 //this.Code.write(xw);
108 xw.startTag(SoapEnvelope.ENV2003, "Code");
109 this.Code.write(xw);
110 xw.endTag(SoapEnvelope.ENV2003, "Code");
111 xw.startTag(SoapEnvelope.ENV2003, "Reason");
112 this.Reason.write(xw);
113 xw.endTag(SoapEnvelope.ENV2003, "Reason");
116 xw
[all...]
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_pointcoord_unittest.cc130 GLfloat xw = s2p(point_x); local
136 GLfloat s = 0.5 + (xf + 0.5 - xw) / max_point_size;
/external/chromium_org/third_party/icu/source/common/
H A Duarrsort.c236 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1]; local
241 p=xw;
253 if(p!=xw) {
/external/chromium_org/third_party/opus/src/silk/float/
H A Dprefilter_FLP.c41 silk_float xw[], /* O */
97 silk_float xw[], /* O Weighted signal */
113 pxw = xw;
159 silk_float xw[], /* O */
200 xw[ i ] = sLF_MA_shp - n_LTP;
94 silk_prefilter_FLP( silk_encoder_state_FLP *psEnc, const silk_encoder_control_FLP *psEncCtrl, silk_float xw[], const silk_float x[] ) argument
156 silk_prefilt_FLP( silk_prefilter_state_FLP *P, silk_float st_res[], silk_float xw[], silk_float *HarmShapeFIR, silk_float Tilt, silk_float LF_MA_shp, silk_float LF_AR_shp, opus_int lag, opus_int length ) argument
/external/icu/icu4c/source/common/
H A Duarrsort.c236 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1]; local
241 p=xw;
253 if(p!=xw) {
/external/libopus/silk/float/
H A Dprefilter_FLP.c41 silk_float xw[], /* O */
97 silk_float xw[], /* O Weighted signal */
113 pxw = xw;
159 silk_float xw[], /* O */
200 xw[ i ] = sLF_MA_shp - n_LTP;
94 silk_prefilter_FLP( silk_encoder_state_FLP *psEnc, const silk_encoder_control_FLP *psEncCtrl, silk_float xw[], const silk_float x[] ) argument
156 silk_prefilt_FLP( silk_prefilter_state_FLP *P, silk_float st_res[], silk_float xw[], silk_float *HarmShapeFIR, silk_float Tilt, silk_float LF_MA_shp, silk_float LF_AR_shp, opus_int lag, opus_int length ) argument
/external/deqp/framework/common/
H A DtcuVector.hpp132 VecAccess<T, Size, 2> xw (void) { DE_ASSERT(Size >= 2); return VecAccess<T, Size, 2>(*this, 0, 3); } function in class:tcu::Vector
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp1485 double xw = decomp.quaternionX * decomp.quaternionW; local
1494 2 * (xy + zw), 1 - 2 * (xx + zz), 2 * (yz - xw), 0,
1495 2 * (xz - yw), 2 * (yz + xw), 1 - 2 * (xx + yy), 0,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c804 float xw = u - (float)uflr; local
828 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw,
1182 float xw; /* weights */ local
1194 samp->linear_texcoord_s(s, width, &x0, &x1, &xw);
1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1219 float xw; /* weights */ local
1231 samp->linear_texcoord_s(s, width, &x0, &x1, &xw);
1239 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1257 float xw, yw; /* weights */ local
1271 samp->linear_texcoord_s(s, width, &x0, &x1, &xw);
1301 float xw, yw; /* weights */ local
1346 float xw, yw; /* weights */ local
1391 float xw, yw, zw; /* interpolation weights */ local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c804 float xw = u - (float)uflr; local
828 rgba[TGSI_NUM_CHANNELS*c] = lerp_2d(xw, yw,
1182 float xw; /* weights */ local
1194 samp->linear_texcoord_s(s, width, &x0, &x1, &xw);
1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1219 float xw; /* weights */ local
1231 samp->linear_texcoord_s(s, width, &x0, &x1, &xw);
1239 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1257 float xw, yw; /* weights */ local
1271 samp->linear_texcoord_s(s, width, &x0, &x1, &xw);
1301 float xw, yw; /* weights */ local
1346 float xw, yw; /* weights */ local
1391 float xw, yw, zw; /* interpolation weights */ local
[all...]

Completed in 3380 milliseconds