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

<<11121314151617181920>>

  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 58 const char *txt; member in struct:ctrl_iface_msg
319 msg->txt, msg->len, NULL, gpriv);
340 msg->txt, msg->len, priv, NULL);
378 const char *txt, size_t len)
389 os_memcpy(msg + 1, txt, len);
390 msg->txt = (const char *) (msg + 1);
417 const char *txt, size_t len)
441 type, txt, len);
454 txt, len, NULL, gpriv);
472 type, txt, len)
930 char txt[200]; local
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 478 String txt = getText(); local
480 bi.setText(txt);
490 while (lineStart < txt.length()) {
491 maxLineEnd = txt.indexOf('\n', lineStart);
494 while (tempLineEnd != BreakIterator.DONE && fm.stringWidth(txt.substring(
501 lineEnd = txt.length();
507 g.drawString(txt.substring(lineStart, lineEnd), 0, penY);
511 if (lineStart < txt.length() && txt.charAt(lineStart) == '\n')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_io.py     [all...]
  /build/soong/cc/
cmakelists.go 27 // This singleton generates CMakeLists.txt files. It does so for each blueprint Android.bp resulting in a cc.Module
28 // when either make, mm, mma, mmm or mmma is called. CMakeLists.txt files are generated in a separate folder
42 cMakeListsFilename = "CMakeLists.txt"
64 // Track which projects have already had CMakeLists.txt generated to keep the first
76 // Link all handmade CMakeLists.txt aggregate from
127 // Only write CMakeLists.txt for the first variant of each architecture of each module
135 // Ensure the directory hosting the cmakelists.txt exists
139 // Create cmakelists.txt
379 // In order to be injected in CMakelists.txt we need to:
  /external/mdnsresponder/Clients/
dns-sd.c 262 else if (!strcasecmp(s, "TXT" )) return(kDNSServiceType_TXT);
418 const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t txtLen, const unsigned char *txt, void *context)
427 const unsigned char *max = txt + txtLen;
455 printf("%-47s TXT ", n);
457 while (txt < max)
459 const unsigned char *const end = txt + 1 + txt[0];
460 txt++; // Skip over length byte
462 while (txt<end)
464 if (*txt == '\\' || *txt == '\"') printf("\\")
988 unsigned char txt[2048] = ""; local
    [all...]
  /external/python/cpython2/Lib/test/
test_io.py     [all...]
  /build/soong/android/
notices.go 40 `${generate_notice} --text-output $tmpDir/NOTICE.txt --html-output $tmpDir/NOTICE.html -t "$title" -s $inputDir && ` +
65 // 2. They must end with .txt extension. Otherwise, they're ignored.
66 noticeRelPath := InstallPathToOnDevicePath(ctx, installPath.Join(ctx, installFilename+".txt"))
  /external/icu/icu4c/source/config/
dist.mk 22 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone misc/*.txt misc/*.mk unit
78 ( cd $(DISTY_TMP)/icu ; python as_is/bomlist.py > as_is/bomlist.txt || rm -f as_is/bomlist.txt )
  /external/icu/icu4c/source/extra/uconv/
Makefile.in 31 RESFILES=$(RESSRC:$(RESOURCESDIR)$(FILESEPCHAR)%.txt=$(RESDIR)/%.res)
123 @echo "\"./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt\""
125 $(INVOKE) ./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt
174 $(MSGNAME)/%.res: $(srcdir)/$(RESOURCESDIR)/%.txt
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
gen.go 29 // http://www.unicode.org/Public/8.0.0/ucd/PropertyValueAliases.txt
75 ucd.Parse(gen.OpenUCDFile("BidiBrackets.txt"), func(p *ucd.Parser) {
109 ucd.Parse(gen.OpenUCDFile("extracted/DerivedBidiClass.txt"), func(p *ucd.Parser) {
  /development/build/
sdk.atree 41 development/sdk/sdk_files_NOTICE.txt platform-tools/NOTICE.txt
80 development/sdk/sdk_files_NOTICE.txt build-tools/${PLATFORM_NAME}/NOTICE.txt
96 external/clang/LICENSE.TXT build-tools/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
222 docs/offline-sdk/activity_actions.txt platforms/${PLATFORM_NAME}/data/activity_actions.txt
223 docs/offline-sdk/broadcast_actions.txt platforms/${PLATFORM_NAME}/data/broadcast_actions.txt
    [all...]
  /art/test/dexdump/
run-all-tests 45 SUFFIX_COMMAND_MAP[txt]="${DEXDUMP} -adfh"
  /bionic/tests/libs/
Android.build.dlext_testzip.mk 44 $(hide) touch $(dir $@)/zipdir/empty_file.txt
94 $(hide) touch $(dir $@)/zipdir/empty_file.txt
  /cts/tests/libcore/jsr166/
Android.mk 40 LOCAL_JAVA_RESOURCE_FILES := libcore/expectations/knownfailures.txt
  /cts/tests/tests/wrap/nowrap/
Android.mk 36 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
  /dalvik/dx/tests/135-invoke-custom/
run 40 JAVAP_OUTPUT=invokecustom.InvokeCustom.txt
  /development/vndk/tools/
build_mixed 221 sed -i "/partition-exists=product$/d" "$DEVICE_IMAGES_DIR"/android-info.txt
256 # Overwrite android-info.txt with the updated one.
257 cp "$DEVICE_IMAGES_DIR"/android-info.txt "$DIST_DIR"/
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL180MciDxe/
PL180Mci.h 148 #define MCI_TRACE(txt) DEBUG ((EFI_D_BLKIO, "ARM_MCI: " txt "\n"))
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 572 protected virtual string UnEscapeNewlines(string txt) {
574 txt = StringExtensions.replaceAll(txt, "%0A", "\n"); // unescape \n
575 txt = StringExtensions.replaceAll(txt, "%0D", "\r"); // unescape \r
576 txt = StringExtensions.replaceAll(txt, "%25", "%"); // undo escaped escape chars
577 return txt;
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 727 protected virtual string UnEscapeNewlines( string txt )
730 txt = txt.Replace( "%0A", "\n" ); // unescape \n
731 txt = txt.Replace( "%0D", "\r" ); // unescape \r
732 txt = txt.Replace( "%25", "%" ); // undo escaped escape chars
733 return txt;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 543 protected String unEscapeNewlines(String txt) {
545 txt = txt.replaceAll("%0A","\n"); // unescape \n
546 txt = txt.replaceAll("%0D","\r"); // unescape \r
547 txt = txt.replaceAll("%25","%"); // undo escaped escape chars
548 return txt;
  /external/icu/icu4c/source/test/perf/collationperf/
Makefile.in 61 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /external/libnl/python/netlink/route/links/
inet.py 62 txt = util.kw(capi.rtnl_link_inet_devconf2str(i, 32)[0])
63 buf += fmt.format('{0:28s} {1:12} ', txt,
  /external/llvm/test/Bindings/OCaml/
diagnostic_handler.ml 26 let fn = Sys.argv.(1) ^ ".txt" in
  /external/noto-fonts/emoji-compat/
Android.mk 27 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt

Completed in 1419 milliseconds

<<11121314151617181920>>