/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceContact.java | 120 // TODO: handle type != 0,1,2, and use LABEL 121 Phone.LABEL, 138 final int labelColumn = cursor.getColumnIndexOrThrow(Phone.LABEL); 166 + " label=" + labelAtCursor 195 String label = labelAtCursor.toLowerCase(); local 196 if (label.contains("home") || label.contains("house")) { 199 else if (label.contains("mobile") || label.contains("cell")) { 202 else if (label.contains("work") || label.contains("office")) [all...] |
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
AbstractDirectory.java | 37 * The maximum length of the volume label. 174 * volume label is set. 225 /* TODO: the label could be placed directly the dot entries */ 259 "volume label in non-root directory"); 296 * Returns the volume label that is stored in this directory. Reading the 297 * volume label is only supported for the root directory. 299 * @return the volume label stored in this directory, or {@code null} 349 * Sets the volume label that is stored in this directory. Setting the 350 * volume label is supported on the root directory only. 352 * @param label the new volume labe [all...] |
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_utils_gtk.cc | 45 // Maximum number of characters on a menu label. 70 // we can have finer control over its label. 78 GtkWidget* label = gtk_label_new(label_string.c_str()); local 81 gtk_util::ForceFontSizePixels(label, 13.4); // 13.4px == 10pt @ 96dpi 85 gtk_label_set_max_width_chars(GTK_LABEL(label), kMaxCharsOnAButton); 86 gtk_label_set_ellipsize(GTK_LABEL(label), PANGO_ELLIPSIZE_END); 89 gtk_box_pack_start(GTK_BOX(box), label, FALSE, FALSE, 0); local 90 SetButtonTextColors(label, provider); 94 // If we are not showing the label, don't set any padding, so that the icon 264 const base::string16& label = l10n_util::GetStringUTF16 local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/ |
gas-macho64.asm | 60 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1. 66 # in .o file, and no previous nonlocal label. 71 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1. 77 # in .o file, and no previous nonlocal label. 83 # Assumes that _prev is the first nonlocal label 0x12 bytes 90 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1. 95 # Assumes that _prev is the first nonlocal label 0x12 bytes before L
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 86 def check_positions(scale, scale_pos, label, label_pos): 88 self.assertEqual(label.place_info()['anchor'], label_pos) 90 check_positions(x.scale, 'bottom', x.label, 'n') 93 check_positions(x.scale, 'top', x.label, 's') 96 check_positions(x.scale, 'top', x.label, 's') 99 check_positions(x.scale, 'bottom', x.label, 'n') 112 linfo_1 = lscale.label.place_info() 124 # the label widget should have been repositioned too 125 linfo_2 = lscale.label.place_info() 126 self.assertEqual(lscale.label['text'], 0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 86 def check_positions(scale, scale_pos, label, label_pos): 88 self.assertEqual(label.place_info()['anchor'], label_pos) 90 check_positions(x.scale, 'bottom', x.label, 'n') 93 check_positions(x.scale, 'top', x.label, 's') 96 check_positions(x.scale, 'top', x.label, 's') 99 check_positions(x.scale, 'bottom', x.label, 'n') 112 linfo_1 = lscale.label.place_info() 124 # the label widget should have been repositioned too 125 linfo_2 = lscale.label.place_info() 126 self.assertEqual(lscale.label['text'], 0 [all...] |
/dalvik/vm/compiler/codegen/x86/ |
LowerJump.cpp | 31 LabelMap* globalShortMap;//make sure for each bytecode, there is no duplicated label 60 \brief search globalShortMap to find the entry for the given label 63 LabelMap* findItemForShortLabel(const char* label) { 66 if(!strcmp(label, ptr->label)) { 102 \brief insert a label 107 int insertLabel(const char* label, bool checkDup) { 115 snprintf(item->label, LABEL_SIZE, "%s", label); 120 ALOGI("insert global label %s %p", label, stream) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
ACyclicDFACodeGenerator.java | 100 //System.out.println("edge "+s.stateNumber+"-"+edge.label.toString()+"->"+edge.target.stateNumber); 101 if ( edge.label.getAtom()==Label.EOT ) { 114 // If the template wants all the label values delineated, do that 116 List labels = edge.label.getSet().toList(); 119 String label = local 121 labels.set(j, label); // rewrite List element to be name 131 if ( !edge.label.isSemanticPredicate() ) {
|
/external/chromium/chrome/browser/ui/gtk/ |
theme_install_bubble_view_gtk.cc | 85 // Widgematically, the bubble is just a label in a popup window. 88 GtkWidget* label = gtk_label_new(NULL); local 93 gtk_label_set_markup(GTK_LABEL(label), markup); 96 gtk_widget_modify_fg(label, GTK_STATE_NORMAL, >k_util::kGdkWhite); 97 gtk_container_add(GTK_CONTAINER(widget_), label); local 99 // We need to show the label so we'll know the widget's actual size when we 101 gtk_widget_show_all(label);
|
/external/chromium/chrome/browser/ui/ |
input_window_dialog_gtk.cc | 21 const std::string& label, 49 const std::string& label, 68 GtkWidget* label_widget = gtk_label_new(label.c_str()); 139 const std::wstring& label, 144 WideToUTF8(label),
|
/external/chromium_org/chrome/browser/status_icons/ |
status_icon_menu_model.cc | 24 base::string16 label; member in struct:StatusIconMenuModel::ItemState 67 const base::string16& label) { 69 item_states_[command_id].label = label; 137 return iter->second.label;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
tab_modal_confirm_dialog_gtk.cc | 38 GtkWidget* label = gtk_label_new( local 46 gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.0); 47 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); 48 gtk_label_set_selectable(GTK_LABEL(label), TRUE); 56 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0); local
|
gtk_util.cc | 122 void OnLabelRealize(GtkWidget* label, gpointer pixel_width) { 124 GTK_LABEL(label), 125 GetCharacterWidthForPixels(label, GPOINTER_TO_INT(pixel_width))); 295 GtkWidget* label = gtk_label_new(text); local 296 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); 298 labels->push_back(label); 300 gtk_table_attach(GTK_TABLE(table), label, local 334 GtkWidget* label = gtk_label_new(NULL); local 336 gtk_label_set_markup(GTK_LABEL(label), markup); 339 return LeftAlignMisc(label); [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
device_request_message_filter.cc | 63 const std::string& label, 70 if (label == request_it->audio_devices_label || 71 label == request_it->video_devices_label) { 81 if (label == request_it->audio_devices_label) { 86 DCHECK(label == request_it->video_devices_label);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
datachannel.h | 89 const std::string& label, 95 virtual std::string label() const { return label_; } function in class:webrtc::DataChannel 155 const std::string& label); 199 const std::string& label, 210 PROXY_CONSTMETHOD0(std::string, label)
|
/external/doclava/src/com/google/doclava/ |
Proofread.java | 94 String label = see.label(); local 95 if (label == null) { 96 label = ""; 98 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...] |
/external/markdown/markdown/extensions/ |
wikilinks.py | 61 >>> def my_url_builder(label, base, end): 84 def build_url(label, base, end): 85 """ Build a url from the label, a base, and an end. """ 86 clean_label = re.sub(r'([ ]+_)|(_[ ]+)|([ ]+)', '_', label) 97 'build_url' : [build_url, 'Callable formats URL from label.'], 122 label = m.group(2).strip() 123 url = self.config['build_url'][0](label, base_url, end_url) 125 a.text = label
|
/external/smack/src/org/jivesoftware/smackx/ |
ReportedData.java | 156 private String label; field in class:ReportedData.Column 163 * @param label the columns's label. 167 public Column(String label, String variable, String type) { 168 this.label = label; 174 * Returns the column's label. 176 * @return label of the column. 179 return label;
|
/external/openfst/src/include/fst/ |
lookahead-matcher.h | 28 #include <fst/label-reachable.h> 46 // typedef typename Arc::Label Label; 55 // Below are methods for looking ahead for a match to a label and 60 // // LABEL LOOKAHEAD: Can 'label' be read from the current matcher state 62 // bool LookAheadLabel(Label label) const; 84 // // implementations are useful for label-pushing in composition. 137 typedef typename A::Label Label 371 Label label = kNoLabel; local [all...] |
/external/chromium_org/content/renderer/media/ |
mock_peer_connection_impl.cc | 34 virtual MediaStreamInterface* find(const std::string& label) OVERRIDE { 36 if (streams_[i]->label() == label) 85 MockDataChannel(const std::string& label, 87 : label_(label), 100 virtual std::string label() const OVERRIDE { 238 stream_label_ = local_stream->label(); 245 DCHECK_EQ(stream_label_, local_stream->label()); 259 MockPeerConnectionImpl::CreateDataChannel(const std::string& label, 261 return new talk_base::RefCountedObject<MockDataChannel>(label, config) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/ |
machotest.asm | 14 ; [8] Define a NASM local label 15 ; [9] Reference a NASM local label 43 .label rol eax,1 ; [4] [8] 44 loop .label ; [9] [12] 65 call _lrotate.label
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/ |
dropdown-view.js | 26 var data = [{ label: 'subs' }]; 65 var label = sub.join(':'); 71 label: label 82 label: 'subs',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 212 self.canvas = self.label = self.id = None 222 label = Tkinter.Label(canvas, text=self.name, 224 id = canvas.create_window(x, y, window=label, anchor="nw") 226 self.label = label 228 label.bind("<ButtonPress>", self.press) 235 label = self.label 236 self.canvas = self.label = self.id = Non [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 212 self.canvas = self.label = self.id = None 222 label = Tkinter.Label(canvas, text=self.name, 224 id = canvas.create_window(x, y, window=label, anchor="nw") 226 self.label = label 228 label.bind("<ButtonPress>", self.press) 235 label = self.label 236 self.canvas = self.label = self.id = Non [all...] |