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

<<21222324252627282930>>

  /external/python/cpython2/Lib/test/
pydoc_mod.py 30 This function solves all of the world's problems:
reperf.py 5 s = "\13hello\14 \13world\14 " * 1000
test_macos.py 66 fp.write('hello world\n')
70 rfp.write('goodbye world\n')
77 self.assertEqual(data, 'hello world\n')
83 self.assertEqual(data, 'goodbye world\n')
  /external/python/cpython3/Lib/test/
pydoc_mod.py 30 This function solves all of the world's problems:
reperf.py 5 s = "\13hello\14 \13world\14 " * 1000
  /external/swiftshader/third_party/LLVM/test/Assembler/
2002-08-15-ConstantExprProblem.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/
2007-02-23-lr-saved-twice.ll 5 @str = internal constant [18 x i8] c"hello world!, %d\0A\00" ; <[18 x i8]*> [#uses=1]
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
darwin-stub.ll 4 @"\01LC" = internal constant [13 x i8] c"Hello World!\00" ; <[13 x i8]*> [#uses=1]
  /external/swiftshader/third_party/subzero/wasm-tests/
hello-putchar.c 34 char *str = "Hello, World!\n";
  /external/syslinux/com32/samples/
hello.c 21 printf("Hello, world, from 0x%08X! malloc return %p\n", (unsigned int)&main, nums);
  /external/toybox/toys/example/
hostid.c 8 * 32 bit identifier" is a concept the Linux world has outgrown.
  /external/turbine/javatests/com/google/turbine/diag/
LineMapTest.java 34 assertThat(map.lineNumber(input.indexOf("world") - 1)).isEqualTo(1);
35 assertThat(map.lineNumber(input.indexOf("world"))).isEqualTo(2);
39 assertThat(map.column(input.indexOf("world"))).isEqualTo(0);
40 assertThat(map.column(input.indexOf("world") + 1)).isEqualTo(1);
  /external/valgrind/drd/tests/
dlopen_lib.c 10 printf("Hello World! It's me, thread #%ld!\n", tid);
  /external/valgrind/memcheck/tests/
client-msg.stderr.exp 1 hello <> <&>%s world
varinforestrict.stderr.exp 1 Hello World
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
use_default.xml 25 android:text='@{str, default = "Hello World"}'
30 android:text='@{",default = Hello", default = "Hello World"}'
40 android:text="@{str, default = `Hello \` &quot;World&quot;`}"
45 android:text='@{str, default = &quot;Hello World&quot;}'
  /frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/
transformation.kt 54 world: Map<TypeElement, LifecycleObserverInfo>): List<LifecycleObserverInfo> {
77 world.values.forEach(::traverse)
88 world: InputModel, type: TypeElement,
95 if (world.isRootType(eventMethod.type)) {
100 if (world.hasSyntheticAccessorFor(eventMethod)) {
111 world: InputModel): List<AdapterClass> {
112 val flatObservers = flattenObservers(processingEnv, world.observersInfo)
116 .filter { (type) -> world.isRootType(type) }
120 validateMethod(processingEnv, world, type, eventMethod)
  /libcore/support/src/test/java/tests/resources/
Inserted_Entry_Manifest.jar 
Inserted_Entry_Manifest_with_DigestCode.jar 
Integrate.jar 
Modified_Class.jar 
Modified_Manifest_EntryAttributes.jar 
Modified_Manifest_MainAttributes.jar 
Modified_SF_EntryAttributes.jar 
StrictJarFileTestNoManifest.jar 

Completed in 889 milliseconds

<<21222324252627282930>>