/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
DictionaryDatabase.java | 89 public Cursor getWord(String rowId, String[] columns) {
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
ExpressionEvaluator.java | 254 result.append(node.getWord().getText());
|
TemplateInterpreter.java | 444 argumentNames[i++] = ((ANameVariable) argument).getWord().getText();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
AccessibilityUtils.java | 162 mAutoCorrectionWord = suggestedWords.getWord(SuggestedWords.INDEX_OF_AUTO_CORRECTION);
|
/external/ppp/pppd/ |
auth.c | [all...] |
options.c | 426 while (getword(f, cmd, &newline, filename)) { 435 if (!getword(f, args[i], &newline, filename)) { 1110 getword(f, word, newlinep, filename) function [all...] |
pppd.h | 683 int getword __P((FILE *f, char *word, int *newlinep, char *filename)); [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
EscapingEvaluator.java | 159 fullFunctionName.append(node11.getWord().getText());
|
ExpressionTranslator.java | 329 fullFunctionName.append(node11.getWord().getText());
|
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 126 // First, check that getWord/Long are properly little endian 127 assertEquals(0x0100, CalendarUtilities.getWord(bytes, 0)); 137 assertEquals(0xDEAD, CalendarUtilities.getWord(bytes, 0)); 139 assertEquals(0xCEDE, CalendarUtilities.getWord(bytes, 6)); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
SuggestedWords.java | 84 public String getWord(final int index) {
|
LatinIME.java | [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
DepthFirstAdapter.java | [all...] |
ReversedDepthFirstAdapter.java | [all...] |
/external/opencv/otherlibs/highgui/ |
bitstrm.cpp | 284 int RLByteStream::GetWord() 325 int RMByteStream::GetWord()
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
CalendarUtilities.java | 208 static int getWord(byte[] bytes, int offset) { 287 int num = getWord(bytes, offset + MSFT_SYSTEMTIME_YEAR); 292 num = getWord(bytes, offset + MSFT_SYSTEMTIME_MONTH); 300 tzd.dayOfWeek = getWord(bytes, offset + MSFT_SYSTEMTIME_DAY_OF_WEEK) + 1; 303 num = getWord(bytes, offset + MSFT_SYSTEMTIME_DAY); 312 int hour = getWord(bytes, offset + MSFT_SYSTEMTIME_HOUR); 314 int minute = getWord(bytes, offset + MSFT_SYSTEMTIME_MINUTE); [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
VarOptimizer.java | 235 String name = ((ANameVariable) nvar).getWord().getText();
|
/external/llvm/include/llvm/Bitcode/ |
BitstreamReader.h | 245 uint32_t getWord(size_t pos) {
|
/external/llvm/lib/Support/ |
APInt.cpp | 861 // It is wrong to optimize getWord(0) to VAL; there might be more than one word. 864 int64_t sext = (int64_t(getWord(0)) << (64-BitWidth)) >> (64-BitWidth); 867 return double(getWord(0)); [all...] |
/external/llvm/include/llvm/ADT/ |
APInt.h | 156 uint64_t getWord(unsigned bitPosition) const { [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/gcc/linux-x86/arm/arm-eabi-4.6/lib/ |
libarm-linux-android-sim.a | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/ |
libarm-linux-android-sim.a | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/ |
libarm-linux-android-sim.a | [all...] |