Home
last modified time | relevance | path

Searched refs:word (Results 1 – 11 of 11) sorted by relevance

/development/scripts/
Darchitecture.py6 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)
Ddisassemble_tombstone.py124 for word in words[1:block_num_words+1]:
126 for byte in tools.WordToBytes(word):
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DWordActivity.java41 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()
DDictionaryDatabase.java228 public long addWord(String word, String definition) { in addWord() argument
230 initialValues.put(KEY_WORD, word); in addWord()
DSearchableDictionary.java106 int[] to = new int[] { R.id.word, in showResults()
/development/tools/winscope/src/components/
DFlatCard.vue13 word-break: normal;
30 overflow-wrap: break-word;
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DExtendedWikiHelper.java211 JSONObject word = random.getJSONObject(0); in getRandomWord() local
212 String foundWord = word.getString("title"); in getRandomWord()
DLookupActivity.java150 private void startNavigating(String word, boolean pushHistory) { in startNavigating() argument
157 new LookupTask().execute(word); in startNavigating()
/development/tools/winscope/src/
DLogEntry.vue109 word-wrap: break-word;
DTransactionEntry.vue197 word-wrap: break-word;
/development/tools/winscope/
Dyarn.lock5481 word-wrap "^1.2.3"
7976 word-wrap@^1.2.3:
7978 …resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb…