/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"
|
/external/oprofile/pp/ |
common_option.h | 64 * @param exclude_dependent user specified --exclude-dependent
|
/external/webkit/Source/JavaScriptCore/profiler/ |
Profile.h | 50 void exclude(const ProfileNode*);
|
/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,
|
/external/bison/ |
cfg.mk | 40 # Exclude changelog-check here so that there's less churn in ChangeLog 76 exclude = \ macro 78 $(call exclude, \
|
/external/clang/www/analyzer/ |
faq.html | 31 <li><a href="#exclude_code">How can I selectively exclude code the analyzer examines?</a></li> 101 <h4 id="exclude_code" class="faq">Q: How can I selectively exclude code the analyzer examines?</h4> 105 macro to selectively exclude code the analyzer examines. Here is an example:
|
/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/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/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.
|
/external/webkit/Source/WebKit/chromium/ |
WebKit.gyp | 660 ['exclude', '/gtk/'], 661 ['exclude', '/x11/'], 662 ['exclude', '/linux/'], 670 ['exclude', 'Skia\\.cpp$'], 674 ['exclude', '/mac/'], 675 ['exclude', 'CG\\.cpp$'], 683 'sources/': [['exclude', '/win/']], [all...] |
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
TestSuiteBuilder.java | 107 * Exclude all tests in the given packages and all sub-packages, unless otherwise specified. 118 * Exclude tests that fail to satisfy all of the given predicates. 213 * Exclude tests that fail to satisfy all of the given predicates. If you call this method, you
|
/bionic/linker/ |
Android.mk | 19 LOCAL_LDFLAGS := -shared -Wl,--exclude-libs,ALL
|
/development/host/windows/usb/api/ |
stdafx.h | 61 // #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
/development/host/windows/usb/winusb/ |
stdafx.h | 61 // #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
/development/tools/idegen/ |
index-gen.sh | 43 # Exclude specific directories from index here.
|