Home
last modified time | relevance | path

Searched refs:Hello (Results 1 – 25 of 156) sorted by relevance

1234567

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
Ddoctype01.dat2 <!DOCTYPE html>Hello
9 | "Hello"
12 <!dOctYpE HtMl>Hello
19 | "Hello"
22 <!DOCTYPEhtml>Hello
29 | "Hello"
32 <!DOCTYPE>Hello
39 | "Hello"
42 <!DOCTYPE >Hello
49 | "Hello"
[all …]
Dwebkit01.dat39 <div>Hello</div>
50 | "Hello"
63 <div foo="bar">Hello</div>
71 | "Hello"
74 <div>Hello</div>
85 | "Hello"
/external/markdown/tests/safe_mode/
Dunsafe_urls.txt3 [link](javascript:alert%28'Hello%20world!'%29)
4 [link](vbscript:msgbox%28%22Hello%20world!%22%29)
5 [link](livescript:alert%28'Hello%20world!'%29)
7 [link](jAvAsCrIpT:alert%28'Hello%20world!'%29)
8 [link](ja&#32;vas&#32;cr&#32;ipt:alert%28'Hello%20world!'%29)
9 [link](ja&#00032;vas&#32;cr&#32;ipt:alert%28'Hello%20world!'%29)
10 [link](ja&#x00020;vas&#32;cr&#32;ipt:alert%28'Hello%20world!'%29)
11 [link](ja%09&#x20;%0Avas&#32;cr&#x0a;ipt:alert%28'Hello%20world!'%29)
12 [link](ja%20vas%20cr%20ipt:alert%28'Hello%20world!'%29)
13 [link](live%20script:alert%28'Hello%20world!'%29)
Dscript_tags.txt4 alert("Hello world!")
11 alert("Hello world!")
18 alert("Hello world!")
24 alert("Hello world!")
31 alert("Hello world!")
/external/lldb/tools/lldb-perf/darwin/formatters/
Dfmts_tester.mm33 NSString* str0 = @"Hello world";
34 NSString* str1 = @"Hello ℥";
35 NSString* str2 = @"Hello world";
36 NSString* str3 = @"Hello ℥";
37 NSString* str4 = @"Hello world";
71 std::string sstr0("Hello world");
72 std::string sstr1("Hello world");
73 std::string sstr2("Hello world");
74 std::string sstr3("Hello world");
75 std::string sstr4("Hello world");
/external/e2fsprogs/lib/ss/
Dtest_script_expected4 Hello, world!
7 Hello, world!
10 Hello, world!
17 Hello, world!
21 Hello, world!
/external/llvm/lib/Transforms/Hello/
DHello.cpp27 struct Hello : public FunctionPass { struct
29 Hello() : FunctionPass(ID) {} in Hello() argument
40 char Hello::ID = 0;
41 static RegisterPass<Hello> X("hello", "Hello World Pass");
DCMakeLists.txt5 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/Hello.exports)
14 Hello.cpp
/external/clang/test/Rewriter/
Drewrite-modern-array-literal.mm21 NSArray *array = @[ @"Hello", @1234 ];
23 NSArray *array = @[ @"Hello", @1234 ];
25 NSArray *array1 = @[ @"Hello", @1234, @[ @"Hello", @1234 ] ];
/external/clang/test/SemaObjC/
Dformat-cstrings-warning.m34 …[NSString localizedStringWithFormat : @"Hello%s", " There"]; // expected-warning {{using %s direct…
35 …[pns initWithFormat : @"Hello%s %d %d", "Hello", 1, 2]; // expected-warning {{using %s directive i…
36 …[pns MyRandomMethod : @"Hello%s %d %d" locale:0 arguments: argList]; // expected-warning {{using …
37 …return [NSString stringWithFormat : @"Hello%s", " There"]; // expected-warning {{using %s directiv…
64 …CFStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, (CFStringRef)"Hello %s there %d\…
74 …MyNSLog(@"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being pas…
76 …MyCFStringCreateWithFormat((CFStringRef)@"%s", "Hello"); // expected-warning {{using %s directive …
77 …XMyNSLog(4, @"%s\n", "Hello"); // expected-warning {{using %s directive in CFString which is being…
Dformat-ostrace-warning.m34 CStringAppendFormatAndArguments ((CFMutableStringRef)@"AAAA", 0, "Hello %s there %d\n", argList);
45 MyOSLog("%s\n", "Hello");
47 MyFStringCreateWithFormat("%s", "Hello");
48 XMyOSLog(4, "%s\n", "Hello");
/external/tcpdump/tests/
Dbabel1v.out2 Hello seqno 8042 interval 200.0s
4 Hello seqno 40102 interval 200.0s
13 Hello seqno 8043 interval 200.0s
16 Hello seqno 40103 interval 200.0s
18 Hello seqno 8044 interval 200.0s
20 Hello seqno 40104 interval 200.0s
23 Hello seqno 8045 interval 200.0s
25 Hello seqno 40105 interval 200.0s
44 Hello seqno 8046 interval 200.0s
Dmpls-ldp-hello.out4 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown]
5 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown]
6 Hold Time: 15s, Flags: [Link Hello]
/external/chromium-trace/trace-viewer/tracing/third_party/jszip/
DREADME.markdown12 zip.file("Hello.txt", "Hello World\n");
22 Hello.txt
/external/v8/test/webkit/
Dgmail-re-re-expected.txt29 PASS cy("Re: Hello") is "Hello"
30 PASS cy("Ответ: Hello") is "Hello"
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
Dtesting.rst9 Let's see an example. First define a simple 'Hello world' handler to be
16 self.response.write('Hello, world!')
26 To test if this handler returns the correct ``'Hello, world!'`` response, we
46 self.assertEqual(response.body, 'Hello, world!')
95 self.response.write('Hello, world!')
102 assert response.body == 'Hello, world!'
/external/llvm/lib/Transforms/
DMakefile11 PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello ObjCARC
17 PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
/external/markdown/tests/misc/
Darabic.txt12 مثال Hello World!
14 print "Hello World!"
Dbidi.txt36 مثال Hello World!
38 print "Hello World!"
/external/compiler-rt/test/asan/TestCases/Darwin/
Dobjc-odr.mm19 NSLog(@"Hello world");
23 // CHECK: Hello world
/external/llvm/docs/
DWritingAnLLVMPass.rst39 Here we describe how to write the "hello world" of passes. The "Hello" pass is
43 source tree in the ``lib/Transforms/Hello`` directory.
55 we'll assume that you made ``lib/Transforms/Hello``. Finally, you must set up
67 LIBRARYNAME = Hello
78 ``$(LEVEL)/Debug+Asserts/lib/Hello.so`` that can be dynamically loaded by the
132 struct Hello : public FunctionPass {
134 This declares a "``Hello``" class that is a subclass of :ref:`FunctionPass
142 Hello() : FunctionPass(ID) {}
150 errs() << "Hello: ";
154 }; // end of struct Hello
[all …]
/external/v8/test/webkit/fast/js/
Dobject-prototype-toLocaleString-expected.txt31 PASS Object.prototype.toLocaleString.call('Hello, world!') is "Hello, world!"
32 PASS Object.prototype.toLocaleString.call('Hello, world!') is "stringPrototypeToString"
/external/clang/test/CodeGenObjC/
Dconstant-strings.m6 // CHECK-NEXT: @.str = {{.*}}constant [13 x i8] c"Hello World!\00", section "__TEXT,__cstring,cstri…
15 id a = @"Hello World!";
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-cstring-dump.test6 CHECK: 000000000000003b Hello world\n
9 NO_ADDR: Hello world\n
/external/lldb/test/functionalities/data-formatter/rdar-3534688/
Dmain.m23 CFBagSetValue(mutable_bag_ref, CFSTR("Hello world"));
32 CFBinaryHeapAddValue(binheap_ref, CFSTR("Hello world"));

1234567