Searched defs:strong (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.cpp33 bool strong) {
41 rec->fStrong = strong;
42 if (strong) {
86 bool strong = fArray[i].fStrong; local
87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
88 if (strong) {
124 bool strong) {
126 Get().add(face, requestedStyle, strong);
31 add(SkTypeface* face, SkTypeface::Style requestedStyle, bool strong) argument
122 Add(SkTypeface* face, SkTypeface::Style requestedStyle, bool strong) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinsn.h66 unsigned int strong:1; member in struct:yasm_effaddr
/external/skia/src/core/
H A DSkTypefaceCache.cpp33 bool strong) {
41 rec->fStrong = strong;
42 if (strong) {
86 bool strong = fArray[i].fStrong; local
87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
88 if (strong) {
124 bool strong) {
126 Get().add(face, requestedStyle, strong);
31 add(SkTypeface* face, SkTypeface::Style requestedStyle, bool strong) argument
122 Add(SkTypeface* face, SkTypeface::Style requestedStyle, bool strong) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c1120 int strong = 0; local
1225 strong = 1;
1231 if (strong)
1232 ea->strong = 1;
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c864 static void calc_convergence_compression(int *strong) argument
881 *strong = 1;
883 *strong = 0;
896 int strong; local
977 calc_convergence_compression(&strong);
979 if (strong && process_groups == g->p.nr_proc) {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp944 static Weak* create(Bar* strong, Bar* weak) argument
946 return new Weak(strong, weak);
983 static WithWeakMember* create(Bar* strong, Bar* weak) argument
985 return new WithWeakMember(strong, weak);
2589 void orderedSetHelper(bool strong) argument
2675 if (strong)
2682 EXPECT_EQ(2u + (strong ? 1u : 0u), set1->size());
2684 EXPECT_EQ(2 + (strong ? 0 : 1), IntWrapper::s_destructorCalls);
2687 if (strong) {
3075 // iterators make the collections strong
[all...]

Completed in 329 milliseconds