HomeSort by relevance Sort by last modified time
    Searched refs:txt (Results 676 - 700 of 873) sorted by null

<<21222324252627282930>>

  /external/tensorflow/tensorflow/contrib/eager/python/examples/spinn/
data.py 134 snli_glob_pattern = os.path.join(snli_path, "snli_1.0/snli_1.0_*.txt")
174 glove_path = os.path.join(data_root, "glove/glove.42B.300d.txt")
261 "/tmp/spinn-data/snli/snli_1.0/snli_1.0.train.txt"
  /external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
sequence_feature_column.py 284 key='states', vocabulary_file='/us/states.txt', vocabulary_size=50,
  /external/tensorflow/tensorflow/lite/experimental/micro/tools/make/
Makefile 124 third_party/flatbuffers/LICENSE.txt
  /external/toolchain-utils/
generate-waterfall-reports.py 51 BUILD_DATA_FILE = '%s/build-data.txt' % DATA_DIR
164 filename = 'waterfall_report.failures.%s.txt' % date
211 filename = 'waterfall_report.%s_waterfall.%s.txt' % (waterfall_type, date)
392 """Update the data in our build-data.txt file."""
  /external/virglrenderer/
git.mk 169 $(DOC_MODULE)-decl-list.txt \
170 $(DOC_MODULE)-decl.txt \
  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 649 char txt[100], *pos, *end; local
688 pos = txt;
689 end = pos + sizeof(txt);
698 size, txt);
    [all...]
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
grpc_ares_wrapper.cc 315 // Find service config in TXT record.
318 memcmp(result->txt, g_service_config_attribute_prefix, prefix_len) ==
328 memcpy(*r->service_config_json_out, result->txt + prefix_len,
335 memcpy(*r->service_config_json_out + service_config_len, result->txt,
346 gpr_asprintf(&error_msg, "C-ares TXT lookup status is not ARES_SUCCESS: %s",
  /external/python/cpython3/Lib/idlelib/
config.py     [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.c 479 size_t len, int txt)
490 if (txt)
516 if (txt) {
517 ret = os_snprintf(*pos, end - *pos, "%s-txt=", field);
eap.c 115 static void eap_deinit_prev_method(struct eap_sm *sm, const char *txt)
124 "(%d, %s) at %s", sm->selectedMethod, sm->m->name, txt);
2402 const char *txt = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c 109 static char txt[MI_LEN * 2 + 1]; local
111 wpa_snprintf_hex(txt, sizeof(txt), mi, MI_LEN);
112 return txt;
118 static char txt[ETH_ALEN * 3 + 1 + 5 + 1]; local
120 os_snprintf(txt, sizeof(txt), MACSTR "@%u",
122 return txt;
128 static char txt[4 * 2 + 1]; local
130 wpa_snprintf_hex(txt, sizeof(txt), algo_agility, 4)
    [all...]
  /external/wpa_supplicant_8/src/utils/
utils_module_tests.c 366 const char *txt; local
424 txt = wpa_ssid_txt(ssid, sizeof(ssid));
425 len = os_strlen(txt);
  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 251 const char *txt)
255 MAC2STR(addr), txt);
257 wpa_printf(MSG_DEBUG, "AUTH: %s", txt);
mesh_rsn.c 67 const char *txt)
71 MAC2STR(addr), txt);
73 wpa_printf(MSG_DEBUG, "AUTH: %s", txt);
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 156 case kDNSType_TXT: return("TXT");
196 case kDNSType_HINFO:// Display this the same as TXT (show all constituent strings)
198 const mDNSu8 *t = rd->txt.c;
199 while (t < rd->txt.c + rr->rdlength)
201 length += mDNS_snprintf(buffer+length, RemSpc, "%s%#s", t > rd->txt.c ? "¦" : "", t);
    [all...]
  /build/soong/java/
aar.go 225 rTxt := android.PathForModuleOut(ctx, "R.txt")
560 a.proguardFlags = extractedAARDir.Join(ctx, "proguard.txt")
583 rTxt := android.PathForModuleOut(ctx, "R.txt")
dexpreopt_bootjars.go 354 combinedBootImageProfile := image.dir.Join(ctx, "boot-image-profile.txt")
363 defaultProfile := "frameworks/base/config/boot-image-profile.txt"
405 output := android.PathForOutput(ctx, "boot."+arch.String()+".oatdump.txt")
  /external/scapy/scapy/
