Searched refs:text (Results 1 - 25 of 5442) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/contrib/amd64/
H A Damd64-match.S141 .text
/external/zlib/src/contrib/asm686/
H A Dmatch.S83 .text
/external/zlib/src/contrib/gcc_gvmat64/
H A Dgvmat64.S61 .text
/external/zlib/src/contrib/inflate86/
H A Dinffast.S86 .text
137 .text
224 .text
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm60 ;;;SECTION .text
148 ;;SECTION .text
158 ;SECTION .text
H A Dmatch686.asm188 ;SECTION .text
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas51 text: Integer; (* true if compressed data believed to be text *)
/external/zlib/src/
H A Ddeflate.c10 * of the input text which are identical to earlier input (within a
710 put_byte(s, (s->gzhead->text ? 1 : 0) +
H A Dinflate.c701 state->head->text = (int)((hold >> 8) & 1);
H A Dmake_vms.com244 $ set message/facil/ident/sever/text
619 $ set message/fac/ident/sever/text
678 $ set message/fac/ident/sever/text
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */
113 int text; /* true if compressed data believed to be text */ member in struct:gz_header_s
751 deflate(). The text, time, os, extra field, name, and comment information
761 If deflateSetHeader is not used, the default gzip header has text false,
976 The text, time, xflags, and os fields are filled in with the gzip header
/external/zlib/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */
113 int text; /* true if compressed data believed to be text */ member in struct:gz_header_s
751 deflate(). The text, time, os, extra field, name, and comment information
761 If deflateSetHeader is not used, the default gzip header has text false,
976 The text, time, xflags, and os fields are filled in with the gzip header
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp119 -All of them wrap dynamic arrays or text strings in a similar way.
4347 /*text chunk (tEXt)*/
4361 there's no null termination char, if the text is empty*/
4390 /*compressed text chunk (zTXt)*/
4439 /*international text chunk (iTXt)*/
4473 there's no null termination char, if the text is empty for the next 3 texts*/
4497 /*read the actual text*/
4646 /*text chunk (tEXt)*/
4655 /*compressed text chunk (zTXt)*/
4664 /*international text chun
5013 ucvector text; local
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h39 bool text = false) = 0;
57 // as printf. That is, supply a format string containing text and
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc118 bool loop, bool text)
139 if(text)
156 if(text)
117 OpenFile(const char *fileNameUTF8, bool readOnly, bool loop, bool text) argument
H A Dfile_impl.h34 bool text = false);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit_readline.c39 static char * readline_completion_func(const char *text, int state) argument
51 len = os_strlen(text);
54 if (strncmp(pending_completions[pos], text, len) == 0)
63 static char ** readline_completion(const char *text, int start, int end) argument
69 return rl_completion_matches(text, readline_completion_func);
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c131 wpa_printf(MSG_INFO, "Could not get URL text");
145 wpa_printf(MSG_INFO, "Could not get estUserID text");
160 wpa_printf(MSG_INFO, "Could not get estPassword text");
588 wpa_printf(MSG_INFO, "Could not extract MO text");
592 wpa_printf(MSG_DEBUG, "[hs20] addMO text: '%s'", str);
597 wpa_printf(MSG_INFO, "[hs20] Could not parse addMO text");
604 wpa_printf(MSG_INFO, "[hs20] Could not parse addMO TNDS text");
1936 snprintf(txt->text, sizeof(txt->text), "%s", pos);
1949 snprintf(txt->text, sizeo
[all...]
H A Dosu_client.h24 char text[253]; member in struct:osu_lang_text
/external/wpa_supplicant_8/hs20/server/ca/
H A Docsp-req.sh5 openssl ocsp -text -CAfile ca.pem -verify_other demoCA/cacert.pem -trust_other -issuer demoCA/cacert.pem -cert $i -url http://localhost:8888/
7 # openssl ocsp -text -CAfile rootCA/cacert.pem -issuer demoCA/cacert.pem -cert $i -url http://localhost:8888/
9 # openssl ocsp -text -CAfile rootCA/cacert.pem -verify_other demoCA/cacert.pem -trust_other -issuer demoCA/cacert.pem -cert $i -url http://localhost:8888/
10 # openssl ocsp -text -CAfile rootCA/cacert.pem -VAfile ca.pem -trust_other -issuer demoCA/cacert.pem -cert $i -url http://localhost:8888/
H A Docsp-responder-ica.sh3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner demoCA/cacert.pem -rkey demoCA/private/cakey-plain.pem -CA demoCA/cacert.pem -resp_no_certs -text
H A Docsp-responder.sh3 openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner ocsp.pem -rkey ocsp.key -CA demoCA/cacert.pem -text
/external/wpa_supplicant_8/src/utils/
H A Dedit_readline.c39 static char * readline_completion_func(const char *text, int state) argument
51 len = os_strlen(text);
54 if (strncmp(pending_completions[pos], text, len) == 0)
63 static char ** readline_completion(const char *text, int start, int end) argument
69 return rl_completion_matches(text, readline_completion_func);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dhs20_supplicant.c33 char text[253]; member in struct:osu_lang_string
500 osu->friendly_name[j].text);
505 osu->serv_desc[j].text);
605 os_memcpy(f->text, pos2 + 1 + 3, pos2[0] - 3);
715 os_memcpy(f->text, pos2 + 1 + 3, pos2[0] - 3);

Completed in 580 milliseconds

1234567891011>>