Searched refs:accel (Results 1 - 22 of 22) sorted by relevance

/external/python/cpython2/Parser/
H A Dacceler.c68 int *accel; local
71 accel = (int *) PyObject_MALLOC(nl * sizeof(int));
72 if (accel == NULL) {
77 accel[k] = -1;
96 if (accel[ibit] != -1)
98 accel[ibit] = a->a_arrow | (1 << 7) |
106 accel[lbl] = a->a_arrow;
108 while (nl > 0 && accel[nl-1] == -1)
110 for (k = 0; k < nl && accel[k] == -1;)
122 s->s_accel[i] = accel[
[all...]
/external/python/cpython3/Parser/
H A Dacceler.c68 int *accel; local
71 accel = (int *) PyObject_MALLOC(nl * sizeof(int));
72 if (accel == NULL) {
77 accel[k] = -1;
96 if (accel[ibit] != -1)
98 accel[ibit] = a->a_arrow | (1 << 7) |
106 accel[lbl] = a->a_arrow;
108 while (nl > 0 && accel[nl-1] == -1)
110 for (k = 0; k < nl && accel[k] == -1;)
122 s->s_accel[i] = accel[
[all...]
/external/tensorflow/tensorflow/contrib/lite/examples/label_image/
H A Dlabel_image.h26 bool accel = false; member in struct:tflite::label_image::Settings
H A Dlabel_image.cc98 interpreter->UseNNAPI(s->accel);
260 s.accel = strtol( // NOLINT(runtime/deprecated_fn)
/external/freetype/src/pcf/
H A Dpcfread.c1113 PCF_Accel accel = &face->accel; local
1143 if ( FT_STREAM_READ_FIELDS( pcf_accel_msb_header, accel ) )
1148 if ( FT_STREAM_READ_FIELDS( pcf_accel_header, accel ) )
1156 accel->noOverlap ? "yes" : "no",
1157 accel->constantMetrics ? "yes" : "no",
1158 accel->terminalFont ? "yes" : "no",
1159 accel->constantWidth ? "yes" : "no",
1160 accel->inkInside ? "yes" : "no",
1161 accel
[all...]
H A Dpcfdrivr.c434 PCF_Accel accel = &( (PCF_Face)size->face )->accel; local
439 size->metrics.ascender = accel->fontAscent * 64;
440 size->metrics.descender = -accel->fontDescent * 64;
441 size->metrics.max_advance = accel->maxbounds.characterWidth * 64;
468 if ( height == ( face->accel.fontAscent +
469 face->accel.fontDescent ) )
561 ( face->accel.fontAscent +
562 face->accel.fontDescent ) * 64 );
H A Dpcf.h146 PCF_AccelRec accel; member in struct:PCF_FaceRec_
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc1106 const hb_ot_layout_lookup_accelerator_t &accel,
1114 if (accel.may_have (buffer->cur().codepoint) &&
1136 const hb_ot_layout_lookup_accelerator_t &accel,
1143 if (accel.may_have (buffer->cur().codepoint) &&
1166 const hb_ot_layout_lookup_accelerator_t &accel)
1187 ret = apply_forward (c, accel, subtables);
1203 apply_backward (c, accel, subtables);
1257 const hb_ot_layout_lookup_accelerator_t &accel)
1259 apply_string<GSUBProxy> (c, lookup, accel);
1105 apply_forward(OT::hb_apply_context_t *c, const hb_ot_layout_lookup_accelerator_t &accel, const hb_get_subtables_context_t::array_t &subtables) argument
1135 apply_backward(OT::hb_apply_context_t *c, const hb_ot_layout_lookup_accelerator_t &accel, const hb_get_subtables_context_t::array_t &subtables) argument
1164 apply_string(OT::hb_apply_context_t *c, const typename Proxy::Lookup &lookup, const hb_ot_layout_lookup_accelerator_t &accel) argument
1255 hb_ot_layout_substitute_lookup(OT::hb_apply_context_t *c, const OT::SubstLookup &lookup, const hb_ot_layout_lookup_accelerator_t &accel) argument
H A Dhb-ot-cmap-table.hh141 accelerator_t accel; local
142 accel.init (this);
143 return accel.get_glyph_func (&accel, codepoint, glyph);
H A Dhb-ot-layout-private.hh100 const hb_ot_layout_lookup_accelerator_t &accel);
H A Dhb-ot-layout-gsub-table.hh1181 const hb_ot_layout_lookup_accelerator_t *accel) const
1185 if (!accel->may_have (c->glyphs[0])) return_trace (false);
/external/kernel-headers/original/uapi/linux/
H A Dfb.h172 __u32 accel; /* Indicate to driver which */ member in struct:fb_fix_screeninfo
337 /* Internal HW accel */
/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp306 static PixelFormatInfo::Acceleration translateAcceleration (int accel) argument
308 switch (accel)
/external/python/cpython2/Lib/idlelib/
H A DEditorWindow.py818 accel = menu.entrycget(index, 'accelerator')
819 if accel:
826 accel = get_accelerator(keydefs, event)
827 menu.entryconfig(index, accelerator=accel)
/external/python/cpython3/Lib/idlelib/
H A Deditor.py740 accel = menu.entrycget(index, 'accelerator')
741 if accel:
748 accel = get_accelerator(keydefs, event)
749 menu.entryconfig(index, accelerator=accel)
/external/valgrind/include/vki/
H A Dvki-linux.h2140 __vki_u32 accel; /* Indicate to driver which */ member in struct:vki_fb_fix_screeninfo
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1441 milliseconds