HomeSort by relevance Sort by last modified time
    Searched full:primarykey (Results 1 - 22 of 22) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java 96 Key primaryKey = null;
108 if (primaryKey == null || distance < minDistance
109 || key.getCode() > primaryKey.getCode()) {
111 primaryKey = key;
114 return primaryKey;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 62 const int primaryKey = inputCodes[i];
68 keyCount, x, y, primaryKey, locale, codeToKeyMap, proximities);
147 const int x, const int y, const int primaryKey, const std::vector<int> *locale,
151 proximities[insertPos++] = primaryKey;
162 if (c < KEYCODE_SPACE || c == primaryKey) {
181 AdditionalProximityChars::getAdditionalCharsSize(locale, primaryKey);
192 AdditionalProximityChars::getAdditionalChars(locale, primaryKey);
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
ClockProvider.java 251 String primaryKey;
258 primaryKey = uri.getLastPathSegment();
260 where = AlarmsColumns._ID + "=" + primaryKey;
262 where = AlarmsColumns._ID + "=" + primaryKey + " AND (" + where + ")";
270 primaryKey = uri.getLastPathSegment();
272 where = InstancesColumns._ID + "=" + primaryKey;
274 where = InstancesColumns._ID + "=" + primaryKey + " AND (" + where + ")";
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer1.py 128 'Tags': {'SS': ["index", "primarykey", "table"]},
189 'Tags': {'SS': ["index", "primarykey", "table"]},
256 'Tags': {'SS': ["index", "primarykey", "table"]},
test_layer2.py 125 'Tags': set(['index', 'primarykey', 'table']),
229 'Tags': set(["index", "primarykey", "table"]),
  /packages/apps/Browser2/test/webexposed/
global-interface-listing-expected.txt     [all...]
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
memops.js     [all...]
primes.js     [all...]
box2d.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
lua_binarytrees.js     [all...]
zlib.js     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /external/v8/test/mjsunit/asm/sqlite3/
sqlite-change-heap.js     [all...]
sqlite-pointer-masking.js     [all...]
sqlite-safe-heap.js     [all...]
sqlite.js     [all...]

Completed in 1013 milliseconds