HomeSort by relevance Sort by last modified time
    Searched full:world (Results 551 - 575 of 3844) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/X86/
inline-asm-error.ll 13 tail call void asm sideeffect "hello world", "r,r,r,r,r,r,r,r,r,r,~{dirflag},~{fpsr},~{flags}"(i32 %x0, i32 %x1, i32 %x2, i32 %x3, i32 %x4, i32 %x5, i32 %x6, i32 %x7, i32 %x8, i32 %x9) nounwind
  /external/llvm/test/Feature/
constpointer.ll 29 @somestr = constant [11x i8] c"hello world"
  /external/llvm/test/Integer/
constpointer_bt.ll 29 @somestr = constant [11x i8] c"hello world"
  /external/llvm/test/MC/Mips/
elf-N64.ll 9 @str = private unnamed_addr constant [12 x i8] c"hello world\00"
elf-reginfo.ll 9 @str = private unnamed_addr constant [12 x i8] c"hello world\00"
  /external/llvm/test/Object/Inputs/
archive-test.a-corrupt-symbol-table 8 ELF>@@H???D$??0???D$H???Hello World! ??????????????????&!trivial-object-test.smainputsSomeOtherFunction.text.rodata.str1.1.note.GNU-stack.rela.text.symtab.strtab.shstrtab@&2&f 3s&8xH1???9@?3As?K/32 1375096508 1000 1000 100664 1424 `
  /external/llvm/test/Object/
relocation-executable.test 1 RUN: llvm-readobj -r -expand-relocs %p/Inputs/hello-world.elf-x86-64 \
  /external/llvm/test/Transforms/InstCombine/
strchr-2.ll 7 @hello = constant [14 x i8] c"hello world\5Cn\00"
strpbrk-2.ll 7 @hello = constant [12 x i8] c"hello world\00"
strrchr-2.ll 7 @hello = constant [14 x i8] c"hello world\5Cn\00"
  /external/qemu/distrib/sdl-1.2.15/test/
testloadso.c 59 fn(" HELLO, WORLD!\n");
  /external/replicaisland/src/com/replica/replicaisland/
AnimationFrame.java 22 * other objects in the game world by associating collision information with particular animation
LevelBuilder.java 120 int width, int height, int tileWidth, int tileHeight, TiledWorld world,
158 bg.setWorld(world);
166 if (world.getWidth() > world.getHeight()) {
ScrollableBitmap.java 21 * world.
TiledVertexGrid.java 54 public void setWorld(TiledWorld world) {
55 mWorld = world;
131 TiledWorld world = mWorld; local
133 if (!mGenerated && world != null && gl != null && mTexture != null) {
  /external/skia/tests/
StringTest.cpp 84 b.set("world");
88 a.append(" world");
91 f.set("world");
93 REPORTER_ASSERT(reporter, a.equals("hello world") && a == e && a == f);
  /external/v8/test/preparser/
strict-octal-indirect-regexp.js 32 var re = RegExp("Hello\\040World");
strict-octal-regexp.js 32 var re = /hello\040world/;
strict-octal-string.js 32 var x = "hello\040world";
  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 20 printf("hello, world: %d\n", count);
  /external/valgrind/main/none/tests/
coolo_sigaction.cpp 46 FILE *p = popen("echo Hallo World", "r");
  /external/valgrind/main/none/tests/linux/
mremap3.c 28 strcpy(area, "Hello World");
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mci.h 18 * world shared memory buffer which needs to be initially established between NWd and SWd using the FastCall interface.<br>
27 * The same mechanism is used vice versa for writing data back to the None-secure world.
30 * The FastCall interface of the MobiCore system is used to transfer control from the Non-secure World (NWd) to the
31 * Secure World (SWd) and back. There are three mechanisms the NWd shall use to interact with the MobiCore Monitor:
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorImpl.java 2 * Copyright (c) 2004 World Wide Web Consortium,
DOMErrorMonitor.java 2 * Copyright (c) 2004 World Wide Web Consortium,

Completed in 1978 milliseconds

<<21222324252627282930>>