HomeSort by relevance Sort by last modified time
    Searched full:description (Results 476 - 500 of 29811) sorted by null

<<11121314151617181920>>

  /external/freetype/include/freetype/
fttypes.h 45 /* <Description> */
104 /* <Description> */
116 /* <Description> */
128 /* <Description> */
140 /* <Description> */
151 /* <Description> */
162 /* <Description> */
173 /* <Description> */
184 /* <Description> */
195 /* <Description> */
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
fttypes.h 45 /* <Description> */
104 /* <Description> */
116 /* <Description> */
128 /* <Description> */
140 /* <Description> */
151 /* <Description> */
162 /* <Description> */
173 /* <Description> */
184 /* <Description> */
195 /* <Description> */
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fttypes.h 45 /* <Description> */
104 /* <Description> */
116 /* <Description> */
128 /* <Description> */
140 /* <Description> */
151 /* <Description> */
162 /* <Description> */
173 /* <Description> */
184 /* <Description> */
195 /* <Description> */
    [all...]
  /cts/tests/tests/icu/resources/android/icu/cts/expectations/
icu-known-failures.txt 9 description: "Exclude all tests",
14 description: "Serialized forms have not been converted to use repackaged classes",
19 description: "Fails on host and on device in same way before and after packaging",
24 description: "Checks differences in DecimalFormat classes from ICU4J and JDK but on Android java.text.DecimalFormat is implemented in terms of ICU4J",
29 description: "Collation rules data has been removed from ICU4J data on Android",
41 description: "Unknown Language != Unknown language",
  /external/libphonenumber/demo/
build.xml 16 <target name="copyjars" description="Copies the App Engine JARs to the WAR.">
25 description="Compiles Java source and copies other source files to the WAR.">
36 <target name="runserver" depends="compile" description="Starts the development server.">
40 <target name="update" depends="compile" description="Uploads the application to App Engine.">
45 description="Rolls back an interrupted application update.">
49 <target name="request_logs" description="Downloads log data from App Engine for the application.">
  /external/llvm/test/MC/ARM/
directive-arch-armv8-a.s 23 @ CHECK-ATTR: Description: ARM v8
27 @ CHECK-ATTR: Description: Application
31 @ CHECK-ATTR: Description: Permitted
35 @ CHECK-ATTR: Description: Thumb-2
39 @ CHECK-ATTR: Description: Permitted
43 @ CHECK-ATTR: Description: TrustZone + Virtualization Extensions
directive-arch-armv8.2-a.s 23 @ CHECK-ATTR: Description: ARM v8
27 @ CHECK-ATTR: Description: Application
31 @ CHECK-ATTR: Description: Permitted
35 @ CHECK-ATTR: Description: Thumb-2
39 @ CHECK-ATTR: Description: Permitted
43 @ CHECK-ATTR: Description: TrustZone + Virtualization Extensions
directive-arch-armv8a.s 23 @ CHECK-ATTR: Description: ARM v8
27 @ CHECK-ATTR: Description: Application
31 @ CHECK-ATTR: Description: Permitted
35 @ CHECK-ATTR: Description: Thumb-2
39 @ CHECK-ATTR: Description: Permitted
43 @ CHECK-ATTR: Description: TrustZone + Virtualization Extensions
  /external/mockito/src/test/java/org/mockito/internal/junit/util/
JUnitFailureHackerTest.java 9 import org.junit.runner.Description;
25 Failure failure = new Failure(Description.EMPTY, actualExc);
38 Failure failure = new Failure(Description.EMPTY, new RuntimeException("foo"));
50 Failure failure = new Failure(Description.EMPTY, ex);
62 Failure failure = new Failure(Description.EMPTY, ex);
73 Failure failure = new Failure(Description.EMPTY, new RuntimeException("foo"));
  /external/swiftshader/.vscode/
launch.json 19 "description": "Enable pretty-printing for gdb",
32 "description": "Enable pretty-printing for gdb",
53 "description": "Enable pretty-printing for gdb",
66 "description": "Enable pretty-printing for gdb",
83 "description": "Enable pretty-printing for gdb",
96 "description": "Enable pretty-printing for gdb",
  /frameworks/base/core/java/android/webkit/
WebViewProviderInfo.java 31 public WebViewProviderInfo(String packageName, String description,
34 this.description = description;
54 description = in.readString();
68 out.writeString(description);
76 public final String description; field in class:WebViewProviderInfo
  /packages/apps/Nfc/nci/jni/
Mutex.h 32 ** Description: Initialize member variables.
44 ** Description: Cleanup all resources.
56 ** Description: Block the thread and try lock the mutex.
68 ** Description: Unlock a mutex to unblock a thread.
80 ** Description: Try to lock the mutex.
92 ** Description: Get the handle of the mutex.
  /platform_testing/libraries/longevity/tests/src/android/platform/longevity/listeners/
ErrorTerminatorTest.java 25 import org.junit.runner.Description;
54 mListener.testFailure(new Failure(Description.EMPTY, new Throwable()));
64 mListener.testStarted(Description.EMPTY);
65 mListener.testFinished(Description.EMPTY);
66 mListener.testFinished(Description.EMPTY);
67 mListener.testIgnored(Description.EMPTY);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetafile.h 111 const WCHAR *description = NULL): Image(NULL, Ok)
116 description, &nativeMetafile);
122 const WCHAR *description = NULL): Image(NULL, Ok)
127 description, &nativeMetafile);
133 const WCHAR *description = NULL): Image(NULL, Ok)
138 description, &nativeMetafile);
143 const WCHAR *description = NULL): Image(NULL, Ok)
148 MetafileFrameUnitGdi, description,
156 const WCHAR *description = NULL): Image(NULL, Ok)
161 frameUnit, description, &nativeMetafile)
    [all...]
  /system/bt/udrv/include/
