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

1 2 3 4 5 6 7 891011>>

  /hardware/bsp/intel/peripheral/bluetooth/bcm43340/
peripheral.mk 28 BOARD_CUSTOM_BT_CONFIG := $(BCM43340_BT_SRC)/vnd_edison.txt
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/testdata/
Makefile 4 newdecode.txt:
11 egrep ' (gnu|intel|plan9) ' ../log |sort >newdecode.txt
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/testdata/
Makefile 4 newdecode.txt:
11 egrep ' (gnu|intel|plan9) ' ../log |sort >newdecode.txt
  /build/core/tasks/
oem_image.mk 35 @mkdir -p $(oemimage_intermediates) && rm -rf $(oemimage_intermediates)/oem_image_info.txt
36 $(call generate-userimage-prop-dictionary, $(oemimage_intermediates)/oem_image_info.txt, skip_fsck=true)
39 $(TARGET_OUT_OEM) $(oemimage_intermediates)/oem_image_info.txt $@ $(TARGET_OUT)
  /packages/services/Car/
apicheck.mk 36 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(car_module)_api.txt
38 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(car_module)_removed.txt
73 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(car_module)_system_api.txt
75 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(car_module)_system_removed.txt
115 $(patsubst $(car_module_api_dir)/%.txt,%, $(wildcard $(car_module_api_dir)/*.txt)) \
123 $(car_module_api_dir)/$(last_released_sdk_$(car_module)).txt, \
125 $(car_module_api_dir)/removed.txt, \
139 $(car_module_api_dir)/current.txt, \
141 $(car_module_api_dir)/removed.txt, \
    [all...]
  /external/wpa_supplicant_8/hs20/client/
est.c 138 res = http_download_file(ctx->http, buf, "Cert/est-cacerts.txt",
153 resp = os_readfile("Cert/est-cacerts.txt", &resp_len);
155 wpa_printf(MSG_INFO, "Could not read Cert/est-cacerts.txt");
191 unlink("Cert/est-cacerts.txt");
247 char txt[100]; local
253 res = OBJ_obj2txt(txt, sizeof(txt), oid, 1);
254 if (res < 0 || res >= (int) sizeof(txt))
257 if (os_strcmp(txt, "1.2.840.113549.1.9.7") == 0) {
259 } else if (os_strcmp(txt, "1.2.840.113549.1.1.11") == 0)
271 char txt[100]; local
301 char txt[100], txt2[100]; local
498 char *txt; local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 129 var txt = this.getText();
130 if ( !org.antlr.lang.isNull(txt) ) {
131 txt = txt.replace(/\n/g,"\\\\n");
132 txt = txt.replace(/\r/g,"\\\\r");
133 txt = txt.replace(/\t/g,"\\\\t");
136 txt = "<no text>";
138 return "[@"+this.getTokenIndex()+","+this.start+":"+this.stop+"='"+txt+"',<"+this.type+">"+channelStr+","+this.line+":"+this.getCharPositionInLine()+"]"
    [all...]
  /external/avahi/avahi-sharp/
EntryGroup.cs 120 private static extern IntPtr avahi_string_list_new (IntPtr txt);
123 private static extern IntPtr avahi_string_list_add (IntPtr list, byte[] txt);
195 UInt16 port, params string[] txt)
197 AddService (PublishFlags.None, name, type, domain, port, txt);
201 UInt16 port, params string[] txt)
203 AddService (-1, Protocol.Unspecified, flags, name, type, domain, null, port, txt);
207 string host, UInt16 port, params string[] txt)
211 if (txt != null) {
212 foreach (string item in txt) {
221 string host, UInt16 port, params byte[][] txt)
    [all...]
  /ndk/build/tools/
gen-system-symbols.sh 23 # named <library>.functions.txt and <library>.variables.txt
44 <dst-dir>/<libname>.functions.txt
45 <dst-dir>/<libname>.variables.txt
95 SYMBOL_EXCLUDES=$TMPDIR/ndk-symbol-excludes.txt
99 SYMBOL_INCLUDES=$TMPDIR/ndk-symbol-includes.txt
102 SYMBOL_TMPFILE=$TMPDIR/ndk-symbols-list.txt
206 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
207 (echo "$VARS" | tr ' ' '\n') > $DSTDIR/$LIB.variables.txt
  /external/skia/tests/
FontObjTest.cpp 78 char txt[] = "long.text.with.lots.of.dots."; local
99 SkScalar width1 = paint.measureText(txt, strlen(txt));
102 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds);
107 SkScalar font_width1 = font->measureText(txt, strlen(txt), kUTF8_SkTextEncoding);
  /system/weaved/buffet/
avahi_mdns_client.cc 77 const std::vector<std::string>& txt) {
82 txt_records_ == txt) {
86 // Create txt record.
90 if (!txt.empty()) {
93 for (const auto& i : txt)
102 txt_records_ = txt;
155 std::vector<std::string> txt = std::move(txt_records_); local
157 PublishService(service_type, port, txt);
  /external/icu/icu4c/source/data/
makedata.mak 31 .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c
67 # The directory that contains resfiles.mk files along with *.txt locale data files
72 # The directory that contains colfiles.mk files along with *.txt collation data files
77 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files
82 # The directory that contains trfiles.mk files along with *.txt transliterator files
87 # The directory that contains resfiles.mk files along with *.txt break iterator files
104 # The directory that contains sprepfiles.mk files along with *.txt stringprep files
251 BRK_FILES=$(ICUBRK)\$(BRK_SOURCE:.txt =.brk brkitr\)
252 BRK_FILES=$(BRK_FILES:.txt=.brk)
256 BRK_DICT_FILES = $(ICUBRK)\$(BRK_DICT_SOURCE:.txt =.dict brkitr\
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
verify.rs 24 #define printCell(txt, a, xy) \
33 rsDebug(txt, rsGetElementAt_uchar4(a, xy.x, xy.y)); \
36 rsDebug(txt, rsGetElementAt_uchar3(a, xy.x, xy.y)); \
39 rsDebug(txt, rsGetElementAt_uchar2(a, xy.x, xy.y)); \
42 rsDebug(txt, rsGetElementAt_uchar(a, xy.x, xy.y)); \
48 rsDebug(txt, rsGetElementAt_float4(a, xy.x, xy.y)); \
51 rsDebug(txt, rsGetElementAt_float3(a, xy.x, xy.y)); \
54 rsDebug(txt, rsGetElementAt_float2(a, xy.x, xy.y)); \
57 rsDebug(txt, rsGetElementAt_float(a, xy.x, xy.y)); \
63 rsDebug(txt, rsGetElementAt_double4(a, xy.x, xy.y));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 333 String[] txt = { NL + " ", NL + " ", NL + " ", NL + " ", NL + " " , NL + " " }; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ local
347 attachNode(document, entry, elem, txt[1]);
352 attachNode(document, entry, elem, txt[1]);
357 attachNode(document, entry, elem, txt[1]);
362 attachNode(document, entry, elem, txt[1]);
366 attachNode(document, entry, summary, txt[1]);
377 attachNode(document, summary, build, txt[2]);
383 attachNode(document, build, elem, txt[3]);
390 attachNode(document, build, elem, txt[3]);
397 attachNode(document, build, elem, txt[3])
    [all...]
  /external/icu/icu4c/source/test/testdata/
testdata.mak 8 .SUFFIXES : .res .txt
29 TEST_RES_FILES = $(TEST_RES_SOURCE:.txt=.res)
80 {$(TESTDATA)}.txt.res::
88 "$(TESTDATABLD)\idna_rules.res": "$(TESTDATA)\idna_rules.txt"
90 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -d"$(TESTDATABLD)" idna_rules.txt
97 "$(TESTDATABLD)\testtable32.txt" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe
100 "$(TESTDATABLD)\testtable32.res": "$(TESTDATABLD)\testtable32.txt"
101 "$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATABLD)" -d"$(TESTDATABLD)" testtable32.txt
104 "$(TESTDATABLD)\nfscsi.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cs_prep_ci.txt"
106 @"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscsi -u 3.2.0 nfs4_cs_prep_ci.txt
    [all...]
  /external/netperf/doc/examples/
runemomniaggdemo.sh 236 dmidecode 2>&1 > dmidecode.txt
237 uname -a 2>&1 > uname.txt
238 cat /proc/cpuinfo 2>&1 > cpuinfo.txt
239 cat /proc/meminfo 2>&1 > meminfo.txt
240 ifconfig -a 2>&1 > ifconfig.txt
241 netstat -rn 2>&1 > netstat.txt
242 dpkg -l 2>&1 > dpkg.txt
243 rpm -qa 2>&1 > rpm.txt
244 cat /proc/interrupts 2>&1 > interrupts.txt
248 traceroute ${REMOTE_HOSTS[$i]} > traceroute_${REMOTE_HOSTS[$i]}.txt
    [all...]
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 673 txt = "Set files with the %s type, if you want to " % markup(f)
676 return txt + "store the %s files under the /run or /var/run directory." % prettyprint(f, "_var_run_t")
678 return txt + "store the %s files under the /run directory." % prettyprint(f, "_pid_t")
680 return txt + "store the %s files under the /var/lib directory." % prettyprint(f, "_var_lib_t")
682 return txt + "store the %s files under the /var directory." % prettyprint(f, "_var_lib_t")
684 return txt + "store the %s files under the /var/spool directory." % prettyprint(f, "_spool_t")
686 return txt + "store the %s files under the /var/spool directory." % prettyprint(f, "_spool_t")
688 return txt + "store the files under the /var/cache directory."
690 return txt + "treat the files as kerberos keytab files."
692 return txt + "treat the files as %s lock data, stored under the /var/lock directory" % prettyprint(f, "_lock_ (…)
    [all...]
  /external/curl/packages/vms/
build_gnv_curl_release_notes.com 6 $! 1. The curl_release_note_start.txt
7 $! 2. The hp_ssl_release_info.txt
9 $! 4. The Curl_gnv-build_steps.txt.
84 $ if f$search("sys$disk:[]hp_ssl_release_info.txt") .eqs. ""
92 sys$disk:[]curl_release_note_start.txt, -
93 sys$disk:[]hp_ssl_release_info.txt, -
95 sys$disk:[]curl_gnv_build_steps.txt -
  /external/icu/icu4c/as_is/os400/
unpax-icu.sh 98 if [ -f icu/as_is/bomlist.txt ];
100 echo "Using icu/as_is/bomlist.txt"
101 pax -C 819 -rvf $tar_file `cat icu/as_is/bomlist.txt`
103 for file in `find ./icu \( -name \*.txt -print \)`; do
  /bionic/tests/libs/
Android.build.dlext_testzip.mk 42 $(hide) (cd $(dir $@) && touch empty_file.txt && zip -qrD0 $(notdir $@).unaligned empty_file.txt libdir/*.so)
82 $(hide) (cd $(dir $@) && touch empty_file.txt && zip -qrD0 $(notdir $@).unaligned empty_file.txt libdir)
  /dalvik/dx/tests/115-merge/
run 36 junit.textui.TestRunner com.android.dx.merge.DexMergeTest > unit-out.txt 2>&1
41 cat unit-out.txt
  /external/avahi/avahi-core/
log.h 43 typedef void (*AvahiLogFunction)(AvahiLogLevel level, const char *txt);
  /external/avahi/avahi-ui-sharp/
bssh.cs 22 string txt = System.Text.Encoding.UTF8.GetString (txtBytes);
23 string[] splitTxt = txt.Split(new char[] { '=' }, 2);
  /external/c-ares/
ares_parse_txt_reply.c 116 /* Check if we are really looking at a TXT record */
119 /* Allocate storage for this TXT answer appending it to the list */
137 * There may be multiple substrings in a single TXT record. Each
154 txt_curr->txt = malloc (txt_curr->length + 1);
155 if (txt_curr->txt == NULL)
168 memcpy ((char *) txt_curr->txt + str_len, strptr, substr_len);
173 *((char *) txt_curr->txt + txt_curr->length) = '\0';
  /external/skia/samplecode/
SampleDegenerateTwoPtRadials.cpp 72 SkString txt; variable
73 txt.appendf("gap at \"tangent\" pt = %f", SkScalarToFloat(delta));
77 canvas->drawText(txt.c_str(), txt.size(), l + w/2 + w*DELTA_SCALE*delta, t + h + SK_Scalar1 * 10, paint);

Completed in 1071 milliseconds

1 2 3 4 5 6 7 891011>>