Searched refs:scans (Results 1 - 7 of 7) sorted by relevance

/external/jpeg/
H A Drdswitch.c11 * -scans file Read scan script from text file
180 jpeg_scan_info scans[MAX_SCANS]; local
186 scanptr = scans;
191 fprintf(stderr, "Too many scans defined in file %s\n", filename);
253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
/external/qemu/distrib/jpeg-6b/
H A Drdswitch.c11 * -scans file Read scan script from text file
180 jpeg_scan_info scans[MAX_SCANS]; local
186 scanptr = scans;
191 fprintf(stderr, "Too many scans defined in file %s\n", filename);
253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb25 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Dprofile-mode.rb20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp247 for (int scans = rect.height() - 1; scans >= 0; --scans) {
/external/skia/src/core/
H A DSkDraw.cpp247 for (int scans = rect.height() - 1; scans >= 0; --scans) {
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2293 const char *scans[] = { "active", "passive", "ssid" }; local
2587 if (!wpa_dbus_dict_append_string_array(&iter_dict, "Scan", scans,
2588 ARRAY_SIZE(scans)))

Completed in 321 milliseconds