HomeSort by relevance Sort by last modified time
    Searched defs:strong (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.cpp 33 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);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.h 66 unsigned int strong:1; member in struct:yasm_effaddr
  /art/runtime/
intern_table.cc 53 os << "Intern table: " << StrongSize() << " strong; " << WeakSize() << " weak\n";
66 // The GC moved a root in the log. Need to search the strong interns and update the
226 // Check the strong table for a match.
227 mirror::String* strong = LookupStrong(s); local
228 if (strong != nullptr) {
229 return strong;
236 // There is no match in the strong table, check the weak table.
240 // A match was found in the weak table. Promote to the strong table.
246 // No match in the strong table or the weak table. Insert into the strong / weak table
    [all...]
  /art/test/074-gc-thrash/src/
Main.java 197 private static String strong[] = new String[MAX_DEPTH]; field in class:Deep
219 * "weak" should be matched in "strong", and the two should be
223 if (strong[i] != weak[i].get()) {
224 System.err.println("Deep: " + i + " strong=" + strong[i] +
230 * Wipe "strong", do a GC, see if "weak" got collected.
233 strong[i] = null;
293 strong[depth] = funStr;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 1120 int strong = 0; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 864 static void calc_convergence_compression(int *strong)
879 /* Strong convergence: all threads compress on a single node: */
881 *strong = 1;
883 *strong = 0;
896 int strong; local
977 calc_convergence_compression(&strong);
979 if (strong && process_groups == g->p.nr_proc) {
    [all...]

Completed in 144 milliseconds