/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
AccordionControl.java | 267 scrollGridData.exclude = true; 324 return !((GridData) getContentArea(label).getLayoutData()).exclude; 335 boolean close = !scrollGridData.exclude; 336 scrollGridData.exclude = close; 340 if (!scrollGridData.exclude && scrolledComposite.getContent() == null) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
PerformanceResultsPreferencePage.java | 195 statusErrorGroup.setToolTipText("Exclude from the written status failures depending on their build result error..."); 197 this.statusErrorNoneRadioButton.setToolTipText("Do not exclude failures if they have a noticeable error"); 199 this.statusErrorInvalidRadioButton.setToolTipText("Exclude all invalid failures (i.e. result error is over 100%)"); 201 this.statusErrorWeirdRadioButton.setToolTipText("Exclude all weird failures (i.e. result error is over 50%)"); 203 this.statusErrorSuspiciousRadioButton.setToolTipText("Exclude all suspicious failures (i.e. result error is over 25%)"); 205 this.statusErrorNoticeableRadioButton.setToolTipText("Exclude all failures which have a noticeable error (i.e result error is over 3%)"); 207 statusErrorGroup.setToolTipText("Exclude from the written status failures depending on their value"); 209 this.statusSmallBuildValueCheckBox.setToolTipText("Exclude all failures which have a build result value smaller than 100ms"); 211 this.statusSmallDeltaValueCheckBox.setToolTipText("Exclude all failures which have a delta result value smaller than 100ms"); 213 statusStatisticsGroup.setToolTipText("Exclude from the written status failures depending on build results statistics...") [all...] |
/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/linux-tools-perf/util/ |
parse-events.c | 737 int exclude = 0; local 751 if (!exclude) 752 exclude = eu = ek = eh = 1; 755 if (!exclude) 756 exclude = eu = ek = eh = 1; 759 if (!exclude) 760 exclude = eu = ek = eh = 1;
|
/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.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridDataFactory.java | 534 // Exclude 537 public GridDataFactory exclude(boolean value) { method in class:GridDataFactory 538 m_data.exclude = value;
|
/bionic/libc/kernel/tools/ |
defaults.py | 92 # this is a list of macros which we want to specifically exclude from
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextView_CommaTokenizerTest.java | 46 // FIXME: does it worked as intended? findTokenStart does not exclude this leading
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
ITestPackageDef.java | 88 * Set the filter to use to exclude tests
|
/device/samsung/toro/overlay/frameworks/base/core/res/res/values/ |
config.xml | 57 <!-- 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/llvm/ |
CMakeLists.txt | 436 PATTERN ".svn" EXCLUDE 446 # Exclude include/llvm/CMakeFiles/intrinsics_gen.dir, matched by "*.def" 447 PATTERN "CMakeFiles" EXCLUDE 448 PATTERN ".svn" EXCLUDE
|
/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/native/opengl/libs/ |
Android.mk | 24 LOCAL_LDFLAGS += -Wl,--exclude-libs=ALL
|