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

<<11121314151617181920>>

  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
FindMethodTest.java 68 assertEquals("world", textView.getText().toString());
73 assertEquals("hello world", textView.getText().toString());
78 assertEquals("world", textView.getText().toString());
83 assertEquals("hello world", textView.getText().toString());
88 assertEquals("world", textView.getText().toString());
93 assertEquals("hello world", textView.getText().toString());
100 mBinder.getObj().myField.set("Hello World");
102 assertEquals("Hello World", mBinder.textView25.getText().toString());
104 mBinder.getObj().myField.set("World Hello");
106 assertEquals("World Hello", mBinder.textView25.getText().toString())
    [all...]
  /external/clang/test/CodeGen/
function-sections.c 13 void world() {} function
16 // PLAIN: world:
20 // FUNC_SECT: section .text.world,
21 // FUNC_SECT: world:
26 // DATA_SECT: world:
funique-sections.c 7 void world() {} function
12 // UNIQUE: .section .text.world,"ax",@progbits
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}}
8 swallow("Hello world!" + 6); // no-warning
9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}}
10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}}
11 swallow("Hello world!" + 13); // no-warning
  /external/smali/util/src/test/java/org/jf/util/
TextUtilsTest.java 40 Assert.assertEquals("", TextUtils.stripComments("#world"));
41 Assert.assertEquals("hello", TextUtils.stripComments("hello#world"));
42 Assert.assertEquals("multi\nline", TextUtils.stripComments("multi#hello world\nline#world"));
51 Assert.assertEquals("hello\nworld", TextUtils.normalizeWhitespace("hello \n \n world"));
  /frameworks/base/tools/aapt2/text/
Printer_test.cpp 48 printer.Print("world!");
50 EXPECT_THAT(result, StrEq("Hello\n world!"));
54 EXPECT_THAT(result, StrEq("Hello\n world! What a\n lovely day.\n"));
59 EXPECT_THAT(result, StrEq("Hello\n world! What a\n lovely day.\n"));
63 EXPECT_THAT(result, StrEq("Hello\n world! What a\n lovely day.\nIsn't it?\n"));
  /libcore/benchmarks/src/benchmarks/
HashedCollectionsBenchmark.java 30 map.put("hello", "world");
38 map.put("hello", "world");
48 map.put("hello", "world");
55 map.put("hello", "world");
62 map.put("hello", "world");
  /external/libxcam/xcore/
xcam_utils.cpp 91 PointFloat3 world; local
105 world.z = config.wall_height - img_pos.y * z_step; // TODO world.z
107 float r2 = 1 - (world.z - config.center_z) * (world.z - config.center_z) / (c * c);
110 world.x = 0.0f;
111 world.y = -sqrt(r2 * b * b);
113 world.x = 0.0f;
114 world.y = sqrt(r2 * b * b);
116 world.x = sqrt(r2 * a * a * b * b / (b * b + a * a * tan(angle) * tan(angle)))
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 34 checkAddValidMimeType("World");
35 checkAddValidMimeType("Hello World");
46 checkAddValidFileSuffix("World");
47 checkAddValidFileSuffix("Hello World");
57 checkSetAndGetDescription("World");
58 checkSetAndGetDescription("Hello World");
81 info1.setDescription("World");
82 info3.setDescription("world"); // lowercase 'w'
84 info3.setDescription("World");
  /external/libese/libese/tests/
sg_unittests.cpp 34 uint8_t sg_data[] = "HELLO WORLD";
48 uint8_t src[] = "HELLO WORLD!";
65 uint8_t three[] = "WORLD";
83 EXPECT_EQ(copied, strlen("HELLO WORLD") + 1);
85 "HELLO WORLD");
89 EXPECT_EQ(copied, (strlen("HELLO WORLD") + 1) -
92 "O WORLD");
114 uint8_t src[] = "HELLO WORLD";
121 EXPECT_STREQ(reinterpret_cast<char *>(three), "WORLD");
  /external/libchrome/base/
