Searched refs:selected (Results 251 - 275 of 374) sorted by relevance

<<1112131415

/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h316 const int selected = begin + random->Generate(range_width); local
317 std::swap((*v)[selected], (*v)[last_in_range]);
/external/gtest/src/
H A Dgtest-internal-inl.h325 const int selected = begin + random->Generate(range_width); local
326 std::swap((*v)[selected], (*v)[last_in_range]);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h315 const int selected = begin + random->Generate(range_width); local
316 std::swap((*v)[selected], (*v)[last_in_range]);
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h316 const int selected = begin + random->Generate(range_width); local
317 std::swap((*v)[selected], (*v)[last_in_range]);
/external/openssl/ssl/
H A Dt1_lib.c926 const unsigned char *selected = s->s3->alpn_selected; local
935 memcpy(ret, selected, len);
1042 const unsigned char *selected; local
1078 r = s->ctx->alpn_select_cb(s, &selected, &selected_len, data, data_len,
1089 memcpy(s->s3->alpn_selected, selected, selected_len);
1806 unsigned char *selected; local
1821 if (s->ctx->next_proto_select_cb(s, &selected, &selected_len, data, size, s->ctx->next_proto_select_cb_arg) != SSL_TLSEXT_ERR_OK)
1832 memcpy(s->next_proto_negotiated, selected, selected_len);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h429 const int selected = begin + random->Generate(range_width); local
430 Swap(selected, last_in_range);
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_track_view.js484 ' selected task\n' +
512 this.selection_[i].selected = false;
519 this.selection_[i].selected = true;
585 // and the same element is selected (same timebase).
/external/chromium_org/chrome/browser/resources/translate_internals/
H A Dtranslate_internals.js56 $(id).selected = true;
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Dtabs_api.js48 selected: document.getElementById('selected_' + id).value ? true : false
82 'selected': document.getElementById('selected_' + id).value ? true : false
298 'selected tab refreshed -- tabId: ' + tabs[0].id +
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.h124 STDMETHODIMP get_accSelection(VARIANT* selected);
H A Dnative_view_accessibility_win.cc780 STDMETHODIMP NativeViewAccessibilityWin::get_accSelection(VARIANT* selected) { argument
781 if (selected)
782 selected->vt = VT_EMPTY;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc650 // us selected. However, it is still possible that |locale| is set but no
1274 bool selected = false; local
1275 entry->GetBoolean("selected", &selected);
1276 if (selected) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DProfilesPanel.js777 // No other item will be selected if there aren't any other profiles, so
1042 var selected = firstProfileTreeElement.selected;
1045 if (selected)
/external/chromium_org/ui/file_manager/gallery/css/
H A Dgallery.css473 .gallery .ribbon-image[selected] {
879 .gallery .edit-modal button.selected,
1187 /* Animate tile's opacity, except for the selected tile which should show/hide
1189 .mosaic-tile:not([selected]) .img-border {
1209 .mosaic[visible='normal'] .mosaic-tile[selected] .img-border {
1214 .mosaic-tile:hover:not([selected]) .img-border {
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.js1523 // currently selected keyboard layout may not be applicable to |locale|.
1669 * selected locale.
1675 // If the list of keyboard layouts was loaded for the currently selected
1691 // The selected locale has changed and the list of keyboard layouts is
1693 // keyboard layouts applicable to the selected locale is retrieved.
1703 new Option(item.title, item.value, item.selected, item.selected));
1718 // If the user manually selected a locale, do not change the selection.
1720 var selected =
1733 item.value == selected,
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc704 info->selected = true;
719 info.selected = ime.id() == current;
733 property.selected = menu_list[i].is_selection_item_checked;
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk84 # Verify we selected a valid toolchain for this example
121 # Verify we selected a valid configuration for this example.
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLCollection.cpp225 return isHTMLOptionElement(element) && toHTMLOptionElement(element).selected();
H A DHTMLMediaElement.h200 blink::WebMediaPlayer::TrackId addVideoTrack(const String& id, blink::WebMediaPlayerClient::VideoTrackKind, const AtomicString& label, const AtomicString& language, bool selected);
472 // Sets the selected/enabled tracks if they aren't set before we initially
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DelementsPanel.css753 .crumbs .crumb.selected, .crumbs .crumb.selected:hover {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dmain.js99 targetOption.selected = platform == platforms.defaultPlatform;
/external/fio/tools/
H A Dgenfio55 -d disk1[,disk2,disk3,..] : Run the tests on the selected disks
/external/iproute2/doc/
H A Dip-cref.tex213 \item The \verb|CONFIG_IP_MULTIPLE_TABLES| option was not selected
792 selected by some criteria.
1090 \item The longest matching prefix is selected. All shorter ones
1102 the routes with the best preference values are selected.
1105 is selected.
1172 rules (see sec.\ref{IP-RULE}, p.\pageref{IP-RULE}). If such a route is selected, lookup
1180 are selected with the attribute \verb|via|. More about NAT is
1324 If it is not given, Linux uses the value selected with \verb|sysctl|
1330 The default is the value selected with the \verb|sysctl| variable
1458 Linux-2.0 had the option to delete a route selected onl
[all...]
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dapps_page.js598 * Handler for 'cardselected' event, fired when |this| is selected. The
616 if (this.classList.contains('selected-card'))
626 if (!this.selected)
/external/chromium_org/chrome/browser/resources/options/
H A Dbrowser_options.css211 list:not([disabled]) > .network-group[selected] {

Completed in 838 milliseconds

<<1112131415