Home
last modified time | relevance | path

Searched refs:selections (Results 1 – 25 of 54) sorted by relevance

123

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DSolution.h32 SelectionsMap selections; variable
44 unsigned numNodes() const { return selections.size(); } in numNodes()
78 selections[nItr] = selection; in setSelection()
85 SelectionsMap::const_iterator sItr = selections.find(nItr); in getSelection()
86 assert(sItr != selections.end() && "No selection for node."); in getSelection()
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h31 SelectionsMap selections; variable
43 unsigned numNodes() const { return selections.size(); } in numNodes()
77 selections[nodeId] = selection; in setSelection()
84 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()
85 assert(sItr != selections.end() && "No selection for node."); in getSelection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DSolution.h30 SelectionsMap selections; variable
40 selections[nodeId] = selection; in setSelection()
47 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()
48 assert(sItr != selections.end() && "No selection for node."); in getSelection()
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
Dplatform_CompressedSwapPerf.py54 def get_selection_funcs(selections): argument
64 if k in selections
267 swap_target, switch_delay, temp_dir, selections): argument
335 for f_name, f in get_selection_funcs(selections).iteritems():
400 selections=None, swap_targets=None, switch_delay=0.0): argument
401 if selections is None:
402 selections = ['sequential', 'uniform', 'exponential']
450 selections)
/external/syzkaller/sys/linux/
Dinit_alg_test.go131 selections := make(map[int][]int)
153 selections[typ1*1000+typ2] = selection
163 selection := selections[typ1*1000+typ2]
/external/u-boot/drivers/tpm/
Dtpm2_tis_sandbox.c277 u32 selections, pcr_nb; in sandbox_tpm2_xfer() local
452 selections = get_unaligned_be32(sent); in sandbox_tpm2_xfer()
453 sent += sizeof(selections); in sandbox_tpm2_xfer()
454 if (selections != 1) { in sandbox_tpm2_xfer()
/external/grpc-grpc/templates/tools/dockerfile/
Djava_deps.include3 …taller shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections && ${'\\'}
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_java_oracle8/
Djava_deps.include3 …taller shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections && ${'\\'}
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_java/
Djava_deps.include3 …taller shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections && ${'\\'}
/external/python/cpython3/Doc/library/
Drandom.rst40 allows :meth:`randrange` to produce selections over an arbitrarily large range.
147 If a *weights* sequence is specified, selections are made according to the
149 selections are made according to the cumulative weights (perhaps computed
153 cumulative weights before making selections, so supplying the cumulative
156 If neither *weights* nor *cum_weights* are specified, selections are made
169 by :func:`choice` defaults to integer arithmetic with repeated selections
/external/webrtc/webrtc/modules/audio_device/test/
DREADME.txt8 Repeat this test for different selections of playout and recording devices.
/external/wayland/
DREADME14 protocol also handles drag and drop, selections, window management and
/external/libtextclassifier/annotator/
Dmodel.fbs425 // If true, will snap the selections that consist only of whitespaces to the
427 // selections are not part of any token.
549 // If true, the selection classifier output will contain only the selections
552 // selections to the left and possible selections to the right, including the
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_java/
DDockerfile19 …a8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections && \
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_java_oracle8/
DDockerfile19 …a8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections && \
/external/protobuf/
Dtests.sh106 sudo debconf-set-selections
/external/python/cpython3/Misc/NEWS.d/
D3.5.0rc1.rst170 TkFixedFont. This should not affect current customized font selections. If
D3.6.0b4.rst168 selections in the gettext module. The expression parser now supports exact
/external/u-boot/arch/arm/mach-omap2/omap5/
DKconfig71 menu "Voltage Domain OPP selections"
/external/protobuf/jenkins/docker/
DDockerfile19 …o "oracle-java7-installer shared/accepted-oracle-license-v1-1 select true" | debconf-set-selections
/external/ImageMagick/MagickCore/
Dwidget.c2800 const char **selections,XEvent *event) in XCommandWidget() argument
2932 assert(selections != (const char **) NULL); in XCommandWidget()
2934 for (i=0; selections[i] != (char *) NULL; i++) in XCommandWidget()
2936 width=WidgetTextWidth(font_info,(char *) selections[i]); in XCommandWidget()
3137 assert(selections != (const char **) NULL); in XCommandWidget()
3141 XGetWidgetInfo(selections[i],&selection_info[i]); in XCommandWidget()
7661 const char *title,const char **selections,char *item) in XMenuWidget() argument
7704 assert(selections != (const char **) NULL); in XMenuWidget()
7710 for (id=0; selections[id] != (char *) NULL; id++) in XMenuWidget()
7712 width=WidgetTextWidth(font_info,(char *) selections[id]); in XMenuWidget()
[all …]
/external/mesa3d/scripts/
Dget_reviewer.pl285 my $selections = $email + $scm + $status + $subsystem + $web;
286 if ($selections == 0) {
/external/u-boot/scripts/
Dget_maintainer.pl307 my $selections = $email + $scm + $status + $subsystem + $web;
308 if ($selections == 0) {
/external/python/cpython2/Doc/tutorial/
Dstdlib.rst129 The :mod:`random` module provides tools for making random selections::
/external/python/cpython3/Doc/tutorial/
Dstdlib.rst131 The :mod:`random` module provides tools for making random selections::

123