packet.py 558 def make_dump_txt(x,y,txt):
559 return pyx.text.text(XDSTART+x*XMUL, (YDUMP-y)*YMUL, r"\tt{%s}"%hexstr(txt), [pyx.text.size.Large])
607 txt = make_dump_txt(shift, y, dmp)
608 tlist.append(txt)
618 for txt in tlist:
619 c.insert(txt)
    [all...]
  /external/clang/tools/scan-build/bin/
scan-build 6 # License. See LICENSE.TXT for details.
589 @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);
839 die "cannot demangle attribute name\n" if (! ($file =~ /^attribute_ignored_(.+).txt/));
848 open (INFO, "$Dir/failures/$ppfile.info.txt") or
849 die "Cannot open $Dir/failures/$ppfile.info.txt\n";
856 print OUT "<tr><td>$attribute</td><td>$srcfile</td><td><a href=\"failures/$ppfile\">$ppfile</a></td><td><a href=\"failures/$ppfile.stderr.txt\">$ppfile.stderr.txt</a></td></tr>\n";
859 print OUT " <!-- REPORTPROBLEM src=\"$srcfile\" file=\"failures/$ppfile\" clangfile=\"failures/$ppfile_clang\" stderr=\"failures/$ppfile.stderr.txt\" info=\"failures/$ppfile.info.txt\" -->\n";
869 $file =~ /(.+).info.txt$/
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 593 #define RRB_GET_SRC(srcfield, type, field, txt, checklength) do { \
598 " in %s from " MACSTR, txt, MAC2STR(src_addr)); \
604 #define RRB_GET(type, field, txt, checklength) \
605 RRB_GET_SRC(plain, type, field, txt, checklength)
606 #define RRB_GET_AUTH(type, field, txt, checklength) \
607 RRB_GET_SRC(auth, type, field, txt, checklength)
609 #define RRB_GET_OPTIONAL_SRC(srcfield, type, field, txt, checklength) do { \
614 " in %s from " MACSTR, txt, MAC2STR(src_addr)); \
620 #define RRB_GET_OPTIONAL(type, field, txt, checklength) \
621 RRB_GET_OPTIONAL_SRC(plain, type, field, txt, checklength
    [all...]
  /build/make/core/
java.mk 156 $(logtags_java_sources): PRIVATE_MERGED_TAG := $(TARGET_OUT_COMMON_INTERMEDIATES)/all-event-log-tags.txt
157 $(logtags_java_sources): $(intermediates.COMMON)/logtags/%.java: $(LOCAL_PATH)/%.logtags $(TARGET_OUT_COMMON_INTERMEDIATES)/all-event-log-tags.txt $(JAVATAGS) build/make/tools/event_log_tags.py
  /build/make/tools/releasetools/
ota_from_target_files 41 META/misc_info.txt, or "build/target/product/security/testkey" if that
240 POSTINSTALL_CONFIG = 'META/postinstall_config.txt'
241 DYNAMIC_PARTITION_INFO = 'META/dynamic_partitions_info.txt'
242 AB_PARTITIONS = 'META/ab_partitions.txt'
528 PAYLOAD_PROPERTIES_TXT = 'payload_properties.txt'
530 SECONDARY_PAYLOAD_PROPERTIES_TXT = 'secondary/payload_properties.txt'
605 suffix=".txt")
    [all...]
ota_from_target_files.py 41 META/misc_info.txt, or "build/target/product/security/testkey" if that
240 POSTINSTALL_CONFIG = 'META/postinstall_config.txt'
241 DYNAMIC_PARTITION_INFO = 'META/dynamic_partitions_info.txt'
242 AB_PARTITIONS = 'META/ab_partitions.txt'
528 PAYLOAD_PROPERTIES_TXT = 'payload_properties.txt'
530 SECONDARY_PAYLOAD_PROPERTIES_TXT = 'secondary/payload_properties.txt'
605 suffix=".txt")
    [all...]
  /build/soong/androidmk/cmd/androidmk/
androidmk_test.go 120 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
130 jarjar_rules: "jarjar-rules.txt",
  /external/antlr/runtime/Python/unittests/
testtree.py 51 txt = self.token.text
53 txt = ""
55 txt += "<V>"
56 return txt
    [all...]

Completed in 1648 milliseconds

<<21222324252627282930>>