OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fHash
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrKey.h
17
explicit GrKey(Hash hash) :
fHash
(hash) {}
19
intptr_t getHash() const { return
fHash
; }
22
return
fHash
< rh.
fHash
|| (
fHash
== rh.
fHash
&& this->lt(rh));
25
return
fHash
== rh.
fHash
&& this->eq(rh);
33
const Hash
fHash
;
/external/skia/include/gpu/
GrKey.h
17
explicit GrKey(Hash hash) :
fHash
(hash) {}
19
intptr_t getHash() const { return
fHash
; }
22
return
fHash
< rh.
fHash
|| (
fHash
== rh.
fHash
&& this->lt(rh));
25
return
fHash
== rh.
fHash
&& this->eq(rh);
33
const Hash
fHash
;
/external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.h
172
Hash*
fHash
;
SkScaledImageCache.cpp
68
fHash
= compute_hash(&fGenID, 7);
86
const uint32_t* a = &
fHash
;
87
const uint32_t* b = &other.
fHash
;
96
uint32_t
fHash
;
144
return key.
fHash
;
178
fHash
= new Hash;
180
fHash
= NULL;
329
delete
fHash
;
351
Rec* rec =
fHash
->find(key);
438
SkASSERT(
fHash
);
[
all
...]
SkPictureFlat.h
372
SkASSERT(
fHash
.count() == fNextIndex - 1);
415
const SkFlatData* found =
fHash
.find(*toReplace);
427
// findAndReturnMutableFlat already called
fHash
.add(), so we just clean up the old entry.
428
fHash
.remove(*found);
509
SkFlatData* candidate =
fHash
.find(scratch);
513
fHash
.add(detached);
569
// All SkFlatData* stored in fIndexedData and
fHash
are owned by the controller.
584
SkFlatData::Identity, SkFlatData::Hash, SkFlatData::Equal>
fHash
;
/external/chromium_org/third_party/skia/src/gpu/
GrBinHashKey.h
30
fHash
= 0;
54
fHash
= hash;
59
if (
fHash
!= key.
fHash
) {
84
return
fHash
;
93
uint32_t
fHash
;
GrTHashTable.h
58
void clearHash() { sk_bzero(
fHash
, sizeof(
fHash
)); }
72
mutable T*
fHash
[kHashCount];
122
T* elem =
fHash
[hashIndex];
143
fHash
[hashIndex] = fSorted[index];
162
fHash
[hash2Index(key.getHash())] = elem;
169
if (
fHash
[index] == elem) {
170
fHash
[index] = NULL;
/external/skia/src/core/
SkScaledImageCache.h
172
Hash*
fHash
;
SkScaledImageCache.cpp
68
fHash
= compute_hash(&fGenID, 7);
86
const uint32_t* a = &
fHash
;
87
const uint32_t* b = &other.
fHash
;
96
uint32_t
fHash
;
144
return key.
fHash
;
178
fHash
= new Hash;
180
fHash
= NULL;
329
delete
fHash
;
351
Rec* rec =
fHash
->find(key);
438
SkASSERT(
fHash
);
[
all
...]
SkPictureFlat.h
372
SkASSERT(
fHash
.count() == fNextIndex - 1);
415
const SkFlatData* found =
fHash
.find(*toReplace);
427
// findAndReturnMutableFlat already called
fHash
.add(), so we just clean up the old entry.
428
fHash
.remove(*found);
509
SkFlatData* candidate =
fHash
.find(scratch);
513
fHash
.add(detached);
569
// All SkFlatData* stored in fIndexedData and
fHash
are owned by the controller.
584
SkFlatData::Identity, SkFlatData::Hash, SkFlatData::Equal>
fHash
;
/external/skia/src/gpu/
GrBinHashKey.h
30
fHash
= 0;
54
fHash
= hash;
59
if (
fHash
!= key.
fHash
) {
84
return
fHash
;
93
uint32_t
fHash
;
GrTHashTable.h
58
void clearHash() { sk_bzero(
fHash
, sizeof(
fHash
)); }
72
mutable T*
fHash
[kHashCount];
122
T* elem =
fHash
[hashIndex];
143
fHash
[hashIndex] = fSorted[index];
162
fHash
[hash2Index(key.getHash())] = elem;
169
if (
fHash
[index] == elem) {
170
fHash
[index] = NULL;
/external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.h
74
UHashtable *
fHash
; // Key: UnicodeString Value: SPUString
zstrfmt.h
113
UHashtable *
fHash
;
/external/icu4c/i18n/
uspoof_conf.h
74
UHashtable *
fHash
; // Key: UnicodeString Value: SPUString
tznames_impl.h
64
UHashtable *
fHash
;
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 864 milliseconds