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

1 2 3 4

  /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/llvm/test/MC/ARM/
eh-directive-save-diagnoatics.s 4 @ Check the diagnostics for .save directive
6 @ .save directive should always come after .fnstart directive and
7 @ before .handlerdata directive.
38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
eh-directive-vsave-diagnostics.s 4 @ Check the diagnostics for .vsave directive
6 @ .vsave directive should always come after .fnstart directive
7 @ and before .handlerdata directive.
38 @ CHECK: error: .save or .vsave must precede .handlerdata directive
eh-directive-pad-diagnostics.s 4 @ Check the diagnostics for .pad directive.
17 @ CHECK: error: .fnstart must precede .pad directive
36 @ CHECK: error: .pad must precede .handlerdata directive
eh-directive-personality-diagnostics.s 4 @ Check the diagnostics for .personality directive.
17 @ CHECK: error: .fnstart must precede .personality directive
36 @ CHECK: error: .personality must precede .handlerdata directive
eh-directive-fnend-diagnostics.s 4 @ Check the diagnostics for mismatched .fnend directive
15 @ CHECK: error: .fnstart must precede .fnend directive
eh-directive-cantunwind-diagnostics.s 6 @ .cantunwind directive can't be used with .handlerdata directive nor
7 @ .personality directive. This test case check for the diagnostics for
24 @ CHECK: error: .personality can't be used with .cantunwind directive
44 @ CHECK: error: .handlerdata can't be used with .cantunwind directive
64 @ CHECK: error: .cantunwind can't be used with .personality directive
84 @ CHECK: error: .cantunwind can't be used with .handlerdata directive
101 @ CHECK: error: .fnstart must precede .cantunwind directive
eh-directive-cantunwind.s 4 @ Check the .cantunwind directive
6 @ When a function contains a .cantunwind directive, we should create an entry
eh-directive-fnstart-diagnostics.s 7 @ by the .fnend directive.
18 @ Intentionally miss the .fnend directive
eh-directive-personality.s 4 @ Check the .personality directive.
61 @ The .handlerdata directive is intentionally ignored. The .fnend @ directive should create the EXTAB entry and flush the unwind opcodes.
eh-directive-setfp-diagnostics.s 4 @ Check the diagnostics for .setfp directive.
17 @ CHECK: error: .fnstart must precede .setfp directive
36 @ CHECK: error: .setfp must precede .handlerdata directive
eh-directive-text-section.s 4 @ Check the .fnstart directive and the .fnend directive.
6 @ The .fnstart directive and .fnend directive should create an entry in
eh-directive-multiple-offsets.s 9 @ TEST1: Check .pad before .setfp directive.
38 @ TEST2: Check .pad after .setfp directive.
67 @ TEST3: Check .setfp, .pad, .setfp directive.
100 @ TEST4: Check ".setfp fp, sp" and ".setfp fp, fp" directive.
131 @ TEST5: Check .setfp, .save, .setfp directive.
  /external/bison/build-aux/
cross-options.pl 8 my %directive;
64 $directive{$long} = $dir;
77 print ' @code{', $directive{$long}, '}' if $directive{$long};
gnupload 60 (including the constructed directive file)
73 build directive files and upload files by FTP
75 build directive files and upload files by SFTP
283 cat >${2}.directive<<EOF
289 echo "File ${2}.directive:"
290 cat ${2}.directive
291 echo "File ${2}.directive:" | sed 's/./-/g'
309 # BASE Base name for the directive file;
311 # STMT Additional statements for the directive file;
322 rm -f $base.directive $base.directive.as
    [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);
RequestHeaders.java 67 @Override public void handle(String directive, String parameter) {
68 if ("no-cache".equalsIgnoreCase(directive)) {
70 } else if ("max-age".equalsIgnoreCase(directive)) {
72 } else if ("max-stale".equalsIgnoreCase(directive)) {
74 } else if ("min-fresh".equalsIgnoreCase(directive)) {
76 } else if ("only-if-cached".equalsIgnoreCase(directive)) {
ResponseHeaders.java 94 * The "s-maxage" directive is the max age for shared caches. Not to be
96 * this directive is not honored by this cache.
125 @Override public void handle(String directive, String parameter) {
126 if ("no-cache".equalsIgnoreCase(directive)) {
128 } else if ("no-store".equalsIgnoreCase(directive)) {
130 } else if ("max-age".equalsIgnoreCase(directive)) {
132 } else if ("s-maxage".equalsIgnoreCase(directive)) {
134 } else if ("public".equalsIgnoreCase(directive)) {
136 } else if ("must-revalidate".equalsIgnoreCase(directive)) {
353 // a 'public', 'must-revalidate' or 's-maxage' directive
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc-machine.s 4 # For now, the only thing we check is that the .machine directive
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 31 def compare_against_time(self, testing, directive, tuple_position,
33 """Helper method that tests testing against directive based on the
37 strftime_output = time.strftime(directive, self.time_tuple).lower()
126 "did not find 'd' directive pattern string '%s'" %
155 for directive in ('a','A','b','B','c','d','H','I','j','m','M','p','S',
157 compiled = self.time_re.compile("%" + directive)
158 found = compiled.match(time.strftime("%" + directive))
160 (time.strftime("%" + directive),
225 def helper(self, directive, position):
227 strf_output = time.strftime("%" + directive, self.time_tuple
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 31 def compare_against_time(self, testing, directive, tuple_position,
33 """Helper method that tests testing against directive based on the
37 strftime_output = time.strftime(directive, self.time_tuple).lower()
126 "did not find 'd' directive pattern string '%s'" %
155 for directive in ('a','A','b','B','c','d','H','I','j','m','M','p','S',
157 compiled = self.time_re.compile("%" + directive)
158 found = compiled.match(time.strftime("%" + directive))
160 (time.strftime("%" + directive),
225 def helper(self, directive, position):
227 strf_output = time.strftime("%" + directive, self.time_tuple
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
valparam.c 41 yasm_call_directive(const yasm_directive *directive, yasm_object *object,
47 if ((directive->flags & (YASM_DIR_ARG_REQUIRED|YASM_DIR_ID_REQUIRED)) &&
50 N_("directive `%s' requires an argument"),
51 directive->name);
56 if ((directive->flags & YASM_DIR_ID_REQUIRED) &&
59 N_("directive `%s' requires an identifier parameter"),
60 directive->name);
64 directive->handler(object, valparams, objext_valparams, line);

Completed in 876 milliseconds

1 2 3 4