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

1 2

  /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/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 64 * The "s-maxage" directive is the max age for shared caches. Not to be
66 * this directive is not honored by this cache.
125 String directive = string.substring(tokenStart, pos).trim(); local
151 if ("no-cache".equalsIgnoreCase(directive)) {
153 } else if ("no-store".equalsIgnoreCase(directive)) {
155 } else if ("max-age".equalsIgnoreCase(directive)) {
157 } else if ("s-maxage".equalsIgnoreCase(directive)) {
159 } else if ("public".equalsIgnoreCase(directive)) {
161 } else if ("must-revalidate".equalsIgnoreCase(directive)) {
163 } else if ("max-stale".equalsIgnoreCase(directive)) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 67 const std::string &directive = ".jmptable");
196 const std::string &directive) {
202 O << "\t" << directive << " "; local
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 360 DEFINE_STATIC_LOCAL(String, failureReasonInvalidMode, ("invalid mode directive"));
361 DEFINE_STATIC_LOCAL(String, failureReasonInvalidReport, ("invalid report directive"));
362 DEFINE_STATIC_LOCAL(String, failureReasonDuplicateMode, ("duplicate mode directive"));
363 DEFINE_STATIC_LOCAL(String, failureReasonDuplicateReport, ("duplicate report directive"));
364 DEFINE_STATIC_LOCAL(String, failureReasonInvalidDirective, ("unrecognized directive"));
384 // At end of previous directive: consume whitespace, semicolon, and whitespace.
397 // At start of next directive.
759 // Get directive name, parse right hand side of equal sign, then add to map
760 String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stripWhiteSpace()); local
769 result.append(pair<String, String>(directive, value.substring(1, nextDoubleQuotePosition - 1).stripWhiteSpace()))
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
DirectiveParser.cpp 88 bool isConditionalDirective(DirectiveType directive)
90 switch (directive)
104 // Returns true if the token represents End Of Directive.
256 // Empty Directive.
260 DirectiveType directive = getDirective(token); local
264 if (skipping() && !isConditionalDirective(directive))
270 switch(directive)
879 DirectiveType directive = getDirective(token); local
882 switch (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/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.cpp 1009 RefPtr<JSONObject> directive = JSONObject::create(); local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 1090 OutputDirective directive; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 71 using section directive */
84 /* Wrapper around directive for HAMT insertion */
86 const yasm_directive *directive; member in struct:yasm_directive_wrap
160 N_("invalid argument to directive `%s'"), "SECTION");
205 wrap->directive = dir;
373 yasm_call_directive(wrap->directive, object, valparams, objext_valparams,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 272 * Directive names.
318 * then jam in the equivalent NASM directive into the input stream.
394 * directive.
553 /* Binary search for the directive name */
570 /* We have found a directive, so jam a % in front of it
613 /* Not a simple directive */
616 /* handle end of endm directive */
671 /* handle repeat directive */
701 /* handle indefinite repeat directive */
836 /* handle end of ends directive */
2498 char *arg, directive[256]; local
2594 char *local, directive[256]; local
    [all...]
  /external/chromium_org/v8/src/
parser.cc 1086 Handle<String> directive = Handle<String>::cast(literal->value()); 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/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 664 throw new SemanticException(input, "The file must contain a .class directive");
669 throw new SemanticException(input, "The file must contain a .super directive");
2072 Token directive=null; local
    [all...]
  /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 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 612 milliseconds

1 2