HomeSort by relevance Sort by last modified time
    Searched refs:HELLO (Results 1 - 21 of 21) sorted by null

  /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/misc/cgo/test/
issue18720.go 8 #define HELLO "hello"
10 #define HELLO_WORLD HELLO "\000" WORLD
30 if got, want := C.HELLO_WORLD, "hello\000world"; got != want {
  /prebuilts/go/linux-x86/misc/cgo/test/
issue18720.go 8 #define HELLO "hello"
10 #define HELLO_WORLD HELLO "\000" WORLD
30 if got, want := C.HELLO_WORLD, "hello\000world"; got != want {
  /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/net/
rawconn_unix_test.go 54 data := []byte("HELLO-R-U-THERE")
  /prebuilts/go/linux-x86/src/net/
rawconn_unix_test.go 54 data := []byte("HELLO-R-U-THERE")
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner_test.go 217 item, rest, err = nextValue(append(jsonBig, "HELLO WORLD"...), &scan)
224 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"`
607 in: `{"hello": 1}`,
637 in: "\"hello\xffworld\"",
639 out: "hello\ufffdworld",
642 in: "\"hello\xc2\xc2world\"",
644 out: "hello\ufffd\ufffdworld",
647 in: "\"hello\xc2\xffworld\"",
649 out: "hello\ufffd\ufffdworld"
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
scanner_test.go 217 item, rest, err = nextValue(append(jsonBig, "HELLO WORLD"...), &scan)
224 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"`
607 in: `{"hello": 1}`,
637 in: "\"hello\xffworld\"",
639 out: "hello\ufffdworld",
642 in: "\"hello\xc2\xc2world\"",
644 out: "hello\ufffd\ufffdworld",
647 in: "\"hello\xc2\xffworld\"",
649 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')
  /external/python/cpython2/Lib/test/
test_os.py 366 os.environ.update(HELLO="World")
367 with os.popen("/bin/sh -c 'echo $HELLO'") as popen:
529 f.write('hello')
    [all...]
  /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"
  /external/python/cpython3/Lib/test/
test_os.py 705 os.environ.update(HELLO="World")
706 with os.popen("%s -c 'echo $HELLO'" % unix_shell) as popen:
    [all...]

Completed in 811 milliseconds