/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/ |
usage.apt.vm | 42 <excludes><exclude/></excludes> 156 *** excludes 190 the grammars from processing specifically, using the <<<<excludes>>>> option.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
NameConstraints.java | 59 * Excludes subtrees
|
/external/chromium_org/sync/protocol/ |
typed_url_specifics.proto | 32 // The number of explicit navigations to this URL (excludes page reloads) -
|
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.pom | 116 <excludes>
130 </excludes>
220 <excludes>
222 </excludes>
|
/external/chromium/chrome/browser/extensions/ |
convert_user_script.cc | 119 ListValue* excludes = new ListValue(); local 121 excludes->Append(Value::CreateStringValue(script.exclude_globs().at(i))); 126 content_script->Set(keys::kExcludeGlobs, excludes);
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3Mojo.java | 182 protected Set excludes = new HashSet(); field in class:Antlr3Mojo 254 // Excludes 256 for (String e : (Set<String>) excludes) { 419 // Now, to the excludes, we need to add the imports directory 423 excludes.add("imports/**"); 425 SourceInclusionScanner scan = new SimpleSourceInclusionScanner(includes, excludes);
|
/external/chromium_org/chrome/browser/extensions/ |
convert_user_script.cc | 135 base::ListValue* excludes = new base::ListValue(); local 137 excludes->Append(new base::StringValue(script.exclude_globs().at(i))); 143 content_script->Set(keys::kExcludeGlobs, excludes);
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 123 filename in localConfig.excludes): 175 d not in localConfig.excludes)] 180 filename in localConfig.excludes):
|
/development/tools/idegen/ |
index-gen.sh | 54 # TODO: make excludes more generic and configurable
|
/external/chromium/build/ |
common.croc | 47 # Files/paths to include. Specify these before the excludes, since rules
|
/external/chromium_org/build/ |
common.croc | 47 # Files/paths to include. Specify these before the excludes, since rules
|
/external/chromium_org/chrome_frame/ |
chrome_frame.croc | 46 # Files/paths to include. Specify these before the excludes, since rules
|
/external/openfst/ |
README | 27 excludes the command line utilities.
|
/libcore/dalvik/src/main/java/dalvik/bytecode/ |
OpcodeInfo.java | 73 * excludes methods that are implemented directly in the VM as
|
/packages/apps/Contacts/src/com/android/contacts/ |
GroupListLoader.java | 26 * group names are in alphabetical order. Note that the list excludes default, favorite, and deleted
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
build.xml | 102 <dirset dir="${test.dir}" includes="*" excludes="README" /> 110 <fileset dir="${testdirectory}" includes="*.g" excludes="*__.g" />
|
/external/bison/m4/ |
locale-ja.m4 | 63 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales 68 This excludes the UTF-8 encoding (except on MirBSD). */
|
locale-zh.m4 | 65 This excludes the UTF-8 encoding (except on MirBSD). */ 72 single wide character. This excludes the GB2312 and GBK encodings. */
|
/external/chromium/base/ |
utf_string_conversion_utils.h | 16 // Excludes the surrogate code points ([0xD800, 0xDFFF]) and 24 // Excludes non-characters (U+FDD0..U+FDEF, and all codepoints ending in
|
/external/chromium_org/base/strings/ |
utf_string_conversion_utils.h | 16 // Excludes the surrogate code points ([0xD800, 0xDFFF]) and 24 // Excludes non-characters (U+FDD0..U+FDEF, and all codepoints ending in
|
/external/chromium_org/third_party/tlslite/tlslite/integration/ |
ClientHelper.py | 61 Requires the 'privateKey' argument. Excludes the SRP or 66 Requires the 'certChain' argument. Excludes the SRP or
|
HTTPTLSConnection.py | 117 Requires the 'privateKey' argument. Excludes the SRP or 122 Requires the 'certChain' argument. Excludes the SRP or
|
IMAP4_TLS.py | 67 Requires the 'privateKey' argument. Excludes the SRP or 72 Requires the 'certChain' argument. Excludes the SRP or
|
POP3_TLS.py | 67 Requires the 'privateKey' argument. Excludes the SRP or 72 Requires the 'certChain' argument. Excludes the SRP or
|
XMLRPCTransport.py | 72 Requires the 'privateKey' argument. Excludes the SRP or 77 Requires the 'certChain' argument. Excludes the SRP or
|