/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
ParsedURL.js | 185 var postfix = ""; 187 postfix = path.substring(query); 192 postfix = path.substring(fragment); 197 if (!path) { // empty path, must be postfix 199 if (postfix.charAt(0) === "?") { 206 return parsedURL.scheme + "://" + parsedURL.host + (parsedURL.port ? (":" + parsedURL.port) : "") + basePath + postfix; 216 return parsedURL.scheme + ":" + path + postfix; 218 return parsedURL.scheme + "://" + parsedURL.host + (parsedURL.port ? (":" + parsedURL.port) : "") + WebInspector.ParsedURL.normalizePath(path) + postfix;
|
/frameworks/base/core/java/android/content/ |
DefaultDataHandler.java | 53 * <row postfix="phones"> 56 * <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/v8/test/webkit/ |
toString-number-dot-expr.js | 51 case "postfix": 80 case "postfix": 109 case "postfix": 138 case "postfix": 167 case "postfix": 197 case "postfix":
|
/external/clang/lib/Format/ |
BreakableToken.cpp | 138 return StartColumn + Prefix.size() + Postfix.size() + 146 StringRef Prefix, StringRef Postfix, bool InPPDirective, 149 StartColumn(StartColumn), Prefix(Prefix), Postfix(Postfix) { 150 assert(Tok.TokenText.endswith(Postfix)); 152 Prefix.size(), Tok.TokenText.size() - Prefix.size() - Postfix.size()); 157 StringRef Prefix, StringRef Postfix, bool InPPDirective, 159 : BreakableSingleLineToken(Tok, IndentLevel, StartColumn, Prefix, Postfix, 166 StartColumn + Prefix.size() + Postfix.size(), 181 Tok, Prefix.size() + TailOffset + Split.first, Split.second, Postfix, [all...] |
BreakableToken.h | 100 StringRef Postfix, bool InPPDirective, 108 // The postfix a line needs before introducing a break. 109 StringRef Postfix; 110 // The token text excluding the prefix and postfix. 122 StringRef Postfix, bool InPPDirective,
|
/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
|
/external/chromium_org/v8/test/webkit/fast/js/ |
modify-non-references-expected.txt | 30 PASS Number()++ threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 31 PASS Number()-- threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
|
modify-non-references.js | 30 shouldThrow("Number()++", "'ReferenceError: Invalid left-hand side expression in postfix operation'"); 31 shouldThrow("Number()--", "'ReferenceError: Invalid left-hand side expression in postfix operation'");
|
/external/chromium_org/third_party/openssl/openssl/patches/ |
x509_hash_name_algorithm_change.patch | 12 const char *postfix="";
|
/external/clang/test/Parser/ |
cxx-ambig-paren-expr.cpp | 24 // FIXME: Special case: "++" is postfix here, not prefix
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_04.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
msg_14.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
msg_29.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
msg_44.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_04.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
msg_14.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
msg_29.txt | 3 Received: by mail.zzz.org (Postfix, from userid 889)
|
msg_44.txt | 3 Received: by mail.python.org (Postfix, from userid 889)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_print.cpp | 323 const char *postFix = ""; 335 postFix = (idx & 1) ? "h" : "l"; 338 postFix = "s"; 342 postFix = "d"; 345 postFix = "q"; 348 postFix = "t"; 354 postFix = "d"; 357 postFix = "q"; 371 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_print.cpp | 323 const char *postFix = ""; 335 postFix = (idx & 1) ? "h" : "l"; 338 postFix = "s"; 342 postFix = "d"; 345 postFix = "q"; 348 postFix = "t"; 354 postFix = "d"; 357 postFix = "q"; 371 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix);
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_cell.h | 30 // NOTE: While |prefix_| is used only for postfix suggestions, it still needs
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1389.js | 28 // Test optimized implementation of postfix ++ on undefined input.
|
/external/deqp/doc/testspecs/GLES2/ |
performance.compiler.txt | 56 The method for defeating the shader cache is to append a postfix to all uniform, 57 attribute and varying names. The postfix depends on the current time as well as 58 the case that is in question. In case of cache-avoiding cases, the postfix also
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowEditor.java | 99 final String postfix = ".txt"; local 101 StringBuilder src = new StringBuilder(prefix).append(position).append(postfix); 110 src = new StringBuilder(prefix).append(position + 1).append(postfix);
|
/external/openssl/crypto/x509/ |
by_dir.c | 290 const char *postfix=""; local 300 postfix=""; 307 postfix="r"; 384 postfix,k); 390 postfix,k);
|