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

1 2 3 4 56 7 8 91011>>

  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 59 printf("\t[-x=<class>[::<test>]] : test class or class::test to exclude from execution;\n");
  /system/media/wilhelm/src/itf/
IEngineCapabilities.c 31 // declared as supported. Also exclude the fake profiles BASE and OPTIONAL.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 65 * exclude-result-prefixes CDATA #IMPLIED
278 * The "exclude-result-prefixes" property.
284 * Set the "exclude-result-prefixes" property.
287 * the element bearing the exclude-result-prefixes or
288 * xsl:exclude-result-prefixes attribute; a subtree rooted
293 * @param v A StringVector of prefixes to exclude
301 * Get an "exclude-result-prefix" property.
304 * the element bearing the exclude-result-prefixes or
305 * xsl:exclude-result-prefixes attribute; a subtree rooted
327 * Get the number of "exclude-result-prefixes" Strings
    [all...]
ElemLiteralResult.java 290 * the "extension-element-prefixes" or "exclude-result-prefixes"
394 * against the exclude result prefixes or extensions lists.
    [all...]
  /development/tools/idegen/src/
Configuration.java 151 if (!excludes.exclude(path)) {
162 if (excludes.exclude(path)) {
  /external/chromium/net/http/
http_network_layer.cc 45 static const char kExclude[] = "exclude"; // Hosts to exclude
  /external/clang/
CMakeLists.txt 226 PATTERN ".svn" EXCLUDE
232 PATTERN "CMakeFiles" EXCLUDE
  /external/stlport/
INSTALL 89 (cd lib; tar cf - --exclude=CVS --exclude=.cvsignore .) | (cd /usr/local/lib; tar xf -)
  /external/webkit/Source/WebCore/page/
Frame.h 345 inline void Frame::setExcludeFromTextSearch(bool exclude)
347 m_excludeFromTextSearch = exclude;
  /libcore/luni/src/test/java/libcore/java/util/
BitSetTest.java 59 // Surround 'longs' with junk set bits but exclude them from the LongBuffer.
107 // Surround 'bytes' with junk set bits but exclude them from the ByteBuffer.
  /external/pcre/doc/html/
pcregrep.html 223 <b>--exclude</b>=<i>pattern</i>
227 searched recursively, subject to the <b>--exclude-dir</b> and
230 a file name matches both <b>--include</b> and <b>--exclude</b>, it is excluded.
234 <b>--exclude-dir</b>=<i>pattern</i>
237 the pattern are excluded. (Note that the \fP--exclude\fP option does not affect
240 subdirectory name matches both <b>--include-dir</b> and <b>--exclude-dir</b>, it
302 recursively, subject to the \fP--include-dir\fP and <b>--exclude-dir</b>
305 both <b>--include</b> and <b>--exclude</b>, it is excluded. There is no short
315 subdirectory name matches both <b>--include-dir</b> and <b>--exclude-dir</b>, it
475 taking note of any <b>--include</b> and <b>--exclude</b> settings. By default,
    [all...]
  /external/pcre/doc/
pcregrep.1 181 \fB--exclude\fP=\fIpattern\fP
185 searched recursively, subject to the \fB--exclude-dir\fP and
188 a file name matches both \fB--include\fP and \fB--exclude\fP, it is excluded.
191 \fB--exclude-dir\fP=\fIpattern\fP
194 the pattern are excluded. (Note that the \fP--exclude\fP option does not affect
197 subdirectory name matches both \fB--include-dir\fP and \fB--exclude-dir\fP, it
251 recursively, subject to the \fP--include-dir\fP and \fB--exclude-dir\fP
254 both \fB--include\fP and \fB--exclude\fP, it is excluded. There is no short
263 subdirectory name matches both \fB--include-dir\fP and \fB--exclude-dir\fP, it
404 taking note of any \fB--include\fP and \fB--exclude\fP settings. By default,
    [all...]
pcregrep.txt 200 --exclude=pattern
205 recursively, subject to the --exclude-dir and --include_dir
209 --exclude, it is excluded. There is no short form for this
212 --exclude-dir=pattern
216 that the --exclude option does not affect subdirectories.)
220 --exclude-dir, it is excluded. There is no short form for
281 ject to the --include-dir and --exclude-dir options. The pat-
284 file name matches both --include and --exclude, it is
295 dir and --exclude-dir, it is excluded. There is no short form
463 it contains, taking note of any --include and --exclude set
    [all...]
  /external/chromium/build/
common.gypi 766 'sources/': [ ['exclude', '_win(_unittest)?\\.(h|cc)$'],
767 ['exclude', '(^|/)win/'],
768 ['exclude', '(^|/)win_[^/]*\\.(h|cc)$'] ],
771 'sources/': [ ['exclude', '_(cocoa|mac)(_unittest)?\\.(h|cc)$'],
772 ['exclude', '(^|/)(cocoa|mac)/'],
773 ['exclude', '\\.mm?$' ] ],
777 ['exclude', '_(chromeos|gtk|x|x11|xdg)(_unittest)?\\.(h|cc)$'],
778 ['exclude', '(^|/)gtk/'],
779 ['exclude', '(^|/)(gtk|x11)_[^/]*\\.(h|cc)$'],
784 ['exclude', '_linux(_unittest)?\\.(h|cc)$']
    [all...]
  /external/chromium/chrome/common/extensions/docs/
content_scripts.html 264 <a href="#include-exclude-globs">Include and exclude globs</a>
529 Applied after <code>matches</code> to control the pages that this content script will be injected into. Intended to emulate the <a href="http://wiki.greasespot.net/Metadata_Block#.40include"><code>@include</code></a> Greasemonkey keyword. See <a href="#include-exclude-globs">Include and exclude globs</a> below for more details.</td>
535 Applied after <code>matches</code> to control the pages that this content script will be injected into. Intended to emulate the <a href="http://wiki.greasespot.net/Metadata_Block#.40include"><code>@exclude</code></a> Greasemonkey keyword. See <a href="#include-exclude-globs">Include and exclude globs</a> below for more details.</td>
539 <h3 id="include-exclude-globs">Include and exclude globs</h3>
    [all...]
  /external/oprofile/libpp/
profile_spec.cpp 60 parse_table["session-exclude"] =
63 parse_table["image-exclude"] = &profile_spec::parse_image_exclude;
270 // exclude from spec, exclusion from image_or_lib_image has
  /frameworks/base/core/java/com/android/internal/http/multipart/
Part.java 145 * @return the content type, or <code>null</code> to exclude the content type header
151 * @return the character encoding, or <code>null</code> to exclude the character
158 * @return the transfer encoding, or <code>null</code> to exclude the transfer encoding header
  /frameworks/base/tools/aapt/
Package.cpp 23 static const char* kExcludeExtension = ".EXCLUDE";
305 * See if the filename ends in ".EXCLUDE". We can't use
309 * The Asset Manager doesn't check for ".EXCLUDE" in Zip archives,
  /device/moto/wingray/overlay/frameworks/base/core/res/res/values/
config.xml 106 <!-- List of file paths for USB host busses to exclude from USB host support.
112 <!-- /dev/bus/usb/002 is the external bus. Exclude the others.
  /external/jdiff/src/jdiff/
RootDocToXML.java 269 // Check for an exclude tag in the package doc block, but not
680 * "package" or "private". If null, only check for an exclude tag.
684 // If a doc block contains @exclude or a similar such tag,
    [all...]
  /external/oprofile/events/i386/core_2/
unit_masks 85 0x00 prefetch: exclude hardware prefetch
98 0x00 prefetch: exclude hardware prefetch
  /external/pcre/
PrepareRelease 131 # Exclude table of contents for function summaries. It seems that expr
132 # forces an anchored regex. Also exclude them for small pages that have
  /frameworks/base/core/java/android/view/
Display.java 87 * be adjusted to exclude certain system decor elements that are always visible.
298 * be adjusted to exclude certain system decor elements that are always visible.
  /frameworks/compile/libbcc/
Android.mk 141 # -Wl,--exclude-libs=ALL only applies to library archives. It would hide most of
145 LOCAL_LDFLAGS += -Wl,--exclude-libs=libLLVMARMDisassembler:libLLVMARMAsmPrinter:libLLVMX86Disassembler:libLLVMX86AsmPrinter:libLLVMMCParser:libLLVMARMCodeGen:libLLVMARMDesc:libLLVMARMInfo:libLLVMSelectionDAG:libLLVMAsmPrinter:libLLVMCodeGen:libLLVMLinker:libLLVMJIT:libLLVMTarget:libLLVMMC:libLLVMScalarOpts:libLLVMInstCombine:libLLVMipo:libLLVMipa:libLLVMTransformUtils:libLLVMAnalysis
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 181 // Exclude favorites from the list - they are handled with special UI (star)
182 // Also exclude the default group.

Completed in 804 milliseconds

1 2 3 4 56 7 8 91011>>