HomeSort by relevance Sort by last modified time
    Searched full:exclude (Results 226 - 250 of 814) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/
build-toolchain.sh 195 (cd $SRCDIR && tar cf - --exclude=sysroot *) | tar xf - -C $PREBUILT_INSTALL_DIR
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 143 // get the elements we want to exclude
  /sdk/eclipse/scripts/
build_server.sh 79 # exclude date from build-zip name so it can be auto-calculated by continuous
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
Configuration.java 29 * which specific rules to exclude, and which specific errors to ignore.
  /external/emma/
build.xml 299 <exclude name="**/util/Property.java" />
300 <exclude name="**/IAppConstants.java" />
386 <fileset dir="${core.res.dir}" excludes="**/*.exclude" />
387 <fileset dir="${core.res.out.dir}" excludes="**/*.exclude" />
406 <fileset dir="${ant.res.dir}" excludes="**/*.exclude" />
  /external/libffi/
ltcf-gcj.sh 121 # to exclude.
133 # mingw and cygwin differ, and it's simplest to just exclude the union
153 $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
175 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
177 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
  /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/libxslt/libxslt/
xslt.c     [all...]
  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocGenerator.pm 129 # - $aContainmentType: 0 (include) or 1 (exclude)
141 # exclude the conditions of 'hash2'.
159 # Containment type was exclude?
161 # Yes, containment type was exclude;
    [all...]
  /external/icu4c/common/
ucmndata.c 136 * and if not, exclude them from the actual binary search.
181 * and if not, exclude them from the actual binary search.
  /external/libvpx/
configure 29 ${toggle_codec_srcs} in/exclude codec library source code
30 ${toggle_debug_libs} in/exclude debug version of libraries
  /frameworks/base/core/java/android/view/
Display.java 87 * be adjusted to exclude certain system decor elements that are always visible.
341 * be adjusted to exclude certain system decor elements that are always visible.
  /external/chromium/base/
base.gyp 265 ['exclude', '^win/'],
  /external/chromium/chrome/browser/net/gaia/
token_service.cc 239 // Network fetched tokens take priority over DB tokens, so exclude tokens
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.h 256 // it is removed from the process). Keep a pointer to it so we can exclude
  /external/chromium/net/http/
http_stream_factory.h 205 // Add a URL to exclude from forced SPDY.
  /external/chromium/third_party/libjingle/source/talk/base/
taskrunner.cc 217 // if it doesn't match our "exclude" task
  /external/libvpx/examples/includes/geshi/geshi/
delphi.php 83 'ExceptObject', 'Exclude', 'Exit', 'Exp', 'FilePos', 'FileSize',
inno.php 103 'DecodeTime', 'Delete', 'Dispose', 'EndThread', 'Erase', 'Exclude', 'Exit', 'FillChar', 'Flush', 'FreeAndNil',
rebol.php 86 'entab','equal?','error?','even?','event?','exclude','exists?',
  /external/oprofile/events/i386/atom/
unit_masks 114 0x00 exclude_hw Exclude hardware prefetch
  /external/qemu-pc-bios/vgabios/
Makefile 41 tar czvf ../$(RELEASE).tgz --exclude CVS -C .. $(RELEASE)/
  /external/tcpdump/
makemib 130 # a couple of heuristics to exclude single words in e.g. long
  /external/v8/build/
android.gypi 125 '-Wl,--exclude-libs=ALL',
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.cpp 254 void ProfileNode::exclude(const CallIdentifier& callIdentifier) function in class:JSC::ProfileNode

Completed in 1682 milliseconds

1 2 3 4 5 6 7 8 91011>>