HomeSort by relevance Sort by last modified time
    Searched full:description (Results 251 - 275 of 22476) sorted by null

<<11121314151617181920>>

  /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.
  /packages/services/Telephony/src/com/android/phone/
EventLogTags.logtags 1 # See system/core/logcat/event.logtags for a description of the format of this file.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/pkgconfig/
inputproto.pc 7 Description: Input extension headers
kbproto.pc 7 Description: KB extension headers
xextproto.pc 7 Description: XExt extension headers
  /system/connectivity/shill/net/
libshill-net.pc.in 4 Description: Shill networking component interface library
  /system/core/metricsd/
libmetrics.pc.in 4 Description: Chrome OS metrics library
  /system/extras/ext4_utils/
key_control.cpp 23 const char *description,
28 return syscall(__NR_add_key, type, description, payload, plen, ringid);
42 const char *description, key_serial_t destringid)
44 return keyctl(KEYCTL_SEARCH, ringid, type, description, destringid);
  /system/webservd/libwebserv/
libwebserv.pc.in 4 Description: Web server interface library
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
readelf.n 3 Owner[ ]*Data size[ ]*Description
  /cts/tests/tests/icu/resources/android/icu/cts/expectations/
icu-known-failures.txt 9 description: "Exclude all tests",
14 description: "Class cannot be instantiated, cannot find resources android/icu/dev/test/serializable/data",
19 description: "Cannot find any classes to test because .class files are not treated as resources in APK",
24 description: "Serialized forms have not been converted to use repackaged classes",
29 description: "android.icu.charset package not available in repackaged Android library",
34 description: "A completely empty test case",
38 description: "Fails on host and on device in same way before and after packaging",
43 description: "Problem with negative multiplier, not a regression",
48 description: "Wrong case for exponent separator",
53 description: "Checks differences in DecimalFormat classes from ICU4J and JDK but on Android java.text.DecimalF (…)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaItemTest.java 27 private static final String DESCRIPTION = "test_description";
33 MediaDescription description = new MediaDescription.Builder() local
34 .setDescription(DESCRIPTION).setMediaId(MEDIA_ID)
36 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_BROWSABLE);
38 assertEquals(description.toString(), mediaItem.getDescription().toString());
49 assertEquals(description.toString(),
55 MediaDescription description = new MediaDescription.Builder() local
56 .setDescription(DESCRIPTION).setMediaId(MEDIA_ID)
58 MediaItem mediaItem = new MediaItem(description, MediaItem.FLAG_PLAYABLE);
60 assertEquals(description.toString(), mediaItem.getDescription().toString())
    [all...]
  /external/chromium-trace/catapult/dashboard/
cron.yaml 6 - description: Start and restart bisect jobs.
10 - description: Mark alerts as recovered, and associate alerts with groups.
14 - description: Send e-mails with daily anomaly summaries.
18 - description: Send data stoppage alert emails.
22 - description: Run the mapreduce job to mark tests as deprecated.
27 - description: Update bugs with completed bisect job results.
31 - description: Delete expired layered_cache.CachedPickledString entities.
35 - description: Update the internal-only test suite data used on the /report page.
39 - description: Update the externally-visible test suite data used on the /report page.
43 - description: Triggers bisect FYI jobs
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java 23 String description=null; field in class:TimeLineGraphItem
33 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial,boolean isBaseline) {
34 this(title, description, value, color,display, timestamp,isSpecial);
38 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp, boolean isSpecial) {
39 this(title, description, value, color,display, timestamp);
43 TimeLineGraphItem(String title, String description,double value,Color color,boolean display, long timestamp) {
44 this(title, description, value, color,timestamp);
48 TimeLineGraphItem(String title, String description, double value, Color color,long timestamp) {
52 this.description= description;
    [all...]
  /external/mockito/src/org/mockito/internal/matchers/
ArrayEquals.java 11 import org.hamcrest.Description;
47 public void describeTo(Description description) {
49 appendArray(createObjectArray(getWanted()), description); local
51 super.describeTo(description);
55 private void appendArray(Object[] array, Description description) {
56 description.appendText("[");
58 new Equals(array[i]).describeTo(description);
60 description.appendText(", ")
    [all...]
  /system/bt/btif/include/
btif_av_co.h 44 ** Description Get the current configuration of content protection
55 ** Description Get content protection flag
69 ** Description Set content protection flag
83 ** Description Reset the current codec configuration
94 ** Description Check if all opened connections are compatible with a codec
106 ** Description Set the current codec configuration from the feeding type.
119 ** Description Retrieves the SBC codec configuration. If the codec in use
131 ** Description Discard the codec configuration of a connection
142 ** Description Initialization
154 ** Description Checks if the peer supports C
    [all...]
  /external/e2fsprogs/debian/attic/
comerrg-dev.menu 3 longtitle="The Common Error Description library"\
4 description="libcomerr is an attempt to present a common error-handling mechanism to \
  /external/icu/icu4j/main/classes/localespi/
build.xml 18 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
20 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
22 <target name="clean" depends="@clean" description="Clean up the build outputs"/>
24 <target name="compile" depends="@compile" description="Compile java source files"/>
26 <target name="copy" depends="@copy" description="Copy non-java runtime files to the project's binary directory"/>
28 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
30 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
32 <target name="findbugs" depends="@findbugs" description="Search the project for possible defects using FindBugs." />
  /external/icu/icu4j/main/tests/charset/
build.xml 18 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
20 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
22 <target name="clean" depends="@clean" description="Clean up the build outputs"/>
24 <target name="compile" depends="@compile" description="Compile java source files"/>
26 <target name="copy" depends="@copy, copy-charset-test-data" description="Copy non-java runtime files to the project's binary directory"/>
28 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
30 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
32 <target name="copy-charset-test-data" description="Extract pre-built ICU charset test data files and copy them to the project's binary directory">
  /external/icu/icu4j/main/tests/core/
build.xml 18 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
20 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
22 <target name="clean" depends="@clean" description="Clean up the build outputs"/>
24 <target name="compile" depends="@compile" description="Compile java source files"/>
26 <target name="copy" depends="@copy, copy-test-data" description="Copy non-java runtime files to the project's binary directory"/>
28 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
30 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
32 <target name="copy-test-data" description="Extract pre-built ICU core test data files and copy them to the project's binary directory">
  /external/icu/icu4j/main/tests/translit/
build.xml 18 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
20 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
22 <target name="clean" depends="@clean" description="Clean up the build outputs"/>
24 <target name="compile" depends="@compile" description="Compile java source files"/>
26 <target name="copy" depends="@copy, copy-translit-test-data" description="Copy non-java runtime files to the project's binary directory"/>
28 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
30 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
32 <target name="copy-translit-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory">

Completed in 618 milliseconds

<<11121314151617181920>>