Searched refs:hints (Results 1 - 25 of 170) sorted by last modified time

1234567

/external/zxing/core/
H A Dcore.jar ... .zxing.Reader { private java.util.Hashtable hints private final java.util.Vector readers public void ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeHandler.java42 DecodeHandler(CaptureActivity activity, Hashtable<DecodeHintType,Object> hints) { argument
44 multiFormatReader.setHints(hints);
H A DDecodeThread.java40 private final Hashtable<DecodeHintType,Object> hints; field in class:DecodeThread
51 hints = new Hashtable<DecodeHintType,Object>();
54 hints.put(DecodeHintType.POSSIBLE_FORMATS, formats);
57 hints.put(DecodeHintType.CHARACTER_SET, characterSet);
59 hints.put(DecodeHintType.NEED_RESULT_POINT_CALLBACK, resultPointCallback);
74 handler = new DecodeHandler(activity, hints);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c314 struct addrinfo hints; local
351 os_memset(&hints, 0, sizeof(struct addrinfo));
352 hints.ai_family = AF_INET; /* IPv4 */
353 hints.ai_socktype = SOCK_STREAM;
358 hints.ai_flags = AI_NUMERICHOST;
361 hints.ai_flags = 0;
363 hints.ai_protocol = 0; /* Any protocol? */
365 &hints, &result);
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c314 struct addrinfo hints; local
351 os_memset(&hints, 0, sizeof(struct addrinfo));
352 hints.ai_family = AF_INET; /* IPv4 */
353 hints.ai_socktype = SOCK_STREAM;
358 hints.ai_flags = AI_NUMERICHOST;
361 hints.ai_flags = 0;
363 hints.ai_protocol = 0; /* Any protocol? */
365 &hints, &result);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c314 struct addrinfo hints; local
351 os_memset(&hints, 0, sizeof(struct addrinfo));
352 hints.ai_family = AF_INET; /* IPv4 */
353 hints.ai_socktype = SOCK_STREAM;
358 hints.ai_flags = AI_NUMERICHOST;
361 hints.ai_flags = 0;
363 hints.ai_protocol = 0; /* Any protocol? */
365 &hints, &result);
/external/tcpdump/
H A Dconfigure5108 struct addrinfo hints, *ai, *aitop;
5112 memset(&hints, 0, sizeof(hints));
5113 hints.ai_family = AF_UNSPEC;
5114 hints.ai_flags = passive ? AI_PASSIVE : 0;
5115 hints.ai_socktype = SOCK_STREAM;
5116 hints.ai_protocol = IPPROTO_TCP;
5117 if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
/external/sqlite/dist/orig/
H A Dsqlite3.c8089 ** a boolean expression that is usually true. These hints could,
51103 u8 hints; /* As configured by CursorSetHints() */ member in struct:BtCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8089 ** a boolean expression that is usually true. These hints could,
51123 u8 hints; /* As configured by CursorSetHints() */ member in struct:BtCursor
[all...]
/external/qemu/android/
H A Dsockets.c633 struct addrinfo hints[1]; local
637 memset(hints, 0, sizeof(hints));
638 hints->ai_family = preferIn6 ? AF_INET6 : AF_UNSPEC;
640 ret = getaddrinfo(hostname, NULL, hints, &res);
759 struct addrinfo hints = ai; local
761 ret = getaddrinfo(hostname, port, &hints, &res);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c331 XWMHints *hints; local
387 hints = NULL;
390 hints = XGetWMHints(SDL_Display, WMwindow);
402 /* Set the input hints so we get keyboard input */
403 if(!hints) {
404 hints = XAllocWMHints();
405 hints->input = True;
406 hints->flags = InputHint;
408 XSetWMHints(SDL_Display, WMwindow, hints);
409 XFree(hints);
797 XSizeHints *hints; local
[all...]
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java234 public void addRenderingHints(Map hints) argument
236 graphics.addRenderingHints(hints);
564 public void setRenderingHints(Map hints) argument
566 graphics.setRenderingHints(hints);
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dpshints.h5 /* Interface to Postscript-specific (Type 1 and Type 2) hints */
7 /* T1/T2 hints in the `type1', `cid', and `cff' font drivers. */
82 * This is a handle to an opaque structure used to record glyph hints
86 * @T1_Hints_FuncsRec structure. Recording glyph hints is normally
97 * returns an error code if the hints were invalid or something
100 * The hints accumulated in the object can later be used by the
127 * hints recording session.
130 * hints ::
131 * A handle to the Type 1 hints recorder.
139 (*T1_Hints_OpenFunc)( T1_Hints hints );
344 T1_Hints hints; member in struct:T1_Hints_FuncsRec_
658 T2_Hints hints; member in struct:T2_Hints_FuncsRec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dpshints.h5 /* Interface to Postscript-specific (Type 1 and Type 2) hints */
7 /* T1/T2 hints in the `type1', `cid', and `cff' font drivers. */
82 * This is a handle to an opaque structure used to record glyph hints
86 * @T1_Hints_FuncsRec structure. Recording glyph hints is normally
97 * returns an error code if the hints were invalid or something
100 * The hints accumulated in the object can later be used by the
127 * hints recording session.
130 * hints ::
131 * A handle to the Type 1 hints recorder.
139 (*T1_Hints_OpenFunc)( T1_Hints hints );
344 T1_Hints hints; member in struct:T1_Hints_FuncsRec_
658 T2_Hints hints; member in struct:T2_Hints_FuncsRec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c956 /* begin hints recording session, if any */
958 hinter->open( hinter->hints );
1344 hinter->stems( hinter->hints,
1364 hinter->stems( hinter->hints,
1383 hinter->hintmask( hinter->hints,
1388 hinter->counter( hinter->hints,
2005 /* close hints recording session */
2008 if ( hinter->close( hinter->hints,
2012 /* apply hints to the loaded glyph outline now */
2013 hinter->apply( hinter->hints,
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dt1decode.c423 /* begin hints recording session, if any */
425 hinter->open( hinter->hints );
792 case 3: /* change hints */
799 hinter->reset( hinter->hints, builder->current->n_points );
804 /* counter control hints, clear stack */
1094 /* close hints recording session */
1097 if ( hinter->close( hinter->hints, builder->current->n_points ) )
1100 /* apply hints to the loaded glyph outline now */
1101 hinter->apply( hinter->hints,
1444 hinter->stem( hinter->hints,
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.c53 /* return true if two stem hints overlap */
63 /* destroy hints table */
73 FT_FREE( table->hints );
80 /* deactivate all hints in a table */
85 PSH_Hint hint = table->hints;
101 PSH_Hint hint = table->hints + idx;
110 /* ignore active hints */
140 FT_TRACE0(( "psh_hint_table_record: too many sorted hints! BUG!\n" ));
171 /* create hints table */
174 PS_Hint_Table hints,
173 psh_hint_table_init( PSH_Hint_Table table, PS_Hint_Table hints, PS_Mask_Table hint_masks, PS_Mask_Table counter_masks, FT_Memory memory ) argument
[all...]
H A Dpshalgo.h83 PSH_Hint hints; member in struct:PSH_Hint_TableRec_
H A Dpshmod.c43 module->t1_funcs.hints = NULL;
44 module->t2_funcs.hints = NULL;
50 /* initialize module, create hints recorder and the interface */
63 module->t1_funcs.hints = (T1_Hints)ph;
66 module->t2_funcs.hints = (T2_Hints)ph;
72 /* returns global hints interface */
80 /* return Type 1 hints interface */
88 /* return Type 2 hints interface */
H A Dpshrec.c5 /* FreeType PostScript hints recorder (body). */
48 /* destroy hints table */
53 FT_FREE( table->hints );
74 if ( !FT_RENEW_ARRAY( table->hints, old_max, new_max ) )
101 hint = table->hints + count - 1;
541 ps_hint_table_done( &dimension->hints, memory );
549 dimension->hints.num_hints = 0;
669 /* now, lookup stem in the current hints table */
673 FT_UInt max = dim->hints.num_hints;
674 PS_Hint hint = dim->hints
812 ps_hints_open( PS_Hints hints, PS_Hint_Type hint_type ) argument
838 ps_hints_stem( PS_Hints hints, FT_Int dimension, FT_UInt count, FT_Long* stems ) argument
894 ps_hints_t1stem3( PS_Hints hints, FT_Int dimension, FT_Fixed* stems ) argument
957 ps_hints_t1reset( PS_Hints hints, FT_UInt end_point ) argument
996 ps_hints_t2mask( PS_Hints hints, FT_UInt end_point, FT_UInt bit_count, const FT_Byte* bytes ) argument
1042 ps_hints_t2counter( PS_Hints hints, FT_UInt bit_count, const FT_Byte* bytes ) argument
1088 ps_hints_close( PS_Hints hints, FT_UInt end_point ) argument
1131 t1_hints_stem( T1_Hints hints, FT_Int dimension, FT_Fixed* coords ) argument
1175 t2_hints_stems( T2_Hints hints, FT_Int dimension, FT_Int count, FT_Fixed* coords ) argument
[all...]
H A Dpshrec.h5 /* Postscript (Type1/Type2) hints recorder (specification). */
22 /* font drivers to record the hints of a given character/glyph. */
24 /* The hints are recorded in a unified format, and are later processed */
87 /* hints table descriptor */
92 PS_Hint hints; member in struct:PS_Hint_TableRec_
118 /* dimension-specific hints descriptor */
121 PS_Hint_TableRec hints; member in struct:PS_DimensionRec_
128 /* glyph hints descriptor */
129 /* dimension 0 => X coordinates + vertical hints/stems */
130 /* dimension 1 => Y coordinates + horizontal hints/stem
150 ps_hints_done( PS_Hints hints ); variable
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfpdf_dataavail.h83 * Download hints interface. Used to receive hints for further downloading.
105 * Called by Foxit SDK to report some downloading hints for download manager.
114 * Check whether the document is ready for loading, if not, get download hints.
118 * hints - Pointer to a download hints interface, receiving generated hints
123 * generated download hints if any, until the function returns non-zero value. Then the
126 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
161 * Check whether a page is ready for loading, if not, get download hints
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdf_dataavail.cpp113 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints) argument
115 if (avail == NULL || hints == NULL) return 0;
116 CFPDF_DownloadHintsWrap hints_wrap(hints);
146 DLLEXPORT int STDCALL FPDFAvail_IsPageAvail(FPDF_AVAIL avail, int page_index, FX_DOWNLOADHINTS* hints) argument
148 if (avail == NULL || hints == NULL) return 0;
149 CFPDF_DownloadHintsWrap hints_wrap(hints);
153 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints) argument
155 if (avail == NULL || hints == NULL) return -1;
156 CFPDF_DownloadHintsWrap hints_wrap(hints);
/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp124 struct addrinfo hints; local
125 memset(&hints, 0, sizeof hints);
126 hints.ai_family = AF_UNSPEC; // use IPv4 or IPv6, whichever
127 hints.ai_socktype = SOCK_STREAM;
128 hints.ai_flags = AI_NUMERICHOST;
130 int error = getaddrinfo(_address, _port, &hints, &pAddrInfo);
/external/oprofile/events/i386/nehalem/
H A Dunit_masks356 0x04 lru_hints Counts number of Super Queue LRU hints sent to L3

Completed in 1042 milliseconds

1234567