HomeSort by relevance Sort by last modified time
    Searched refs:getWord (Results 26 - 39 of 39) sorted by null

12

  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 244 uint32_t getWord(size_t pos) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 120 public String getWord(final int index) {
127 * suggested word that is returned from {@link #getWord(int)}. For example the displayed text
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
SpacingAndPunctuationsTests.java 438 punctuationWords[index], suggestedWords.getWord(index));
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 121 // First, check that getWord/Long are properly little endian
122 assertEquals(0x0100, CalendarUtilities.getWord(bytes, 0));
132 assertEquals(0xDEAD, CalendarUtilities.getWord(bytes, 0));
134 assertEquals(0xCEDE, CalendarUtilities.getWord(bytes, 6));
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 329 fullFunctionName.append(node11.getWord().getText());
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DepthFirstAdapter.java     [all...]
ReversedDepthFirstAdapter.java     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 444 argumentNames[i++] = ((ANameVariable) argument).getWord().getText();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 606 autoCorrection = suggestedWords.getWord(SuggestedWords.INDEX_OF_AUTO_CORRECTION);
608 // We can't use suggestedWords.getWord(SuggestedWords.INDEX_OF_TYPED_WORD)
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 156 uint64_t getWord(unsigned bitPosition) const {
    [all...]
  /external/llvm/lib/Support/
APInt.cpp 862 // It is wrong to optimize getWord(0) to VAL; there might be more than one word.
865 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth);
868 return double(getWord(0));
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1273 milliseconds

12