HomeSort by relevance Sort by last modified time
    Searched full:postfix (Results 1 - 25 of 281) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/tools/toolutil/
writesrc.h 42 * The prefix and postfix are optional (can be NULL) and are written first/last.
44 * The {} and declaration etc. need to be included in prefix/postfix or
51 const char *postfix);
62 const char *postfix);
66 * The {} and declaration etc. need to be included in prefix/postfix or
74 const char *postfix);
81 * The prefix and postfix are optional (can be NULL) and are written first/last.
83 * The {} and declaration etc. need to be included in prefix/postfix or
90 const char *postfix);
writesrc.c 104 const char *postfix) {
156 if(postfix!=NULL) {
157 fputs(postfix, f);
165 const char *postfix) {
168 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
171 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
172 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
181 const char *postfix) {
220 if(postfix!=NULL) {
221 fputs(postfix, f)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.h 42 * The prefix and postfix are optional (can be NULL) and are written first/last.
44 * The {} and declaration etc. need to be included in prefix/postfix or
51 const char *postfix);
62 const char *postfix);
66 * The {} and declaration etc. need to be included in prefix/postfix or
74 const char *postfix);
writesrc.c 99 const char *postfix) {
151 if(postfix!=NULL) {
152 fputs(postfix, f);
160 const char *postfix) {
163 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
166 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
167 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
176 const char *postfix) {
215 if(postfix!=NULL) {
216 fputs(postfix, f)
    [all...]
  /external/clang/test/Parser/
attributes.mm 14 @interface EXP I @end // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in front of '@interface'}}
17 @implementation EXP I @end // expected-error-re {{postfix attributes are not allowed on Objective-C directives$}}
21 @class EXP OC; // expected-error-re {{postfix attributes are not allowed on Objective-C directives$}}
24 @protocol EXP P @end // expected-error {{postfix attributes are not allowed on Objective-C directives, place them in front of '@protocol'}}
  /external/chromium_org/v8/test/webkit/
toString-prefix-postfix-preserve-parens-expected.txt 24 This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception
35 PASS postfix_should_preserve_parens(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
36 PASS eval(unevalf(postfix_should_preserve_parens))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
47 PASS postfix_should_preserve_parens_multi(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
48 PASS eval(unevalf(postfix_should_preserve_parens_multi))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
55 PASS postfix_should_preserve_parens_multi1(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
56 PASS eval(unevalf(postfix_should_preserve_parens_multi1))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
63 PASS postfix_should_preserve_parens_multi2(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
64 PASS eval(unevalf(postfix_should_preserve_parens_multi2))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
toString-number-dot-expr.js 51 case "postfix":
80 case "postfix":
109 case "postfix":
138 case "postfix":
167 case "postfix":
197 case "postfix":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_03.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
msg_27.txt 2 Received: by mail.dom.ain (Postfix, from userid 889)
msg_01.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
msg_20.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_03.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
msg_27.txt 2 Received: by mail.dom.ain (Postfix, from userid 889)
msg_01.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
msg_20.txt 3 Received: by mail.zzz.org (Postfix, from userid 889)
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_rendertmp.h 29 #ifndef POSTFIX
30 #define POSTFIX
70 POSTFIX;
90 POSTFIX;
115 POSTFIX;
155 POSTFIX;
187 POSTFIX;
238 POSTFIX;
285 POSTFIX;
355 POSTFIX;
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 29 #ifndef POSTFIX
30 #define POSTFIX
70 POSTFIX;
90 POSTFIX;
115 POSTFIX;
155 POSTFIX;
187 POSTFIX;
238 POSTFIX;
285 POSTFIX;
355 POSTFIX;
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
regexp_generator.cc 9 // postfix language. Each command in the language is a string,
60 vector<string> postfix; local
61 GeneratePostfix(&postfix, 0, 0, 0);
70 vector<string> postfix; local
71 GenerateRandomPostfix(&postfix, 0, 0, 0);
88 // Generates all possible postfix command sequences.
91 // post: the current postfix sequence
135 // Generates a random postfix command sequence.
177 // Interprets the postfix command sequence to create a regular expression
  /external/regex-re2/re2/testing/
regexp_generator.cc 9 // postfix language. Each command in the language is a string,
60 vector<string> postfix; local
61 GeneratePostfix(&postfix, 0, 0, 0);
70 vector<string> postfix; local
71 GenerateRandomPostfix(&postfix, 0, 0, 0);
88 // Generates all possible postfix command sequences.
91 // post: the current postfix sequence
135 // Generates a random postfix command sequence.
177 // Interprets the postfix command sequence to create a regular expression
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.h 46 UnicodeString postfix = UNICODE_STRING_SIMPLE("-postfix"); local
49 return ( name.indexOf(prefixpart) == -1 && name.indexOf(postfix) == -1 && name.indexOf(postfx) == -1 );
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1.cpp 9 // found, it is then looked up in the context of the entire postfix-expression
12 // context of the entire postfix-expression and
15 // -- if the name is found in the context of the entire postfix-expression
p3.cpp 6 // context of the entire postfix-expression. If the type T of the object
  /external/chromium_org/v8/test/webkit/fast/js/
modify-non-references-expected.txt 30 FAIL g()++ should throw ReferenceError: Postfix ++ operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
31 FAIL g()-- should throw ReferenceError: Postfix -- operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 53 * &lt;row postfix="phones">
56 * &lt;row postfix="phones">
78 private final static String POSTFIX = "postfix";
112 String postfix = atts.getValue(POSTFIX); local
113 if (postfix != null) {
115 postfix);
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashIterators.h 51 // postfix ++ intentionally omitted
74 // postfix ++ intentionally omitted
99 // postfix ++ intentionally omitted
116 // postfix ++ intentionally omitted
134 // postfix ++ intentionally omitted
157 // postfix ++ intentionally omitted

Completed in 499 milliseconds

1 2 3 4 5 6 7 8 91011>>