Home
last modified time | relevance | path

Searched refs:firstKey (Results 26 – 50 of 700) sorted by relevance

12345678910>>...28

/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/map/
H A DAbstractOrderedMapDecorator.java71 public Object firstKey() { in firstKey() method in AbstractOrderedMapDecorator
72 return getOrderedMap().firstKey(); in firstKey()
H A DPredicatedSortedMap.java95 public Object firstKey() { in firstKey() method in PredicatedSortedMap
96 return getSortedMap().firstKey(); in firstKey()
H A DLazySortedMap.java124 public Object firstKey() { in firstKey() method in LazySortedMap
125 return getSortedMap().firstKey(); in firstKey()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/docker/libkv/testutils/
H A Dutils.go561 firstKey := "testPutTTL"
568 err := otherConn.Put(firstKey, firstValue, &store.WriteOptions{TTL: 2 * time.Second})
576 pair, err := kv.Get(firstKey)
592 pair, err = kv.Get(firstKey)
605 firstKey := "testList/first"
612 err := kv.Put(firstKey, firstValue, nil)
629 if pair.Key == firstKey {
647 firstKey := "testDeleteTree/first"
654 err := kv.Put(firstKey, firstValue, nil)
662 pair, err := kv.Get(firstKey)
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DEventScheduler.java159 : mEventBuffer.firstKey(); in add()
195 long lowestTime = mEventBuffer.firstKey(); in getNextEvent()
221 long lowestTime = mEventBuffer.firstKey(); in waitNextEvent()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/search/context/
H A DPassageConverterTest.java85 int lineno = linemap.firstKey(); in testOneWord()
117 int lineno = linemap.firstKey(); in testOneWordElided()
156 int lineno = linemap.firstKey(); in testTwoWordsElided()
195 int lineno = linemap.firstKey(); in testLineSpanningMatch()
235 int lineno = linemap.firstKey(); in testLinesSpanningMatch()
/dports/x11/libX11/libX11-1.7.2/src/xkb/
H A DXKBNames.c185 if (((int) rep->firstKey + rep->nKeys) > xkb->max_key_code + 1) in _XkbReadGetNamesReply()
189 (char *) &names->keys[rep->firstKey], in _XkbReadGetNamesReply()
333 int nKeys = 0, firstKey = 0, nAtoms; in XkbSetNames() local
381 req->firstKey = xkb->min_key_code; in XkbSetNames()
441 firstKey = req->firstKey; in XkbSetNames()
518 Data(dpy, (char *) &names->keys[firstKey], nKeys * XkbKeyNameLength); in XkbSetNames()
541 int nKeys = 0, firstKey = 0, nAtoms; in XkbChangeNames() local
628 req->firstKey = changes->first_key; in XkbChangeNames()
690 firstKey = req->firstKey; in XkbChangeNames()
761 Data(dpy, (char *) &names->keys[firstKey], nKeys * XkbKeyNameLength); in XkbChangeNames()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Cluster/
H A DClusterStrategy.php283 $firstKey = $arguments[0];
286 return $firstKey;
289 $keys = array($firstKey);
298 return $firstKey;
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Cluster/
H A DClusterStrategy.php283 $firstKey = $arguments[0];
286 return $firstKey;
289 $keys = array($firstKey);
298 return $firstKey;
/dports/databases/fastdb/fastdb/src/
H A Dcontainer.cpp77 sc.firstKey = (char*)key; in prefixSearch()
99 sc.firstKey = (char*)key; in prefixSearch()
124 sc.firstKey = (char*)from; in search()
148 sc.firstKey = (char*)&r; in spatialSearch()
H A Dttree.cpp162 char* key = sc.firstKey; in prefixSearch()
233 if (sc.firstKey != NULL) { in find()
293 sc.firstKey, sc.prefixLength) != 0)) in find()
307 if (sc.firstKey != NULL) { in find()
311 diff = comparator(sc.firstKey, &a, 0); in find()
317 diff = comparator(sc.firstKey, &a, 0); in find()
330 diff = comparator(sc.firstKey, &a, 0); in find()
385 if (sc.firstKey != NULL) { in find()
387 diff = comparator(sc.firstKey, rec+sc.offs, sizeofType); in find()
390 diff = comparator(sc.firstKey, rec+sc.offs, sizeofType); in find()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/coreos/go-etcd/etcd/
H A Dset_update_create_test.go108 var firstKey, secondKey string
119 firstKey = resp.Node.Key
132 if firstKey >= secondKey {
134 firstKey, secondKey)
/dports/audio/polyphone/polyphone-75a5e88/sources/core/input/grandorgue/
H A Dgrandorgueranklink.cpp55 void GrandOrgueRankLink::preProcess(int firstKey) in preProcess() argument
57 _firstKey = firstKey; in preProcess()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/slog2/input/
H A DTreeFloorList.java57 return (BufForObjects) floors[ floors.length-1 ].firstKey(); in getRoot()
334 this_floor_obj = (Drawable) map_obj2itr.firstKey(); in ItrOfDrawables()
349 next_floor_obj = (Drawable) map_obj2itr.firstKey(); in ItrOfDrawables()
392 next_floor_obj = (Drawable) map_obj2itr.firstKey(); in next()
406 next_floor_obj = (Drawable) map_obj2itr.firstKey(); in next()
/dports/devel/hadoop/hadoop-1.2.1/src/examples/org/apache/hadoop/examples/terasort/
H A DTeraValidate.java101 private boolean firstKey = true; field in TeraValidate.ValidateReducer
113 if (firstKey) { in reduce()
114 firstKey = false; in reduce()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/TreeMap/
H A DSubMap.java42 m2.firstKey(); in main()
59 if (!m3.firstKey().equals(new Integer(2))) in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/TreeMap/
H A DSubMap.java42 m2.firstKey(); in main()
59 if (!m3.firstKey().equals(new Integer(2))) in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/TreeMap/
H A DSubMap.java46 m2.firstKey(); in main()
63 if (!m3.firstKey().equals(new Integer(2))) in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/TreeMap/
H A DSubMap.java46 m2.firstKey(); in main()
63 if (!m3.firstKey().equals(new Integer(2))) in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/TreeMap/
H A DSubMap.java46 m2.firstKey(); in main()
63 if (!m3.firstKey().equals(new Integer(2))) in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/TreeMap/
H A DSubMap.java46 m2.firstKey(); in main()
63 if (!m3.firstKey().equals(new Integer(2))) in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/TreeMap/
H A DSubMap.java46 m2.firstKey(); in main()
63 if (!m3.firstKey().equals(new Integer(2))) in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/TreeMap/
H A DSubMap.java46 m2.firstKey(); in main()
63 if (!m3.firstKey().equals(new Integer(2))) in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/TreeMap/
H A DSubMap.java46 m2.firstKey(); in main()
63 if (!m3.firstKey().equals(new Integer(2))) in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/TreeMap/
H A DSubMap.java46 m2.firstKey(); in main()
63 if (!m3.firstKey().equals(new Integer(2))) in main()

12345678910>>...28