Searched refs:word (Results 1 – 9 of 9) sorted by relevance
6 def UnpackLittleEndian(word): argument8 return [word[x:x+2] for x in range(len(word) - 2, -2, -2)]49 def WordToBytes(self, word): argument58 return self.options.get(UNPACK, UnpackLittleEndian)(word)
124 for word in words[1:block_num_words+1]:126 for byte in tools.WordToBytes(word):
41 setContentView(R.layout.word); in onCreate()56 TextView word = (TextView) findViewById(R.id.word); in onCreate() local62 word.setText(cursor.getString(wIndex)); in onCreate()
228 public long addWord(String word, String definition) { in addWord() argument230 initialValues.put(KEY_WORD, word); in addWord()
106 int[] to = new int[] { R.id.word, in showResults()
211 JSONObject word = random.getJSONObject(0); in getRandomWord() local212 String foundWord = word.getString("title"); in getRandomWord()
150 private void startNavigating(String word, boolean pushHistory) { in startNavigating() argument157 new LookupTask().execute(word); in startNavigating()
637 String word = quotedWord.toString(); in commandLineSplit() local640 result.add(word.substring(1, word.length() - 1)); in commandLineSplit()
8127 * The word 'cryptographic' can be left out if the rouines from the library11717 * The word 'cryptographic' can be left out if the rouines from the library