/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
Timestamp.cs | 53 /// See [https://www.ietf.org/rfc/rfc3339.txt](https://www.ietf.org/rfc/rfc3339.txt).
|
/external/python/cpython3/Modules/clinic/ |
_ssl.c.h | 1030 "txt2obj($module, /, txt, name=False)\n" 1042 _ssl_txt2obj_impl(PyObject *module, const char *txt, int name); 1048 static const char * const _keywords[] = {"txt", "name", NULL}; 1050 const char *txt; local 1054 &txt, &name)) { 1057 return_value = _ssl_txt2obj_impl(module, txt, name); [all...] |
/external/python/dateutil/docs/ |
make.bat | 213 or in %BUILDDIR%/linkcheck/output.txt.
222 results in %BUILDDIR%/doctest/output.txt.
|
/external/python/setuptools/pkg_resources/tests/ |
test_resources.py | 138 def distRequires(self, txt): 139 return Distribution("/foo", metadata=Metadata(('depends.txt', txt))) 141 def checkRequires(self, dist, txt, extras=()): 142 assert list(dist.requires(extras)) == list(parse_requirements(txt)) 159 metadata=Metadata(('depends.txt', "[bar]\nBaz>=2.0")) 177 "/foo_dir/Baz-2.1.egg", metadata=Metadata(('depends.txt', "Foo")) 347 md = Metadata(('depends.txt', "Baz==1.0")) 350 md = Metadata(('depends.txt', "Baz==2.0")) 378 "FooPkg-1.2-py2.4.egg", metadata=Metadata(('requires.txt', '[x]')) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cfi-verify/X86/Inputs/ |
protected-lineinfo.s | 16 # llvm-lto2 run @tiny.resolution.txt -o tiny.s -filetype=asm
|
/external/vulkan-validation-layers/scripts/ |
vk_validation_stats.py | 39 txt_filename = "validation_error_database.txt" 163 print (" defaults to 'validation_error_database.txt'") 521 with open (txt_filename, 'w') as txt: 522 txt.write("## VUID Database\n") 523 txt.write("## Format: VUID_NAME | CHECKED | TEST | TYPE | API/STRUCT | EXTENSION | VUID_TEXT\n##\n") [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 271 logger_level level, const char *txt);
|
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | 312 static void tls_show_errors(int level, const char *func, const char *txt) 317 func, txt, ERR_error_string(ERR_get_error(), NULL)); 4515 char *txt; local 4549 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...] |
/external/toolchain-utils/cros_utils/ |
buildbot_json.py | 110 def limit(txt): 111 txt = str(txt) 113 if len(txt) > maximum + 2: 114 txt = txt[:maximum] + '...' 115 return txt [all...] |
/external/wpa_supplicant_8/hs20/client/ |
oma_dm_client.c | 247 char locuri[200], *txt; local 266 txt = xml_node_get_text(ctx->xml, child); 267 if (txt) { 268 add_item(ctx, replace, locuri, txt); 269 xml_node_get_text_free(ctx->xml, txt); [all...] |
/build/soong/java/ |
sdk_library.go | 264 module.BaseModuleName()+".txt")+")") 270 module.BaseModuleName()+".txt")+")") 276 module.BaseModuleName()+".txt")+")") 512 currentApiFileName := "current.txt" 513 removedApiFileName := "removed.txt" 696 for _, api := range []string{"current.txt", "removed.txt"} {
|
droiddoc.go | 221 // path to the API txt file that the new API extracted from source code is checked 225 // path to the API txt file that the new @removed API extractd from source code is [all...] |
gen.go | 156 Output: android.PathForIntermediates(ctx, "all-event-log-tags.txt"),
|
/external/protobuf/src/ |
Makefile.am | 536 google/protobuf/testdata/map_test_data.txt \ 537 google/protobuf/testdata/text_format_unittest_data.txt \ 538 google/protobuf/testdata/text_format_unittest_data_oneof_implemented.txt [all...] |
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 156 static int hostapd_ctrl_iface_wps_pin(struct hostapd_data *hapd, char *txt) 158 char *pin = os_strchr(txt, ' '); 181 return hostapd_wps_add_pin(hapd, addr, txt, pin, timeout); 445 static int hostapd_ctrl_iface_wps_ap_pin(struct hostapd_data *hapd, char *txt, 452 pos = os_strchr(txt, ' '); 456 if (os_strcmp(txt, "disable") == 0) { 461 if (os_strcmp(txt, "random") == 0) { 470 if (os_strcmp(txt, "get") == 0) { 477 if (os_strcmp(txt, "set") == 0) { 498 static int hostapd_ctrl_iface_wps_config(struct hostapd_data *hapd, char *txt) [all...] |
/external/harfbuzz_ng/ |
git.mk | 212 $(DOC_MODULE)-decl-list.txt \ 213 $(DOC_MODULE)-decl.txt \ 226 echo "/$(DOC_MODULE)-sections.txt"; \
|
/external/syzkaller/dashboard/app/ |
reporting_email.go | 115 if err := emailReport(c, rep, "mail_bug.txt"); err != nil { 144 if err := emailReport(c, job, "mail_test_result.txt"); err != nil { 505 mailTemplates = template.Must(template.New("").Funcs(mailFuncs).ParseGlob("mail_*.txt"))
|
/external/tensorflow/tensorflow/contrib/makefile/ |
README.md | 480 that aren't found. To address these problems, take a look at the *.txt files 482 add it to `tf_op_files.txt`, or for a new proto to `tf_proto_files.txt`.
|
/external/tensorflow/tensorflow/python/ops/ |
lookup_ops.py | 465 "test.txt", tf.string, 0, tf.int64, 1, delimiter=" "), -1) 478 "test.txt", tf.string, tf.lookup.TextFileIndex.WHOLE_LINE, [all...] |
/build/make/core/ |
prebuilt_internal.mk | 330 my_src_proguard_options := $(intermediates.COMMON)/aar/proguard.txt 342 $(hide) touch $(dir $@)/proguard.txt
|
/build/make/core/tasks/ |
sdk-addon.mk | 74 $(addon_dir_img):$(target_notice_file_txt):images/$(TARGET_CPU_ABI)/NOTICE.txt \
|
/build/soong/python/ |
binary.go | 63 stubTemplateHost = "build/soong/python/scripts/stub_template_host.txt"
|
builder.go | 93 // the path of stub_template_host.txt from source tree.
|