/external/webkit/WebCore/html/ |
HTMLDataGridColElement.h | 48 String label() const;
|
DataGridColumnList.idl | 39 DataGridColumn add(in DOMString id, in DOMString label, in DOMString type, in boolean primary, in unsigned short sortable);
|
HTMLOptionElement.idl | 36 attribute [ConvertNullToNullString] DOMString label;
|
/external/webkit/WebCore/wml/ |
WMLDoElement.h | 48 String label() const;
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
DragClientQt.h | 40 virtual DragImageRef createDragImageForLink(KURL&, const String& label, Frame*);
|
/external/webkit/WebKit/wx/WebKitSupport/ |
DragClientWx.cpp | 71 DragImageRef DragClientWx::createDragImageForLink(KURL&, const String& label, Frame*)
|
DragClientWx.h | 42 virtual WebCore::DragImageRef createDragImageForLink(WebCore::KURL&, const WebCore::String& label, WebCore::Frame*);
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
HorizontalFocusSearch.java | 93 private Button makeTall(String label) { 95 button.setText(label); 102 private Button addShort(LinearLayout root, String label, boolean atBottom) { 104 button.setText(label);
|
VerticalFocusSearch.java | 101 private Button makeWide(String label) { 103 button.setText(label); 114 * @param label The label of the button. 118 private Button addSkinny(LinearLayout root, String label, boolean atRight) { 120 button.setText(label);
|
ListOfButtons.java | 64 String label = getItem(position); local 67 button.setText(label);
|
/packages/apps/Settings/src/com/android/settings/ |
LocalePicker.java | 49 String label; field in class:LocalePicker.Loc 52 public Loc(String label, Locale locale) { 53 this.label = label; 59 return this.label; 63 return sCollator.compare(this.label, ((Loc) o).label); 108 preprocess[finalSize-1].label+" to "+ 111 preprocess[finalSize-1].label = toTitleCase(
|
/external/openssl/crypto/bn/asm/ |
mo-586.pl | 74 &jl (&label("just_leave")); 131 &jnc (&label("non_sse2")); 181 &jl (&label("1st")); 249 &jnz (&label("inner")); 271 &jle (&label("outer")); 274 &jmp (&label("common_tail")); 283 &jmp (&label("just_leave")); 305 &jz (&label("bn_sqr_mont")); 319 &jl (&label("mull")); 341 &jmp (&label("2ndmadd")) [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
RopTranslator.java | 320 * Starting with the designated "first label" (that is, the 321 * first block of the method), add that label to the order, 329 for (int label = method.getFirstLabel(); 330 label != -1; 331 label = Bits.findFirst(workSet, 0)) { 345 IntList preds = method.labelToPredecessors(label); 365 if (pred.getPrimarySuccessor() == label) { 367 label = predLabel; 368 Bits.set(tracebackSet, label); 382 while (label != -1) 632 int label = successors.get(i); local 662 int label = block.getPrimarySuccessor(); local [all...] |
/external/genext2fs/ |
Config.mk | 3 # $(3): label (if any)
|
/external/iproute2/ip/ |
ipaddrlabel.c | 53 fprintf(stderr, "Usage: ip addrlabel [ list | add | del | flush ] prefix PREFIX [ dev DEV ] [ label LABEL ]\n"); 96 int32_t label; local 97 memcpy(&label, RTA_DATA(tb[IFAL_LABEL]), sizeof(label)); 98 fprintf(fp, "label %d ", label); 141 uint32_t label = 0xffffffffUL; local 168 } else if (strcmp(*argv, "label") == 0) { 171 if (get_u32(&label, *argv, 0) || label == 0xffffffffUL [all...] |
/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 55 &jbe(&label("finished")); 63 &jb(&label("finished")); 110 &jne(&label("proceed")); 135 # in 0.9.7 context ~50 bytes below RC4_CHAR label remain redundant, 138 &je(&label("RC4_CHAR")); 148 &jb( &label("end")); # less than 8 bytes 180 &jbe(&label("start")); 194 &jmp(&label("finished")); 220 &jb (&label("RC4_CHAR_loop"));
|
/external/skia/tests/ |
SortTest.cpp | 18 static void check_sort(skiatest::Reporter* reporter, const char label[], 23 str.printf("%sSort [%d] failed %d %d", label, n,
|
/external/srec/srec/ca/ |
rec_resu.c | 54 int CA_FullResultLabel(CA_Recog *hRecog, char *label, int len) 59 rc = srec_get_top_choice_transcription(hRecog->recm, label, len, 1);
|
/frameworks/base/core/java/android/view/inputmethod/ |
CompletionInfo.java | 36 * Create a simple completion with just text, no label. 46 * Create a full completion with both text and label. 48 public CompletionInfo(long id, int index, CharSequence text, CharSequence label) { 52 mLabel = label; 87 * Return the user-visible label for the completion, or null if the plain 98 + "\" id=" + mId + " label=" + mLabel + "}";
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceContact.java | 114 // TODO: handle type != 0,1,2, and use LABEL 115 Phone.LABEL, 130 final int labelColumn = cursor.getColumnIndexOrThrow(Phone.LABEL); 157 + " label=" + labelAtCursor 185 String label = labelAtCursor.toLowerCase(); local 186 if (label.contains("home") || label.contains("house")) { 189 else if (label.contains("mobile") || label.contains("cell")) { 192 else if (label.contains("work") || label.contains("office")) [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
InputLanguageSelection.java | 46 String label; field in class:InputLanguageSelection.Loc 49 public Loc(String label, Locale locale) { 50 this.label = label; 56 return this.label; 60 return sCollator.compare(this.label, ((Loc) o).label); 175 preprocess[finalSize-1].label = LanguageSwitcher.toTitleCase(
|
/sdk/traceview/src/com/android/traceview/ |
TraceUnits.java | 52 String units = label(); 61 public String label() { method in class:TraceUnits
|
/system/core/toolbox/ |
getevent.c | 31 const char* label; local 52 label = "SYN"; 56 label = "KEY"; 59 label = "REL"; 62 label = "ABS"; 65 label = "MSC"; 69 label = "LED"; 73 label = "SND"; 77 label = "SW "; 80 label = "REP" [all...] |
/build/tools/droiddoc/src/ |
Proofread.java | 106 String label = see.label(); local 107 if (label == null) { 108 label = ""; 110 writeIndented("{" + see.name() + " ... " + label + "}");
|
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 24 prefer this term) and 20 bits of flow label. Currently there exist 56 Flows with coinciding source address and flow label must have identical 75 flow label for another flow within the maximal lifetime has expired, 77 the label is taken over by another flow. 170 If \verb|sin6_flowinfo| does contain not zero flow label, 218 \section{Flow label management.} 225 label manager. There are at least three different approaches: 228 \item {\bf ``Cooperative''. } We could leave flow label allocation wholly 229 to user space. When user needs label he requests manager directly. The approach 235 control message, so that it will allocate label and assign it to socke [all...] |