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

<<11121314151617181920>>

  /external/c-ares/
ares_data.c 85 if (ptr->data.txt_reply.txt)
86 free(ptr->data.txt_reply.txt);
140 ptr->data.txt_reply.txt = NULL;
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/
txtbase.py 16 """TXT-like base class."""
23 """Base class for rdata that is like a TXT record
38 txt = ''
41 txt += '%s"%s"' % (prefix, dns.rdata._escapify(s))
43 return txt
  /external/libweave/examples/provider/
avahi_client.cc 55 const std::vector<std::string>& txt) {
59 // Create txt record.
62 if (!txt.empty()) {
64 for (const auto& i : txt)
avahi_client.h 28 const std::vector<std::string>& txt) override;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
verify.rs 206 #define printCell(txt, a, xy) \
215 rsDebug(txt, rsGetElementAt_uchar4(a, xy.x, xy.y)); \
218 rsDebug(txt, rsGetElementAt_uchar3(a, xy.x, xy.y)); \
221 rsDebug(txt, rsGetElementAt_uchar2(a, xy.x, xy.y)); \
224 rsDebug(txt, rsGetElementAt_uchar(a, xy.x, xy.y)); \
230 rsDebug(txt, rsGetElementAt_float4(a, xy.x, xy.y)); \
233 rsDebug(txt, rsGetElementAt_float3(a, xy.x, xy.y)); \
236 rsDebug(txt, rsGetElementAt_float2(a, xy.x, xy.y)); \
239 rsDebug(txt, rsGetElementAt_float(a, xy.x, xy.y)); \
245 rsDebug(txt, rsGetElementAt_double4(a, xy.x, xy.y));
    [all...]
  /build/core/
Makefile 149 $(shell mkdir -p $(PRODUCT_OUT) && echo $(BUILD_FINGERPRINT) > $(PRODUCT_OUT)/build_fingerprint.txt)
150 BUILD_FINGERPRINT_FROM_FILE := $$(cat $(PRODUCT_OUT)/build_fingerprint.txt)
330 PACKAGE_STATS_FILE := $(PRODUCT_OUT)/package-stats.txt
363 APKCERTS_FILE := $(intermediates)/$(name).txt
385 $(call dist-for-goals, apps_only, $(APKCERTS_FILE):apkcerts.txt)
410 all_event_log_tags_file := $(TARGET_OUT_COMMON_INTERMEDIATES)/all-event-log-tags.txt
631 # TODO These intermediate NOTICE.txt/NOTICE.html files should go into
635 target_notice_file_txt := $(TARGET_OUT_INTERMEDIATES)/NOTICE.txt
638 tools_notice_file_txt := $(HOST_OUT_INTERMEDIATES)/NOTICE.txt
642 kernel_notice_file := $(TARGET_OUT_NOTICE_FILES)/src/kernel.txt
    [all...]
  /external/avahi/avahi-gobject/
ga-entry-group.c 351 txt) {
355 port, error, txt);
377 txt) {
386 domain, host, port, txt);
407 service->entries = _string_list_to_hash(txt);
419 AvahiStringList *txt = NULL; local
422 txt = avahi_string_list_new_va(va);
430 port, error, txt);
431 avahi_string_list_free(txt);
447 AvahiStringList *txt = NULL local
515 AvahiStringList *txt = _hash_to_string_list(priv->entries); local
    [all...]
  /external/ceres-solver/scripts/
make_release 43 VERSION=$(grep 'SET(CERES_VERSION_' CMakeLists.txt | \
46 ABI_VERSION=$(grep 'SET(CERES_ABI_VERSION' CMakeLists.txt | \
60 echo " in CMakeLists.txt, which is $VERSION. You may not be in the "
68 echo " from the toplevel CMakeLists.txt, which is $ABI_VERSION."
77 echo " from the toplevel CMakeLists.txt, which is $ABI_VERSION."
86 echo " from the toplevel CMakeLists.txt, which is $ABI_VERSION."
  /external/eigen/bench/btl/data/
go_mean 18 EIGENDIR=`cat eigen_root_dir.txt`
29 '<li> compiler: ' `cat compiler_version.txt` '</li>'\
  /external/fonttools/
README.md 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
28 See "LICENSE.txt" for licensing information.
  /external/skia/gm/
textblobshader.cpp 21 TextBlobShaderGM(const char* txt) {
24 size_t txtLen = strlen(txt);
25 fGlyphs.append(p.textToGlyphs(txt, txtLen, nullptr));
26 p.textToGlyphs(txt, txtLen, fGlyphs.begin());
  /external/vboot_reference/tests/futility/
test_show_kernel.sh 18 echo "hi there" > ${TMP}.config.txt
42 --config ${TMP}.config.txt
  /packages/services/Car/
Android.mk 22 api_check_current_msg_file := $(LOCAL_PATH)/apicheck_msg_current.txt
23 api_check_last_msg_file := $(LOCAL_PATH)/apicheck_msg_last.txt
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multifile.py 29 Content-Disposition: attachment; filename="att.txt"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multifile.py 29 Content-Disposition: attachment; filename="att.txt"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multifile.py 29 Content-Disposition: attachment; filename="att.txt"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multifile.py 29 Content-Disposition: attachment; filename="att.txt"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-over3.d 25 \s*\*\(\.txt\)
26 \s*\.txt\s+0x0+1000\s+0xc\s+.*?
rgn-over6.d 25 \s*\*\(\.txt\)
26 \s*\.txt\s+0x0+1000\s+0xc\s+.*?
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 404 char *txt; local
408 txt = xml_node_get_text(ctx, node);
409 if (txt == NULL)
412 ret = base64_decode((unsigned char *) txt, strlen(txt), &len);
415 xml_node_get_text_free(ctx, txt);
418 txt = os_malloc(len + 1);
419 if (txt == NULL) {
423 os_memcpy(txt, ret, len);
424 txt[len] = '\0'
    [all...]
  /art/tools/ahat/
Android.mk 24 LOCAL_JAR_MANIFEST := src/manifest.txt
46 LOCAL_JAR_MANIFEST := test/manifest.txt
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 347 protected String escapeNewlines(String txt) {
348 txt = txt.replaceAll("%","%25"); // escape all escape char ;)
349 txt = txt.replaceAll("\n","%0A"); // escape \n
350 txt = txt.replaceAll("\r","%0D"); // escape \r
351 return txt;
  /external/boringssl/src/crypto/obj/
obj_xref.pl 7 print "Usage: perl obj_xref.pl obj_mac.num obj_xref.txt > obj_xref.h\n";
69 /* THIS FILE IS GENERATED FROM obj_xref.txt by obj_xref.pl via the
71 * perl obj_xref.pl obj_mac.num obj_xref.txt > obj_xref.h */
  /external/icu/icu4c/as_is/os400/
fixup-icu.sh 33 for file in `find ./icu/source/data/unidata \( -name \*.txt -print \)`; do
  /external/proguard/bin/
proguardgui.bat 8 REM "\"C:/My Directory/My File.txt\""

Completed in 984 milliseconds

<<11121314151617181920>>