uipc.h 62 * Description Initialize UIPC module
73 * Description Open UIPC interface
84 * Description Close UIPC interface
95 * Description Called to transmit a message over UIPC.
107 * Description Called to read a message from UIPC.
119 * Description Called to control UIPC.
  /external/google-breakpad/src/common/mac/testing/
GTMSenTestCase.h 66 // as a description if you have the NS_FORMAT_FUNCTION on.
82 // description: A format string as in the printf() function. Can be nil or
85 #define STAssertNoErr(a1, description, ...) \
95 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \
103 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)]]; \
111 // description: A format string as in the printf() function. Can be nil or
114 #define STAssertErr(a1, a2, description, ...) \
125 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)])]; \
133 withDescription:@"%@", STComposeString(description, ##__VA_ARGS__)]]; \
141 // description: A format string as in the printf() function. Can be nil o
    [all...]
  /packages/apps/TV/res/xml/
tv_content_rating_systems.xml 25 android:description="@string/description_ar_tv_d" />
28 android:description="@string/description_ar_tv_s" />
31 android:description="@string/description_ar_tv_v" />
34 android:description="@string/description_ar_tv_atp"
42 android:description="@string/description_ar_tv_sam_13"
50 android:description="@string/description_ar_tv_sam_16"
58 android:description="@string/description_ar_tv_sam_18"
95 android:description="@string/description_au_tv_p"
99 android:description="@string/description_au_tv_c"
103 android:description="@string/description_au_tv_g
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 123 @Rpc(description = "Resets TelephonyManager settings to factory default.")
132 @Rpc(description = "Set network preference.")
139 @Rpc(description = "Set network preference for subscription.")
157 @Rpc(description = "Set network selection mode to automatic for subscriber.")
163 @Rpc(description = "Get network preference.")
169 @Rpc(description = "Get network preference for subscription.")
176 @Rpc(description = "Get current voice network type")
182 @Rpc(description = "Get current voice network type for subscription")
189 @Rpc(description = "Get current data network type")
195 @Rpc(description = "Get current data network type for subscription"
    [all...]
  /art/tools/ahat/src/
Doc.java 62 * | description | c2 | c3 | ... |
71 void table(DocString description, List<Column> subcols, List<Column> cols);
81 * Start a new description list.
83 * This should be followed by calls to description() and finally a call to
89 * Add a description to the currently active description list.
91 void description(DocString key, DocString value); method in interface:Doc
94 * End the currently active table or description list.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
command_template 15 # Brief (40-50 characters) description of the command
16 description = ""
  /external/cmockery/cmockery_0_1_2/packages/deb/
control 12 Description: The cmockery package contains a lightweight library to simplify
18 Description: The cmockery package contains static and debug libraries and
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsArray.java 3 import org.hamcrest.Description;
32 public void describeMismatchSafely(T[] actual, Description mismatchDescription) {
48 public void describeTo(Description description) {
49 description.appendList(descriptionStart(), descriptionSeparator(), descriptionEnd(),
54 * Returns the string that starts the description.
64 * Returns the string that separates the elements in the description.
74 * Returns the string that ends the description.
  /external/icu/icu4j/main/tests/charset/
build.xml 23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
25 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
27 <target name="clean" depends="@clean" description="Clean up the build outputs"/>
29 <target name="compile" depends="@compile" description="Compile java source files"/>
31 <target name="copy" depends="@copy, copy-charset-test-data" description="Copy non-java runtime files to the project's binary directory"/>
33 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
35 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
37 <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/collate/
build.xml 23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
25 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
27 <target name="clean" depends="@clean" description="Clean up the build outputs"/>
29 <target name="compile" depends="@compile" description="Compile java source files"/>
31 <target name="copy" depends="@copy, copy-collate-test-data" description="Copy non-java runtime files to the project's binary directory"/>
33 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
35 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
37 <target name="copy-collate-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory">
  /external/icu/icu4j/main/tests/core/
build.xml 23 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
25 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/>
27 <target name="clean" depends="@clean" description="Clean up the build outputs"/>
29 <target name="compile" depends="@compile" description="Compile java source files"/>
31 <target name="copy" depends="@copy, copy-test-data" description="Copy non-java runtime files to the project's binary directory"/>
33 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/>
35 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/>
37 <target name="copy-test-data" description="Extract pre-built ICU core test data files and copy them to the project's binary directory">

Completed in 1064 milliseconds

<<11121314151617181920>>