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

  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 171 GrCacheID::Key idKey;
174 GR_STATIC_ASSERT(sizeof(idKey) >= 16);
177 idKey.fData32[0] = (desc.fWidth) | (desc.fHeight << 16);
178 idKey.fData32[1] = desc.fConfig | desc.fSampleCnt << 16;
179 idKey.fData32[2] = desc.fFlags;
180 idKey.fData32[3] = resolve_origin(desc); // Only needs 2 bits actually
181 static const int kPadSize = sizeof(idKey) - 16;
183 memset(idKey.fData8 + 16, 0, kPadSize);
185 GrCacheID cacheID(GrResourceKey::ScratchDomain(), idKey);
  /external/skia/src/gpu/
GrTexture.cpp 171 GrCacheID::Key idKey;
174 GR_STATIC_ASSERT(sizeof(idKey) >= 16);
177 idKey.fData32[0] = (desc.fWidth) | (desc.fHeight << 16);
178 idKey.fData32[1] = desc.fConfig | desc.fSampleCnt << 16;
179 idKey.fData32[2] = desc.fFlags;
180 idKey.fData32[3] = resolve_origin(desc); // Only needs 2 bits actually
181 static const int kPadSize = sizeof(idKey) - 16;
183 memset(idKey.fData8 + 16, 0, kPadSize);
185 GrCacheID cacheID(GrResourceKey::ScratchDomain(), idKey);
  /external/openssh/regress/
ssh-com-client.sh 37 echo IdKey ${OBJ}/id.com > ${OBJ}/id.list
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 371 * files which use it... including the IDKey testcases.
374 * thus is affected when this changes. The IDKEY results will still be
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 390 final String idkey = Long.toString(id); local
391 Bundle state = inState.getBundle(idkey);
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 352 std::string idkey(keys::kIdKey);
358 if (!it.GetCurrentValue()->GetInteger(idkey, &id))
373 if (!it.GetCurrentValue()->GetInteger(idkey, &id))
  /external/chromium_org/ash/display/
mirror_window_controller.cc 177 // TODO(oshima): TouchHUD is using idkey.
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.js 718 * with key given by parameter |idKey|, plus a property |name| and a
723 * @param {string} idKey The key of the id property.
730 setupCheckboxes_: function(div, optionCategoryMap, idKey, check, uncheck) {
751 input.option = details[idKey];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 

Completed in 1848 milliseconds