base64url_unittest.cc 16 Base64UrlEncode("hello?world", Base64UrlEncodePolicy::INCLUDE_PADDING,
32 Base64UrlEncode("hello?world", Base64UrlEncodePolicy::OMIT_PADDING, &output);
50 EXPECT_EQ("hello?world", output);
70 EXPECT_EQ("hello?world", output);
76 EXPECT_EQ("hello?world", output);
88 EXPECT_EQ("hello?world", output);
  /external/python/cpython3/Lib/idlelib/idle_test/
test_search.py 34 self.text.insert('1.0', 'Hello World!')
50 self.engine.setpat('World!')
53 self.engine.setpat('Hello World!')
65 self.text.insert('2.0', 'Hello World!')
71 text.tag_add('sel', '1.6', '1.11') # Select 'World!'
75 text.tag_add('sel', '1.0', '1.11') # Select 'Hello World!'
  /external/toybox/tests/
gunzip.test 19 echo "hello world" | gzip > f.gz
21 test -f f.gz && cat f" "hello world\n" "" ""
36 echo "hello world" | gzip > f1.gz
38 "hello world\nhello world\n" "" ""
43 echo "hello world" | gzip > f1.gz
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/text/
SpannableStringTest.kt 29 @Test fun toSpannableString() = assertTrue("Hello, World".toSpannable() is SpannableString)
32 val s = "Hello, World".toSpannable()
41 val s = "Hello, World".toSpannable()
50 val s = "Hello, World".toSpannable()
59 val s = "Hello, World".toSpannable()
75 val s = "Hello, World".toSpannable()
  /system/media/audio_utils/tests/
simplelog_tests.cpp 39 slog->log("World");
45 slog->log(oneSecond /* nowNs */, "Hello World %d", 10);
73 03-27 14:47:43.567 World
74 12-31 16:00:01.000 Hello World 10
77 03-27 14:47:43.567 World
78 12-31 16:00:01.000 Hello World 10
  /external/owasp/sanitizer/src/tests/org/owasp/html/
SanitizersTest.java 42 "Hello, World!",
43 Sanitizers.FORMATTING.sanitize("Hello, World!"));
45 "Hello, <b>World</b>!",
46 Sanitizers.FORMATTING.sanitize("Hello, <b>World</b>!"));
48 "Hello, <b>World</b>!",
50 "<p>Hello, <b onclick=alert(1337)>World</b>!</p>"));
57 "Hello, World!",
58 Sanitizers.BLOCKS.sanitize("Hello, World!"));
60 "Hello, World!",
61 Sanitizers.BLOCKS.sanitize("Hello, <b>World</b>!"))
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/docs/
firmware-update.rst 31 This document describes the secure world FWU design. It is beyond its scope to
32 describe how normal world FWU images should operate. To implement normal world
41 some parts of FWU to be implemented in other secure and normal world images.
50 - Context switching between the normal and secure world during the FWU
53 - Other secure world FWU images handle platform initialization required by
55 - Normal world FWU images handle loading of firmware images from external
86 - Executable or non-executable image. This indicates whether the normal world
87 is permitted to request execution of a secure world FWU image (after
88 authentication). Secure world certificates and non-AP images are example
    [all...]
  /art/test/443-not-bool-inline/src/
Main.java 21 System.out.println("Hello World 1");
25 System.out.println("Hello World 2");
  /bionic/tests/
nl_types_test.cpp 26 ASSERT_STREQ("hello, world!", catgets(cat, NL_SETD, 0, "hello, world!"));
  /cts/tests/tests/webkit/assets/webkit/
test_hello_world.html 18 <title>test hello world</title>
21 <h3>hello world!</h3><br>
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/HelloWorld/
HelloWorldStr.uni 4 // This is a sample shell application that will print "UEFI Hello World!" to the
25 ".TH HelloWorld 0 "Displays a \"UEFI Hello World!\" string."\r\n"
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 13 #define LOW LOW ", world"
26 // CHECK: "hello" ", world"
  /external/compiler-rt/test/asan/TestCases/Windows/
shadow_mapping_failure.cc 9 printf("Hello, world!\n");
11 // CHECK-NOT: Hello, world!
  /external/compiler-rt/test/tsan/Darwin/
dispatch_main.mm 10 fprintf(stderr,"Hello world");
35 // CHECK: Hello world
dispatch_once_deadlock.mm 25 fprintf(stderr, "Hello world.\n");
37 // CHECK: Hello world.

Completed in 4540 milliseconds

<<11121314151617181920>>