/external/regex-re2/doc/ |
mksyntaxhtml | 3 cp syntax.txt syntax.html
|
/external/skia/gm/ |
textblob.cpp | 69 TextBlobGM(const char* txt) 70 : fText(txt) {
|
/external/smali/baksmali/ |
Android.mk | 36 LOCAL_JAR_MANIFEST := manifest.txt
|
/external/smali/smali/ |
Android.mk | 41 LOCAL_JAR_MANIFEST := manifest.txt
|
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 2 %RTP_ANALYZE Analyze RTP stream(s) from a txt file 6 % $ out/Debug/rtp_analyze my_file.rtp my_file.txt 8 % >> rtpAnalyze('my_file.txt') 190 % importfile('rtpdump_recv.txt',2, 123);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PageIndicator.java | 203 void dumpState(String txt) { 204 System.out.println(txt);
|
/prebuilts/clang/host/darwin-x86/3.8/ |
update.sh | 53 for i in `find ${ANDROID_BUILD_TOP}/external/clang/lib/Headers -mindepth 1 ! -name \*.mk -a ! -name Makefile -a ! -name CMakeLists.txt`; do
|
/external/smali/smali/src/main/antlr/ |
smaliParser.g | 321 String txt = t.getText(); 322 if ( txt!=null ) { 323 txt = txt.replaceAll("\n","\\\\n"); 324 txt = txt.replaceAll("\r","\\\\r"); 325 txt = txt.replaceAll("\t","\\\\t"); 328 txt = "<no text>"; 330 return "[@"+t.getTokenIndex()+","+ct.getStartIndex()+":"+ct.getStopIndex()+"='"+txt+"',<"+tokenNames[t.getType()]+">"+channelStr+","+t.getLine()+":"+t.getCharPositionInLine()+"]" [all...] |
/external/wpa_supplicant_8/hostapd/ |
main.c | 43 int level, const char *txt, size_t len) 97 txt); 101 module_str ? module_str : "", txt); 105 module_str ? module_str : "", txt); 109 module_str ? ": " : "", txt);
|
/external/wpa_supplicant_8/src/utils/ |
common.h | 451 int hwaddr_aton(const char *txt, u8 *addr); 452 int hwaddr_masked_aton(const char *txt, u8 *addr, u8 *mask, u8 maskable); 453 int hwaddr_compact_aton(const char *txt, u8 *addr); 454 int hwaddr_aton2(const char *txt, u8 *addr); 476 void printf_encode(char *txt, size_t maxlen, const u8 *data, size_t len);
|
/external/libmtp/src/ |
ptp.c | 2792 const char *txt; member in struct:__anon16014 2853 const char *txt; member in struct:__anon16015 2893 const char *txt; member in struct:__anon16016 2907 const char *txt; member in struct:__anon16017 2986 const char *txt; member in struct:__anon16018 3444 const char *txt; member in struct:__anon16019 [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 468 char *txt = reply; local 469 while (*txt != '\0' && *txt != '\n') 470 txt++; 471 *txt++ = '\0'; 498 char *txt = reply; local 499 while (*txt != '\0' && *txt != '\n') 500 txt++; 501 *txt++ = '\0' [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
tncs.c | 699 char *txt; local 727 txt = NULL; 731 txt = "allow"; 735 txt = "isolate"; 739 txt = "none"; 747 if (txt) { 756 TNC_TNCCS_RECOMMENDATION, txt);
|
/external/dnsmasq/src/ |
rfc1035.c | 947 struct txt_record *txt; local 959 for (txt = daemon->txt; txt; txt = txt->next) 960 if (hostname_isequal(name, txt->name)) 1204 for(t = daemon->txt; t ; t = t->next) 1211 log_query(F_CNAME | F_FORWARD | F_CONFIG | F_NXDOMAIN, name, NULL, "<TXT>"); 1214 T_TXT, t->class, "t", t->len, t->txt)) [all...] |
/external/wpa_supplicant_8/hs20/client/ |
osu_client.c | 767 char *txt; local 772 txt = xml_node_get_text(ctx->xml, ssid); 773 if (txt == NULL) 775 wpa_printf(MSG_DEBUG, "- Policy/SPExclusionList/<X+>/SSID = %s", txt); 776 if (set_cred_quoted(ctx->ifname, id, "excluded_ssid", txt) < 0) 778 xml_node_get_text_free(ctx->xml, txt); 798 char *txt = NULL, *pos; local 830 txt = xml_node_get_text(ctx->xml, node); 831 if (txt == NULL) 834 txt); 1953 struct osu_lang_text *txt; local 1966 struct osu_lang_text *txt; local [all...] |
/external/autotest/site_utils/bootperf-bin/ |
bootperf | 76 RUNDIR_LOG=log.txt
|
/external/avahi/avahi-client/ |
lookup.h | 171 AvahiStringList *txt,
|
/external/avahi/avahi-core/ |
lookup.h | 46 /** A DNS-SD service resolver. Use this to retrieve addres, port and TXT data for a DNS-SD service */ 213 AvahiStringList *txt, /**< TXT record data */
|
/external/avahi/avahi-ui-sharp/ |
ServiceDialog.cs | 174 IntPtr txt = aui_service_dialog_get_txt_data (Raw); 176 for (IntPtr l = txt; l != IntPtr.Zero; l = avahi_string_list_get_next (l)) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/ |
make.bat | 125 or in %BUILDDIR%/linkcheck/output.txt.
133 results in %BUILDDIR%/doctest/output.txt.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/ |
make.bat | 157 or in %BUILDDIR%/linkcheck/output.txt. 166 results in %BUILDDIR%/doctest/output.txt.
|
/external/chromium-trace/catapult/third_party/webapp2/docs/ |
make.bat | 143 or in %BUILDDIR%/linkcheck/output.txt. 151 results in %BUILDDIR%/doctest/output.txt.
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
forms.py | 20 >>> Upload('filename.txt', 'data', 'application/octet-stream') 21 <Upload "filename.txt"> 22 >>> Upload('filename.txt', 'data') 23 <Upload "filename.txt"> 24 >>> Upload("README.txt") 25 <Upload "README.txt">
|
/external/clang/docs/analyzer/ |
make.bat | 177 or in %BUILDDIR%/linkcheck/output.txt. 186 results in %BUILDDIR%/doctest/output.txt.
|
/external/clang/docs/ |
make.bat | 177 or in %BUILDDIR%/linkcheck/output.txt. 186 results in %BUILDDIR%/doctest/output.txt.
|