Searched defs:text (Results 1 - 25 of 1804) 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/
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/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
/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.h24 char text[253]; member in struct:osu_lang_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);
/external/wpa_supplicant_8/wpa_supplicant/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/wpa_gui-qt4/
H A Dpeers.cpp316 input.setWindowTitle(tr("PIN for ") + ctx_item->text());
823 QString text = msg.getMsg(); local
825 if (text.startsWith(WPS_EVENT_PIN_NEEDED)) {
831 QStringList items = text.split(' ');
840 int pos = text.indexOf('[');
842 int pos2 = text.lastIndexOf(']');
844 items = text.mid(pos + 1, pos2 - pos - 1).
864 if (text.startsWith(AP_STA_CONNECTED)) {
866 QStringList items = text.split(' ');
875 if (text
[all...]
H A Dwpagui.cpp565 textStatus->setText(textStatus->text() + " (" + mode + ")");
884 if (textStatus->text() == "INACTIVE" ||
885 textStatus->text() == "DISCONNECTED")
892 if (textStatus->text() == "INACTIVE" ||
893 textStatus->text() == "DISCONNECTED")
901 if (textStatus->text() == "INACTIVE" ||
902 textStatus->text() == "DISCONNECTED")
1071 QString sel(networkList->currentItem()->text());
1136 QString sel(networkList->currentItem()->text());
1193 QString sel(networkList->currentItem()->text());
1548 wpsApPinChanged(const QString &text) argument
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dtest.h21 int say(const char *text, unsigned long num_chars) argument
23 return svc3(4, 1, (unsigned long) text, num_chars);
/external/valgrind/main/coregrind/
H A Dm_errormgr.c317 a suppression pseudo-stack-trace, either in XML or text mode. It's
339 XArray* /* of HChar */ text = (XArray*)textV; local
341 VG_(xaprintf)(text, " fun:%s\n", buf);
344 VG_(xaprintf)(text, " obj:%s\n", buf);
346 VG_(xaprintf)(text, " obj:*\n");
350 /* Generate a suppression for an error, either in text or XML mode.
358 XArray* /* HChar */ text; local
374 /* In XML mode, we also need to print the plain text version of the
376 need to generate the plaintext version both in XML and text
378 text
[all...]
H A Dpub_core_initimg.h107 Addr text; /* executable's Mach header */ member in struct:_IICreateImageInfo
H A Dpub_core_ume.h62 Addr text; // OUT: address of executable's Mach header member in struct:__anon32750
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c169 loaded address is returned in *text.
175 vki_uint8_t **text, vki_uint8_t **stack_start,
211 if (text) *text = (vki_uint8_t *)segcmd->vmaddr;
501 vki_uint8_t *text = NULL; // start of text segment (i.e. the mach headers) local
545 // LC_SEGMENT (text, data, etc)
583 err = load_segment(fd, offset, size, &text, &stack_start,
650 // a text segment
656 if (!text) {
174 load_segment(int fd, vki_off_t offset, vki_off_t size, vki_uint8_t **text, vki_uint8_t **stack_start, struct SEGMENT_COMMAND *segcmd, const HChar *filename) argument
822 vki_uint8_t *text; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dstr_tester.c906 char text[] = "This,is,a,test"; local
907 char *list = strdupa (text);
/external/tinyxml/
H A Dtinyxmlparser.cpp554 TIXML_STRING * text,
560 *text = "";
572 text->append( cArr, len );
600 (*text) += ' ';
607 (*text) += cArr[0]; // more efficient
609 text->append( cArr, len );
844 TiXmlText* text = new TiXmlText( "" ); local
845 text->SetCDATA( true );
846 returnNode = text;
920 // text
553 ReadText( const char* p, TIXML_STRING * text, bool trimWhiteSpace, const char* endTag, bool caseInsensitive, TiXmlEncoding encoding ) argument
[all...]
H A Dxmltest.cpp189 // What follows is an example of created elements and text
198 TiXmlText text( "Talk to:" );
218 item.InsertEndChild( text );
391 TiXmlText* text = textHandle.Text(); local
405 XmlTest( "Location tracking: text row", text->Row(), 3 );
406 XmlTest( "Location tracking: text col", text->Column(), 24 );
491 // 1. Making sure name, value, and text read correctly
522 TiXmlText* text local
856 TiXmlText* text = doc.FirstChildElement()->FirstChildElement()->FirstChild()->ToText(); local
911 TiXmlText* text; local
[all...]
/external/tinyxml2/
H A Dtinyxml2.cpp117 // Inner loop of text parsing.
500 XMLText* text = new (textPool.Alloc()) XMLText( this ); local
501 returnNode = text;
504 text->SetCData( true );
519 p = start; // Back it up, all the text counts.
835 XMLText* text = doc->NewText( Value() ); // fixme: this will always allocate memory. Intern? local
836 text->SetCData( this->CData() );
837 return text;
868 // Comment parses as text.
915 // Declaration parses as text
977 XMLUnknown* text = doc->NewUnknown( Value() ); // fixme: this will always allocate memory. Intern? local
1483 XMLText* text = new (textPool.Alloc()) XMLText( this ); local
1870 PushText( const char* text, bool cdata ) argument
[all...]
/external/tcpdump/
H A Dieee802_11.h162 u_int8_t text[254]; /* 1-253 + 1 for null */ member in struct:challenge_t
H A Dsignature.c53 signature_compute_hmac_md5(const u_int8_t *text, int text_len, unsigned char *key, argument
78 * MD5(K XOR opad, MD5(K XOR ipad, text))
83 * and text is the data being protected
103 MD5_Update(&context, text, text_len); /* then text of datagram */
/external/stlport/test/unit/
H A Dostmit_test.cpp36 const char* text = "hello"; local
41 copy(text, text + 5, iter);
/external/strace/
H A Dutil.c419 printuid(const char *text, unsigned long uid) argument
421 tprintf((uid == -1) ? "%s%ld" : "%s%lu", text, uid);

Completed in 272 milliseconds

1234567891011>>