HomeSort by relevance Sort by last modified time
    Searched defs:directive (Results 1 - 20 of 20) sorted by null

  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
ResponseAuth.java 46 * Checks the semantics of the directives in the directive list as parsed
57 ParsedDirective directive; local
62 directive = (ParsedDirective)directives.next();
63 name = directive.getName();
65 m_responseValue = directive.getValue();
70 throw new SaslException("Missing response-auth directive.");
DigestChallenge.java 74 * Checks the semantics of the directives in the directive list as parsed
85 ParsedDirective directive; local
90 directive = (ParsedDirective)directives.next();
91 name = directive.getName();
93 handleRealm(directive);
95 handleNonce(directive);
97 handleQop(directive);
99 handleMaxbuf(directive);
101 handleCharset(directive);
103 handleAlgorithm(directive);
    [all...]
  /external/smack/src/com/novell/sasl/client/
ResponseAuth.java 46 * Checks the semantics of the directives in the directive list as parsed
57 ParsedDirective directive; local
62 directive = (ParsedDirective)directives.next();
63 name = directive.getName();
65 m_responseValue = directive.getValue();
70 throw new SaslException("Missing response-auth directive.");
DigestChallenge.java 74 * Checks the semantics of the directives in the directive list as parsed
85 ParsedDirective directive; local
90 directive = (ParsedDirective)directives.next();
91 name = directive.getName();
93 handleRealm(directive);
95 handleNonce(directive);
97 handleQop(directive);
99 handleMaxbuf(directive);
101 handleCharset(directive);
103 handleAlgorithm(directive);
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HeaderParser.java 22 void handle(String directive, String parameter);
31 String directive = value.substring(tokenStart, pos).trim(); local
35 handler.handle(directive, null);
59 handler.handle(directive, parameter);
  /libcore/luni/src/main/java/libcore/net/http/
HeaderParser.java 28 void handle(String directive, String parameter);
39 String directive = value.substring(tokenStart, pos).trim(); local
43 handler.handle(directive, null);
67 handler.handle(directive, parameter);
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 70 const std::string &directive = ".jmptable");
201 const std::string &directive) {
207 O << "\t" << directive << " "; local
  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.cpp 333 // RFC2616 14.9.1: A no-cache directive with a value is only meaningful for proxy caches.
640 // Get directive name, parse right hand side of equal sign, then add to map
641 String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stripWhiteSpace()); local
650 result.append(pair<String, String>(directive, value.substring(1, nextDoubleQuotePosition - 1).stripWhiteSpace()));
660 result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(1, value.length() - 1).stripWhiteSpace())));
668 result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(0, nextCommaPosition2).stripWhiteSpace())));
672 result.append(pair<String, String>(directive, trimToNextSeparator(value)));
677 // Add directive to map with empty string as value
681 // Add last directive to map with empty string as value
  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 388 char directive[MAXLINE], filename[MAXLINE]; local
415 sprintf( directive, line_fmt, linenum, filename );
419 /* Account for the line directive itself. */
422 sprintf( directive, line_fmt, out_linenum, filename );
425 /* If output_file is nil then we should put the directive in
430 fputs( directive, output_file );
433 add_action( directive );
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1016 OutputDirective directive; local
1017 directive.name = name;
1019 directive.generator = NULL;
1021 directive.generator = generator_info->generator;
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 186 template <class TreeBuilder> TreeStatement parseStatement(TreeBuilder&, const Identifier*& directive);
685 const Identifier* directive = 0; local
688 while (TreeStatement statement = parseStatement(context, directive)) {
690 if (directive) {
691 if (!hasSetStrict && m_globalData->propertyNames->useStrictIdentifier == *directive) {
    [all...]
  /external/v8/src/
parser.cc 1139 Handle<String> directive = Handle<String>::cast(literal->handle()); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 327 milliseconds