/external/v8/src/ |
parser.cc | 269 bool TargetStackContainsLabel(Handle<String> label); 270 BreakableStatement* LookupBreakTarget(Handle<String> label, bool* ok); 271 IterationStatement* LookupContinueTarget(Handle<String> label, bool* ok); 2243 Handle<String> label = var->name(); local 2300 Handle<String> label = Handle<String>::null(); local 2328 Handle<String> label; local 2448 Expression* label = NULL; \/\/ NULL expression indicates default case local [all...] |
compiler.h | 60 // There is a label that should be bound to the beginning of the bailout 66 Label* label() { return &label_; } function in class:v8::internal::BASE_EMBEDDED::Bailout 71 Label label_; 176 Label* AddBailout(Register left, Register right) { 179 return bailout->label(); 183 Label* AddBailout() { return AddBailout(no_reg, no_reg); }
|
/external/blktrace/doc/ |
blktrace.tex | 29 \section{\label{sec:intro}Introduction} 57 \newpage\section{\label{sec:quick-start}Quick Start Guide} 63 \subsection{\label{sec:get-blktrace}Retrieving blktrace} 73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel} 107 \subsection{\label{sec:mount}Mounting the debugfs file system} 127 \subsection{\label{sec:build}Build the tools} 136 \subsection{\label{sec:live-blktrace}blktrace -- live} 197 \subsection{\label{sec:pc-blktrace}blktrace -- SCSI commands} 220 \subsection{\label{sec:blktrace-post}blktrace -- post-processing} 239 Filesystem label [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
InternalSelectionView.java | 62 public InternalSelectionView(Context context, int numRows, String label) { 65 mLabel = label;
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
MethodSourcer.java | 21 import org.objectweb.asm.Label; 177 public void visitJumpInsn(int opcode, Label label) { 181 public void visitLabel(Label label) { 189 public void visitLineNumber(int line, Label start) { 194 Label start, Label end, int index) { 198 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) [all...] |
/external/iptables/extensions/ |
libip6t_owner.c | 140 print_item(struct ip6t_owner_info *info, u_int8_t flag, int numeric, char *label) 147 printf(label);
|
libipt_owner.c | 141 print_item(struct ipt_owner_info *info, u_int8_t flag, int numeric, char *label) 148 printf(label);
|
/external/openssl/crypto/des/asm/ |
des-586.pl | 82 &je(&label("start_decrypt")); 94 &jmp(&label("end"));
|
des686.pl | 89 &je(&label("start_decrypt")); 103 &jmp(&label("end"));
|
/external/webkit/JavaScriptCore/assembler/ |
MacroAssemblerX86.h | 167 Label loadPtrWithPatchToLEA(Address address, RegisterID dest) 169 Label label(this); 171 return label;
|
/external/webkit/WebCore/inspector/front-end/ |
EventListenersSidebarPane.js | 41 option.label = WebInspector.UIString("All Nodes"); 46 option.label = WebInspector.UIString("Selected Node Only");
|
/external/webkit/WebCore/platform/gtk/ |
ContextMenuItemGtk.cpp | 123 GtkWidget* label = gtk_bin_get_child(GTK_BIN(item)); local 124 m_platformDescription.title = String::fromUTF8(gtk_label_get_label(GTK_LABEL(label)));
|
/external/wpa_supplicant/ |
tls_internal.c | 179 const char *label, int server_random_first, 182 return tlsv1_client_prf(conn->client, label, server_random_first,
|
/frameworks/base/core/java/android/pim/ |
EventRecurrence.java | 226 private static void appendNumbers(StringBuilder s, String label, 230 s.append(label);
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodInfo.java | 141 CharSequence label, String settingsActivity) { 152 si.nonLocalizedLabel = label; 201 * Load the user-displayed label for this input method.
|
/frameworks/base/core/java/com/android/internal/widget/ |
PasswordEntryKeyboard.java | 96 // Log.w(TAG, "Key code for " + key.label + " is not latin-1"); 97 key.label = " "; 130 mEnterKey.label = res.getText(labelId);
|
/frameworks/base/core/tests/coretests/src/android/util/ |
InternalSelectionView.java | 60 public InternalSelectionView(Context context, int numRows, String label) { 63 mLabel = label;
|
/packages/apps/Browser/src/com/android/browser/ |
DateSortedExpandableListAdapter.java | 273 String label = mDateSorter.getLabel(groupPositionToBin(groupPosition)); local 274 item.setText(label);
|
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
ReadOnlyContactEditorView.java | 163 v = (TextView) field.findViewById(R.id.label); 178 v = (TextView) field.findViewById(R.id.label);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SearchSettings.java | 183 CharSequence label = corpus.getLabel(); local 184 sourcePref.setTitle(label);
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerTester.java | 222 private void reportSummary(String label, FileFilter filter) { 254 label);
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdDetailsDialog.java | 33 import org.eclipse.swt.widgets.Label; 141 Label l = new Label(mRootComposite, SWT.SEPARATOR | SWT.HORIZONTAL); 165 * Displays a value with a label. 169 * @param label the label of the value to display. 172 private void displayValue(Composite parent, String label, String value) { 173 Label l = new Label(parent, SWT.NONE); 174 l.setText(label); [all...] |
/system/vold/ |
DirectVolume.cpp | 35 DirectVolume::DirectVolume(VolumeManager *vm, const char *label, 37 Volume(vm, label, mount_point) {
|
/cts/tools/dasm/src/dasm/ |
parser.cup | 99 dasm_file, dasm_file_classes, dasm_file_class, label, limit_expr, 564 label 570 // label: 571 label ::= 572 Word:label COLON 573 {: dAsm.plantLabel(label.str_val); :} 575 Int:label COLON instruction 576 {: dAsm.plantLabel(String.valueOf(label.int_val)); :} 810 // <value> : <label> 811 // <value> : <label> [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
string-weight.h | 29 const int kStringInfinity = -1; // Label for the infinite string 30 const int kStringBad = -2; // Label for a non-string 31 const char kStringSeparator = '_'; // Label separator in strings 64 typedef L Label; 134 Label Size() const { return first_ ? rest_.size() + 1 : 0; } 150 L first_; // first label in string (0 if empty) 231 L label; local 232 ReadType(strm, &label); 233 PushBack(label); 243 L label = iter.Value() local [all...] |