HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 201 - 225 of 2621) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/
mul_add.pl 29 &jz(&label("maw_finish"));
55 &jnz(&label("maw_loop"));
60 &jnz(&label("maw_finish2")); # helps branch prediction
61 &jmp(&label("maw_end"));
77 &jz(&label("maw_end")) if ($i != 7-1);
  /external/chromium_org/ui/views/controls/menu/
menu_win.h 43 // menu items and manage label string ownership. However this kind of
51 const string16& label,
55 const string16& label,
60 virtual void SetMenuLabel(int item_id, const string16& label) OVERRIDE;
76 const string16& label,
88 const string16& label,
124 // The label member of the ItemData structure comes from either labels_ or
  /external/openssl/crypto/bn/asm/x86/
mul_add.pl 29 &jz(&label("maw_finish"));
55 &jnz(&label("maw_loop"));
60 &jnz(&label("maw_finish2")); # helps branch prediction
61 &jmp(&label("maw_end"));
77 &jz(&label("maw_end")) if ($i != 7-1);
  /external/wpa_supplicant_8/src/crypto/
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,
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,
65 addr[1] = (u8 *) label;
66 len[1] = os_strlen(label);
sha1-prf.c 20 * @label: A unique label for each purpose of the PRF
30 int sha1_prf(const u8 *key, size_t key_len, const char *label,
36 size_t label_len = os_strlen(label) + 1;
40 addr[0] = (u8 *) label;
sha1.h 18 int sha1_prf(const u8 *key, size_t key_len, const char *label,
20 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
23 const char *label, const u8 *seed,
sha256-tlsprf.c 19 * @label: A unique label for each purpose of the PRF
29 void tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label,
41 addr[1] = (unsigned char *) label;
42 len[1] = os_strlen(label);
50 * PRF(secret, label, seed) = P_SHA256(secret, label + seed)
sha256.h 18 void sha256_prf(const u8 *key, size_t key_len, const char *label,
20 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label,
24 const char *label, const u8 *seed, size_t seed_len,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
14 label.pack(side=side)
15 self.labels[name] = label
17 label = self.labels[name]
18 label.config(text=text)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiStatusBar.py 13 label = Label(self, bd=1, relief=SUNKEN, anchor=W)
14 label.pack(side=side)
15 self.labels[name] = label
17 label = self.labels[name]
18 label.config(text=text)
  /external/chromium_org/content/renderer/media/
media_stream_dispatcher.cc 70 CachedDevices(const std::string& label,
72 : label(label),
77 std::string label; member in struct:content::MediaStreamDispatcher::EnumerationState::CachedDevices
123 void MediaStreamDispatcher::StopStream(const std::string& label) {
126 << ", {label = " << label << "}";
128 LabelStreamMap::iterator it = label_stream_map_.find(label);
132 Send(new MediaStreamHostMsg_StopGeneratedStream(routing_id(), label));
188 // No more request and has a label, try to stop the labe
    [all...]
webinbandtexttrack_impl.cc 13 const WebKit::WebString& label,
19 label_(label),
60 WebKit::WebString WebInbandTextTrackImpl::label() const { function in class:content::WebInbandTextTrackImpl
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 29 * with name of test as the label, e.g. EmailPerformanceTest.
34 * with the name of test case as the label, e.g. testSimpleSendMailSequence.
71 * @param label description of code block between beginSnapshot and
75 public void writeBeginSnapshot(String label);
93 * @param label description of code block between startTiming and
97 public void writeStartTiming(String label);
116 * @param label short description of the metric that was measured
119 public void writeMeasurement(String label, long value);
126 * @param label short description of the metric that was measured
129 public void writeMeasurement(String label, float value)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 446 :{it |<labelType> <it.label.text>=null;}; separator="\n"
449 :{it |List list_<it.label.text>=null;}; separator="\n"
452 <ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> = null;}; separator="\n">
459 :{it |<labelType> <it.label.text>=null;}; separator="\n"
461 <ruleDescriptor.charLabels:{it |int <it.label.text>;}; separator="\n">
464 :{it |List list_<it.label.text>=null;}; separator="\n"
683 /** match a token optionally with a label in front */
684 tokenRef(token,label,elementIndex,terminalOptions) ::= <<
685 <if(label)><label>=(<labelType>)<endif>match(input,<token>,FOLLOW_<token>_in_<ruleName><elementIndex>); <checkRuleBa (…)
    [all...]
  /external/chromium/chrome/browser/resources/options/
subpages_tab_controls.css 22 * bold, we actually put two labels inside each tab: an inactive label and an
23 * active label. Only one is visible at a time, but the bold label is used to
26 .subpages-nav-tabs .active-tab-label {
30 .subpages-nav-tabs .tab-label {
36 html[dir=rtl] .subpages-nav-tabs .tab-label {
40 .subpages-nav-tabs .active-tab-label,
41 .subpages-nav-tabs .active-tab .tab-label {
48 .subpages-nav-tabs .active-tab .active-tab-label {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.h 18 GtkWidget* BuildMenuItemWithImage(const std::string& label, GtkWidget* image);
19 GtkWidget* BuildMenuItemWithImage(const std::string& label,
21 GtkWidget* BuildMenuItemWithLabel(const std::string& label);
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_controller_unittest.cc 58 void CreateDummyRequest(const std::string& label, bool audio, bool video) {
65 ui_controller_->MakeUIRequest(label,
84 const std::string label = "dummy_label"; local
85 CreateDummyRequest(label, true, false);
89 EXPECT_CALL(*this, SettingsError(label));
93 const std::string label = "label"; local
94 CreateDummyRequest(label, true, false);
97 ui_controller_->CancelUIRequest(label);
103 const std::string label = "label" local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaStreamTrack.mm 39 @synthesize label;
42 // Equality is purely based on the label just like the C++ implementation.
49 return [self.label isEqual:otherMediaStream.label];
53 return [self.label hash];
60 - (NSString *)label {
94 label = @(mediaTrack->id().c_str());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ClipboardUtils.java 34 * @param label Label to show to the user describing this clip.
38 public static void copyText(Context context, CharSequence label, CharSequence text,
44 ClipData clipData = ClipData.newPlainText(label == null ? "" : label, text);
  /dalvik/dexgen/src/com/android/dexgen/util/
LabeledList.java 22 * A list of labeled items, allowing easy lookup by label.
27 * Sparse array indexed by label to FixedSizeList index.
28 * -1 = invalid label.
59 * Gets the maximum label (exclusive) of any block added to this instance.
61 * @return {@code >= 0;} the maximum label
79 * Removes a label from the label-to-index mapping
80 * @param oldLabel label to remove
87 * Adds a label and index to the label-to-index mappin
    [all...]
  /dalvik/dx/src/com/android/dx/util/
LabeledList.java 22 * A list of labeled items, allowing easy lookup by label.
26 * Sparse array indexed by label to FixedSizeList index;
27 * {@code -1} for an invalid label.
58 * Gets the maximum label (exclusive) of any block added to this instance.
60 * @return {@code >= 0;} the maximum label
78 * Removes a label from the label-to-index mapping.
80 * @param oldLabel label to remove
87 * Adds a label and index to the label-to-index mapping
    [all...]
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 52 var label = row.querySelector('.row-label');
57 label.setAttribute('for', field.key);
58 label.innerHTML = field.label;
162 label: 'Maximum Cancel to Down Time for Tap Suppression',
167 label: 'Maximum Tap Gap Time for Tap Suppression',
172 label: 'Long Press Time',
177 label: 'Semi Long Press Time',
183 label: 'Maximum Double Click Interval'
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
confirm_bubble_views.cc 10 #include "ui/views/controls/label.h"
28 // Add the message label.
29 views::Label* label = new views::Label(model_->GetMessageText()); local
30 DCHECK(!label->text().empty());
31 label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
32 label->SetMultiLine(true);
33 label->SizeToFit(kMaxMessageWidth);
35 layout->AddView(label);
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_media_device_manager.h 37 const std::string& /* label */)>
41 // the same as the return value. If successful, the label passed into the
52 void CloseDevice(const std::string& label);
53 // Gets audio/video session ID given a label.
54 int GetSessionID(PP_DeviceType_Dev type, const std::string& label);
59 const std::string& label,
63 virtual void OnStopGeneratedStream(const std::string& label) OVERRIDE;
70 const std::string& label,
88 const std::string& label);
  /external/chromium_org/ui/views/examples/
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) {
81 LabelButton* button = new LabelButton(NULL, ASCIIToUTF16(label));
82 tabbed_pane_->AddTab(ASCIIToUTF16(label), button);

Completed in 379 milliseconds

1 2 3 4 5 6 7 891011>>