HomeSort by relevance Sort by last modified time
    Searched refs:satisfied (Results 1 - 4 of 4) sorted by null

  /external/v8/benchmarks/
deltablue.js 170 * Assume: I am not already satisfied.
215 this.satisfied = false;
226 this.satisfied = false;
230 * Decides if this constraint can be satisfied and records that
234 this.satisfied = (this.myOutput.mark != mark)
239 * Returns true if this constraint is satisfied in the current solution.
242 return this.satisfied;
259 * this constraint is satisfied.
271 this.satisfied = false;
280 this.satisfied = false
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 164 * Assume: I am not already satisfied.
209 this.satisfied = false;
220 this.satisfied = false;
224 * Decides if this constraint can be satisfied and records that
228 this.satisfied = (this.myOutput.mark != mark)
233 * Returns true if this constraint is satisfied in the current solution.
236 return this.satisfied;
253 * this constraint is satisfied.
265 this.satisfied = false;
274 this.satisfied = false
    [all...]
  /build/tools/lsd/
lsd.c 60 /* satisfied: array is parallel to symbol table; for each undefined symbol
62 satisfied, and if so, by which library. This applies both to executable
65 source_t **satisfied; member in struct:source_t
70 array, as well as the satisfied array. This applied to libraries only.
92 both exports[] and satisfied[] arrays. */
245 satisfied symbols.
257 source->satisfied = (source_t **)CALLOC(source->num_syms,
273 FREE(source->satisfied);
405 satisfied[] array of the sources entry, as well as the exports array of
452 /* We found the symbol! Update the satisfied array at thi
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 151 milliseconds