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

  /external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
NodeStyle.java 32 FILLED("filled"),
  /external/mesa3d/src/gallium/auxiliary/util/
u_cache.c 50 enum { EMPTY = 0, FILLED, DELETED } state;
130 /* Probe until we find either a matching FILLED entry or an EMPTY
141 if (current->state == FILLED) {
168 if (entry->state == FILLED) {
208 entry->state = FILLED;
231 if (entry->state == FILLED)
304 if (entry->state == FILLED)
322 assert(header->state == FILLED ||
325 if (header->state == FILLED) {
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
models.py 129 filler: The pipeline that filled this slot.
132 fill_time: When the slot was filled by the filler.
135 FILLED = 'filled'
147 status = db.StringProperty(choices=(FILLED, WAITING), default=WAITING,
175 blocking_slots are filled.
180 blocking_slots: The slots that must be filled before this barrier fires.
210 Previously, when a _SlotRecord was filled, notify_barriers() would query for
217 of its dependent slots have been filled.
221 do fully consistent ancestor queries every time a slot is filled. Thi
    [all...]
  /external/opencv3/modules/core/include/opencv2/
core.hpp 204 FILLED = -1,
268 left, to the right, above and below the copied source image will be filled with extrapolated
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 49 FILLED = -1,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 268 milliseconds