HomeSort by relevance Sort by last modified time
    Searched refs:txt (Results 226 - 250 of 1213) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/security/integrity/ima/tests/
ima_violations.sh 82 TMPFN=test.txt
90 tail $log | grep test.txt | grep -q 'open_writers'
92 tst_resm TPASS "open_writers violation added(test.txt)"
97 tst_resm TFAIL "open_writers violation not added(test.txt)"
107 TMPFN=test.txt
115 tail $log | grep test.txt | grep -q 'ToMToU'
117 tst_resm TPASS "ToMToU violation added(test.txt)"
122 tst_resm TFAIL "ToMToU violation not added(test.txt)"
  /external/protobuf/
post_process_dist.sh 15 # non-testdata .txt files are converted to Windows-style line endings.
54 todos *.txt */*.txt
  /external/protobuf/util/
post_process_dist.sh 15 # non-testdata .txt files are converted to Windows-style line endings.
54 todos *.txt */*.txt
  /external/selinux/python/sepolgen/tests/
Makefile 6 rm -f out.txt
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 44 // DEFINE_string(filename, "my_file.txt", "The file to read");
487 #define MAYBE_STRIPPED_HELP(txt) (false ? (txt) : kStrippedFlagHelp)
489 #define MAYBE_STRIPPED_HELP(txt) txt
539 #define DEFINE_bool(name, val, txt) \
544 DEFINE_VARIABLE(bool, B, name, val, txt)
547 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32, I, name, val, txt)
550 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64, I64, name, val, txt
    [all...]
  /frameworks/native/opengl/tests/gl_perf/
fragment_shaders.cpp 5 const char * txt; member in struct:FragmentTestRec
  /hardware/broadcom/libbt/
vnd_buildcfg.mk 7 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
11 SRC := $(call my-dir)/include/vnd_generic.txt
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
Makefile 4 newdecode.txt:
11 egrep ' (gnu|intel|plan9) ' ../log |sort >newdecode.txt
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
Makefile 4 newdecode.txt:
11 egrep ' (gnu|intel|plan9) ' ../log |sort >newdecode.txt
  /build/make/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)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
PrePi.h 30 #define SerialPrint(txt) SerialPortWrite (txt, AsciiStrLen(txt)+1);
  /external/icu/icu4c/as_is/os390/
unpax-icu.sh 68 binary_suffixes="$binary_suffixes txt TXT ucm UCM"
69 elif [ -f icu/as_is/bomlist.txt ];
71 echo 'Using icu/as_is/bomlist.txt'
72 binary_files=$(cat icu/as_is/bomlist.txt)
75 for file in `find ./icu \( -name \*.txt -print \) | sed -e 's/^\.\///'`; do
100 # to handle files like NormalizationTest-3.2.0.txt
  /frameworks/native/libs/binder/
TextOutput.cpp 40 static void textOutputPrinter(void* cookie, const char* txt)
42 ((TextOutput*)cookie)->print(txt, strlen(txt));
  /packages/services/Car/
