/dalvik/dx/src/com/android/dx/ssa/back/ |
IdenticalBlockCombiner.java | 62 // indexed by label 138 * @param betaLabels label list of blocks to combine 157 * Replaces one of a block's successors with a different label. Constructs 161 * @param oldLabel label of successor to replace 162 * @param newLabel label of new successor
|
/development/apps/Development/src/com/android/development/ |
PackageBrowser.java | 47 String label; field in class:PackageBrowser.MyPackageInfo 63 info.label = info.info.applicationInfo.loadLabel(getPackageManager()).toString(); 78 name.setText(info.label); 99 return collator.compare(a.label, b.label);
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 242 \newpage\section{\label{sec:command-line}Command Line Options} 259 \caption{\label{fig:btrecord--help}\texttt{btrecord --help} Output} 263 \subsubsection{\label{sec:c-o-d}\texttt{-d} or 270 \subsubsection{\label{sec:c-o-D}\texttt{-D} or 301 \subsubsection{\label{sec:c-o-m}\texttt{-m} or 313 \subsubsection{\label{sec:c-o-M}\texttt{-M} or 323 \subsubsection{\label{sec:c-o-o}\texttt{-o} or 341 \subsubsection{\label{sec:c-o-v}\texttt{-v} or 356 \caption{\label{fig:verb-out}Verbose Output Example} 377 \caption{\label{fig:verb-defs}Verbose Field Definitions [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
gobject-docs.sgml | 84 <part label="I"> 92 <reference label="II"> 110 <reference label="III"> 117 <part label="IV"> 122 <part label="V">
|
/packages/apps/Bluetooth/ |
AndroidManifest.xml | 10 android:label="@string/permlab_bluetoothShareManager" 25 android:label="@string/app_name"> 48 android:theme="@android:style/Theme.Dialog" android:label="@string/bt_share_picker_label"> 106 android:label="@string/btopp_live_folder"> 114 android:label=""
|
/packages/providers/CalendarProvider/ |
AndroidManifest.xml | 37 <application android:label="@string/calendar_storage" 44 android:label="@string/provider_label" 49 <activity android:name="CalendarContentProviderTests" android:label="Calendar Content Provider"> 60 <receiver android:name=".CalendarAppWidgetProvider" android:label="@string/gadget_title"> 75 <activity android:name="CalendarDebug" android:label="@string/calendar_info">
|
/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));
|
/sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/ |
SettingsPage.java | 31 import org.eclipse.swt.widgets.Label;
45 private Label mProxyServerLabel;
46 private Label mProxyPortLabel;
79 mProxyServerLabel = new Label(mProxySettingsGroup, SWT.NONE);
91 mProxyPortLabel = new Label(mProxySettingsGroup, SWT.NONE);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
compose.h | 100 typedef typename A::Label Label; 331 typedef typename A::Label Label; 336 enum FindType { FIND_INPUT = 1, // find input label on fst2 337 FIND_OUTPUT = 2, // find output label on fst1 359 LOG(FATAL) << "ComposeFst: 1st argument not output label " 368 LOG(FATAL) << "ComposeFst: 2nd argument not input label " 406 LOG(FATAL) << "ComposeFst: 1st argument not output label sorted " 407 << "and 2nd argument is not input label sorted" 600 Label label = find_input ? local [all...] |
arcsum.h | 54 // we combine arcs with the same input and output label, summing their 72 // At each state, first sorts the exiting arcs by input label, output label
|
fstlib.h | 20 // input label, an output label, and a weight. The more familiar 30 // (transition) definition, which allows changing the label, weight,
|
/external/opencore/tools_v2/build/document/bin/ |
doc_build.bat | 198 my $Label; 201 # If version label was passed in, use that. 202 # Next, try to get label from Config Spec. 203 # Next, try to get label from Clearcase elements. 204 # If none of the files are in Clearcase, create a generic build label. 216 if ( $Label eq "" ) { 217 $Label = $line; 218 chomp($Label); 224 if ( $Label =~ /element/ ) { 225 @list = split(/ /,$Label); [all...] |
/external/wpa_supplicant/ |
sha1.c | 114 * @label: A unique label for each purpose of the PRF 123 void sha1_prf(const u8 *key, size_t key_len, const char *label, 129 size_t label_len = os_strlen(label); 133 addr[0] = (u8 *) label; 164 * @label: A unique label for each purpose of the PRF 174 void sha1_t_prf(const u8 *key, size_t key_len, const char *label, 180 size_t label_len = os_strlen(label); 187 addr[1] = (unsigned char *) label; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
sha1.c | 114 * @label: A unique label for each purpose of the PRF 123 void sha1_prf(const u8 *key, size_t key_len, const char *label, 129 size_t label_len = os_strlen(label) + 1; 133 addr[0] = (u8 *) label; 163 * @label: A unique label for each purpose of the PRF 172 void sha1_t_prf(const u8 *key, size_t key_len, const char *label, 178 size_t label_len = os_strlen(label); 185 addr[1] = (unsigned char *) label; [all...] |
/external/openssl/crypto/aes/asm/ |
aes-586.pl | 291 &jb (&label("loop")); 295 &jle (&label("10rounds")); 297 &jle (&label("12rounds")); 451 &call (&label("pic_point")); # make it PIC! 454 &lea ("ebp",&DWP(&label("AES_Te")."-".&label("pic_point"),"ebp")); 570 &jb (&label("loop")); 574 &jle (&label("10rounds")); 576 &jle (&label("12rounds")); 742 &call (&label("pic_point")); # make it PIC [all...] |
/build/tools/droiddoc/templates/ |
macros.cs | 19 ?><?cs var:type.label ?><?cs if:type.link && link=="true" ?></a><?cs /if ?><?cs 65 elif:tag.kind == "@see" ?><code><a href="<?cs var:toroot ?><?cs var:tag.href ?>"><?cs var:tag.label ?></a></code><?cs 66 elif:tag.kind == "@seeHref" ?><a href="<?cs var:tag.href ?>"><?cs var:tag.label ?></a><?cs 67 elif:tag.kind == "@seeJustLabel" ?><?cs var:tag.label ?><?cs 125 var:tag.label ?></a></code><?cs 126 elif:tag.kind == "@seeHref" ?><a href="<?cs var:tag.href ?>"><?cs var:tag.label ?></a><?cs 127 elif:tag.kind == "@seeJustLabel" ?><?cs var:tag.label ?><?cs 206 def:class_link_list(label, classes) ?><?cs 208 <li><h2><?cs var:label ?></h2> 219 def:list(label, classes) ?><?cs [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/ |
ApiDemos.java | 82 String label = labelSeq != null local 86 if (prefix.length() == 0 || label.startsWith(prefix)) { 88 String[] labelPath = label.split("/");
|
/development/samples/SampleSyncAdapter/ |
AndroidManifest.xml | 51 android:label="@string/label"> 80 android:label="@string/ui_activity_title"
|
/external/openssl/ssl/ |
kssl_lcl.h | 71 void print_krb5_data(char *label, krb5_data *kdata); 72 void print_krb5_authdata(char *label, krb5_authdata **adata); 73 void print_krb5_keyblock(char *label, krb5_keyblock *keyblk);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Statements/ |
regress-74474-001.js | 40 status = 'Section A of test: the string literal "1" as a duplicate label'; 53 status = 'Section B of test: the numeric literal 1 as a duplicate label'; 66 status = 'Section C of test: the numeric literal 1 as a duplicate label, via a function parameter';
|
/external/webkit/WebCore/page/mac/ |
FrameMac.mm | 101 String label = [labels objectAtIndex:i]; 105 if (label.length() != 0) { 106 startsWithWordChar = wordRegExp.match(label.substring(0, 1)) >= 0; 107 endsWithWordChar = wordRegExp.match(label.substring(label.length() - 1, 1)) >= 0; 112 // Search for word boundaries only if label starts/ends with "word characters". 117 pattern.append(label); 239 // previous element, we still might need to search the row above us for a label. 516 NSString *label = region.label; [all...] |
/frameworks/base/core/java/android/pim/vcard/ |
VCardUtils.java | 107 * when not, which should be set to label. 115 String label = null; local 154 label = typeString; 177 return label; 184 public static boolean isMobilePhoneLabel(final String label) { 187 // To support mobile type at that time, this custom label had been used. 188 return (android.provider.Contacts.ContactMethodsColumns.MOBILE_EMAIL_TYPE_NAME.equals(label) 189 || sMobilePhoneLabelSet.contains(label)); 192 public static boolean isValidInV21ButUnknownToContactsPhoteType(final String label) { 193 return sPhoneTypesUnknownToContactsSet.contains(label); [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
PerformanceCollectorTest.java | 457 private void verifyIterationBundle(Bundle iteration, String label) { 460 assertEquals(label, iteration.getString(PerformanceCollector.METRIC_KEY_LABEL)); 500 public void writeBeginSnapshot(String label) { 501 snapshotLabel = label; 508 public void writeStartTiming(String label) { 509 timingLabel = label; 516 public void writeMeasurement(String label, long value) { 517 timingResults.putLong(label, value); 520 public void writeMeasurement(String label, float value) { 521 timingResults.putFloat(label, value) [all...] |
/packages/apps/Contacts/res/layout-finger/ |
recent_calls_list_item_layout.xml | 49 <TextView android:id="@+id/label" 67 android:layout_toRightOf="@id/label" 69 android:layout_alignBaseline="@id/label"
|
/packages/apps/Stk/ |
AndroidManifest.xml | 27 android:label="@string/app_name" 32 android:label="@string/app_name" 67 android:label="@string/app_name">
|