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

1 2 3 45 6 7 8 91011>>

  /external/oprofile/libpp/
profile_spec.h 46 * @param exclude_dependent whether to exclude dependent sub-images
47 * @param exclude_cg whether to exclude call graph file
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_gf1.h 95 #define IWFFFF_EXCLUDE_SINGLE 0x0001 /* exclude single - single note from the instrument group */
96 #define IWFFFF_EXCLUDE_MULTIPLE 0x0002 /* exclude multiple - stop only same note from this instrument */
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 264 scrollGridData.exclude = true;
321 return !((GridData) getContentArea(label).getLayoutData()).exclude;
332 boolean close = !scrollGridData.exclude;
333 scrollGridData.exclude = close;
337 if (!scrollGridData.exclude && scrolledComposite.getContent() == null) {
  /external/chromium/chrome/common/extensions/docs/static/
content_scripts.html 166 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>
172 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>
176 <h3 id="include-exclude-globs">Include and exclude globs</h3>
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 267 if @config.has_key?('exclude') and @config['exclude']
273 if @config['exclude'].has_key?(entry) and @browser =~ /#{@config['exclude'][entry]}/
332 if @config.has_key?('exclude') and @config['exclude'] and @config['exclude'].has_key?("#{tag}.src")
  /development/tools/mkstubs/src/com/android/mkstubs/
Main.java 71 /** Returns the current instance of the filter, the include/exclude patterns. */
137 * <li> One or more include/exclude patterns or files containing these patterns.
268 System.out.println("Exclude syntax:\n" +
AsmAnalyzer.java 80 * @param filter A filter describing which classes to include and which ones to exclude.
  /bionic/libc/kernel/tools/
defaults.py 96 # this is a list of macros which we want to specifically exclude from
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPackageDef.java 88 * Set the filter to use to exclude tests
  /cts/tools/utils/
buildCts.py 109 plan.Exclude('android\.core\.vm-tests')
110 plan.Exclude('android\.performance.*')
115 plan.Exclude(r'android\.tests\.sigtest')
116 plan.Exclude(r'android\.core.*')
  /device/samsung/toro/overlay/frameworks/base/core/res/res/values/
config.xml 56 <!-- List of file paths for USB host busses to exclude from USB host support.
  /external/chromium/base/mac/
mac_util.mm 241 bool SetFileBackupExclusion(const FilePath& file_path, bool exclude) {
245 // If being asked to exclude something in a tmp directory, just lie and say it
247 // temporary profiles used by unittests from being added to the exclude list.
277 CSBackupSetItemExcluded((CFURLRef)url, exclude, true) == noErr;
  /external/chromium/net/base/
host_mapping_rules.cc 75 if (parts.size() == 2 && LowerCaseEqualsASCII(parts[0], "exclude")) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cfg.h 3 * With this you can setup what to inlcude/exclude automatically during any build. Just comment
  /external/jdiff/src/jdiff/
Options.java 94 // Option for the name of the exclude tag
357 err.msg("No exclude tag specified after -excludetag option.");
423 System.err.println(" -excludeclass [public|protected|package|private] Exclude classes which are not public, protected etc");
424 System.err.println(" -excludemember [public|protected|package|private] Exclude members which are not public, protected etc");
  /external/stlport/test/unit/cppunit/
test_main.cpp 59 printf("\t[-x=<class>[::<test>]] : test class or class::test to exclude from execution;\n");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/
jsref.js 5 var EXCLUDE = "";
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
jsref.js 5 var EXCLUDE = "";
  /external/webkit/Source/WebCore/inspector/front-end/
TopDownProfileDataGridTree.js 91 exclude: function(/*ProfileDataGridNode*/ profileDataGrideNode)
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
crashmon 40 inotifywait -q -m --format '%f' --exclude '.trace.html$' -e close_write "${coredir}" | \
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
lighttpd.conf 42 static-file.exclude-extensions = ( ".php", ".pl", ".cgi" )
  /external/webkit/Tools/WinLauncher/
stdafx.h 51 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  /frameworks/base/opengl/libs/
Android.mk 24 LOCAL_LDFLAGS += -Wl,--exclude-libs=ALL
  /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");

Completed in 1176 milliseconds

1 2 3 45 6 7 8 91011>>