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

1 2 34 5 6 7 8 91011>>

  /external/oprofile/pp/
opreport_options.cpp 81 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
82 "exclude libs, kernel, and module samples for applications"),
83 popt::option(exclude_symbols, "exclude-symbols", 'e',
84 "exclude these comma separated symbols", "symbols"),
219 cerr << "--exclude-symbols and --include-symbols are "
common_option.h 64 * @param exclude_dependent user specified --exclude-dependent
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestFilter.java 64 * Get the test classes to exclude.
73 * Get the tests to exclude.
  /external/chromium/base/mac/
mac_util_unittest.mm 112 // Exclude the file.
115 // Un-exclude the file.
  /external/webkit/Source/JavaScriptCore/profiler/
Profile.cpp 82 void Profile::exclude(const ProfileNode* profileNode) function in class:JSC::Profile
90 currentNode->exclude(callIdentifier);
Profile.h 50 void exclude(const ProfileNode*);
  /external/antlr/antlr-3.4/
antlrjar.xml 54 Exclude the antlr-master pom from the jar - we don't need it
  /external/chromium/base/
sys_info_mac.cc 59 // displays exclude sleeping displays, and those are desired in the count.
base.gypi 358 ['exclude', '^nix/'],
380 # For now, just test the *BSD platforms enough to exclude them.
383 'sources/': [ ['exclude', '_freebsd\\.cc$'] ],
387 'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
391 'sources/': [ ['exclude', '^win/'] ],
479 ['exclude', '/xdg_user_dirs/'],
480 ['exclude', '_nss\.cc$'],
  /external/chromium/chrome/common/extensions/docs/examples/howto/contentscript_xhr/
background.html 32 var url = 'http://search.twitter.com/trends/current.json?exclude=hashtags';
  /external/chromium/net/base/
mapped_host_resolver.h 31 // "EXCLUDE" <hostname_pattern>
mapped_host_resolver_unittest.cc 88 EXPECT_TRUE(resolver->AddRuleFromString("EXCLUDE *.google.com"));
147 EXPECT_FALSE(resolver->AddRuleFromString("EXCLUDE"));
148 EXPECT_FALSE(resolver->AddRuleFromString("EXCLUDE foo bar"));
  /external/icu4c/i18n/
uspoof_build.cpp 16 * the builder can more easily exclude them, typically by means of static linking.
  /external/jsilver/
build.xml 40 <exclude name="com/google/clearsilver/jsilver/benchmark/*.java"/>
  /external/llvm/projects/
Makefile 14 # Before 2008.06.24 it lived in llvm-test, so exclude that as well for now.
  /external/oprofile/doc/
oparchive.1.in 53 .BI "--exclude-dependent / -x"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
UnitTests.java 53 * Override parent class to exclude functional tests
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 51 String.format("<Entry uri=\"%s\" exclude=\"%s#%s\" />", TEST_URI1, EXCLUDE_TEST_CLASS,
57 String.format("<Entry uri=\"%s\" exclude=\"%s#%s;%s#%s\" />", TEST_URI1,
64 String.format("<Entry uri=\"%s\" exclude=\"%s\" />", TEST_URI1,
  /cts/tools/utils/
buildCts.py 103 plan.Exclude('android\.performance.*')
107 plan.Exclude(r'android\.tests\.sigtest')
108 plan.Exclude(r'android\.core.*')
  /frameworks/base/core/java/com/android/internal/http/multipart/
PartBase.java 112 * @param charSet the character encoding, or <code>null</code> to exclude the character
122 * @param contentType the content type, or <code>null</code> to exclude the content type header
143 * @param transferEncoding the transfer encoding, or <code>null</code> to exclude the
  /external/skia/gyp/
gpu.gyp 8 'sources/': [ ['exclude', '_win.(h|cpp)$'],
12 'sources/': [ ['exclude', '_mac.(h|cpp)$'],
16 'sources/': [ ['exclude', '_unix.(h|cpp)$'],
20 'sources/': [ ['exclude', '_iOS.(h|cpp)$'],
24 'sources/': [ ['exclude', '_android.(h|cpp)$'],
  /external/icu4c/test/cintltst/
cstrcase.c 411 /* input, default, exclude special i */
437 /* if unicodeVersion()>=3.1 then test exclude-special-i cases as well */
451 log_err("error: u_foldCase(0x%04lx, exclude special i)=0x%04lx instead of 0x%04lx\n",
475 /* exclude special i */
488 log_err("error in u_strFoldCase(exclude special i)=%ld error=%s string matches: %s\n",
514 /* test full string case folding, exclude special i, in the same buffer */
527 log_err("error in u_strFoldCase(exclude special i same buffer)=%ld error=%s string matches: %s\n",
601 log_err("error in u_strFoldCase(exclude special i src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
616 log_err("error in u_strFoldCase(exclude special i srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
645 /* if unicodeVersion()>=3.1 then test exclude-special-i cases as well *
    [all...]
  /external/chromium/webkit/glue/
webkit_glue.gypi 450 'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$'],
451 ['exclude', r'/gtk_']],
454 'sources/': [['exclude', '_mac\\.(cc|mm)$']],
459 'sources/': [['exclude', 'plugin_(lib|list)_posix\\.cc$']],
474 'sources/': [['exclude', '_win\\.cc$']],
479 'sources/': [['exclude', '_posix\\.cc$']],
  /external/clang/
CMakeLists.txt 231 PATTERN "config.h" EXCLUDE
232 PATTERN ".svn" EXCLUDE
238 PATTERN "CMakeFiles" EXCLUDE
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.mm 119 // See if the class wants to exclude the selector from visibility in JavaScript.
171 // See if the class wants to exclude the selector from visibility in JavaScript.
212 // See if the class wants to exclude the selector from visibility in JavaScript.

Completed in 1094 milliseconds

1 2 34 5 6 7 8 91011>>