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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.cpp 254 void ProfileNode::exclude(const CallIdentifier& callIdentifier) function in class:JSC::ProfileNode
  /external/webkit/Source/WebCore/inspector/front-end/
BottomUpProfileDataGridTree.js 235 exclude: function(/*ProfileDataGridNode*/ profileDataGridNode)
ProfileView.js 73 this.excludeButton = new WebInspector.StatusBarButton(WebInspector.UIString("Exclude selected function."), "exclude-profile-node-status-bar-item");
482 this.profileDataGridTree.exclude(selectedNode);
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 212 // rect. We don't use bounds.contains() here, since it would exclude
  /external/webkit/Tools/iExploder/iexploder-1.7.2/
README.txt 112 See the 'exclude' section of config.yaml. It allows you to blacklist certain
  /external/webkit/Tools/wx/build/
build_utils.py 48 Get a list of exclude patterns going down several dirs.
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 232 * Set a list of specific MIME-types to exclude and not display. For
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutDirectionsTest.java 128 float width = b.paint.measureText(b.text, 0, 5); // exclude 'c'
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestGrouping.java 131 * Exclude all tests in the given packages and all their sub-packages, unless otherwise
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
InputLanguageSelection.java 233 // Exclude languages that are not relevant to LatinIME
  /sdk/docs/
Notes_on_WST_StructuredDocument.txt 155 - getTextLength() and getTextEnd() exclude some typical trailing whitespace.
howto_SDK_git_cygwin.txt 146 # create a local_manifest to exclude projects that cause problems under Windows
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 89 @Option(name = "exclude-package", description = "the test packages(s) to exclude from the run.")
234 * Adds a package name to the list of test packages to exclude.
  /frameworks/base/docs/html/guide/topics/resources/
menu-resource.jd 115 be sure to exclude the method you specify in this attribute from renaming, because it can break the
158 be sure to exclude the class you specify in this attribute from renaming, because it can break the
170 be sure to exclude the class you specify in this attribute from renaming, because it can break the
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 365 // exclude classes that have already been found
373 // exclude classes that are not part of the JAR file being examined
380 // exclude classes that are part of the default JRE (the one executing this program)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 97 lintData.exclude = true;
496 if (layoutData.exclude == hasLintWarnings) {
497 layoutData.exclude = !hasLintWarnings;
  /external/libffi/
ltcf-c.sh 118 # to exclude.
130 # mingw and cygwin differ, and it's simplest to just exclude the union
150 $DLLTOOL --export-all --exclude-symbols '$dll_exclude_symbols' --output-def $output_objdir/$soname-def '$ltdll_obj'$libobjs $convenience~
172 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
174 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
    [all...]
  /external/tcpdump/
print-ppp.c 766 print_unknown_data(&p[2],"\n\t ",len-2); /* exclude TLV header */
1092 print_unknown_data(&p[2],"\n\t ",len-2); /* exclude TLV header */
1147 print_unknown_data(&p[2],"\n\t ",len-2); /* exclude TLV header */
1210 print_unknown_data(&p[2],"\n\t ",len-2); /* exclude TLV header */
1256 print_unknown_data(&p[2],"\n\t ",len-2); /* exclude TLV header */
    [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp 67 static const char* kExcludeExtension = ".EXCLUDE";
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 146 // exclude the networks that don't support SMS delivery report
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 301 * @param exclusionSet {@code non-null;} set of registers to exclude
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java     [all...]
  /external/bluetooth/glib/tests/
threadpool-test.c 97 /* Exclude main thread */
  /external/chromium/chrome/browser/history/
history_database.cc 100 // Exclude the history file and its journal from backups.
query_parser.cc 250 // We intentionally exclude Hangul Jamos (both Conjoining and compatibility)

Completed in 737 milliseconds

1 2 3 4 5 6 7 8 91011>>