Home
last modified time | relevance | path

Searched refs:leftKey (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/dtree/
H A DDeltaDataTreeTest.java100 tree.createChild(leftKey, "one"); in setUp()
101 tree.createChild(leftKey, "two"); in setUp()
102 tree.createChild(leftKey, "three"); in setUp()
272 tree.createChild(leftKey, "double"); in testCreateChild()
273 tree.createChild(leftKey, "double"); in testCreateChild()
327 tree.deleteChild(leftKey, "four"); in testDeleteChild()
420 tree1.setData(leftKey, "replaced"); in testForwardDeltaOnDataDeltaNode()
519 assertTrue(tree.getChild(leftKey, 2).equals(leftKey.append("two"))); in testGetChild()
539 tree.getChild(leftKey, 99); in testGetChild()
632 …tChildren[], rootChildren[] = {leftKey, rightKey}, leftChildren[] = {leftKey.append("one"), leftKe… in testGetChildren()
[all …]
H A DDataTreeTest.java33 IPath rootKey, leftKey, rightKey; field in DataTreeTest
54 leftKey = rootKey.append("leftOfRoot"); in setUp()
59 tree.createChild(leftKey, "one"); in setUp()
60 tree.createChild(leftKey, "two"); in setUp()
61 tree.createChild(leftKey, "three"); in setUp()
141 tree.createChild(leftKey, "double"); in testCreateChild()
142 tree.createChild(leftKey, "double"); in testCreateChild()
196 tree.deleteChild(leftKey, "four"); in testDeleteChild()
257 assertTrue(tree.getChild(leftKey, 2).equals(leftKey.append("two"))); in testGetChild()
277 tree.getChild(leftKey, 99); in testGetChild()
[all …]
/dports/devel/sope2/SOPE/sope-core/EOControl/
H A DEOKeyComparisonQualifier.m46 [self->leftKey release];
53 - (NSString *)leftKey { method
54 return self->leftKey;
84 newLeftKey = self->leftKey;
90 newLeftKey = self->leftKey;
123 lkClass = [self->leftKey class];
146 [_keys addObject:self->leftKey];
199 if (![self->leftKey isEqual:[(EOKeyComparisonQualifier *)_qual leftKey]])
241 self->leftKey = [[_unarchiver decodeObjectForKey:@"leftKey"] retain];
258 [_archiver encodeObject:[self leftKey] forKey:@"leftKey"];
[all …]
/dports/devel/sope/SOPE/sope-core/EOControl/
H A DEOKeyComparisonQualifier.m46 [self->leftKey release];
53 - (NSString *)leftKey { method
54 return self->leftKey;
84 newLeftKey = self->leftKey;
90 newLeftKey = self->leftKey;
123 lkClass = [self->leftKey class];
146 [_keys addObject:self->leftKey];
199 if (![self->leftKey isEqual:[(EOKeyComparisonQualifier *)_qual leftKey]])
241 self->leftKey = [[_unarchiver decodeObjectForKey:@"leftKey"] retain];
258 [_archiver encodeObject:[self leftKey] forKey:@"leftKey"];
[all …]
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/ELUTE/KeystrokeToWordConverter/
H A DKeystrokeToWordConverter.cpp67 string leftKey(""); in convert() local
69 leftKey += inputTokens[shift]->characterStringVector[0] + " "; in convert()
70 leftKey = leftKey.substr(0, leftKey.length() - 1); in convert()
73 dic_->getValueVector(leftKey, leftGrams); in convert()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/ELUTE/KeystrokeToWordConverter/
H A DKeystrokeToWordConverter.cpp67 string leftKey(""); in convert() local
69 leftKey += inputTokens[shift]->characterStringVector[0] + " "; in convert()
70 leftKey = leftKey.substr(0, leftKey.length() - 1); in convert()
73 dic_->getValueVector(leftKey, leftGrams); in convert()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkScalar.cpp32 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
33 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/dports/games/blobby/blobby-1.0/src/input_device/
H A DKeyboardInput.cpp41 KeyboardInputDevice(SDL_Keycode leftKey, SDL_Keycode rightKey, SDL_Keycode jumpKey);
62 KeyboardInputDevice::KeyboardInputDevice(SDL_Keycode leftKey, SDL_Keycode rightKey, SDL_Keycode jum… in KeyboardInputDevice() argument
63 : InputDevice(), mLeftKey(leftKey), mRightKey(rightKey), mJumpKey(jumpKey) in KeyboardInputDevice()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkScalar.cpp32 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
33 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkScalar.cpp32 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
33 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkScalar.cpp32 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
33 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkScalar.cpp32 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
33 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkScalar.cpp35 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
37 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkScalar.cpp32 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
33 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkScalar.cpp32 SkScalar leftKey = keys[right-1]; in SkScalarInterpFunc() local
33 SkScalar fract = (searchKey - leftKey) / (rightKey - leftKey); in SkScalarInterpFunc()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Unary/
H A DConcatQueryOperator.cs201 TLeftKey leftKey = default(TLeftKey); in MoveNext()
202 if (m_firstSource.MoveNext(ref currentElement, ref leftKey)) in MoveNext()
204 currentKey = ConcatKey<TLeftKey, TRightKey>.MakeLeft(leftKey); in MoveNext()
315 private ConcatKey(TLeftKey leftKey, TRightKey rightKey, bool isLeft) in ConcatKey()
317 m_leftKey = leftKey; in ConcatKey()
322 internal static ConcatKey<TLeftKey, TRightKey> MakeLeft(TLeftKey leftKey) in MakeLeft()
324 return new ConcatKey<TLeftKey, TRightKey>(leftKey, default(TRightKey), true); in MakeLeft()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/
H A DConcatQueryOperator.cs196 TLeftKey leftKey = default(TLeftKey); in MoveNext()
197 if (_firstSource.MoveNext(ref currentElement, ref leftKey)) in MoveNext()
199 currentKey = ConcatKey<TLeftKey, TRightKey>.MakeLeft(leftKey); in MoveNext()
303 private ConcatKey(TLeftKey leftKey, TRightKey rightKey, bool isLeft) in ConcatKey()
305 _leftKey = leftKey; in ConcatKey()
310 internal static ConcatKey<TLeftKey, TRightKey> MakeLeft(TLeftKey leftKey) in MakeLeft()
312 return new ConcatKey<TLeftKey, TRightKey>(leftKey, default(TRightKey), isLeft: true); in MakeLeft()
H A DHashJoinQueryOperatorEnumerator.cs182 TLeftKey leftKey = default(TLeftKey); in MoveNext()
183 while (_leftSource.MoveNext(ref leftPair, ref leftKey)) in MoveNext()
210 currentKey = leftKey; in MoveNext()
216 mutables._currentLeftKey = leftKey; in MoveNext()
236 currentKey = leftKey; in MoveNext()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Binary/
H A DHashJoinQueryOperatorEnumerator.cs185 TLeftKey leftKey = default(TLeftKey); in MoveNext()
186 while (m_leftSource.MoveNext(ref leftPair, ref leftKey)) in MoveNext()
213 currentKey = leftKey; in MoveNext()
219 mutables.m_currentLeftKey = leftKey; in MoveNext()
239 currentKey = leftKey; in MoveNext()
/dports/deskutils/py-vobject/vobject-0.9.6.1/docs/build/lib/vobject/
H A Dics_diff.py70 leftKey = getSortKey(comp)
73 while leftKey > rightKey:
83 if leftKey < rightKey:
85 elif leftKey == rightKey:
/dports/deskutils/py-vobject/vobject-0.9.6.1/vobject/
H A Dics_diff.py74 leftKey = getSortKey(comp)
77 while leftKey > rightKey:
87 if leftKey < rightKey:
89 elif leftKey == rightKey:
/dports/audio/py-music21/music21-7.1.0/music21/braille/
H A Dsegment.py1086 if leftKey is not None:
1088 leftKey.measure, affinityNames[leftKey.affinity], leftKey.ordinal + 1)
1234 (rightKey, leftKey) = self.currentGroupingPair
1237 or (leftKey is not None and leftKey.affinity >= Affinity.INACCORD)):
1260 (rightKey, leftKey) = self.allKeyPairs[0]
1266 useElement = self._groupingDict.get(leftKey)
1267 useKey = leftKey
1300 (rightKey, leftKey) = self.currentGroupingPair
1303 elif leftKey:
1304 mNum = leftKey.measure
[all …]
/dports/databases/libpbl/pbl_1_04_04/src/
H A DpblMap.c158 PblMapKey * leftKey = *(PblMapKey**)left; in pblMapEntryCompareFunction() local
162 return pbl_memcmp( leftKey->key, leftKey->keyLength, in pblMapEntryCompareFunction()
169 return pbl_memcmp( leftKey->key, leftKey->keyLength, rightKey->key, in pblMapEntryCompareFunction()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dcycling.c88 KeyCode leftKey = XKeysymToKeycode(dpy, XK_Left); in StartWindozeCycle() local
169 || ev.xkey.keycode == leftKey) { in StartWindozeCycle()
171 …newFocused = wSwitchPanelSelectNext(swpanel, True, ev.xkey.keycode != leftKey, (!class_only && wKe… in StartWindozeCycle()
204 if (ev.xkey.keycode == leftKey || ev.xkey.keycode == rightKey) in StartWindozeCycle()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dcycling.c88 KeyCode leftKey = XKeysymToKeycode(dpy, XK_Left); in StartWindozeCycle() local
169 || ev.xkey.keycode == leftKey) { in StartWindozeCycle()
171 …newFocused = wSwitchPanelSelectNext(swpanel, True, ev.xkey.keycode != leftKey, (!class_only && wKe… in StartWindozeCycle()
204 if (ev.xkey.keycode == leftKey || ev.xkey.keycode == rightKey) in StartWindozeCycle()

123456789