HomeSort by relevance Sort by last modified time
    Searched refs:currentKey (Results 1 - 24 of 24) sorted by null

  /external/icu4c/samples/legacy/
legacy.cpp 51 uint8_t *currentKey = NULL;
54 currentKey = keys[i];
55 while(*currentKey != 0) {
56 if(*currentKey == 1) {
59 fprintf(stdout, "%02X", *currentKey);
61 currentKey++;
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
CompositeResourceLoader.java 98 Object currentKey = loader.getResourceVersionId(filename);
99 if (currentKey != null) {
100 return currentKey;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ScrollKeyboardView.java 153 final Key currentKey = mCurrentKey;
154 if (currentKey == null) {
157 currentKey.onReleased();
158 invalidateKey(currentKey);
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 306 for (SelectionKey currentKey : cancelledKeys) {
307 mutableKeys.remove(currentKey);
308 deregister((AbstractSelectionKey) currentKey);
309 if (mutableSelectedKeys.remove(currentKey)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 291 * @param currentKey The currently hovered key.
296 private boolean onTransitionKey(final Key currentKey, final Key previousKey,
302 onHoverKey(currentKey, event);
304 final boolean handled = onHoverKey(currentKey, event);
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 746 K currentKey;
772 currentKey = null;
802 currentKey = nextKey;
823 parent.remove(currentKey);
825 currentKey = null;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
plistlib.py 397 self.currentKey = None
424 if self.currentKey is not None:
425 self.stack[-1][self.currentKey] = value
426 self.currentKey = None
452 self.currentKey = self.getData()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
plistlib.py 397 self.currentKey = None
424 if self.currentKey is not None:
425 self.stack[-1][self.currentKey] = value
426 self.currentKey = None
452 self.currentKey = self.getData()
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 160 for (var currentKey in historyInstance.dashboardSpecificState) {
161 if (isInvalidKeyForCrossBuilderView(currentKey)) {
162 delete historyInstance.dashboardSpecificState[currentKey];
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
jsilver-1.0.0.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 757 milliseconds