Home
last modified time | relevance | path

Searched +defs:i +defs:get +defs:labels (Results 1 – 25 of 53) sorted by relevance

123

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-data/src/main/java/de/lmu/ifi/dbs/elki/data/
H A DLabelList.java48 private String[] labels; field in LabelList
83 public static LabelList make(Collection<String> labels) { in make()
106 public String get(int i) { in get() method in LabelList
/dports/games/freesynd/freesynd-0.7.5/src/utils/
H A Dseqmodel.h114 unsigned int i=0; in insertAt() local
132 unsigned int i=0; in remove() local
149 void * getElement(unsigned int i) { in getElement()
157 int i=0; in getLineForElement() local
172 T get(unsigned int index) { in get() function
191 void getLabels(std::list<std::string> &labels) { in getLabels()
/dports/misc/mnn/MNN-1.2.0/tools/train/source/datasets/
H A DMnistDataset.cpp80 for (int i = 0; i < dims.size(); ++i) { in read_images() local
103 for (int i = 0; i < dims.size(); ++i) { in read_targets() local
106 auto labels = _Input(dims, NCHW, halide_type_of<uint8_t>()); in read_targets() local
118 Example MnistDataset::get(size_t index) { in get() function in MNN::Train::MnistDataset
141 const VARP MnistDataset::labels() { in labels() function in MNN::Train::MnistDataset
H A DImageDataset.cpp52 for (int i = 0; i < cfg->mean.size(); i++) { in create() local
61 for (int i = 0; i < dataset->mAllTxtLines.size(); i++) { in create() local
71 Example ImageDataset::get(size_t index) { in get() function in MNN::Train::ImageDataset
100 vector<string> labels; in getAllDataAndLabelsFromTxt() local
102 for (int i = 0; i < labels.size(); i++) { in getAllDataAndLabelsFromTxt() local
221 auto labels = _Input({int(txtLabels.size())}, NHWC, halide_type_of<int32_t>()); in getDataAndLabelsFrom() local
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/
H A DExpAsStringVisibilityLabelServiceImpl.java85 public OperationStatus[] addLabels(List<byte[]> labels) throws IOException { in addLabels()
125 int i = 0; in clearAuths() local
158 Get get = new Get(user); in getUserAuths() local
190 Get get = new Get(Bytes.toBytes(AuthUtil.toGroupEntry(group))); in getGroupAuths() local
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dsharedlistvector.cpp97 for(int i=0;i<hold;i++){ in SharedListVector() local
133 string SharedListVector::get(int index){ in get() function in SharedListVector
138 void SharedListVector::setLabels(vector<string> labels){ in setLabels()
241 for(int i=0;i<data.size();i++){ in print() local
261 for(int i=0;i<data.size();i++){ in getRAbundVector() local
282 for(int i=0;i<data.size();i++){ in getSAbundVector() local
303 for(int i=0;i<numBins;i++){ in getSharedOrderVector() local
346 for (int i = 0; i < groups.size(); i++) { in getSharedRAbundVector() local
355 for(int i=0;i<numBins;i++){ in getSharedRAbundVector() local
412 for(int i=0;i<data.size();i++){ in getOrderVector() local
[all …]
H A Dlistvector.cpp70 for(int i=0;i<data.size();i++){ in ListVector() local
183 string ListVector::get(int index){ in get() function in ListVector
190 void ListVector::setLabels(vector<string> labels){ in setLabels()
399 for (int i = 0; i < data.size(); i++) { in print() local
417 for(int i=0;i<hold.size();i++){ in print() local
436 for (int i = 0; i < data.size(); i++) { in print() local
474 for(int i=start;i<hold.size();i++){ in print() local
493 for(int i=0;i<data.size();i++){ in getRAbundVector() local
513 for(int i=0;i<data.size();i++){ in getSAbundVector() local
536 for(int i=0;i<data.size();i++){ in getOrderVector() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java113 private ArrayList<String> labels = new ArrayList<>(); field in DnsName
233 public String get(int pos) { in get() method in DnsName
237 int i = size() - pos - 1; // index of "pos" component in "labels" in get() local
272 int i = size() - pos - 1; // index of element to remove in "labels" in remove() local
305 int i = size() - pos; // index for insertion into "labels" in add() local
339 int i = size() - pos; // index for insertion into "labels" in addAll() local
408 String getKey(int i) { in getKey()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/
H A DVisibilityController.java404 byte[] byteNow, Get get) throws IOException { in prePrepareTimeStampForDeleteVersion()
659 public void preGetOp(ObserverContext<RegionCoprocessorEnvironment> e, Get get, in preGetOp()
782 List<byte[]> labels = new ArrayList<byte[]>(visLabels.size()); in addLabels() local
798 int i = 0; in addLabels() local
915 List<String> labels = null; in getAuths() local
1019 List<String> labels = null; in listLabels() local
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/
H A Dpythonaccumulator.hxx183 for(int i=0; i<m[0]; ++i) in exec() local
290 …virtual python::object get(std::string const &) { throw std::runtime_error("abstract function call… in get() function
433 python::object get(std::string const & tag) in get() function
625 … Iterator i = createCoupledIterator(MultiArrayView<ndim, Multiband<T>, StridedArrayTag>(in)), in pythonInspectMultiband() local
635 pythonRegionInspect(NumpyArray<ndim, T> in, in pythonRegionInspect()
652 Iterator i = createCoupledIterator(in, labels), in pythonRegionInspect() local
662 pythonRegionInspectWithHistogram(NumpyArray<ndim, Singleband<T> > in, in pythonRegionInspectWithHistogram()
680 Iterator i = createCoupledIterator(in, labels), in pythonRegionInspectWithHistogram() local
690 pythonRegionInspectMultiband(NumpyArray<ndim, Multiband<T> > in, in pythonRegionInspectMultiband()
707 …Iterator i = createCoupledIterator(MultiArrayView<ndim, Multiband<T>, StridedArrayTag>(in), la… in pythonRegionInspectMultiband() local
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dalpha_expansion_graphcut.h76 friend reference get (const Vertex_label_cost_map& pmap, key_type idx) in get() function
80 for (std::size_t i = 0; i < pmap.cost_matrix->size(); ++ i) in get() local
92 std::vector<std::size_t>& labels; member
713 std::vector<std::size_t>& labels) in alpha_expansion_graphcut()
727 std::vector<std::size_t>& labels, in alpha_expansion_graphcut()
H A Dselection.h112 friend reference get (const Vertex_label_map& map, key_type k) in get() function
135 friend reference get (const Vertex_label_probability_map& pmap, key_type fd) in get() function
170 friend reference get (const Edge_cost_map& pmap, key_type ed) in get() function
190 std::vector<std::size_t> labels; member
321 for (unsigned int i=0; i<k; ++i) in expand_face_selection() local
390 for (unsigned int i=0; i<k; ++i) in reduce_face_selection() local
788 for (unsigned int i=0; i<k; ++i) in expand_edge_selection() local
879 for (unsigned int i=0; i<k; ++i) in reduce_edge_selection() local
940 for (unsigned int i=0; i<k; ++i) in expand_vertex_selection() local
1001 for (unsigned int i=0; i<k; ++i) in reduce_vertex_selection() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/
H A Dperftimelinemodel.cpp59 QRgb get(int hue, int saturation) const { return table[hue * 16 + saturation]; } in get() function
76 QVariantList PerfTimelineModel::labels() const in labels() function in PerfProfiler::Internal::PerfTimelineModel
87 for (int i = 0; i < m_locationOrder.length(); ++i) { in labels() local
170 for (int i = 0, end = numAttributes(index); i < end; ++i) { in details() local
289 for (int i = 0; i < event.numAttributes(); ++i) { in updateTraceData() local
382 for (int i = level - 1; i >= 0; --i) { in updateFrames() local
424 for (int i = 1, end = sample.numAttributes; i < end; ++i) { in addSample() local
522 int i = 0; in finalize() local
548 for (int i = 0; i < m_locationOrder.length(); ++i) in computeExpandedLevels() local
552 for (int i = 0; i < eventCount; i++) { in computeExpandedLevels() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/internal compatibility/org/eclipse/jdt/internal/ui/dialogs/
H A DTypeInfoViewer.java236 List labels= new ArrayList(); in TypeInfoLabelProvider() local
247 private void processVMInstallType(IVMInstallType installType, List locations, List labels) { in processVMInstallType()
552 List labels= new ArrayList(); in internalRun() local
559 int i= 1; in internalRun() local
779 public Image get(ImageDescriptor descriptor) { in get() method in TypeInfoViewer.ImageManager
1249 … void addHistory(int ticket, final List elements, final List imageDescriptors, final List labels) { in addHistory()
1253 …vate void addAll(int ticket, final List elements, final List imageDescriptors, final List labels) { in addAll()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dcontext.cpp98 T &get(const TOwner *owner) const in get() function in CachedItem
126 TemplateVariant get(const T *obj,const QCString &n) const in get() function in PropertyMap
244 TemplateVariant get(const QCString &name) const in get() function in ConfigContext::Private
271 int i = ConfigValues::instance().*(option->value.i); in createConfigData() local
1603 TemplateVariant get(const QCString &n) const in get() function in IncludeInfoContext::Private
3258 TemplateVariant DirContext::get(const QCString &n) const in get() function in DirContext
3442 for (int i=0;i<indent;i++) in writeBreak() local
3489 for (int i=0;i<indent;i++) in writeBreak() local
3690 TemplateVariant labels() const { return m_cachable.labels.get(this); } in labels() function in MemberContext::Private
4267 CachedItem<TemplateVariant, Private, &Private::createLabels> labels; member
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/plugins/
H A Dlv2_plugin.c173 for (size_t i = 0; i < num_opts; i++) in option_is_supported() local
744 for (int i = 0; in create_port() local
991 for (int i = 0; i < 2; i++) in lv2_plugin_get_parameters() local
1293 for (int i = 0; in lv2_create_or_init_ports_and_parameters() local
1350 for (int i = 0; i < pl->num_lilv_ports; ++i) in lv2_plugin_allocate_port_buffers() local
1403 for (int i = 0; i < pl->num_in_ports; i++) in lv2_plugin_get_property_port() local
1666 for (int i = 0; i < pl->num_lilv_ports; i++) in reports_latency() local
1846 for (uint32_t i = 0; in lv2_plugin_create_descriptor_from_lilv() local
3534 const LV2_Atom_Object get = { in lv2_plugin_process() local
3550 for (int i = 0; in lv2_plugin_process() local
[all …]

123