Searched refs:KeyEnd (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringMap.h | 148 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, in Create() argument 151 unsigned KeyLength = static_cast<unsigned>(KeyEnd-KeyStart); in Create() 178 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, in Create() argument 180 return Create(KeyStart, KeyEnd, Allocator, 0); in Create() 186 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, in Create() argument 189 return Create(KeyStart, KeyEnd, A, InitVal); in Create() 192 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd) { in Create() argument 193 return Create(KeyStart, KeyEnd, ValueTy()); in Create()
|
D | StringSet.h | 31 const char *KeyEnd = KeyStart + InLang.size(); in insert() local 33 Create(KeyStart, KeyEnd, base::getAllocator(), '+')); in insert()
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 220 KeyEnd = new String[4]; in vt320() 231 KeyEnd[0] = KeyEnd[1] = KeyEnd[2] = KeyEnd[3] = "\u001b[F"; in vt320() 501 KeyEnd[i] = unEscape(res); in setKeyCodes() 826 private String KeyHome[], KeyEnd[], Insert[], Remove[], PrevScn[], NextScn[]; field in vt320 1047 writeSpecial(KeyEnd[xind]); in keyPressed()
|