/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/ |
NativeCodeGenerator.java | 181 String[] excludes;
field in class:NativeCodeGenerator 207 * <code>excludes</code> parameters allow to specify directories and files that should be included/excluded from the
213 * @param excludes files/directories to exclude, can be null (no files are excluded)
215 public void generate (String sourceDir, String classpath, String jniDir, String[] includes, String[] excludes)
221 this.excludes = excludes;
244 if (excludes != null && matcher.match(file.path(), excludes)) continue;
250 if (excludes != null && matcher.match(file.path(), excludes)) continue; [all...] |
/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);
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_QuickContactsTest.java | 79 // Verify: the start activity call sets the prioritized mimetype and excludes mimetypes.
|
/development/tools/idegen/ |
index-gen.sh | 54 # TODO: make excludes more generic and configurable
|
/external/deqp/doc/testspecs/GL3/ |
functional.fragment_out_location.txt | 38 Excludes:
|
/external/deqp/doc/testspecs/GLES2/ |
functional.color_clear.txt | 30 Excludes:
|
functional.shaders.discard.txt | 36 Excludes:
|
/external/deqp/doc/testspecs/GLES3/ |
functional.buffers.txt | 36 Excludes:
|
functional.fbo.invalidate.txt | 33 Excludes:
|
functional.fbo.msaa.txt | 31 Excludes:
|
functional.fbo.srgb.txt | 29 Excludes:
|
functional.shaders.arrays.txt | 33 Excludes:
|
functional.shaders.switch.txt | 39 Excludes:
|
functional.texture.sampler.txt | 32 Excludes:
|
functional.texture.specification.txt | 37 Excludes:
|
functional.texture.swizzle.txt | 29 Excludes:
|
functional.transform_feedback.txt | 37 Excludes:
|
stress.occlusion_query.txt | 28 Excludes:
|
/external/deqp/doc/testspecs/GLES31/ |
functional.texture.cube_map_array.txt | 34 Excludes:
|
/external/parameter-framework/upstream/parameter/ |
SelectionCriterion.h | 64 bool excludes(int iState) const;
|
/external/v8/build/ |
common.croc | 47 # Files/paths to include. Specify these before the excludes, since rules
|
/external/webrtc/webrtc/modules/bitrate_controller/include/ |
bitrate_controller.h | 63 // this bandwidth excludes packet headers.
|
/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
|
/prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/ |
javax.annotation-api-1.2.pom | 122 <excludes> 124 </excludes> 199 <excludes> 201 </excludes>
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/ |
maven-ant-tasks-2.1.3.pom | 260 <excludes> 267 </excludes> 273 <excludes> 276 </excludes>
|