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

  /external/autotest/frontend/client/src/autotest/tko/
ParameterizedFieldListPresenter.java 127 String baseKey = getListKey(index);
128 arguments.put(baseKey + "_type", field.getTypeName());
129 arguments.put(baseKey + "_value", field.getValue());
137 String baseKey = getListKey(index);
138 String typeKey = baseKey + "_type";
139 String valueKey = baseKey + "_value";
  /external/skia/src/gpu/
GrTextureAdjuster.cpp 32 GrUniqueKey baseKey;
33 GrMakeKeyFromImageID(&baseKey, fUniqueID, SkIRect::MakeWH(this->width(), this->height()));
34 MakeCopyKeyFromOrigKey(baseKey, params, copyKey);
  /external/skqp/src/gpu/
GrTextureAdjuster.cpp 32 GrUniqueKey baseKey;
33 GrMakeKeyFromImageID(&baseKey, fUniqueID, SkIRect::MakeWH(this->width(), this->height()));
34 MakeCopyKeyFromOrigKey(baseKey, params, copyKey);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
Action.java 257 * @param baseKey - key generated to identify the action parameters
260 protected static String generateUniqueActionKey(final String baseKey) {
262 if (!TextUtils.isEmpty(baseKey)) {
263 key.append(baseKey);
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
BitmapDownloader.java 245 private static String getBucketKey(String baseKey, Bitmap.Config bitmapConfig, int width) {
248 return new StringBuilder(baseKey.length() + 16).append(baseKey)
DrawableDownloader.java 166 private static String getBucketKey(String baseKey, Bitmap.Config bitmapConfig) {
167 return new StringBuilder(baseKey.length() + 16).append(baseKey)
  /external/boringssl/src/ssl/test/runner/
prf.go 320 func (h finishedHash) clientSum(baseKey []byte) []byte {
322 return finishedSum30(h.clientMD5, h.client, baseKey, ssl3ClientFinishedMagic[:])
327 h.prf(out, baseKey, clientFinishedLabel, h.Sum())
331 clientFinishedKey := hkdfExpandLabel(h.hash, baseKey, finishedLabel, nil, h.hash.Size())
339 func (h finishedHash) serverSum(baseKey []byte) []byte {
341 return finishedSum30(h.serverMD5, h.server, baseKey, ssl3ServerFinishedMagic[:])
346 h.prf(out, baseKey, serverFinishedLabel, h.Sum())
350 serverFinishedKey := hkdfExpandLabel(h.hash, baseKey, finishedLabel, nil, h.hash.Size())
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionServiceTest.java 267 public TestChatActionMonitor(final String baseKey, final Object data,
269 super(STATE_CREATED, Action.generateUniqueActionKey(baseKey), data);
ActionServiceSystemTest.java 425 * @param baseKey - suggested action key from BlockUserAction
429 public TestChatActionMonitor(final String baseKey, final Object data,
431 super(STATE_CREATED, Action.generateUniqueActionKey(baseKey), data);
  /external/deqp/external/openglcts/scripts/verify/
verify_es.py 68 baseKey = list(baseConfigs.keys())[0]
71 if cmp(baseConfigs[baseKey], cmpConfigs[cmpKey]) != 0:
72 messages.append(error(filename, "Confomant configs reported for %s and %s do not match" % (baseKey,cmpKey)))
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c     [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 103 static bool ReadPathFromRegistry(HKEY baseKey, LPCWSTR value, FString &path)
106 if (key.Open(baseKey, kRegistryPath, KEY_READ) == ERROR_SUCCESS)
  /external/skia/tests/
GrShapeTest.cpp 555 const Key& baseKey() const { return fBaseKey; }
    [all...]
  /external/skqp/tests/
GrShapeTest.cpp 527 const Key& baseKey() const { return fBaseKey; }
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 648 milliseconds