HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 101 - 125 of 2711) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ppapi/api/dev/
ppb_memory_dev.idl 11 label Chrome {
ppb_var_resource_dev.idl 11 label Chrome {
ppb_view_dev.idl 10 label Chrome {
ppp_selection_dev.idl 10 label Chrome {
ppp_text_input_dev.idl 10 label Chrome {
ppp_widget_dev.idl 10 label Chrome {
ppp_zoom_dev.idl 10 label Chrome {
  /external/chromium_org/ppapi/api/
ppb_messaging.idl 14 label Chrome {
ppp_input_event.idl 10 label Chrome {
ppp_messaging.idl 13 label Chrome {
  /external/chromium_org/ppapi/api/private/
ppb_ext_crx_file_system_private.idl 9 label Chrome {
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.h 44 std::string* label,
47 bool WriteDataChannelOpenMessage(const std::string& label,
  /external/chromium_org/tools/gn/
test_with_scope.cc 10 toolchain_(&settings_, Label(SourceDir("//toolchain/"), "default")),
14 settings_.set_toolchain_label(toolchain_.label());
15 settings_.set_default_toolchain_label(toolchain_.label());
  /external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
AutofillSuggestion.java 18 * @param label The describing label of the Autofill suggestion.
21 public AutofillSuggestion(String name, String label, int uniqueId) {
23 mSublabel = label;
  /external/chromium_org/ui/base/
window_open_disposition.h 12 #define WINDOW_OPEN_DISPOSITION(label, value) label = value,
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_CommonDataKinds_EmailTest.java 39 assertCustomTypeLabel("Custom Label");
46 String label = mResources.getString(res); local
47 assertEquals(label, Email.getTypeLabel(mResources, type, ""));
50 private void assertCustomTypeLabel(String label) {
53 assertEquals(label, Email.getTypeLabel(mResources, Email.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_OrganizationTest.java 38 assertCustomTypeLabel("Custom Label");
45 String label = mResources.getString(res); local
46 assertEquals(label, Organization.getTypeLabel(mResources, type, ""));
49 private void assertCustomTypeLabel(String label) {
52 assertEquals(label, Organization.getTypeLabel(mResources, Im.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_SipAddressTest.java 38 assertCustomTypeLabel("Custom Label");
45 String label = mResources.getString(res); local
46 assertEquals(label, SipAddress.getTypeLabel(mResources, type, ""));
49 private void assertCustomTypeLabel(String label) {
52 assertEquals(label, SipAddress.getTypeLabel(mResources, SipAddress.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_StructuredPostalTest.java 38 assertCustomTypeLabel("Custom Label");
45 String label = mResources.getString(res); local
46 assertEquals(label, StructuredPostal.getTypeLabel(mResources, type, ""));
49 private void assertCustomTypeLabel(String label) {
52 assertEquals(label, StructuredPostal.getTypeLabel(mResources,
53 StructuredPostal.TYPE_CUSTOM, label));
Contacts_OrganizationsTest.java 25 String label = "label"; local
27 Organizations.TYPE_CUSTOM, label).toString();
28 assertEquals(label, display);
33 Organizations.TYPE_OTHER, label).toString();
37 Organizations.TYPE_WORK, label).toString();
Contacts_PhonesTest.java 25 CharSequence label = "label"; local
27 Phones.TYPE_CUSTOM, label).toString();
28 assertEquals(label, display);
33 Phones.TYPE_HOME, label).toString();
37 Phones.TYPE_MOBILE, label).toString();
41 Phones.TYPE_WORK, label).toString();
45 Phones.TYPE_FAX_WORK, label).toString();
49 Phones.TYPE_FAX_HOME, label).toString();
53 Phones.TYPE_PAGER, label).toString()
62 CharSequence label = "label"; local
    [all...]
ContactsContract_CommonDataKinds_ImTest.java 44 assertCustomProtocolLabel("Custom Label");
52 assertCustomTypeLabel("Custom Label");
59 String label = mResources.getString(res); local
60 assertEquals(label, Im.getProtocolLabel(mResources, type, ""));
63 private void assertCustomProtocolLabel(String label) {
66 assertEquals(label, Im.getProtocolLabel(mResources, Im.PROTOCOL_CUSTOM, label));
73 String label = mResources.getString(res); local
74 assertEquals(label, Im.getTypeLabel(mResources, type, ""));
77 private void assertCustomTypeLabel(String label) {
    [all...]
  /external/chromium_org/ash/shell/
bubble.cc 8 #include "ui/views/controls/label.h"
16 base::string16 label; member in struct:ash::shell::BubbleConfig
25 label_(config.label) {}
29 views::Label* label = new views::Label(label_); variable
30 AddChildView(label); variable
39 config.label = ASCIIToUTF16("PointyBubble");
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java 32 * block (indexed by basic block label) */
36 * of each basic block (indexed by basic block label) */
41 * label) */
71 * Gets the instance for the start of the block with the given label.
73 * @param label {@code non-null;} the label of the block in question
76 public CodeAddress getStart(int label) {
77 return starts[label];
92 * the given label.
94 * @param label {@code non-null;} the label of the block in questio
132 int label = one.getLabel(); local
    [all...]

Completed in 1300 milliseconds

1 2 3 45 6 7 8 91011>>