HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 326 - 350 of 622) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/intltest/
transrt.cpp 377 void logWrongScript(const UnicodeString& label,
381 void logNotCanonical(const UnicodeString& label,
387 void logFails(const UnicodeString& label);
389 void logToRulesFails(const UnicodeString& label,
884 void RTTest::logWrongScript(const UnicodeString& label,
888 label + ": " +
894 void RTTest::logNotCanonical(const UnicodeString& label,
900 label + ": " +
910 void RTTest::logFails(const UnicodeString& label) {
911 parent->errln((UnicodeString)"<br>FAIL " + label);
    [all...]
transtst.h 412 void checkRules(const UnicodeString& label, Transliterator& t2,
  /external/webkit/SunSpider/resources/
sunspider-analyze-results.js 222 function resultLine(labelWidth, indent, label, meanWidth, mean, stdErr)
229 result += label + ": ";
231 for (i = 0; i < (labelWidth - (label.length + indent)); i++) {
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 296 String label = option->textIndentedToRespectGroupLabel(); local
309 canvas->drawText(label.characters(), label.length() << 1,
  /external/wpa_supplicant/
sha256.c 113 * @label: A unique label for each purpose of the PRF
122 void sha256_prf(const u8 *key, size_t key_len, const char *label,
134 addr[1] = (u8 *) label;
135 len[1] = strlen(label) + 1;
tls_none.c 103 const char *label, int server_random_first,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c 113 * @label: A unique label for each purpose of the PRF
122 void sha256_prf(const u8 *key, size_t key_len, const char *label,
134 addr[1] = (u8 *) label;
135 len[1] = os_strlen(label);
tls_internal.c 313 const char *label, int server_random_first,
318 return tlsv1_client_prf(conn->client, label,
325 return tlsv1_server_prf(conn->server, label,
tls_none.c 103 const char *label, int server_random_first,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_sake_common.c 203 * @label: A unique label for each purpose of the KDF
214 static void eap_sake_kdf(const u8 *key, size_t key_len, const char *label,
222 size_t label_len = os_strlen(label) + 1;
226 addr[0] = (u8 *) label; /* Label | Y */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_tls_common.c 67 char *label, size_t len)
76 if (tls_connection_prf(sm->ssl_ctx, data->conn, label, 0, out, len) ==
95 label, rnd, keys.client_random_len +
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 150 TextView label = new TextView(this); local
151 label.setText(text);
152 root.addView(label, new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT,
  /packages/apps/DeskClock/src/com/android/deskclock/
SetAlarm.java 79 mLabel = (EditTextPreference) findPreference("label");
85 // Set the summary based on the new label.
206 mLabel.setText(alarm.label);
207 mLabel.setSummary(alarm.label);
278 alarm.label = mLabel.getText();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 41 import org.eclipse.swt.widgets.Label;
73 * Creates a label widget and an associated text field.
84 Label label = toolkit.createLabel(parent, desc.getUiName()); local
85 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
86 SectionHelper.addControlTooltip(label, DescriptorsUtils.formatTooltip(desc.getTooltip()));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 34 * An OpenGL text label maker.
39 * mesh for each label
46 * texture, and you have to recreate the whole texture if any label text
52 * Create a label maker
135 * Call to add a label
138 * @param text the text of the label
139 * @param textPaint the paint of the label
140 * @return the id of the label, used to measure and draw the label
147 * Call to add a label
354 Label label = mLabels.get(labelID); local
    [all...]
  /external/bison/src/
vcg.c 47 g->label = G_LABEL;
141 n->label = N_LABEL;
180 e->label = E_LABEL;
523 if (n->label != N_LABEL)
524 fprintf (fout, "\t\tlabel:\t%s\n", quote (n->label));
585 if (e->label != E_LABEL)
586 fprintf (fout, "\t\tlabel:\t%s\n", quote (e->label));
633 if (g->label)
634 fprintf (fout, "\tlabel:\t%s\n", quote (g->label));
  /external/e2fsprogs/resize/
resize2fs.h 151 const char *label,
  /external/webkit/WebCore/dom/
OptionElement.cpp 75 // WinIE does not use the label attribute, so as a quirk, we ignore it.
77 text = data.label();
  /external/webkit/WebCore/inspector/front-end/
TimelineOverviewPane.js 329 var label = document.createElement("label");
336 label.appendChild(checkElement);
341 label.appendChild(typeElement);
343 this.listItemElement.appendChild(label);
  /external/webkit/WebCore/wml/
WMLDoElement.cpp 182 String WMLDoElement::label() const function in class:WebCore::WMLDoElement
  /external/webkit/WebKit/mac/WebView/
WebHTMLViewPrivate.h 76 - (NSImage *)_dragImageForURL:(NSString*)linkURL withLabel:(NSString*)label;
  /packages/apps/Email/tests/src/com/android/email/
VendorPolicyLoaderTest.java 151 assertNull(p.label);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
FieldContext.java 33 static final String LABEL = "label";
67 bundle.putString(LABEL, safeToString(info.label));
  /sdk/eclipse/scripts/
_mk_icons.sh 22 icon L blue label
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 137 virtual void label(const char* theLabel) = 0;
138 virtual void B(int cc, const char* label) = 0;
139 virtual void BL(int cc, const char* label) = 0;
142 virtual uint32_t* pcForLabel(const char* label) = 0;

Completed in 2214 milliseconds

<<11121314151617181920>>