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

1 2 3 4 5 6 7 8 91011>>

  /system/chre/apps/host_awake_world/
Makefile 2 # Host Awake World Nanoapp Makefile
23 NANOAPP_NAME_STRING = \"Host\ Awake\ World\"
  /system/chre/apps/sensor_world/
Makefile 2 # Sensor World Nanoapp Makefile
23 NANOAPP_NAME_STRING = \"Sensor\ World\"
  /system/chre/apps/timer_world/
Makefile 2 # Timer World Nanoapp Makefile
23 NANOAPP_NAME_STRING = \"Timer\ World\"
  /system/chre/apps/wifi_world/
Makefile 2 # Wifi World Nanoapp Makefile
18 NANOAPP_NAME_STRING = \"Wi-Fi\ World\"
  /system/core/libutils/tests/
String8_test.cpp 36 String8 tmp("Hello, world!");
38 EXPECT_STREQ(tmp.string(), "Hello, world!");
45 const char* ccsrc2 = "world!";
47 EXPECT_STREQ(dst1.string(), "Hello, world!");
49 EXPECT_STREQ(ccsrc2, "world!");
52 String8 ssrc2("world!");
54 EXPECT_STREQ(dst2.string(), "Hello, world!");
56 EXPECT_STREQ(ssrc2.string(), "world!");
  /external/pdfium/xfa/fde/
cfde_texteditengine_unittest.cpp 68 engine()->Insert(5, L" World");
69 EXPECT_STREQ(L"Hello World", engine()->GetText().c_str());
73 EXPECT_STREQ(L"Hello New World", engine()->GetText().c_str());
76 EXPECT_STREQ(L"Hello New World Cat", engine()->GetText().c_str());
85 engine()->Insert(5, L" World");
89 engine()->Insert(5, L" World");
102 engine()->Insert(5, L" World");
108 engine()->Insert(5, L" World");
120 engine()->Insert(5, L" World");
124 engine()->Insert(5, L" World");
    [all...]
  /art/test/660-clinit/
expected.txt 8 str: Hello World!
  /art/test/900-hello-plugin/
expected.txt 7 Hello, world!
  /development/tools/templates/
layout.template 10 android:text="Hello World, ACTIVITY_ENTRY_NAME"
  /development/vndk/tools/definition-tool/tests/testdata/test_dex_file/
Hello.smali 11 const-string v0, "world"
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/common/
css_bl1_setup.c 17 * BL1 needs to enable normal world access to memory.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
unixclient.py 9 s.send('Hello, world')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
pydoc_mod.py 20 This function solves all of the world's problems:
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSecLibNull/
ArmPlatformLibNullSec.c 42 Some peripherals must be initialized in Secure World.
43 For example, some L2x0 requires to be initialized in Secure World
61 Call before jumping to Normal World
64 jumping to the Normal World
  /external/clang/test/CodeGen/
2006-01-13-Includes.c 7 printf("Hello World\n");
cfstring.c 10 // CHECK: @.str = private unnamed_addr constant [14 x i8] c"Hello, World!\00", section "__TEXT,__cstring,cstring_literals", align 1
12 // CHECK: @.str.3 = private unnamed_addr constant [16 x i8] c"Goodbye, World!\00", section "__TEXT,__cstring,cstring_literals", align 1
17 CFSTR("Hello, World!");
24 static void* h = CFSTR("Goodbye, World!");
  /external/clang/test/CodeGenCXX/
internal-linkage.cpp 21 char const * const xyzzy = "Hello, world!";
30 static char const * const static_xyzzy = "Hello, world!";
39 static char const * static_nonconst_xyzzy = "Hello, world!";
49 char const * extern_nonconst_xyzzy = "Hello, world!";
  /external/clang/test/CodeGenObjC/
2008-11-24-ConstCFStrings.m 12 [a bork:@"Hello world!"];
  /external/clang/test/Driver/
no-objc-arr.m 6 id string = @"Hello World.\n";
  /external/clang/test/Lexer/
pragma-mark.c 5 #pragma mark Mike's world
  /external/deqp/framework/delibs/deutil/
deCommandLine.c 168 const char* cmdLine = "hello world";
169 const char* ref[] = { "hello", "world" };
173 const char* cmdLine = "hello/world";
174 const char* ref[] = { "hello/world" };
178 const char* cmdLine = "hello/world --help";
179 const char* ref[] = { "hello/world", "--help" };
183 const char* cmdLine = "hello/world --help foo";
184 const char* ref[] = { "hello/world", "--help", "foo" };
188 const char* cmdLine = "hello\\world --help foo";
189 const char* ref[] = { "hello\\world", "--help", "foo" }
    [all...]
  /external/devlib/src/netstats/res/layout/
main.xml 10 android:text="Hello World, NetStats"
  /external/kmod/testsuite/module-playground/
mod-loop-a.c 22 pr_warn("Hello, world A\n");
mod-loop-b.c 22 pr_warn("Hello, world B\n");
mod-loop-c.c 20 pr_warn("Hello, world C\n");

Completed in 679 milliseconds

1 2 3 4 5 6 7 8 91011>>