HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 51 - 75 of 1399) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/iptables/include/linux/netfilter/
xt_IDLETIMER.h 44 char label[MAX_IDLETIMER_LABEL_SIZE]; member in struct:idletimer_tg_info
  /external/javassist/sample/rmi/
AlertDialog.java 7 private Label label; field in class:AlertDialog
13 label = new Label();
18 add("North", label);
23 label.setText(message);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/util/
InstructionUtils.java 54 SmaliLabel label = labelReference.resolve(); local
55 if (label == null) {
59 if (label.getOffset() == targetOffset) {
  /external/toybox/toys/other/
mkswap.c 11 usage: mkswap [-L LABEL] DEVICE
28 char *label = (char *)(swap+7), *uuid = (char *)(swap+3); local
37 if (TT.L) strncpy(label, TT.L, 15);
45 if (TT.L) sprintf(toybuf, ", LABEL=%s", label);
  /external/tpm2/
RSA_Decrypt_fp.h 16 TPM2B_DATA label; member in struct:__anon23914
RSA_Encrypt_fp.h 16 TPM2B_DATA label; member in struct:__anon23916
  /external/valgrind/memcheck/tests/solaris/
scalar_tsol_clearance.c 8 #include <tsol/label.h>
20 m_label_t *label = m_label_alloc(USER_CLEAR); local
21 if (label == NULL) {
27 SY(SYS_labelsys, x0 + TSOL_GETCLEARANCE, label); SUCC;
29 m_label_free(label);
42 m_label_t *label = m_label_alloc(USER_CLEAR); local
43 if (label == NULL) {
48 int ret = getclearance(label);
51 m_label_free(label);
56 SY(SYS_labelsys, x0 + TSOL_SETCLEARANCE, label); SUCC
    [all...]
  /external/webrtc/webrtc/tools/frame_analyzer/
frame_analyzer.cc 33 * RESULT <metric>:<label>= <values>
38 * frame_analyzer --label=<test_label> --reference_file=<name_of_file>
51 " - label(string): The label to use for the perf output."
68 parser.SetFlag("label", "MY_TEST");
96 std::string label = parser.GetFlag("label"); local
97 webrtc::test::PrintAnalysisResults(label, &results);
98 webrtc::test::PrintMaxRepeatedAndSkippedFrames(label,
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
UidDetail.java 22 public CharSequence label; field in class:UidDetail
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DocActivity.java 24 static final String LABEL = "label";
29 String label = getIntent().getStringExtra(LABEL); local
30 if (label != null) {
31 setTaskDescription(new ActivityManager.TaskDescription(label));
32 setTitle(label);
  /system/vold/
EmulatedVolume.cpp 59 std::string label = mLabel; local
61 label = "emulated";
64 mFuseDefault = StringPrintf("/mnt/runtime/default/%s", label.c_str());
65 mFuseRead = StringPrintf("/mnt/runtime/read/%s", label.c_str());
66 mFuseWrite = StringPrintf("/mnt/runtime/write/%s", label.c_str());
69 setPath(StringPrintf("/storage/%s", label.c_str()));
87 label.c_str(),
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 89 labels.add(e.label.getSet());
103 for (IntSet label : labels)
104 tokens.add(label.toString(g));
121 IntSet label = labels.get(i); local
122 // find NFA state with edge whose label matches labels[i]
126 // walk p's transitions, looking for label
129 if (!t.isEpsilon() && !t.label.getSet().and(label).isNil()
Transition.java 32 * that the label is actually a set of labels or a semantic predicate.
34 * transitions) and has a label/target pair. I have abstracted the notion
35 * of a Label to handle the various kinds of things it can be.
38 /** What label must be consumed to transition to target */
39 public Label label; field in class:Transition
44 public Transition(Label label, State target) {
45 this.label = label;
    [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...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
DateSorterTest.java 49 String label = dateSorter.getLabel(i); local
50 assertNotNull(label);
51 assertTrue(label.length() > 0);
52 // label must be unique
53 assertFalse(set.contains(label));
54 set.add(label);
55 // cannot assert actual label contents, since resources are not public
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 26 import org.eclipse.swt.widgets.Label;
87 Label sep = toolkit.createSeparator(row, SWT.HORIZONTAL);
92 Label label = toolkit.createLabel(row, getDescriptor().getXmlLocalName()); local
93 label.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false));
  /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 41 assertCustomTypeLabel("Custom Label");
48 String label = mResources.getString(res); local
49 assertEquals(label, Organization.getTypeLabel(mResources, type, ""));
52 private void assertCustomTypeLabel(String label) {
55 assertEquals(label, Organization.getTypeLabel(mResources, Im.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_PhoneTest.java 55 assertCustomTypeLabel("Custom Label");
62 String label = mResources.getString(res); local
63 assertEquals(label, Phone.getTypeLabel(mResources, type, ""));
66 private void assertCustomTypeLabel(String label) {
69 assertEquals(label, Phone.getTypeLabel(mResources, Phone.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_RelationTest.java 49 assertCustomTypeLabel("Custom Label");
56 String label = mResources.getString(res); local
57 assertEquals(label, Relation.getTypeLabel(mResources, type, ""));
60 private void assertCustomTypeLabel(String label) {
63 assertEquals(label, Relation.getTypeLabel(mResources, Relation.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_ContactMethodsTest.java 55 String label = "label"; local
57 ContactMethods.TYPE_CUSTOM, label).toString();
58 assertEquals(label, display);
63 ContactMethods.TYPE_HOME, label).toString();
67 ContactMethods.TYPE_OTHER, label).toString();
71 ContactMethods.TYPE_WORK, label).toString();
76 ContactMethods.TYPE_CUSTOM, label).toString();
80 ContactMethods.TYPE_CUSTOM, label).toString();
84 ContactMethods.TYPE_CUSTOM, label).toString()
    [all...]
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...]
  /dalvik/dx/junit-tests/com/android/dx/util/
IntListTest.java 31 assertTrue(label(sz, i), contains); method
33 assertFalse(label(sz, i), contains); method
36 assertFalse(label(sz, -1), list.contains(-1)); method
37 assertFalse(label(sz, sz * 2), list.contains(sz * 2)); method
61 private static String label(int n, int m) { method in class:IntListTest

Completed in 313 milliseconds

1 23 4 5 6 7 8 91011>>