Searched defs:accept (Results 276 - 300 of 407) sorted by relevance

<<11121314151617

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplateElement.java1333 * we accept that price in exchange for avoiding the prev pointer
1358 * we accept that price in exchange for avoiding the prev pointer
1554 * Tell if this element can accept variable declarations.
1555 * @return true if the element can accept and process variable declarations.
1613 protected boolean accept(XSLTVisitor visitor) method in class:ElemTemplateElement
1623 if(accept(visitor))
H A DStylesheet.java1510 protected boolean accept(XSLTVisitor visitor) method in class:Stylesheet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jar ... .p2.jarprocessor.ant.AntBasedProcessorExecutor) public boolean accept (java.io.File) java.io.File ...
/external/libvncserver/libvncserver/
H A Dwebsockets.c389 char accept[B64LEN(SHA1_HASH_SIZE) + 1]; local
391 webSocketsGenSha1Key(accept, sizeof(accept), sec_ws_key);
393 SERVER_HANDSHAKE_HYBI, accept, protocol);
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java769 preInstruction.accept(clazz, method, codeAttribute, oldOffset, this);
783 replacementInstruction.accept(clazz, method, codeAttribute, oldOffset, this);
793 instruction.accept(clazz, method, codeAttribute, oldOffset, this);
806 postInstruction.accept(clazz, method, codeAttribute, oldOffset, this);
1235 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) method in class:CodeAttributeEditor.CompositeInstruction
1246 instruction.accept(clazz, method, codeAttribute, offset, CodeAttributeEditor.this);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc169 if (filter_->accept(table_->GetCMapId(table_index_))) {
224 bool CMapTable::CMapIdFilter::accept(const CMapId& cmap_id) const { function in class:sfntly::CMapTable::CMapIdFilter
/external/syslinux/core/lwip/src/include/lwip/
H A Dsockets.h344 #define accept(a,b,c) lwip_accept(a,b,c) macro
/external/syslinux/gpxe/src/net/udp/
H A Ddhcp.c259 /** List of PXE Boot Servers to accept */
863 * @ret accept Boot Server is acceptable
867 struct in_addr *accept; local
874 for ( accept = dhcp->pxe_accept ; accept->s_addr ; accept++ ) {
875 if ( accept->s_addr == bs.s_addr )
/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/extensions/persist/lib/
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
H A Dhibernate-entitymanager.jar ... .lang.Class[]) boolean x0 Class[] x1 public boolean accept (java.lang.String) String javaElementName } org/hibernate/ejb ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-launcher.jar ... ?defs= " (java.lang.String[]) public boolean accept (java.io.File, java.lang.String ...
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java234 opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept values: \'" + value + "\'"));
254 opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept fewer than " + cardinality [0] + " value(s)"));
274 // opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept fewer than " + cardinality [0] + " value(s)"));
320 opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept fewer than " + cardinality [0] + " value(s)"));
1077 accept (Token.COLON_ID);
1079 accept (Token.SEMICOLON_ID);
1095 accept ();
1102 accept ();
1112 accept (Token.COMMA_ID);
1116 accept ();
1206 Token accept () method in class:OptsParser.MetadataParser
1214 Token accept (final int tokenID) method in class:OptsParser.MetadataParser
[all...]
/external/jemalloc/src/
H A Djemalloc.c839 bool accept; local
844 for (accept = false; !accept;) {
865 accept = true;
879 for (accept = false; !accept;) {
895 accept = true;
899 accept = true;
/external/mesa3d/src/glsl/
H A Dir.h105 virtual void accept(ir_visitor *) = 0;
106 virtual ir_visitor_status accept(ir_hierarchical_visitor *) = 0;
152 virtual void accept(ir_visitor *v) function in class:ir_rvalue
157 virtual ir_visitor_status accept(ir_hierarchical_visitor *);
317 virtual void accept(ir_visitor *v) function in class:ir_variable
322 virtual ir_visitor_status accept(ir_hierarchical_visitor *);
535 virtual void accept(ir_visitor *v) function in class:ir_function_signature
540 virtual ir_visitor_status accept(ir_hierarchical_visitor *);
651 virtual void accept(ir_visitor *v) function in class:ir_function
656 virtual ir_visitor_status accept(ir_hierarchical_visito
730 virtual void accept(ir_visitor *v) function in class:ir_if
754 virtual void accept(ir_visitor *v) function in class:ir_loop
825 virtual void accept(ir_visitor *v) function in class:ir_assignment
1111 virtual void accept(ir_visitor *v) function in class:ir_expression
1149 virtual void accept(ir_visitor *v) function in class:ir_call
1237 virtual void accept(ir_visitor *v) function in class:ir_return
1271 virtual void accept(ir_visitor *v) function in class:ir_loop_jump
1311 virtual void accept(ir_visitor *v) function in class:ir_discard
1373 virtual void accept(ir_visitor *v) function in class:ir_texture
1475 virtual void accept(ir_visitor *v) function in class:ir_swizzle
1574 virtual void accept(ir_visitor *v) function in class:ir_dereference_variable
1621 virtual void accept(ir_visitor *v) function in class:ir_dereference_array
1664 virtual void accept(ir_visitor *v) function in class:ir_dereference_record
1726 virtual void accept(ir_visitor *v) function in class:ir_constant
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... 8.0.0_r4/s?defs= " () public boolean accept (java.io.File, java.lang.String ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jar ... java.io.InputStream is boolean close public void accept (org.objectweb.asm.ClassVisitor, int) org. ...
/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp22 software may choose to accept it either as 1) Public Domain, 2) under the
4202 static char const* strnpbrk(char const* s, char const* accept, size_t n) { argument
4203 assert((s || !n) && accept);
4208 for (char const* a = accept; *a; ++a) {
/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc568 bool accept, bool same_addr1,
623 // accept a new connection from ch1 before ch1's connection destroys itself.
781 bool accept, bool same_addr1,
806 if (accept) {
1225 /* TODO: Enable these once testrelayserver can accept external TCP.
1236 /* TODO: Enable these once testrelayserver can accept external SSL.
1778 out_msg.accept(), &username));
1790 out_msg.accept(), &username));
1801 out_msg.accept(), &username));
1826 out_msg.accept(),
779 TestConnectivity(const char* name1, Port* port1, const char* name2, Port* port2, bool accept, bool same_addr1, bool same_addr2, bool possible) argument
[all...]
/external/jarjar/lib/
H A Dasm-4.0.jar ... InputStream, boolean) throws java.io.IOException public void accept (org.objectweb.asm.ClassVisitor, int) public void ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jar ... .InputStream) throws java.io.IOException public void accept (org.objectweb.asm.ClassVisitor, int) public void ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 881 milliseconds

<<11121314151617