Searched refs:Hello (Results 1 – 25 of 90) sorted by relevance
1234
/external/markdown/tests/safe_mode/ |
D | unsafe_urls.txt | 3 [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 vas cr ipt:alert%28'Hello%20world!'%29) 9 [link](ja vas cr ipt:alert%28'Hello%20world!'%29) 10 [link](ja vas cr ipt:alert%28'Hello%20world!'%29) 11 [link](ja%09 %0Avas cr
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)
|
D | script_tags.txt | 4 alert("Hello world!") 11 alert("Hello world!") 18 alert("Hello world!") 24 alert("Hello world!") 31 alert("Hello world!")
|
/external/e2fsprogs/lib/ss/ |
D | test_script_expected | 4 Hello, world! 7 Hello, world! 10 Hello, world! 17 Hello, world! 21 Hello, world!
|
/external/llvm/lib/Transforms/Hello/ |
D | Hello.cpp | 26 struct Hello : public FunctionPass { struct 28 Hello() : FunctionPass(ID) {} in Hello() argument 39 char Hello::ID = 0; 40 static RegisterPass<Hello> X("hello", "Hello World Pass");
|
D | CMakeLists.txt | 2 Hello.cpp
|
D | Makefile | 19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/Hello.exports
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-array-literal.mm | 21 NSArray *array = @[ @"Hello", @1234 ]; 23 NSArray *array = @[ @"Hello", @1234 ]; 25 NSArray *array1 = @[ @"Hello", @1234, @[ @"Hello", @1234 ] ];
|
/external/tcpdump/tests/ |
D | mpls-ldp-hello.out | 3 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown] 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown] 5 Hold Time: 15s, Flags: [Link Hello]
|
D | mpls-ldp-hello.new | 3 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown] 4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown] 5 Hold Time: 15s, Flags: [Link Hello]
|
D | lmp.new | 18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28 21 Hello Object (7), Class-Type: 1 (1) Flags: [non-negotiable], length: 12 37 Hello Interval: 5 38 Hello Dead Interval: 15 60 Hello Interval: 5 61 Hello Dead Interval: 15
|
D | lmp.out | 18 LMPv1, msg-type: Hello, Flags: [Control Channel Down], length: 28 21 Hello Object (7), Class-Type: 1 (1) Flags: [non-negotiable], length: 12 37 Hello Interval: 5 38 Hello Dead Interval: 15 60 Hello Interval: 5 61 Hello Dead Interval: 15
|
/external/llvm/lib/Transforms/ |
D | Makefile | 11 PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello 17 PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
|
D | CMakeLists.txt | 7 add_subdirectory(Hello)
|
/external/markdown/tests/misc/ |
D | arabic.txt | 12 مثال Hello World! 14 print "Hello World!"
|
D | bidi.txt | 36 مثال Hello World! 38 print "Hello World!"
|
D | headers.txt | 1 ### Hello world
|
/external/dbus/test/data/valid-messages/ |
D | standard-hello.message | 1 # Standard org.freedesktop.DBus.Hello message 12 STRING 'Hello'
|
/external/llvm/include/llvm/ |
D | CMakeLists.txt | 16 ${LLVM_MAIN_SRC_DIR}/lib/Transforms/Hello/Hello.cpp
|
/external/clang/test/CodeGenObjC/ |
D | constant-strings.m | 6 // CHECK-NEXT: @.str = {{.*}}constant [13 x i8] c"Hello World!\00", align 1 15 id a = @"Hello World!";
|
/external/chromium/base/ |
D | sys_string_conversions_mac_unittest.mm | 12 EXPECT_STREQ("Hello, world!", 13 base::SysNSStringToUTF8(@"Hello, world!").c_str());
|
/external/llvm/test/Object/ |
D | objdump-section-content.test | 11 COFF-i386: 0000 48656c6c 6f20576f 726c6421 00 Hello World!. 19 ELF-i386: 0024 48656c6c 6f20576f 726c6421 00 Hello World!.
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
D | simple.txt | 1 Hello, World!
|
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
D | hello-world.cs | 1 Hello <?cs var:name.first ?> <?cs var:name.last ?>.
|
/external/clang/test/Driver/ |
D | no-objc-arr.m | 5 id string = @"Hello World.\n";
|
/external/dbus/test/data/auth/ |
D | extra-bytes.auth-script | 9 EXPECT_UNUSED 'Hello\r\n'
|
1234