HomeSort by relevance Sort by last modified time
    Searched full:world (Results 276 - 300 of 5805) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Tools/importbench/
README 4 an easy way to measure impact of possible code changes. For a real-world
  /external/snakeyaml/src/test/resources/pyyaml/
run-parser-crash-bug.data 8 - Ghost World
spec-08-10.data 5 print "Hello, world!\n";
  /external/swiftshader/third_party/LLVM/test/Assembler/
2002-08-15-UnresolvedGlobalReference.ll 3 @.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
  /external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
hello.ll 5 @.str = internal constant [13 x i8] c"Hello World!\00"
  /external/swiftshader/third_party/LLVM/test/ExecutionEngine/
hello.ll 4 @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]
  /external/swiftshader/third_party/LLVM/test/Object/TestObjectFiles/
archive-test.a-coff-i386 9 L?@?L?.text$d? P`.data ?@??? ?D$?$???D$?? ?Hello World!.text$.data _mainL_.str (…)
  /external/tensorflow/tensorflow/python/kernel_tests/
string_split_op_test.py 61 strings = [" hello ", "", "world "]
67 self.assertAllEqual(values, [b"hello", b"world"])
71 strings = ["hello|world", "hello world"]
83 self.assertAllEqual(values, [b"hello", b"world", b"hello world"])
89 self.assertAllEqual(values, [b"hello", b"world", b"hello", b"world"])
93 strings = ["hello|world", "hello world"]
    [all...]
  /frameworks/base/tests/notification/res/values/
strings.xml 3 <string name="hello">Hello World, NotificationShowcaseActivity!</string>
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
CastTest.java 38 mValues.add("world");
41 mMap.put("hello", "world");
42 mMap.put("world", "hello");
47 assertEquals("world", mBinder.textView1.getText().toString());
DefaultBindingTest.java 27 assertEquals("Hello World", binding.textView1.getText().toString());
28 assertEquals("Hello World", binding.textView2.getText().toString());
30 assertEquals("Hello ` \"World\"", binding.textView4.getText().toString());
31 assertEquals("Hello World", binding.textView5.getText().toString());
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pydoc_mod.py 20 This function solves all of the world's problems:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pydoc_mod.py 20 This function solves all of the world's problems:
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
issue18452.go 15 fmt.Println("Hello, world!")
  /prebuilts/go/darwin-x86/misc/cgo/testsovar/
cgoso_c.c 7 const char *exported_var = "Hello world";
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
hash_test.go 22 h.Write([]byte("hello world"))
26 t.Errorf("hash(hello world) = %v, want %v", sum, want)
36 fmt.Fprintf(f, "hello world")
50 t.Errorf("hash(hello world) = %v, want %v", sum, want)
  /prebuilts/go/darwin-x86/test/
deferprint.out 2 42 true false true +1.500000e+000 world 0x0 [0/0]0x0 0x0 0x0 255
helloworld.go 12 print("hello, world\n")
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug164.go 12 Hello, World!
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5105.dir/
a.go 7 var A = [2]string{"hello", "world"}
b.go 9 var B = [2]string{"world", "hello"}
  /prebuilts/go/darwin-x86/test/linkname.dir/
linkname3.go 7 str := "hello/world"
  /prebuilts/go/linux-x86/misc/cgo/errors/src/
issue18452.go 15 fmt.Println("Hello, world!")
  /prebuilts/go/linux-x86/misc/cgo/testsovar/
cgoso_c.c 7 const char *exported_var = "Hello world";
  /prebuilts/go/linux-x86/src/cmd/go/internal/cache/
hash_test.go 22 h.Write([]byte("hello world"))
26 t.Errorf("hash(hello world) = %v, want %v", sum, want)
36 fmt.Fprintf(f, "hello world")
50 t.Errorf("hash(hello world) = %v, want %v", sum, want)

Completed in 1540 milliseconds

<<11121314151617181920>>