HomeSort by relevance Sort by last modified time
    Searched refs:txt (Results 176 - 200 of 246) sorted by null

1 2 3 4 5 6 78 910

  /frameworks/base/include/utils/
TextOutput.h 34 virtual status_t print(const char* txt, size_t len) = 0;
  /frameworks/base/opengl/libagl/
copybit.cpp 517 int txt = max(t0.y, t2.y); local
519 (txr != max(t1.x, t3.x)) || (txt != max(t1.y, t3.y))) {
524 (txr != FIXED_ONE) || (txt != FIXED_ONE)) {
527 txl, txb, txr, txt);
  /development/ide/xcode/ports/
skia_mac.cp 15 FILE* f = ::fopen("/whereami.txt", "w");
  /external/icu4c/tools/genrb/
gendtjar.pl 286 # $item=~/$\.crs/ || $item=~ /$\.txt/ ||
290 $item=~/$\.crs/ || $item=~ /$\.txt/ ||
331 next if( item=~/$\.crs/ || $item=~ /$\.txt/ ||
  /external/openssl/crypto/objects/
Makefile 45 obj_mac.h: objects.pl objects.txt obj_mac.num
46 $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h
  /external/skia/xcode/ports/
skia_mac.cp 16 FILE* f = ::fopen("/whereami.txt", "w");
  /external/wpa_supplicant/
common.h 239 int hwaddr_aton(const char *txt, u8 *addr);
404 typedef void (*wpa_msg_cb_func)(void *ctx, int level, const char *txt,
ctrl_iface_udp.c 261 const char *txt, size_t len)
266 wpa_supplicant_ctrl_iface_send(wpa_s->ctrl_iface, level, txt, len);
  /external/icu4c/tools/genpname/
preparse.pl 8 # This script reads in UCD files PropertyAliases.txt and
9 # PropertyValueAliases.txt and correlates them with ICU enums
17 # TODO: The Property[Value]Alias.txt files state that they can support
36 # SyntheticPropertyAliases.txt, containing property aliases not
39 # of PropertyAliases.txt as if the two files were appended.
142 source/data/unidata/Blocks.txt
143 source/data/unidata/PropertyAliases.txt
144 source/data/unidata/PropertyValueAliases.txt
176 # are used to generate properties in DerivedCoreProperties.txt.
186 # see PropertyValueAliases.txt file comments. 'binprop' i
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 448 const char *txt, *pos; local
458 txt = edit->text().toAscii().constData();
459 if (strcmp(txt, WPA_GUI_KEY_DATA) == 0)
461 len = strlen(txt);
464 pos = txt;
478 setNetworkParam(network_id, buf, txt, !hex);
  /external/dnsmasq/src/
option.c 167 { "txt-record", 1, 0, 'Y' },
286 { 'Y', ARG_DUP, "name,txt....", gettext_noop("Specify TXT DNS record."), NULL },
581 static void add_txt(char *name, char *txt)
583 size_t len = strlen(txt);
587 r->next = daemon->txt;
588 daemon->txt = r;
590 r->txt = opt_malloc(len+1);
592 *(r->txt) = len;
593 memcpy((r->txt)+1, txt, len)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c 635 char uuid[40], txt[400]; local
640 len = os_snprintf(txt, sizeof(txt), "WPS-EVENT-PIN-NEEDED %s " MACSTR
646 if (len > 0 && len < (int) sizeof(txt))
647 wpa_printf(MSG_INFO, "%s", txt);
wpas_glue.c 500 const char *txt)
511 buflen = 100 + os_strlen(txt) + ssid->ssid_len;
517 field, ssid->id, txt);
ctrl_iface_udp.c 261 const char *txt, size_t len)
266 wpa_supplicant_ctrl_iface_send(wpa_s->ctrl_iface, level, txt, len);
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 7 # This tool filters the RFC-3454 txt file for StringPrep tables and creates a table
25 $copyright = "###################\n# This file was generated from RFC 3454 (http://www.ietf.org/rfc/rfc3454.txt)\n# Copyright (C) The Internet Society (2002). All Rights Reserved. \n###################\n\n";
267 $comment ="# Additional prohibitions from iSCSI profile (rfc3722.txt)\n\n";
284 $comment ="# Additional prohibitions from XMPP Nodeprep profile (rfc3920.txt)\n\n";
303 $comment ="# Map table for SASL profile (rfc4013.txt)\n\n";
360 $comment ="# Map table for LDAP profile (rfc4518.txt)\n\n";
667 e.g.: filterRFC3454.pl --sourcedir=. --destdir=./output --src-filename=rfc3454.txt --dest-filename=NamePrepProfile.txt --A1 --B1 --B2 --C12 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi
670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
  /external/libpng/
CHANGES 11 added pnglib.txt
49 fixed error in libpng.txt and example.c
170 more description of info_struct in libpng.txt and png.h
198 minor corrections in libpng.txt
214 cleaned up some typos in libpng.txt and in code documentation
218 in example.c and libpng.txt, added comments to distinguish between
230 fixed some typos and made other minor rearrangement of libpng.txt (Andreas)
232 example.c and libpng.txt, and changed file_gamma for sRGB images to .45
248 Added UNIX manual pages libpng.3 (incorporating libpng.txt) and png.5.
257 Cleaned up spelling errors in libpng.3/libpng.txt
    [all...]
  /external/webkit/WebCore/rendering/
RenderText.cpp 604 const UChar* txt = characters(); local
617 UChar c = txt[i];
660 bool hasBreak = breakAll || isBreakable(txt, i, len, nextBreakable, breakNBSP);
667 c = txt[j];
668 if (isBreakable(txt, j, len, nextBreakable, breakNBSP))
736 currMaxWidth += f.width(TextRun(txt + i, 1, allowTabs(), leadWidth + currMaxWidth));
    [all...]
  /build/core/tasks/
sdk-addon.mk 48 $(target_notice_file_txt):images/NOTICE.txt
  /development/build/tools/
patch_windows_sdk.sh 48 cp $V ${TOPDIR}external/qemu/NOTICE $TOOLS/emulator_NOTICE.txt
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 220 CharSequence txt = getString(R.string.contactCreationFailure); local
222 Toast toast = Toast.makeText(ctx, txt, duration);
  /external/openssl/apps/
CA.com 104 $ APPEND/NEW NL: 'CATOP']index.txt
  /frameworks/base/libs/rs/
rsProgramVertex.cpp 56 static void logMatrix(const char *txt, const float *f)
58 LOGV("Matrix %s, %p", txt, f);
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 48 else if ("txt".equals (type))
49 return new com.vladium.emma.report.txt.ReportGenerator ();
  /external/icu4c/tools/gendraft/
genheaders.pl 250 e.g.: genheaders.pl --srcdir=<icu>/source/common/docs/html --destdir=<icu>/source/common/unicode --version=2.8 --exclusion-list=exclude.txt
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_tls_common.c 49 const char *txt)
51 if (txt == NULL)
53 if (os_strstr(txt, "tls_allow_md5=1"))
55 if (os_strstr(txt, "tls_disable_time_checks=1"))

Completed in 8078 milliseconds

1 2 3 4 5 6 78 910