apicheck.mk 37 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(car_module)_api.txt
39 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(car_module)_removed.txt
74 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(car_module)_system_api.txt
76 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(car_module)_system_removed.txt
152 $(patsubst $(car_module_api_dir)/%.txt,%, $(wildcard $(car_module_api_dir)/*.txt)) \
160 $(car_module_api_dir)/$(last_released_sdk_$(car_module)).txt, \
162 $(car_module_api_dir)/removed.txt, \
176 $(car_module_api_dir)/current.txt, \
178 $(car_module_api_dir)/removed.txt, \
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
example_test.go 27 {"readme.txt", "This archive contains some text files."},
28 {"gopher.txt", "Gopher names:\nGeorge\nGeoffrey\nGonzo"},
29 {"todo.txt", "Get animal handling license."},
71 // Contents of readme.txt:
73 // Contents of gopher.txt:
78 // Contents of todo.txt:
  /prebuilts/go/linux-x86/src/archive/tar/
example_test.go 27 {"readme.txt", "This archive contains some text files."},
28 {"gopher.txt", "Gopher names:\nGeorge\nGeoffrey\nGonzo"},
29 {"todo.txt", "Get animal handling license."},
71 // Contents of readme.txt:
73 // Contents of gopher.txt:
78 // Contents of todo.txt:
  /system/libhwbinder/
TextOutput.cpp 41 static void textOutputPrinter(void* cookie, const char* txt)
43 ((TextOutput*)cookie)->print(txt, strlen(txt));
  /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/skia/tests/
FontObjTest.cpp 78 char txt[] = "long.text.with.lots.of.dots."; local
98 SkScalar width1 = paint.measureText(txt, strlen(txt));
101 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds);
106 SkScalar font_width1 = font->measureText(txt, strlen(txt), kUTF8_SkTextEncoding);
  /prebuilts/go/darwin-x86/src/strconv/
fp_test.go 98 f, err := os.Open("testdata/testfp.txt")
100 t.Fatal("testfp: open testdata/testfp.txt:", err)
113 t.Error("testdata/testfp.txt:", lineno, ": wrong field count")
123 t.Error("testdata/testfp.txt:", lineno, ": cannot atof64 ", a[2])
130 t.Error("testdata/testfp.txt:", lineno, ": cannot atof32 ", a[2])
137 t.Error("testdata/testfp.txt:", lineno, ": ", a[0], " ", a[1], " ", a[2], " (", v, ") ",
142 t.Fatal("testfp: read testdata/testfp.txt: ", s.Err())
  /prebuilts/go/linux-x86/src/strconv/
fp_test.go 98 f, err := os.Open("testdata/testfp.txt")
100 t.Fatal("testfp: open testdata/testfp.txt:", err)
113 t.Error("testdata/testfp.txt:", lineno, ": wrong field count")
123 t.Error("testdata/testfp.txt:", lineno, ": cannot atof64 ", a[2])
130 t.Error("testdata/testfp.txt:", lineno, ": cannot atof32 ", a[2])
137 t.Error("testdata/testfp.txt:", lineno, ": ", a[0], " ", a[1], " ", a[2], " (", v, ") ",
142 t.Fatal("testfp: read testdata/testfp.txt: ", s.Err())
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bldX64.bat 20 @if exist %WORKSPACE%\Conf\build_rule.txt del %WORKSPACE%\Conf\build_rule.txt
22 @if exist %WORKSPACE%\Conf\target.txt del %WORKSPACE%\Conf\target.txt
23 @if exist %WORKSPACE%\Conf\tools_def.txt del %WORKSPACE%\Conf\tools_def.txt
38 @set auto_config_inc=.\Vlv2TbltDevicePkg\AutoPlatformCFG.txt
72 @del Conf\build_rule.txt
73 @REM @del Conf\tools_def.txt
106 @findstr /V "ACTIVE_PLATFORM TARGET TARGET_ARCH TOOL_CHAIN_TAG BUILD_RULE_CONF" Conf\target.txt > Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\target.txt
    [all...]
  /external/icu/icu4c/source/data/
makedata.mak 33 .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c
69 # The directory that contains resfiles.mk files along with *.txt locale data files
74 # The directory that contains colfiles.mk files along with *.txt collation data files
79 # The directory that contains rbnffiles.mk files along with *.txt RBNF data files
84 # The directory that contains trfiles.mk files along with *.txt transliterator files
89 # The directory that contains resfiles.mk files along with *.txt break iterator files
106 # The directory that contains sprepfiles.mk files along with *.txt stringprep files
253 BRK_FILES=$(ICUBRK)\$(BRK_SOURCE:.txt =.brk brkitr\)
254 BRK_FILES=$(BRK_FILES:.txt=.brk)
258 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...]

Completed in 1631 milliseconds

1 2 3 4 5 6 7 8 91011>>