Home
last modified time | relevance | path

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

12345678

/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/cronet/third_party/boringssl/src/tool/
Dspeed.cc299 static bool SpeedRSA(const std::string &selected) { in SpeedRSA()
400 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen()
570 size_t ad_len, const std::string &selected) { in SpeedAEAD()
584 size_t ad_len, const std::string &selected) { in SpeedAEADOpen()
599 const std::string &selected) { in SpeedAESBlock()
696 const std::string &selected) { in SpeedHash()
730 static bool SpeedRandom(const std::string &selected) { in SpeedRandom()
745 const std::string &selected) { in SpeedECDHCurve()
803 const std::string &selected) { in SpeedECDSACurve()
853 static bool SpeedECDH(const std::string &selected) { in SpeedECDH()
[all …]
/external/boringssl/src/tool/
Dspeed.cc304 static bool SpeedRSA(const std::string &selected) { in SpeedRSA()
405 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen()
575 size_t ad_len, const std::string &selected) { in SpeedAEAD()
589 size_t ad_len, const std::string &selected) { in SpeedAEADOpen()
604 const std::string &selected) { in SpeedAESBlock()
701 const std::string &selected) { in SpeedHash()
735 static bool SpeedRandom(const std::string &selected) { in SpeedRandom()
750 const std::string &selected) { in SpeedECDHCurve()
808 const std::string &selected) { in SpeedECDSACurve()
858 static bool SpeedECDH(const std::string &selected) { in SpeedECDH()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dspeed.cc191 static bool SpeedRSA(const std::string &selected) { in SpeedRSA()
288 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen()
463 size_t ad_len, const std::string &selected) { in SpeedAEAD()
477 size_t ad_len, const std::string &selected) { in SpeedAEADOpen()
492 const std::string &selected) { in SpeedAESBlock()
589 const std::string &selected) { in SpeedHash()
623 static bool SpeedRandom(const std::string &selected) { in SpeedRandom()
638 const std::string &selected) { in SpeedECDHCurve()
695 const std::string &selected) { in SpeedECDSACurve()
736 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.ts37 selected: string; property
60 const selected = o.id === attrs.selected; constant
/external/perfetto/ui/src/assets/
Dtrack_panel.scss94 &.selected { class
228 &.selected { class
Drecord.scss249 &.selected { class
820 &.selected { class
1168 &.selected { class
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DHierarchyControl.c52 BOOL *selected = NULL; in TPM2_HierarchyControl() local
/external/perfetto/src/trace_processor/containers/
Drow_map_unittest.cc137 RowMap selected = rm.SelectRows(selector); in TEST() local
147 RowMap selected = rm.SelectRows(selector); in TEST() local
155 RowMap selected = rm.SelectRows(selector); in TEST() local
165 RowMap selected = rm.SelectRows(selector); in TEST() local
176 RowMap selected = rm.SelectRows(selector); in TEST() local
185 RowMap selected = rm.SelectRows(selector); in TEST() local
194 RowMap selected = rm.SelectRows(selector); in TEST() local
203 RowMap selected = rm.SelectRows(selector); in TEST() local
211 RowMap selected = rm.SelectRows(selector); in TEST() 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/apache-xml/test/trace-src/org/apache/xalan/trace/
DTraceListener.java50 public void selected(SelectionEvent ev) throws javax.xml.transform.TransformerException; in selected() method
/external/autotest/frontend/client/src/autotest/common/table/
DBooleanFilter.java16 String selected = getSelectedText(); in addParams() local
/external/perfetto/ui/src/controller/
Dselection_controller.ts210 const selected: SliceDetails = { constant
344 const selected: ThreadStateDetails = { constant
384 const selected: SliceDetails = { constant
/external/libprotobuf-mutator/src/
Dweighted_reservoir_sampler.h40 const T& selected() const { return selected_; } in selected() function
/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/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/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/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/sdv/vsomeip/third_party/boost/numeric/conversion/include/boost/numeric/conversion/detail/
Dis_subranged.hpp184 typedef typename for_::type selected ; typedef
206 selected ; typedef
225 typedef typename mpl::if_<is_trivial,trivial_case,non_trivial_case>::type selected ; typedef

12345678