/external/oprofile/pp/ |
oparchive_options.cpp | 49 popt::option(options::exclude_dependent, "exclude-dependent", 'x', 50 "exclude libs, kernel, and module samples for applications"),
|
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
|
/device/moto/stingray/overlay/frameworks/base/core/res/res/values/ |
config.xml | 25 <!-- /dev/bus/usb/003 is the external bus. Exclude the others.
|
/external/chromium/chrome/common/extensions/ |
user_script_unittest.cc | 102 // No match, because it matches the exclude glob. 105 // Match, because it matches the glob, doesn't match the exclude glob. 108 // Try with just a single exclude glob. 112 // Try with no globs or exclude globs.
|
/external/chromium/net/base/ |
cookie_options.h | 15 // Default is to exclude httponly, which means:
|
host_mapping_rules.h | 29 // "EXCLUDE" <hostname_pattern>
|
mapped_host_resolver.h | 31 // "EXCLUDE" <hostname_pattern>
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerOptInfo.h | 18 /// Represents a request to include or exclude a checker or package from a
|
/external/oprofile/doc/ |
oprofile.1.in | 87 .BI "session-exclude:"sessionlist 88 A comma-separated list of sessions to exclude. 97 .BI "image-exclude:"imagelist 109 .BI "lib-image-exclude:"imagelist
|
oparchive.1.in | 53 .BI "--exclude-dependent / -x"
|
/external/replicaisland/src/com/replica/replicaisland/ |
AnimationFrame.java | 24 * collision volumes will exclude that frame from collision detection and a null texture will
|
/external/webkit/Tools/CLWrapper/ |
CLWrapper.cpp | 3 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
/libcore/ |
Docs.mk | 14 # Note dalvik/system is non-recursive to exclude dalvik.system.profiler
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInWizard.java | 102 Set<String> exclude = Collections.singleton(VIEW_INCLUDE); local 103 mClassNames = addLayouts(mProject, mOldType, mTypeCombo, exclude, true); 166 Set<String> exclude, boolean addGestureOverlay) { 217 if (exclude == null || !exclude.contains(className)) { 253 if (exclude == null || !exclude.contains(className)) {
|
/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);
|
/external/chromium/base/ |
sys_info_mac.cc | 59 // displays exclude sleeping displays, and those are desired in the count.
|
/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/clang/runtime/libcxx/ |
Makefile | 28 rsync -r --exclude=".*" $(LIBCXX_SRC_ROOT)/include/* $(PROJ_libcxx_hdrs)
|
/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/ |
CMakeLists.txt | 262 PATTERN ".svn" EXCLUDE 272 # Exclude include/llvm/CMakeFiles/intrinsics_gen.dir, matched by "*.def" 273 PATTERN "CMakeFiles" EXCLUDE 274 PATTERN ".svn" EXCLUDE
|
/external/llvm/projects/ |
Makefile | 14 # Before 2008.06.24 it lived in llvm-test, so exclude that as well for now.
|