HomeSort by relevance Sort by last modified time
    Searched defs:poke (Results 1 - 7 of 7) sorted by null

  /external/webkit/JavaScriptCore/assembler/
MacroAssembler.h 81 void poke(RegisterID src, int index = 0) function in class:JSC::MacroAssembler
86 void poke(Imm32 value, int index = 0) function in class:JSC::MacroAssembler
91 void poke(ImmPtr imm, int index = 0) function in class:JSC::MacroAssembler
  /external/chromium/third_party/icu/source/test/intltest/
nmfmtrt.cpp 67 char* poke = (char*)&d; local
70 poke[i] = (char)(rand() & 0xFF);
tsdate.cpp 225 char* poke = (char*)&d; local
230 poke[i] = (char)(rand() & 0xFF);
tsnmfmt.cpp 105 char* poke = (char*)&d; local
109 poke[i] = (char)(rand() & 0xFF);
127 char* poke = (char*)&d; local
130 poke[i] = (char)(rand() & 0xFF);
  /external/icu4c/test/intltest/
nmfmtrt.cpp 67 char* poke = (char*)&d; local
70 poke[i] = (char)(rand() & 0xFF);
tsdate.cpp 225 char* poke = (char*)&d; local
230 poke[i] = (char)(rand() & 0xFF);
tsnmfmt.cpp 105 char* poke = (char*)&d; local
109 poke[i] = (char)(rand() & 0xFF);
127 char* poke = (char*)&d; local
130 poke[i] = (char)(rand() & 0xFF);

Completed in 110 milliseconds