/external/markdown/docs/extensions/ |
WikiLinks.txt | 8 ``[[bracketed]]`` word is converted to a link. 17 A ``[[bracketed]]`` word is any combination of upper or lower case letters, 20 [[Bracketed]] 24 <a href="/Bracketed/" class="wikilink">Bracketed</a>
|
/external/clang/test/Preprocessor/ |
pragma_microsoft.c | 51 #pragma include_alias(<bar.h>, "bar.h") // expected-warning {{angle-bracketed include <bar.h> cannot be aliased to double-quoted include "bar.h"}} 52 #pragma include_alias("foo.h", <bar.h>) // expected-warning {{double-quoted include "foo.h" cannot be aliased to angle-bracketed include <bar.h>}}
|
/external/e2fsprogs/misc/ |
logsave.8.in | 49 to skip writing to the log file text which is bracketed with a control-A
|
/external/guava/guava/src/com/google/common/net/ |
HostAndPort.java | 120 * <p>Note: Non-bracketed IPv6 literals are allowed. 155 // Parse a bracketed host, typically an IPv6 literal. 157 checkArgument(matcher.matches(), "Invalid bracketed host/port: %s", hostPortString); 208 * Generate an error if the host might be a non-bracketed IPv6 literal.
|
/bionic/libc/kernel/tools/ |
kernel.py | 39 # corresponding to a non-bracketed path name, e.g.: 195 # header paths that are not bracketed
|
/dalvik/libdex/ |
DexUtf.h | 112 * (that is, not bracketed by "L" and ";"); or (b) identical to the
|
DexUtf.cpp | 179 * embedded class name (bracketed by "L" and ";").
|
/external/chromium/chrome/browser/importer/ |
firefox2_importer.h | 79 // following, and bracketed by a <DL> tag:
|
/external/eclipse-windowbuilder/propertysheet/ |
README.txt | 60 needed by ADT. These are all bracketed in the codebase with
|
/external/kernel-headers/original/asm-mips/sn/sn0/ |
addrs.h | 48 * so for now we just use defines bracketed by an ifdef.
|
/external/markdown/docs/ |
CHANGE_LOG | 25 with wikilinks (note the s) ext (uses bracketed links instead of CamelCase)
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
PoolAlloc.cpp | 223 // If we are using guard blocks, all allocations are bracketed by
|
PoolAlloc.h | 47 // Allocations are bracketed:
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
Base64InputStream.java | 21 * Modified for Exchange attachment decoding 5/12/11. Changes are bracketed with START EAS CHANGES
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.good | 8 #define match_isgroup 0x02 /* Set if start of bracketed group */ 55 /* At the start of a bracketed group, add the current subject pointer to the 221 bracketed group and go to there. */ 587 last bracketed group - used for breaking infinite loops matching zero-length 627 match_isgroup - this is the start of a bracketed group [all...] |
uniq.inp | 336 #define match_isgroup 0x02 /* Set if start of bracketed group */ 426 /* At the start of a bracketed group, add the current subject pointer to the 626 bracketed group and go to there. */ 1319 last bracketed group - used for breaking infinite loops matching zero-lengt [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticLexKinds.td | 334 ExtWarn<"angle-bracketed include <%0> cannot be aliased to double-quoted " 337 ExtWarn<"double-quoted include \"%0\" cannot be aliased to angle-bracketed "
|
/external/grub/netboot/ |
config.c | 361 * just rearrange the entries (bracketed by the #ifdef/#endif)
|
/external/markdown/markdown/ |
inlinepatterns.py | 39 * then bracketed links, first regular then reference-style
|
/external/v8/src/ |
json-parser.h | 138 // literal is a square-bracketed and comma separated sequence (possibly empty)
|
/external/icu4c/i18n/ |
nfrule.cpp | 114 // or if it's of a type that doesn't recognize bracketed text, 155 // if the description began with "x.x" and contains bracketed 162 // if the description began with "x.0" and contains bracketed [all...] |
/bionic/libc/regex/ |
regcomp.c | 619 - p_bracket - parse a bracketed character list 701 - p_b_term - parse one term of a bracketed character list [all...] |
/external/clang/lib/Lex/ |
Pragma.cpp | 745 // We will either get a quoted filename or a bracketed filename, and we 757 // We expect either a quoted string literal, or a bracketed name [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 627 - p_bracket - parse a bracketed character list 709 - p_b_term - parse one term of a bracketed character list [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 619 - p_bracket - parse a bracketed character list 701 - p_b_term - parse one term of a bracketed character list [all...] |