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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ppapi/api/
ppp_input_event.idl 10 label Chrome {
ppp_messaging.idl 13 label Chrome {
  /external/chromium_org/tools/gn/
item.h 10 #include "tools/gn/label.h"
20 Item(const Label& label);
23 const Label& label() const { return label_; } function in class:Item
42 Label label_;
target_manager.cc 26 Target* TargetManager::GetTarget(const Label& label,
30 DCHECK(!label.is_null());
31 DCHECK(!label.toolchain_dir().value().empty());
32 DCHECK(!label.toolchain_name().empty());
37 build_settings_->item_tree().GetExistingNodeLocked(label);
46 if (dep_from && dep_from->label().ToolchainsEqual(label)) {
51 specified_from_here, label.GetToolchainLabel(), err);
56 target = new Target(settings, label);
    [all...]
  /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...]
  /dalvik/dx/src/com/android/dx/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...]
  /external/bluetooth/bluedroid/stack/include/
avdtc_api.h 90 AVDT_API extern void AVDTC_DiscoverRsp(BD_ADDR bd_addr, UINT8 label,
102 AVDT_API extern void AVDTC_GetCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap);
113 AVDT_API extern void AVDTC_GetAllCapRsp(BD_ADDR bd_addr, UINT8 label, tAVDT_CFG *p_cap);
135 AVDT_API extern void AVDTC_GetConfigRsp(UINT8 handle, UINT8 label, tAVDT_CFG *p_cfg);
157 AVDT_API extern void AVDTC_OpenRsp(UINT8 handle, UINT8 label);
168 AVDT_API extern void AVDTC_StartRsp(UINT8 *p_handles, UINT8 num_handles, UINT8 label);
179 AVDT_API extern void AVDTC_CloseRsp(UINT8 handle, UINT8 label);
190 AVDT_API extern void AVDTC_SuspendRsp(UINT8 *p_handles, UINT8 num_handles, UINT8 label);
212 AVDT_API extern void AVDTC_AbortRsp(UINT8 handle, UINT8 label);
223 AVDT_API extern void AVDTC_Rej(UINT8 handle, BD_ADDR bd_addr, UINT8 cmd, UINT8 label,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 57 * heavier gradient during mouse-overs. It also uses a bold label along with the eclipse
192 * produce the heading label
217 final CLabel label = new CLabel(this, SWT.SHADOW_OUT); local
218 label.setText(header.toString().replace("&", "&&")); //$NON-NLS-1$ //$NON-NLS-2$
219 updateBackground(label, false);
223 label.setFont(labelFont);
224 label.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
225 setHeader(header, label);
226 label.addMouseListener(new MouseAdapter() {
230 toggle(label, true, mSingle)
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu.cc 79 const string16& label,
81 AddMenuItem(-1, item_id, label, type);
86 const string16& label,
91 AddMenuItemInternal(index, item_id, label, gfx::ImageSkia(), type);
94 Menu* Menu::AppendSubMenu(int item_id, const string16& label) {
95 return AddSubMenu(-1, item_id, label);
98 Menu* Menu::AddSubMenu(int index, int item_id, const string16& label) {
99 return AddSubMenuWithIcon(index, item_id, label, gfx::ImageSkia());
103 const string16& label,
105 return AddSubMenuWithIcon(-1, item_id, label, icon)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 27 /** {@code >= 0;} label for this block */
28 private final int label; field in class:ByteBlock
45 * @param label {@code >= 0;} target label for this block
55 public ByteBlock(int label, int start, int end, IntList successors,
57 if (label < 0) {
58 throw new IllegalArgumentException("label < 0");
86 this.label = label;
96 return '{' + Hex.u2(label) + ": " + Hex.u2(start) + ".."
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 27 /** {@code >= 0;} label for this block */
28 private final int label; field in class:ByteBlock
45 * @param label {@code >= 0;} target label for this block
55 public ByteBlock(int label, int start, int end, IntList successors,
57 if (label < 0) {
58 throw new IllegalArgumentException("label < 0");
86 this.label = label;
96 return '{' + Hex.u2(label) + ": " + Hex.u2(start) + ".."
    [all...]
  /external/chromium_org/components/autofill/core/common/
form_field_data.cc 28 return (label == field.label &&
40 if (label == field.label)
43 return label < field.label;
48 << UTF16ToUTF8(field.label)
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
cbc.pl 99 &jz(&label("decrypt"));
105 &jz(&label("encrypt_finish"));
142 &jnz(&label("encrypt_loop"));
148 &jz(&label("finish"));
149 &call(&label("PIC_point"));
152 &lea("ecx",&DWP(&label("cbc_enc_jmp_table")."-".&label("PIC_point"),"edx"));
157 #&mov($count,&DWP(&label("cbc_enc_jmp_table"),"",$count,4));
169 &jmp(&label("ejend"));
199 &jmp(&label("finish"))
    [all...]

Completed in 579 milliseconds

1 2 3 45 6 7 8 91011>>