Home
last modified time | relevance | path

Searched defs:selected (Results 1 – 25 of 143) sorted by relevance

123456

/external/boringssl/src/tool/
Dspeed.cc193 static bool SpeedRSA(const std::string &selected) { in SpeedRSA()
290 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen()
465 size_t ad_len, const std::string &selected) { in SpeedAEAD()
479 size_t ad_len, const std::string &selected) { in SpeedAEADOpen()
494 const std::string &selected) { in SpeedAESBlock()
591 const std::string &selected) { in SpeedHash()
625 static bool SpeedRandom(const std::string &selected) { in SpeedRandom()
640 const std::string &selected) { in SpeedECDHCurve()
697 const std::string &selected) { in SpeedECDSACurve()
738 static bool SpeedECDH(const std::string &selected) { in SpeedECDH()
[all …]
/external/clang/test/SemaObjC/
Dproperty-inherited.m50 @property (nonatomic) void* selected; property
54 @property (nonatomic) void* selected; // expected-note {{property declared here}} property
58 @property (nonatomic) void* selected; // expected-note {{property declared here}} property
68 @property (nonatomic) char selected; // expected-warning {{property type 'char' is incompatible wit… property
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
DSelectBiasTest.kt19 val selected = select<Int> { in <lambda>() constant
35 val selected = selectUnbiased<Int> { in <lambda>() constant
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dspeed.cc191 static bool SpeedRSA(const std::string &selected) { in SpeedRSA()
278 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen()
455 size_t ad_len, const std::string &selected) { in SpeedAEAD()
469 size_t ad_len, const std::string &selected) { in SpeedAEADOpen()
484 const std::string &selected) { in SpeedAESBlock()
581 const std::string &selected) { in SpeedHash()
615 static bool SpeedRandom(const std::string &selected) { in SpeedRandom()
630 const std::string &selected) { in SpeedECDHCurve()
687 const std::string &selected) { in SpeedECDSACurve()
728 static bool SpeedECDH(const std::string &selected) { in SpeedECDH()
[all …]
/external/toybox/kconfig/lxdialog/
Dmenubox.c67 int selected, int hotkey) in do_print_item()
102 #define print_item(index, choice, selected) \ argument
155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons()
183 const void *selected, int *s_scroll) in dialog_menu()
Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) in print_item()
95 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
Dyesno.c27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
/external/antlr/runtime/Cpp/include/
Dantlr3traits.hpp94 typedef A selected; typedef in TraitsSelector
101 typedef B selected; typedef in TraitsSelector
108 typedef A selected; typedef in TraitsOneArgSelector
115 typedef B selected; typedef in TraitsOneArgSelector
122 typedef A selected; typedef in BoolSelector
129 typedef B selected; typedef in BoolSelector
/external/perfetto/ui/src/frontend/
Dflags_page.ts35 selected: string; property
55 const selected = o.id === attrs.selected; constant
/external/perfetto/ui/src/assets/
Drecord.scss96 &.selected { class
642 &.selected { class
1088 &.selected { class
Dcommon.scss351 &.selected { class
655 &.selected { class
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DHierarchyControl.c52 BOOL *selected = NULL; in TPM2_HierarchyControl() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestEnumTyping.java57 public ENUM_TYPE selected; field in TestEnumTyping.EnumContaintingClass
61 public EnumContaintingClass(ENUM_TYPE selected) { in EnumContaintingClass()
/external/autotest/frontend/client/src/autotest/common/table/
DBooleanFilter.java16 String selected = getSelectedText(); in addParams() local
DRadioButtonSetFilter.java16 private int selected; field in RadioButtonSetFilter
DListFilter.java56 int selected = select.getSelectedIndex(); in getSelectedText() local
/external/autotest/frontend/client/src/autotest/common/ui/
DMultiListSelectPresenter.java57 private boolean selected; field in MultiListSelectPresenter.Item
104 private void setSelected(boolean selected) { in setSelected()
/external/skia/experimental/sktext/editor/
DSelection.h37 …DecoratedBlock selected(size_t index) const { return DecoratedBlock(fTextRanges[index].width(), fF… in selected() function
/external/libprotobuf-mutator/src/
Dweighted_reservoir_sampler.h40 const T& selected() const { return selected_; } in selected() function
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DAlertDialogTask.java108 public void setSingleChoiceItems(JSONArray items, int selected) { in setSingleChoiceItems()
124 public void setMultiChoiceItems(JSONArray items, JSONArray selected) throws JSONException { in setMultiChoiceItems()
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DKMeansPlusPlusClusterer.java209 Cluster<T> selected = null; in getPointFromLargestVarianceCluster() local
250 Cluster<T> selected = null; in getPointFromLargestNumberCluster() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DApplicationProtocolSelectorAdapter.java64 final String selected; in selectApplicationProtocol() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DApplicationProtocolSelectorAdapter.java65 final String selected; in selectApplicationProtocol() local
/external/rust/crates/ring/crypto/
Dconstant_time_test.c80 crypto_word selected = constant_time_select_w(CONSTTIME_TRUE_W, a, b); in test_select_w() local
/external/perfetto/ui/src/controller/
Dselection_controller.ts194 const selected: SliceDetails = { constant
357 const selected: ThreadStateDetails = constant
395 const selected: SliceDetails = { constant

123456