HomeSort by relevance Sort by last modified time
    Searched refs:txt (Results 576 - 600 of 905) sorted by null

<<21222324252627282930>>

  /external/eigen/lapack/
slarft.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/slarft.f">
15 *> [TXT]</a>
zlarft.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zlarft.f">
15 *> [TXT]</a>
  /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/icu/icu4c/source/test/depstest/
dependencies.py 13 Reads dependencies.txt and makes the data available.
30 # .txt syntax: binary: tools/genrb
141 """Reads "dependencies.txt" and populates the module attributes."""
143 deps_file = open("dependencies.txt")
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 315 * Creates a byte array representation of this record. This is needed for tie-break tests according to draft-cheshire-dnsext-multicastdns-04.txt chapter 9.2.
562 Text txt = (Text) other; local
563 if ((_text == null) && (txt._text != null)) {
566 if (txt._text.length != _text.length) {
570 if (txt._text[i] != _text[i]) {
    [all...]
  /external/libedit/src/
filecomplete.c 66 * if ``user'' isn't valid user name or ``txt'' doesn't start
67 * w/ '~', returns pointer to strdup()ed copy of ``txt''
72 fn_tilde_expand(const char *txt)
82 if (txt[0] != '~')
83 return strdup(txt);
85 temp = strchr(txt + 1, '/');
87 temp = strdup(txt + 1);
92 len = (size_t)(temp - txt + 1);
96 (void)strncpy(temp, txt + 1, len - 2);
121 return strdup(txt);
    [all...]
  /external/libvpx/libvpx/
libs.mk 213 libvpx_srcs.txt:
216 CLEAN-OBJS += libvpx_srcs.txt
415 libvpx_test_srcs.txt:
418 CLEAN-OBJS += libvpx_test_srcs.txt
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 218 logger_level level, const char *txt);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 255 static void tls_show_errors(int level, const char *func, const char *txt)
260 func, txt, ERR_error_string(ERR_get_error(), NULL));
3682 char *txt; local
3716 char *txt; local
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 234 * @txt: User readable text describing the required parameter
237 const char *txt);
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 632 char txt[10]; local
669 os_snprintf(txt, sizeof(txt), "%d", ap_status);
670 wpabuf_put_property(buf, "APStatus", txt);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 204 libvpx_srcs.txt:
207 CLEAN-OBJS += libvpx_srcs.txt
399 libvpx_test_srcs.txt:
402 CLEAN-OBJS += libvpx_test_srcs.txt
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 35 openssl x509 -in "$DIR/cert-rsa.der" -inform d -noout -startdate -enddate > "$DIR/cert-rsa-dates.txt"
38 openssl x509 -in "$DIR/cert-rsa.der" -inform d -noout -serial > "$DIR/cert-rsa-serial.txt"
85 touch /tmp/ca/index.txt
86 touch /tmp/ca/index.txt.attr
117 openssl crl -inform d -in "$DIR/crl-rsa.der" -noout -lastupdate -nextupdate > "$DIR/crl-rsa-dates.txt"
118 openssl crl -inform d -in "$DIR/crl-rsa-dsa.der" -noout -lastupdate -nextupdate > "$DIR/crl-rsa-dsa-dates.txt"
  /ndk/tests/standalone/
run.sh 148 LOGFILE=$TMPDIR/log.txt
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /system/update_engine/scripts/
brillo_update_payload 203 # read_option_int <file.txt> <option_key> [default_value]
206 # file |file.txt|. Prints the read value if found and valid, otherwise prints
339 if unzip -p "${image}" "META/ab_partitions.txt" >"${ab_partitions_list}"; then
348 warn "No ab_partitions.txt found. Using default."
359 if ! unzip -p "${image}" "META/update_engine_config.txt" \
361 warn "No update_engine_config.txt found. Assuming pre-release image, \
379 ZLIB_FINGERPRINT=$(unzip -p "${image}" "META/zlib_fingerprint.txt")
385 if unzip -p "${image}" "META/postinstall_config.txt" \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 198 PYTHON_FOR_BUILD=_PYTHON_PROJECT_BASE=$(abs_builddir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/lib/python2.7/lib-dynload:$(shell test -f pybuilddir.txt && echo $(abs_builddir)/`cat pybuilddir.txt`:)$(srcdir)/Lib:$(srcdir)/Lib/plat-$(MACHDEP) /tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64/bin/python2.7
459 platform: $(BUILDPYTHON) pybuilddir.txt
463 # pybuilddir.txt contains the name of the build dir and is used for
465 pybuilddir.txt: $(BUILDPYTHON)
472 sharedmods: $(BUILDPYTHON) pybuilddir.txt
988 @for i in $(srcdir)/Lib/*.py `cat pybuilddir.txt`/_sysconfigdata.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \
1023 $(INSTALL_DATA) $(srcdir)/LICENSE $(DESTDIR)$(LIBDEST)/LICENSE.txt
    [all...]
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 241 char locuri[200], *txt; local
260 txt = xml_node_get_text(ctx->xml, child);
261 if (txt) {
262 add_item(ctx, replace, locuri, txt);
263 xml_node_get_text_free(ctx->xml, txt);
    [all...]
  /frameworks/base/
Android.mk     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 148 static int hostapd_ctrl_iface_wps_pin(struct hostapd_data *hapd, char *txt)
150 char *pin = os_strchr(txt, ' ');
173 return hostapd_wps_add_pin(hapd, addr, txt, pin, timeout);
437 static int hostapd_ctrl_iface_wps_ap_pin(struct hostapd_data *hapd, char *txt,
444 pos = os_strchr(txt, ' ');
448 if (os_strcmp(txt, "disable") == 0) {
453 if (os_strcmp(txt, "random") == 0) {
462 if (os_strcmp(txt, "get") == 0) {
469 if (os_strcmp(txt, "set") == 0) {
490 static int hostapd_ctrl_iface_wps_config(struct hostapd_data *hapd, char *txt)
    [all...]
  /external/v8/src/ast/
prettyprinter.cc 1112 IndentedScope(AstPrinter* printer, const char* txt)
1114 ast_printer_->PrintIndented(txt);
1119 IndentedScope(AstPrinter* printer, const char* txt, int pos)
1121 ast_printer_->PrintIndented(txt);
1146 void AstPrinter::PrintIndented(const char* txt) {
1150 Print(txt);
    [all...]
  /build/core/tasks/
sdk-addon.mk 70 $(addon_dir_img):$(target_notice_file_txt):images/$(TARGET_CPU_ABI)/NOTICE.txt \
  /external/avahi/avahi-utils/
avahi-browse.c 197 AvahiStringList *txt,
212 t = avahi_string_list_to_string(txt);
226 " txt = [%s]\n",

Completed in 794 milliseconds

<<21222324252627282930>>