Searched refs:ex1 (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl_unittest.cc55 const char *ex1 = "foo: bar\nContent-length: 10\n\nabcdefghij"; local
58 bool rv = WebPluginImpl::SetPostData(&request, ex1,
59 static_cast<uint32>(strlen(ex1)));
69 const char *ex1 = "foo: 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789\n\nabcdefghij"; local
72 bool rv = WebPluginImpl::SetPostData(&request, ex1,
73 static_cast<uint32>(strlen(ex1)));
80 const char *ex1 = "h1:h1\nh2:h2\nh3:h3\nh4:h4\nh5:h5\nh6:h6\nh7:h7\nh8:h8\nh9:h9\nh10:h10\n\nbody"; local
83 bool rv = WebPluginImpl::SetPostData(&request, ex1,
84 static_cast<uint32>(strlen(ex1)));
103 const char *ex1 local
113 const char *ex1 = "\\nabcdefghij"; local
127 const char *ex1 = "Foo:bar\\n\\n"; local
141 const char *ex1 = "Foo:bar\\n\\n\\n\\nabcdefg\\n\\nabcdefg"; local
152 const char *ex1 = "Foo:bar\\n"; local
162 const char *ex1 = ""; local
172 const char *ex1 = "foo:bar\\n:blat\\n\\nbody"; local
184 const char *ex1 = "foo:bar\\nbar:\\n\\nbody"; local
197 const char *ex1 = "foo: bar\\r\\nbar:\\r\\n\\r\\nbody\\r\\n\\r\\nbody2"; local
210 char ex1[33] = "foo: bar\\nContent-length: 10\\n\\n"; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_expr.cpp82 ast_expression *ex1) :
83 ast_expression(oper, ex0, ex1, NULL)
81 ast_expression_bin(int oper, ast_expression *ex0, ast_expression *ex1) argument
H A Dglsl_parser_extras.cpp642 ast_expression *ex1,
647 this->subexpressions[1] = ex1;
640 ast_expression(int oper, ast_expression *ex0, ast_expression *ex1, ast_expression *ex2) argument
/external/mesa3d/src/glsl/
H A Dast_expr.cpp82 ast_expression *ex1) :
83 ast_expression(oper, ex0, ex1, NULL)
81 ast_expression_bin(int oper, ast_expression *ex0, ast_expression *ex1) argument
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DPrivilegedActionExceptionTest.java39 PrivilegedActionException ex1 = new PrivilegedActionException(ex);
43 new PrivilegedActionException(ex1)
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java326 catch (javax.xml.parsers.FactoryConfigurationError ex1)
328 throw new org.xml.sax.SAXException(ex1.toString());
654 catch( TransformerConfigurationException ex1 )
656 throw ex1;
658 catch( TransformerException ex1 )
660 throw new TransformerConfigurationException(ex1);
718 catch (TransformerConfigurationException ex1 )
720 throw ex1;
722 catch (TransformerException ex1 )
724 throw new TransformerConfigurationException(ex1);
[all...]
H A DProcessorInclude.java291 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) {
292 throw new org.xml.sax.SAXException( ex1.toString() );
/external/llvm/utils/
H A Dfindmisopt99 ex1=$?
112 if [ "$ex1" -ne "$ex2" ] ; then
115 echo "Unoptimized returned: $ex1"
/external/qemu/android/skin/
H A Dargb.h490 int ex1, ex2, ey1, ey2, alpha; local
499 ex1 = (sx >> 16);
504 if (ex1 < 0) ex1 = 0; else if (ex1 > xlimit) ex1 = xlimit;
509 ex2 = (ex2-ex1)*4;
513 s = src_line + ex1*4 + ey1*src_pitch;
577 int ex1, ex2, ey1, ey2; local
585 ex1
831 int ex1, ex2, ey1, ey2; local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLReaderManager.java129 } catch (FactoryConfigurationError ex1) {
130 throw new SAXException(ex1.toString());
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp171 int ex1 = x1 >> poly_base_shift; local
181 if(ex1 == ex2) {
203 ex1 += incr;
204 set_cur_cell(ex1, ey);
206 if(ex1 != ex2) {
215 while (ex1 != ex2) {
224 ex1 += incr;
225 set_cur_cell(ex1, ey);
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObject.java136 } catch (IllegalAccessException ex1) {
137 InternalErrorHandler.handleException(ex1);
258 } catch (IllegalAccessException ex1) {
259 InternalErrorHandler.handleException(ex1);
365 } catch (IllegalAccessException ex1) {
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPObject.java142 } catch (IllegalAccessException ex1) {
146 InternalErrorHandler.handleException(ex1);
269 } catch (IllegalAccessException ex1) {
270 InternalErrorHandler.handleException(ex1);
376 } catch (IllegalAccessException ex1) {
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTrAXFilter.java134 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) {
135 throw new org.xml.sax.SAXException( ex1.toString() );
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKSBuilder_ImplTest.java443 Exception ex1 = null;
448 ex1 = e;
455 assertEquals("Incorrect exception", ex1.getMessage(), ex2
468 ex1 = e;
475 assertEquals("Incorrect exception", ex1.getMessage(), ex2
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java281 } catch (IllegalAccessException ex1) {
282 ex1.printStackTrace();
469 } catch (IllegalAccessException ex1) {
470 InternalErrorHandler.handleException(ex1);
572 } catch (IllegalAccessException ex1) {
573 InternalErrorHandler.handleException(ex1);
679 } catch (IllegalAccessException ex1) {
/external/nist-sip/java/gov/nist/javax/sip/
H A DSipStackImpl.java570 } catch (InvocationTargetException ex1) {
575 ex1);
599 } catch (InvocationTargetException ex1) {
604 ex1);
637 } catch (InvocationTargetException ex1) {
641 (Exception) ex1.getCause());
643 "Cound not instantiate router - check constructor", ex1);
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageObject.java147 } catch (IllegalAccessException ex1) {
/external/opencv/cvaux/src/
H A Dcvepilines.cpp1100 double ex1,ey1,ex2,ey2; local
1106 ex1 = p1_start.x;
1116 del = (py1-py2)*(ex1-ex2)-(px1-px2)*(ey1-ey2);
1123 delA = (ey1-ey2)*(ex1-px1) + (ex1-ex2)*(py1-ey1);
1124 delB = (py1-py2)*(ex1-px1) + (px1-px2)*(py1-ey1);
1135 delX = (px1-px2)*(ey1*(ex1-ex2)-ex1*(ey1-ey2))+
1136 (ex1-ex2)*(px1*(py1-py2)-py1*(px1-px2));
1138 delY = (py1-py2)*(ey1*(ex1
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTreeManager.java362 } catch( javax.xml.parsers.FactoryConfigurationError ex1 ) {
363 throw new org.xml.sax.SAXException( ex1.toString() );
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c56 GLfloat ex1, ey1; member in struct:LineInfo
299 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1);
308 cross1 = info->ex1 + info->ey1;
360 line->ex1 = line->qx2 - line->qx1;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c56 GLfloat ex1, ey1; member in struct:LineInfo
299 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1);
308 cross1 = info->ex1 + info->ey1;
360 line->ex1 = line->qx2 - line->qx1;
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c633 TCoord ex1, ex2, fx1, fx2, delta, mod; local
640 ex1 = TRUNC( x1 );
642 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) );
654 if ( ex1 == ex2 )
688 ex1 += incr;
689 gray_set_cell( RAS_VAR_ ex1, ey );
692 if ( ex1 != ex2 )
708 while ( ex1 != ex2 )
721 ex1 += incr;
722 gray_set_cell( RAS_VAR_ ex1, e
[all...]
/external/freetype/src/smooth/
H A Dftgrays.c682 TCoord ex1, ex2, fx1, fx2, delta, mod; local
689 ex1 = TRUNC( x1 );
691 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) );
703 if ( ex1 == ex2 )
731 ex1 += incr;
732 gray_set_cell( RAS_VAR_ ex1, ey );
735 if ( ex1 != ex2 )
745 while ( ex1 != ex2 )
758 ex1 += incr;
759 gray_set_cell( RAS_VAR_ ex1, e
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c645 TCoord ex1, ex2, fx1, fx2, delta, mod; local
652 ex1 = TRUNC( x1 );
654 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) );
666 if ( ex1 == ex2 )
700 ex1 += incr;
701 gray_set_cell( RAS_VAR_ ex1, ey );
704 if ( ex1 != ex2 )
720 while ( ex1 != ex2 )
733 ex1 += incr;
734 gray_set_cell( RAS_VAR_ ex1, e
[all...]

Completed in 737 milliseconds

12