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

1 2 3 4 5 67 8 91011>>

  /frameworks/wilhelm/src/itf/
IEngineCapabilities.c 31 // declared as supported. Also exclude the fake profiles BASE and OPTIONAL.
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 59 printf("\t[-x=<class>[::<test>]] : test class or class::test to exclude from execution;\n");
  /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");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorMatchingStrategy.java 48 // is expensive so try exclude files that definitely don't match, such
  /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/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
usage.apt.vm 42 <excludes><exclude/></excludes>
189 still under<<<${basedir}/src/main/antlr3>>>, then you will need to exclude
  /external/chromium/net/http/
http_network_layer.cc 45 static const char kExclude[] = "exclude"; // Hosts to 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/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 103 <!-- List of file paths for USB host busses to exclude from USB host support.
109 <!-- /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
  /frameworks/compile/libbcc/
Android.mk 156 # -Wl,--exclude-libs=ALL only applies to library archives. It would hide most
163 LOCAL_LDFLAGS += -Wl,--exclude-libs=libLLVMARMDisassembler:libLLVMARMAsmPrinter:libLLVMX86Disassembler:libLLVMX86AsmPrinter:libLLVMMCParser:libLLVMARMCodeGen:libLLVMARMDesc:libLLVMARMInfo:libLLVMSelectionDAG:libLLVMAsmPrinter:libLLVMCodeGen:libLLVMLinker:libLLVMTarget:libLLVMMC:libLLVMScalarOpts:libLLVMInstCombine:libLLVMipo:libLLVMipa:libLLVMTransformUtils:libLLVMAnalysis
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 241 // Exclude favorites from the list - they are handled with special UI (star)
242 // Also exclude the default group.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 164 #define IWFFFF_EXCLUDE_SINGLE 0x0001 /* exclude single - single note from the instrument group */
165 #define IWFFFF_EXCLUDE_MULTIPLE 0x0002 /* exclude multiple - stop only same note from this instrument */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 164 #define IWFFFF_EXCLUDE_SINGLE 0x0001 /* exclude single - single note from the instrument group */
165 #define IWFFFF_EXCLUDE_MULTIPLE 0x0002 /* exclude multiple - stop only same note from this instrument */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 167 #define IWFFFF_EXCLUDE_SINGLE 0x0001 /* exclude single - single note from the instrument group */
168 #define IWFFFF_EXCLUDE_MULTIPLE 0x0002 /* exclude multiple - stop only same note from this instrument */

Completed in 1225 milliseconds

1 2 3 4 5 67 8 91011>>