Searched refs:numKeys (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dhash.h64 extern GLuint _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys);
H A Dhash.c437 * \param numKeys number of keys needed.
447 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) argument
451 if (maxKey - numKeys > table->MaxKey) {
470 if (freeCount == numKeys) {
476 /* cannot allocate a block of numKeys consecutive keys */
/external/mesa3d/src/mesa/main/
H A Dhash.h64 extern GLuint _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys);
H A Dhash.c437 * \param numKeys number of keys needed.
447 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) argument
451 if (maxKey - numKeys > table->MaxKey) {
470 if (freeCount == numKeys) {
476 /* cannot allocate a block of numKeys consecutive keys */
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_conf.cpp408 int32_t numKeys = fKeyVec->size(); local
410 static_cast<int32_t *>(fSpoofImpl->fSpoofData->reserveSpace(numKeys*sizeof(int32_t), status));
416 for (i=0; i<numKeys; i++) {
426 rawData->fCFUKeysSize = numKeys;
432 U_ASSERT(numKeys == numValues);
434 static_cast<uint16_t *>(fSpoofImpl->fSpoofData->reserveSpace(numKeys*sizeof(uint16_t), status));
/external/icu/icu4c/source/i18n/
H A Duspoof_conf.cpp408 int32_t numKeys = fKeyVec->size(); local
410 static_cast<int32_t *>(fSpoofImpl->fSpoofData->reserveSpace(numKeys*sizeof(int32_t), status));
416 for (i=0; i<numKeys; i++) {
426 rawData->fCFUKeysSize = numKeys;
432 U_ASSERT(numKeys == numValues);
434 static_cast<uint16_t *>(fSpoofImpl->fSpoofData->reserveSpace(numKeys*sizeof(uint16_t), status));
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dkey_util.js393 var numKeys = keySequence.length();
395 for (var index = 0; index < numKeys; index++) {
/external/chromium_org/remoting/tools/winext/manifest/
H A Drdp.h492 HRESULT SendKeys(long numKeys, VARIANT_BOOL* pbArrayKeyUp, long* plKeyData);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 246 milliseconds