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

<<11121314151617181920>>

  /external/autotest/client/profilers/powertop/src/
Makefile 48 rm -rf .svn po/.svn DEADJOE po/DEADJOE todo.txt Lindent svn-commit.* dogit.sh git/ *.rej *.orig
  /external/avahi/avahi-client/
publish.h 85 /** Add a service. Takes a variable NULL terminated list of TXT record strings as last arguments. Please note that this service is not announced on the network before avahi_entry_group_commit() is called. */
98 /** Add a service, takes an AvahiStringList for TXT records. Arguments have the same meaning as for avahi_entry_group_add_service(). */
109 AvahiStringList *txt /**< The TXT data for this service. You may free this object after calling this function, it is not referenced any further */);
122 /** Update a TXT record for an existing service. The service should already be existent in the entry group. */
133 /** Update a TXT record for an existing service. Similar to avahi_entry_group_update_service_txt() but takes an AvahiStringList for the TXT strings, instead of a NULL terminated list of arguments. */
  /external/avahi/avahi-common/
strlst.h 39 * primarily for storing DNS TXT record data. */
51 AvahiStringList *avahi_string_list_new(const char *txt, ...) AVAHI_GCC_SENTINEL;
116 * the storing of DNS TXT records. Strings longer than 255 bytes are truncated. */
150 /** @{ \name DNS-SD TXT pair handling */
152 /** Find the string list entry for the given DNS-SD TXT key */
155 /** Return the DNS-SD TXT key and value for the specified string list
162 /** Add a new DNS-SD TXT key value pair to the string list. value may
  /external/avahi/avahi-core/
rr.h 96 } txt; /**< Data for TXT records */ member in union:AvahiRecord::__anon6522
  /external/eigen/lapack/
ilaclc.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilaclc.f">
15 *> [TXT]</a>
ilaclr.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilaclr.f">
15 *> [TXT]</a>
iladlc.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/iladlc.f">
15 *> [TXT]</a>
iladlr.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/iladlr.f">
15 *> [TXT]</a>
ilaslc.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilaslc.f">
15 *> [TXT]</a>
ilaslr.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilaslr.f">
15 *> [TXT]</a>
ilazlc.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilazlc.f">
15 *> [TXT]</a>
ilazlr.f 14 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilazlr.f">
15 *> [TXT]</a>
  /external/icu/icu4c/source/config/
dist.mk 69 ( cd $(DISTY_TMP)/icu ; python as_is/bomlist.py > as_is/bomlist.txt || rm -f as_is/bomlist.txt )
  /external/libcxx/
Makefile 38 --exclude=CMakeLists.txt *) | \
  /external/libphonenumber/
Android.mk 56 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
  /external/mesa3d/src/gallium/state_trackers/vega/
shaders_cache.c 76 static INLINE struct tgsi_token *tokens_from_assembly(const char *txt, int num_tokens)
82 tgsi_text_translate(txt, tokens, num_tokens);
432 const char *txt, int num_tokens,
437 struct tgsi_token *tokens = tokens_from_assembly(txt, num_tokens);
shaders_cache.h 113 const char *txt, int num_tokens,
  /ndk/build/tools/
dev-platform-expand.sh 215 rm -f "$ARCH_DDIR"/symbols/*.so.txt
  /packages/apps/Messaging/build/
gcheckstyle.mk 22 $(LOCAL_PACKAGE_NAME)STYLE_ERRORS_TXT := $(intermediates.COMMON)/$(LOCAL_PACKAGE_NAME)_style_errors.txt
42 # The root of the lint rule which just prints the style errors txt file to the console
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-1.d 17 <18> DW_AT_name : file1.txt
68 1 0 0 0 file1.txt
dwarf2-2.d 17 <18> DW_AT_name : file1.txt
68 1 0 0 0 file1.txt
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
dw2-compress-1.d 16 <18> DW_AT_name : file1.txt
94 1 0 0 0 file1.txt
  /external/avahi/avahi-compat-howl/
compat.c 75 AvahiStringList *txt; member in struct:service_data
300 avahi_string_list_free(sdata->txt);
662 data->service_data->txt)) < 0)
771 AvahiStringList *txt = NULL; local
782 if (avahi_string_list_parse(text_record, text_record_len, &txt) < 0)
786 avahi_string_list_free(txt);
791 avahi_string_list_free(txt);
808 sdata->txt = txt;
938 AvahiStringList *txt,
    [all...]
text.c 195 AvahiStringList *txt; local
205 if (avahi_string_list_parse(text_record, text_record_len, &txt) < 0) {
211 (*self)->index = (*self)->strlst = avahi_string_list_reverse(txt);
  /external/avahi/avahi-sharp/
ServiceResolver.cs 33 UInt16 port, IntPtr txt, LookupResultFlags flags,
172 UInt16 port, IntPtr txt, LookupResultFlags flags,
189 for (IntPtr l = txt; l != IntPtr.Zero; l = avahi_string_list_get_next (l)) {

Completed in 507 milliseconds

<<11121314151617181920>>