/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
FindFieldBindingObject.java | 23 public static final String HELLO = "Hello";
|
/prebuilts/go/darwin-x86/src/mime/ |
example_test.go | 17 fmt.Println(mime.QEncoding.Encode("utf-8", "Hello!")) 22 // Hello! 50 header, err = dec.Decode("=?x-case?q?hello!?=") 57 // HELLO! 97 // HELLO WORLD!
|
/prebuilts/go/linux-x86/src/mime/ |
example_test.go | 17 fmt.Println(mime.QEncoding.Encode("utf-8", "Hello!")) 22 // Hello! 50 header, err = dec.Decode("=?x-case?q?hello!?=") 57 // HELLO! 97 // HELLO WORLD!
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
nldef.h | 49 MAKE_ROUTE_PROTOCOL (HELLO, 7),
|
/external/mtpd/ |
l2tp.c | 48 HELLO = 6, 62 "ACK", "SCCRQ", "SCCRP", "SCCCN", "STOPCCN", NULL, "HELLO", "OCRQ", 478 case HELLO:
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
scanner_test.go | 197 item, rest, err = nextValue(append(jsonBig, "HELLO WORLD"...), &scan) 204 if string(rest) != "HELLO WORLD" {
|
decode_test.go | 248 // Given "hello", the first match should win. 249 First int `json:"HELLO"` 250 Second int `json:"Hello"` 602 in: `{"hello": 1}`, 620 in: "\"hello\xffworld\"", 622 out: "hello\ufffdworld", 625 in: "\"hello\xc2\xc2world\"", 627 out: "hello\ufffd\ufffdworld", 630 in: "\"hello\xc2\xffworld\"", 632 out: "hello\ufffd\ufffdworld" [all...] |
/prebuilts/go/linux-x86/src/encoding/json/ |
scanner_test.go | 197 item, rest, err = nextValue(append(jsonBig, "HELLO WORLD"...), &scan) 204 if string(rest) != "HELLO WORLD" {
|
decode_test.go | 248 // Given "hello", the first match should win. 249 First int `json:"HELLO"` 250 Second int `json:"Hello"` 602 in: `{"hello": 1}`, 620 in: "\"hello\xffworld\"", 622 out: "hello\ufffdworld", 625 in: "\"hello\xc2\xc2world\"", 627 out: "hello\ufffd\ufffdworld", 630 in: "\"hello\xc2\xffworld\"", 632 out: "hello\ufffd\ufffdworld" [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_os.py | 359 os.environ.update(HELLO="World")
360 with os.popen("/bin/sh -c 'echo $HELLO'") as popen:
508 f.write('hello')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_os.py | 364 os.environ.update(HELLO="World") 365 with os.popen("/bin/sh -c 'echo $HELLO'") as popen: 527 f.write('hello') [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_os.py | 364 os.environ.update(HELLO="World") 365 with os.popen("/bin/sh -c 'echo $HELLO'") as popen: 527 f.write('hello') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_os.py | 364 os.environ.update(HELLO="World") 365 with os.popen("/bin/sh -c 'echo $HELLO'") as popen: 527 f.write('hello') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_os.py | 364 os.environ.update(HELLO="World") 365 with os.popen("/bin/sh -c 'echo $HELLO'") as popen: 527 f.write('hello') [all...] |
/external/elfutils/tests/ |
run-dwarf-getmacros.sh | 695 HELLO "world"
|