Searched refs:word (Results 1 – 10 of 10) sorted by relevance
/development/scripts/ |
D | architecture.py | 6 def UnpackLittleEndian(word): argument 8 return [word[x:x+2] for x in range(len(word) - 2, -2, -2)] 49 def WordToBytes(self, word): argument 58 return self.options.get(UNPACK, UnpackLittleEndian)(word)
|
D | disassemble_tombstone.py | 124 for word in words[1:block_num_words+1]: 126 for byte in tools.WordToBytes(word):
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
D | WordActivity.java | 41 setContentView(R.layout.word); in onCreate() 56 TextView word = (TextView) findViewById(R.id.word); in onCreate() local 62 word.setText(cursor.getString(wIndex)); in onCreate()
|
D | DictionaryDatabase.java | 228 public long addWord(String word, String definition) { in addWord() argument 230 initialValues.put(KEY_WORD, word); in addWord()
|
D | SearchableDictionary.java | 106 int[] to = new int[] { R.id.word, in showResults()
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | ExtendedWikiHelper.java | 211 JSONObject word = random.getJSONObject(0); in getRandomWord() local 212 String foundWord = word.getString("title"); in getRandomWord()
|
D | LookupActivity.java | 150 private void startNavigating(String word, boolean pushHistory) { in startNavigating() argument 157 new LookupTask().execute(word); in startNavigating()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetwork.java | 637 String word = quotedWord.toString(); in commandLineSplit() local 640 result.add(word.substring(1, word.length() - 1)); in commandLineSplit()
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 8127 * The word 'cryptographic' can be left out if the rouines from the library 11717 * The word 'cryptographic' can be left out if the rouines from the library
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 741 …platform/cts,fake_XnfNiAXNTUeClATkLgi-pA@fakeemail.com,CTS: Tap to select word inside smart select… 4046 …77d651fca04bc3,platform/cts,fake_mGeOPtUZRaCjkFU03RdePA@fakeemail.com,"Re-word ""Disallow USB File… 10849 …e_P1cJYw2fTie3v1WYpbWBUA@fakeemail.com,"Use Telephony.Carriers variables, instead of explicit word" 14582 …Q@fakeemail.com,* src/tools/docmaker/sources.py (re_source_keywords): Add word boundary markers. *… 20606 …m/frameworks/rs,fake_2JSrBD0zSIi01KSBIZq3eA@fakeemail.com,"Fix typos for the word ""Unsupported""." 22361 …rm/external/libcxx,fake_RWIpEOEjRX-hOa8lw53zgg@fakeemail.com,[libc++] Fix word transposition in co… 28697 …tform/build/soong,fake_0Badg8rmRu2qWSu23UD7sg@fakeemail.com,Add -z to valid multi-word linker flags 30215 …fake_k014J1QMQkOmSaZ8cHCwRg@fakeemail.com,[libcxxabi] Align unwindHeader on a double-word boundary. 31196 …lcUhCHpSQaYu-LeQBCGVw@fakeemail.com,Updated T9 search bolding to include wrapping to the next word. 33222 …fake_pbGzRTA0Qfy8jxY1f3dViQ@fakeemail.com,"In the “Data usage” subtext, remove the word “between”." [all …]
|