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

  /external/autotest/frontend/client/src/autotest/afe/
LabelFilter.java 14 public static final int VISIBLE_SIZE = 10;
18 super("multiple_labels", VISIBLE_SIZE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 16 #define VISIBLE_SIZE(op) Py_SIZE(op)
57 return VISIBLE_SIZE(obj);
63 if (i < 0 || i >= VISIBLE_SIZE(obj)) {
79 if (high > VISIBLE_SIZE(obj))
80 high = VISIBLE_SIZE(obj);
103 i += VISIBLE_SIZE(self);
105 if (i < 0 || i >= VISIBLE_SIZE(self)) {
118 VISIBLE_SIZE(self), &start, &stop,
230 return structseq_slice(obj, 0, VISIBLE_SIZE(obj));
261 for (i=0; i < VISIBLE_SIZE(obj); i++) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 16 #define VISIBLE_SIZE(op) Py_SIZE(op)
57 return VISIBLE_SIZE(obj);
63 if (i < 0 || i >= VISIBLE_SIZE(obj)) {
79 if (high > VISIBLE_SIZE(obj))
80 high = VISIBLE_SIZE(obj);
103 i += VISIBLE_SIZE(self);
105 if (i < 0 || i >= VISIBLE_SIZE(self)) {
118 VISIBLE_SIZE(self), &start, &stop,
229 return structseq_slice(obj, 0, VISIBLE_SIZE(obj));
260 for (i=0; i < VISIBLE_SIZE(obj); i++) {
    [all...]
  /external/python/cpython2/Objects/
structseq.c 16 #define VISIBLE_SIZE(op) Py_SIZE(op)
57 return VISIBLE_SIZE(obj);
63 if (i < 0 || i >= VISIBLE_SIZE(obj)) {
79 if (high > VISIBLE_SIZE(obj))
80 high = VISIBLE_SIZE(obj);
103 i += VISIBLE_SIZE(self);
105 if (i < 0 || i >= VISIBLE_SIZE(self)) {
118 VISIBLE_SIZE(self), &start, &stop,
230 return structseq_slice(obj, 0, VISIBLE_SIZE(obj));
261 for (i=0; i < VISIBLE_SIZE(obj); i++)
    [all...]
  /external/python/cpython3/Objects/
structseq.c 18 #define VISIBLE_SIZE(op) Py_SIZE(op)
183 for (i=0; i < VISIBLE_SIZE(obj); i++) {
243 n_visible_fields = VISIBLE_SIZE(self);

Completed in 3877 milliseconds