HomeSort by relevance Sort by last modified time
    Searched refs:exclude (Results 126 - 150 of 466) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/linker/
Android.mk 36 -Wl,--exclude-libs,ALL \
  /cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java 52 private static final String EXCLUDE = "--exclude-filter=";
54 private static final String EXCLUDE_FILE = "--exclude-filter-file=";
71 } else if (arg.startsWith(EXCLUDE)) {
72 for (String exclude : arg.substring(EXCLUDE.length()).split(",")) {
73 excludes.add(exclude);
  /external/compiler-rt/
Android.mk 448 LOCAL_LDFLAGS_arm := -Wl,--exclude-libs,libunwind_llvm.a
449 LOCAL_LDFLAGS_arm64 := -Wl,--exclude-libs,libunwindbacktrace.a
450 LOCAL_LDFLAGS_mips := -Wl,--exclude-libs,libunwindbacktrace.a
451 LOCAL_LDFLAGS_mips64 := -Wl,--exclude-libs,libunwindbacktrace.a
452 LOCAL_LDFLAGS_x86 := -Wl,--exclude-libs,libunwindbacktrace.a
453 LOCAL_LDFLAGS_x86_64 := -Wl,--exclude-libs,libunwindbacktrace.a
  /external/opencv3/3rdparty/jinja2/
nodes.py 148 def iter_fields(self, exclude=None, only=None):
152 parameter or to exclude some using the `exclude` parameter. Both
156 if (exclude is only is None) or \
157 (exclude is not None and name not in exclude) or \
164 def iter_child_nodes(self, exclude=None, only=None):
169 for field, item in self.iter_fields(exclude, only):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 160 gd_mFlag.exclude = true;
194 gd_mErrorLabel.exclude = true;
360 ((GridData) mFlag.getLayoutData()).exclude = true;
365 ((GridData) mFlag.getLayoutData()).exclude = false;
457 if (show == data.exclude) {
474 data.exclude = !show;
  /external/sonivox/jet_tools/JetCreator/
midifile.py 301 def __init__ (self, events, exclude=True):
303 self.exclude = exclude
306 return not self.exclude
307 return self.exclude
310 def __init__ (self, notes, exclude=True):
312 self.exclude = exclude
316 return not self.exclude
317 return self.exclude
    [all...]
  /external/cblas/
Android.mk 184 LOCAL_LDFLAGS += -ldl -Wl,--exclude-libs,libc++_static.a
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 479 private Map findExclusiveDeclaredInterfaces(Type type, CtClass exclude) {
482 Map excludeMap = getAllInterfaces(exclude, null);
  /frameworks/native/opengl/libs/
Android.mk 36 LOCAL_LDFLAGS += -Wl,--exclude-libs=ALL
  /frameworks/support/v8/renderscript/rs_support/
Android.mk 175 LOCAL_LDFLAGS += -llog -ldl -Wl,--exclude-libs,libc++_static.a
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 
  /external/autotest/frontend/shared/
query_lib.py 121 return queryset.exclude(**{kwarg_name: value})
  /external/autotest/site_utils/
server_manager_utils.py 46 status=server_models.Server.STATUS.PRIMARY).exclude(
  /external/chromium-trace/catapult/third_party/coverage/coverage/
python.py 131 exclude=self.coverage._exclude_regex('exclude'),
  /external/selinux/policycoreutils/restorecond/
watch.c 53 if (exclude(path)) goto end;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
GuidedStepFragment.java     [all...]
GuidedStepSupportFragment.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/file-management/1.2.1/
file-management-1.2.1.jar 
  /toolchain/binutils/binutils-2.25/gold/
script-c.h 172 String_list_ptr exclude; member in struct:gold::Wildcard_sections
  /external/libxml2/
Makefile.am     [all...]
  /external/bison/
maint.mk 212 # exclude
215 # a prohibit construct. For example, this can be used to exclude
258 export exclude = macro
285 test -z "$$prohibit" && test -n "$$exclude" \
286 && { msg='Use of exclude requires a prohibit pattern' \
315 | grep -vE "$${exclude:-^$$}" \
364 exclude='# *define STRN?EQ\(' \
388 exclude='exit \(77\)|error ?\(((0|77),|[^,]*)' \
756 exclude='^Binary file .* matches$$' \
776 exclude='(_|ngettext ?)\('
    [all...]
  /external/opencv3/doc/pattern_tools/
svgfig.py     [all...]
  /external/icu/icu4c/source/data/mappings/
ucmfiles.mk 32 # If you are planning to exclude EBCDIC mappings in you data then please delete
  /external/libvpx/libvpx/
configure 34 ${toggle_codec_srcs} in/exclude codec library source code
35 ${toggle_debug_libs} in/exclude debug version of libraries
  /external/selinux/policycoreutils/setfiles/
restore.c 343 if (exclude(ftsent->fts_path)) {
450 int exclude(const char *file) function
471 fprintf(stderr, "Full path required for exclude: %s.\n",
640 attributes and add them to the exclude directory table. File systems
694 /* exclude mount points without the seclabel option */

Completed in 1932 milliseconds

1 2 3 4 56 7 8 91011>>