HomeSort by relevance Sort by last modified time
    Searched refs:HELLO (Results 1 - 13 of 13) 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";
  /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 196 item, rest, err = nextValue(append(jsonBig, "HELLO WORLD"...), &scan)
203 if string(rest) != "HELLO WORLD" {
decode_test.go 209 // Given "hello", the first match should win.
210 First int `json:"HELLO"`
211 Second int `json:"Hello"`
367 in: `{"hello": 1}`,
385 in: "\"hello\xffworld\"",
387 out: "hello\ufffdworld",
390 in: "\"hello\xc2\xc2world\"",
392 out: "hello\ufffd\ufffdworld",
395 in: "\"hello\xc2\xffworld\"",
397 out: "hello\ufffd\ufffdworld"
    [all...]
  /prebuilts/go/darwin-x86/src/mime/
encodedword_test.go 19 fmt.Println(QEncoding.Encode("utf-8", "Hello!"))
24 // Hello!
52 header, err = dec.Decode("=?x-case?q?hello!?=")
59 // HELLO!
99 // HELLO WORLD!
  /prebuilts/go/linux-x86/src/encoding/json/
scanner_test.go 196 item, rest, err = nextValue(append(jsonBig, "HELLO WORLD"...), &scan)
203 if string(rest) != "HELLO WORLD" {
decode_test.go 209 // Given "hello", the first match should win.
210 First int `json:"HELLO"`
211 Second int `json:"Hello"`
367 in: `{"hello": 1}`,
385 in: "\"hello\xffworld\"",
387 out: "hello\ufffdworld",
390 in: "\"hello\xc2\xc2world\"",
392 out: "hello\ufffd\ufffdworld",
395 in: "\"hello\xc2\xffworld\"",
397 out: "hello\ufffd\ufffdworld"
    [all...]
  /prebuilts/go/linux-x86/src/mime/
encodedword_test.go 19 fmt.Println(QEncoding.Encode("utf-8", "Hello!"))
24 // Hello!
52 header, err = dec.Decode("=?x-case?q?hello!?=")
59 // HELLO!
99 // HELLO WORLD!
  /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"

Completed in 836 milliseconds