/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
H A D | videotrack.cc | 37 VideoTrack::VideoTrack(const std::string& label, argument 39 : MediaStreamTrack<VideoTrackInterface>(label),
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
H A D | mucinviterecvtask.h | 58 uint32 label; member in struct:buzz::AvailableMediaEntry
|
/external/chromium_org/tools/gn/ |
H A D | target.cc | 19 Target::Target(const Settings* settings, const Label& label) argument 20 : Item(label),
|
H A D | target_manager.cc | 26 Target* TargetManager::GetTarget(const Label& label, argument 30 DCHECK(!label.is_null()); 31 DCHECK(!label.toolchain_dir().value().empty()); 32 DCHECK(!label.toolchain_name().empty()); 37 build_settings_->item_tree().GetExistingNodeLocked(label); 46 if (dep_from && dep_from->label().ToolchainsEqual(label)) { 51 specified_from_here, label.GetToolchainLabel(), err); 56 target = new Target(settings, label); 80 "\"" + label 112 TargetGenerationComplete(const Label& label, Err* err) argument [all...] |
/external/chromium_org/ui/views/examples/ |
H A D | tabbed_pane_example.cc | 60 const string16 label = ASCIIToUTF16("Added at 1"); local 61 tabbed_pane_->AddTabAtIndex(1, label, new LabelButton(NULL, label)); 80 void TabbedPaneExample::AddButton(const std::string& label) { argument 81 LabelButton* button = new LabelButton(NULL, ASCIIToUTF16(label)); 82 tabbed_pane_->AddTab(ASCIIToUTF16(label), button);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
H A D | RopMethod.java | 30 /** {@code >= 0;} label for the block which starts the method */ 35 * label 49 * @param firstLabel {@code >= 0;} the label of the first block to execute 77 * Gets the label for the first block in the method that this list 80 * @return {@code >= 0;} the first-block label 88 * an exception if there is no block with the given label. 90 * @param label {@code >= 0;} the label of the block in question 93 public IntList labelToPredecessors(int label) { argument 98 IntList result = predecessors[label]; [all...] |
/external/doclava/src/com/google/doclava/ |
H A D | SeeTagInfo.java | 39 public String label() { method in class:SeeTagInfo 40 return linkReference().label; 54 data.setValue(base + ".label", linkRef.label);
|
/external/e2fsprogs/misc/ |
H A D | e2label.c | 2 * e2label.c - Print or change the volume label on an ext2 fs 80 char label[VOLNAMSZ+1]; local 83 strncpy(label, sb.s_volume_name, VOLNAMSZ); 84 label[VOLNAMSZ] = 0; 85 printf("%s\n", label); 88 static void change_label (char *dev, char *label) argument 94 strncpy(sb.s_volume_name, label, VOLNAMSZ); 95 if (strlen(label) > VOLNAMSZ) 96 fprintf(stderr, _("Warning: label too long, truncating.\n"));
|
/external/marisa-trie/tools/ |
H A D | marisa-lookup.cc | 84 int label; local 85 while ((label = ::cmdopt_get(&cmdopt)) != -1) { 86 switch (label) {
|
/external/marisa-trie/v0_1_5/tools/ |
H A D | marisa_alpha-lookup.cc | 84 int label; local 85 while ((label = ::cmdopt_get(&cmdopt)) != -1) { 86 switch (label) {
|
/external/openfst/src/include/fst/ |
H A D | arcfilter.h | 82 Label label = match_input_ ? arc.ilabel : arc.olabel; local 83 bool match = labels_.Find(label) != labels_.End(); 87 void AddLabel(Label label) { argument 88 labels_.Insert(label);
|
/external/skia/tests/ |
H A D | SortTest.cpp | 24 static void check_sort(skiatest::Reporter* reporter, const char label[], argument 29 str.printf("%sSort [%d] failed %d %d", label, n, array[j], reference[j]);
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | sha256-prf.c | 20 * @label: A unique label for each purpose of the PRF 29 void sha256_prf(const u8 *key, size_t key_len, const char *label, argument 32 sha256_prf_bits(key, key_len, label, data, data_len, buf, buf_len * 8); 40 * @label: A unique label for each purpose of the PRF 51 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label, argument 65 addr[1] = (u8 *) label; 66 len[1] = os_strlen(label);
|
/external/wpa_supplicant_8/hostapd/src/eap_common/ |
H A D | eap_peap_common.c | 16 const char *label, const u8 *seed, size_t seed_len, 22 size_t label_len = os_strlen(label); 29 addr[1] = (unsigned char *) label; 15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | sha256-prf.c | 20 * @label: A unique label for each purpose of the PRF 29 void sha256_prf(const u8 *key, size_t key_len, const char *label, argument 32 sha256_prf_bits(key, key_len, label, data, data_len, buf, buf_len * 8); 40 * @label: A unique label for each purpose of the PRF 51 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label, argument 65 addr[1] = (u8 *) label; 66 len[1] = os_strlen(label);
|
/external/wpa_supplicant_8/src/eap_common/ |
H A D | eap_peap_common.c | 16 const char *label, const u8 *seed, size_t seed_len, 22 size_t label_len = os_strlen(label); 29 addr[1] = (unsigned char *) label; 15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | sha256-prf.c | 20 * @label: A unique label for each purpose of the PRF 29 void sha256_prf(const u8 *key, size_t key_len, const char *label, argument 32 sha256_prf_bits(key, key_len, label, data, data_len, buf, buf_len * 8); 40 * @label: A unique label for each purpose of the PRF 51 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label, argument 65 addr[1] = (u8 *) label; 66 len[1] = os_strlen(label);
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/ |
H A D | eap_peap_common.c | 16 const char *label, const u8 *seed, size_t seed_len, 22 size_t label_len = os_strlen(label); 29 addr[1] = (unsigned char *) label; 15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
H A D | ParseTree.java | 43 public ParseTree(Object label) { argument 44 this.payload = label;
|
/external/bluetooth/bluedroid/stack/avct/ |
H A D | avct_api.c | 405 UINT16 AVCT_MsgReq(UINT8 handle, UINT8 label, UINT8 cr, BT_HDR *p_msg) argument 437 ul_msg.label = label;
|
/external/chromium/chrome/browser/ |
H A D | alternate_nav_url_fetcher.cc | 112 const string16 label = l10n_util::GetStringFUTF16( local 114 return label;
|
/external/chromium/chrome/browser/resources/ |
H A D | menu.js | 124 var label = document.createElement('div'); variable 126 label.className = 'menu-label'; 127 this.menu_.addLabelTo(this, attrs.label, label, 131 label.style.font = attrs.font; 133 this.appendChild(label); 292 * Adds a label to {@code targetDiv}. A label may contain 296 * @param {string} label Th [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
H A D | external_protocol_dialog_gtk.cc | 87 GtkWidget* label = gtk_label_new(message_text.c_str()); local 88 gtk_util::SetLabelWidth(label, kMessageWidth); 89 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 0); local
|
H A D | gtk_chrome_link_button.h | 39 GtkWidget* label; member in struct:_GtkChromeLinkButton 66 // Set the label text of the link.
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
H A D | before_translate_infobar_gtk.cc | 56 std::string label = local 60 button = gtk_button_new_with_label(label.c_str()); 67 std::string label = local 71 button = gtk_button_new_with_label(label.c_str());
|