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

<<11121314151617181920>>

  /external/pcre/dist2/doc/
pcre2_general_context_create.3 15 .SH DESCRIPTION
24 There is a complete description of the PCRE2 native API in the
28 page and a description of the POSIX API in the
pcre2_get_mark.3 13 .SH DESCRIPTION
23 There is a complete description of the PCRE2 native API in the
27 page and a description of the POSIX API in the
pcre2_get_startchar.3 13 .SH DESCRIPTION
24 There is a complete description of the PCRE2 native API in the
28 page and a description of the POSIX API in the
pcre2_jit_free_unused_memory.3 13 .SH DESCRIPTION
23 There is a complete description of the PCRE2 native API in the
27 page and a description of the POSIX API in the
pcre2_serialize_get_number_of_codes.3 13 .SH DESCRIPTION
29 There is a complete description of the PCRE2 native API in the
33 page and a description of the POSIX API in the
pcre2_set_callout.3 15 .SH DESCRIPTION
23 There is a complete description of the PCRE2 native API in the
27 page and a description of the POSIX API in the
pcre2_set_newline.3 14 .SH DESCRIPTION
30 There is a complete description of the PCRE2 native API in the
34 page and a description of the POSIX API in the
pcre2_substring_length_byname.3 14 .SH DESCRIPTION
26 There is a complete description of the PCRE2 native API in the
30 page and a description of the POSIX API in the
pcre2_substring_length_bynumber.3 14 .SH DESCRIPTION
28 There is a complete description of the PCRE2 native API in the
32 page and a description of the POSIX API in the
  /external/skia/src/sksl/ast/
SkSLASTBinaryExpression.h 27 String description() const override {
28 return "(" + fLeft->description() + " " + Token::OperatorName(fOperator) + " " +
29 fRight->description() + ")";
SkSLASTSuffixExpression.h 25 String description() const override {
26 return fBase->description() + fSuffix->description();
SkSLASTSwitchStatement.h 27 String description() const override {
32 result += String::printf("switch (%s) {\n", fValue->description().c_str());
34 result += c->description();
  /external/skia/src/sksl/ir/
SkSLDoStatement.h 26 String description() const override {
27 return "do " + fStatement->description() + " while (" + fTest->description() + ");";
SkSLFunctionDefinition.h 27 String description() const override {
28 return fDeclaration.description() + " " + fBody->description();
SkSLSwitchCase.h 26 String description() const override {
29 result.appendf("case %s:\n", fValue->description().c_str());
34 result += s->description() + "\n";
  /external/testng/src/main/java/org/testng/junit/
JUnit4TestMethod.java 4 import org.junit.runner.Description;
13 public JUnit4TestMethod(JUnitTestClass owner, Description desc) {
22 private static Method getMethod(Description desc) {
  /frameworks/support/v7/appcompat/res/values/
strings.xml 20 <!-- Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] -->
22 <!-- Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] -->
24 <!-- Content description for the action menu overflow button. [CHAR LIMIT=NONE] -->
27 <!-- Content description for the Toolbar icon used to collapse an expanded action mode. [CHAR LIMIT=NONE] -->
30 <!-- SearchView accessibility description for search button [CHAR LIMIT=NONE] -->
34 <!-- SearchView accessibility description for search text field [CHAR LIMIT=NONE] -->
36 <!-- SearchView accessibility description for clear button [CHAR LIMIT=NONE] -->
38 <!-- SearchView accessibility description for submit button [CHAR LIMIT=NONE] -->
40 <!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] -->
44 <!-- Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] --
    [all...]
  /libcore/expectations/
virtualdeviceknownfailures.txt 6 description: "IPv6 connectivity not yet supported in virtual device testing infra",
12 description: "Virtual devices do not implement the SELinux policy (forbid hard link) asserted by this test",
17 description: "multicast not supported in virtual device testing infra",
  /packages/apps/Contacts/src-bind/com/android/contactsbind/
FeedbackHelper.java 21 public static void sendFeedback(Context context, String tag, String description, Throwable t) {
22 Log.e(tag, description == null ? t.getMessage() : description, t);
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
SimpleActionItem.java 20 * A simple item which shows title and description.
27 public SimpleActionItem(String title, String description) {
28 super(title, description);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ContentFragment.java 49 String description) {
50 return newInstance(title, breadcrumb, description, 0, Color.TRANSPARENT);
53 public static ContentFragment newInstance(String title, String breadcrumb, String description,
55 return newInstance(title, breadcrumb, description, iconResourceId, Color.TRANSPARENT);
58 public static ContentFragment newInstance(String title, String breadcrumb, String description,
62 BaseContentFragment.buildArgs(title, breadcrumb, description, iconResourceId,
67 public static ContentFragment newInstance(String title, String breadcrumb, String description,
69 return newInstance(title, breadcrumb, description, iconResourceUri, Color.TRANSPARENT);
72 public static ContentFragment newInstance(String title, String breadcrumb, String description,
76 BaseContentFragment.buildArgs(title, breadcrumb, description, iconResourceUri
    [all...]
EditTextFragment.java 39 private static final String EXTRA_DESC = "description";
57 public static EditTextFragment newInstance(String description) {
58 return newInstance(description, null);
61 public static EditTextFragment newInstance(String description, String initialText) {
62 return newInstance(description, initialText, false);
65 public static EditTextFragment newInstance(String description, String initialText,
69 args.putString(EXTRA_DESC, description);
98 TextView description = (TextView) view.findViewById(R.id.description); local
99 if (description != null)
    [all...]
  /system/bt/stack/include/
hidh_api.h 97 * Description This function reads the device SDP record.
111 * Description This function registers HID-Host with lower layers.
122 * Description This function is called when the host is about power down.
133 * Description This is called so HID-host may manage this device.
145 * Description Removes the device from the list of devices that the host
157 * Description This function is called when the user wants to initiate a
169 * Description This function is called when the host has a report to send.
182 * Description This function disconnects the device.
192 * Description Initialize the control block and trace variable
201 * Description This function sets the security level for the devices whic
    [all...]
  /system/nfc/src/nfc/include/
ce_api.h 93 ** Description Initialise CE Type 3 Tag with mandatory NDEF message
106 ** Description Sets T3T-specific NDEF parameters. (Optional - if not
118 ** Description Send CHECK response message
131 ** Description Send UPDATE response message
142 ** Description Initialise CE Type 4 Tag with mandatory NDEF message
168 ** Description Register AID in CE T4T
185 ** Description Deregister AID in CE T4T
199 ** Description Set fields in Capability Container File for testing
211 ** Description Set fields in NDEF File Control TLV for testing
226 ** Description This function sends a raw frame to the peer device
    [all...]
  /cts/tests/expectations/
knownfailures.txt 3 description: "Disable ListeningPortsTest",
10 description: "some AlarmClockTests are not robust across different device types",
19 description: "the UsageStats is not yet stable enough",
26 description: "the ConnectivityConstraintTest are not yet stable",
33 description: "tests a fragile by nature as they rely on hardcoded behavior",
41 description: "test fails on some devices",
49 description: "the SSLCertificateSocketFactoryTest often fails because of lack of live internet or short timeout, it should be refactored to do a local server testing",
59 description: "the test result are too much dependent on live-internet connection, which for some devices might not exist",
66 description: "AudioPolicyBinder tests are not yet robust enough",
73 description: "test not robust"
    [all...]

Completed in 321 milliseconds

<<11121314151617181920>>