HomeSort by relevance Sort by last modified time
    Searched full:description (Results 101 - 125 of 12483) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
manifest.json 3 "description" : "To use, type 'omnix' plus a search term into the Omnibox.",
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
manifest.json 3 "description": "This extension adds an animated browser action to the toolbar.",
  /external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
manifest.json 4 "description" : "Sample extension which demonstrates how to access a preference.",
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
manifest.json 3 "description": "Utility for working with the extension tabs api",
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
manifest.json 4 "description": "__MSG_extDescription__",
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/
manifest.json 4 "description": "The first extension that I made.",
  /external/e2fsprogs/contrib/python-uuid/
setup.py 10 description = 'This is python uuid interface', variable
  /external/hamcrest/src/org/hamcrest/core/
IsInstanceOf.java 5 import org.hamcrest.Description;
31 public void describeTo(Description description) {
32 description.appendText("an instance of ")
IsNot.java 6 import org.hamcrest.Description;
26 public void describeTo(Description description) {
27 description.appendText("not ").appendDescriptionOf(matcher);
IsSame.java 5 import org.hamcrest.Description;
25 public void describeTo(Description description) {
26 description.appendText("same(") .appendValue(object) .appendText(")");
  /external/junit/src/org/junit/internal/matchers/
CombinableMatcher.java 6 import org.hamcrest.Description;
21 public void describeTo(Description description) {
22 description.appendDescriptionOf(fMatcher);
  /external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java 11 import org.junit.runner.Description;
65 public Description getDescription() {
66 Description spec= Description.createSuiteDescription(getName(), classAnnotations());
86 Description description= methodDescription(method); local
91 testAborted(notifier, description, e.getCause());
94 testAborted(notifier, description, e);
98 new MethodRoadie(test, testMethod, notifier, description).run();
101 private void testAborted(RunNotifier notifier, Description description
    [all...]
  /external/linux-tools-perf/scripts/python/bin/
netdev-times-report 2 # description: display a process of packet and processing time
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application.";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application.";
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp.xcodeproj/
TemplateInfo.plist 11 Description = "This project builds an SDL-based application.";
  /external/webkit/LayoutTests/fast/js/resources/
bom-in-file-retains-correct-offset.js 0 description("This ensures that BOM's scattered through a source file do not break parsing");
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
close_stdout 3 $description = "Make sure make exits with an error if stdout is full.";
  /packages/apps/Phone/src/com/android/phone/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/pkgconfig/
inputproto.pc 7 Description: Input extension headers
kbproto.pc 7 Description: KB extension headers
xextproto.pc 7 Description: XExt extension headers
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/pkgconfig/
inputproto.pc 7 Description: Input extension headers

Completed in 725 milliseconds

1 2 3 45 6 7 8 91011>>