HomeSort by relevance Sort by last modified time
    Searched full:words (Results 1 - 25 of 2986) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
039-func-arg-obj-macro-with-comma.c.expected 3 (two,words)
039-func-arg-obj-macro-with-comma.c 2 #define bar two,words
  /external/robolectric/.idea/dictionaries/
pivotal.xml 3 <words>
7 </words>
  /external/openssh/
mdoc2man.awk 47 retval=retval words[++w]
74 nwords=split($0,words)
77 if(match(words[w],"^Li|Pf$")) {
79 } else if(match(words[w],"^Xo$")) {
84 } else if(match(words[w],"^Xc$")) {
90 } else if(match(words[w],"^Bd$")) {
92 if(match(words[w+1],"-literal")) {
97 } else if(match(words[w],"^Ed$")) {
100 } else if(match(words[w],"^Ns$")) {
105 } else if(match(words[w],"^No$"))
    [all...]
  /external/libedit/doc/
mdoc2man.awk 46 retval=retval words[++w]
73 nwords=split($0,words)
76 if(match(words[w],"^Li|Pf$")) {
78 } else if(match(words[w],"^Xo$")) {
83 } else if(match(words[w],"^Xc$")) {
89 } else if(match(words[w],"^Bd$")) {
91 if(match(words[w+1],"-literal")) {
96 } else if(match(words[w],"^Po$")) {
101 } else if(match(words[w],"^Pc$")) {
106 } else if(match(words[w],"^Ed$"))
    [all...]
  /external/valgrind/none/tests/s390x/
stfle.stdout.exp 1 the value of cc is 0 and #double words is 2
2 the value of cc is 0 and #double words is 2
4 the value of cc is 0 and #double words is 2
6 the value of cc is 3 and #double words is 2
7 the value of cc is 3 and #double words is 2
9 the value of cc is 3 and #double words is 2
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NonsenseGenerator.java 77 List<String> words = new ArrayList<String>(); local
78 generateSentence(words, isHeadline);
79 words.set(0, String.valueOf(Character.toUpperCase(words.get(0).charAt(0))) +
80 words.get(0).substring(1));
81 return joinWords(words);
102 * @param words the list of words to which the sentence will be appended.
105 private void generateSentence(List<String> words, boolean isHeadline) {
107 generateTimeClause(words, isHeadline)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
29 words, index, insert, line = self.state
31 words = self.getwords()
33 if not words:
38 newword = words[index]
39 index = (index + 1) % len(words)
45 self.state = words, index, curinsert, curline
60 words = []
62 # search backwards through words before
67 words.append(w
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
29 words, index, insert, line = self.state
31 words = self.getwords()
33 if not words:
38 newword = words[index]
39 index = (index + 1) % len(words)
45 self.state = words, index, curinsert, curline
60 words = []
62 # search backwards through words before
67 words.append(w
    [all...]
  /external/valgrind/memcheck/tests/
wrap6.c 182 UInt* words = calloc(200, sizeof(UInt)); local
183 TRASH_IREGS(r, words);
184 free(words);
208 UInt* words = calloc(200, sizeof(UInt)); local
209 words[1-1] = a1;
210 TRASH_IREGS(r, words);
211 free(words);
235 UInt* words = calloc(200, sizeof(UInt)); local
236 words[1-1] = a1;
237 words[2-1] = a2
263 UInt* words = calloc(200, sizeof(UInt)); local
292 UInt* words = calloc(200, sizeof(UInt)); local
322 UInt* words = calloc(200, sizeof(UInt)); local
353 UInt* words = calloc(200, sizeof(UInt)); local
386 UInt* words = calloc(200, sizeof(UInt)); local
422 UInt* words = calloc(200, sizeof(UInt)); local
459 UInt* words = calloc(200, sizeof(UInt)); local
497 UInt* words = calloc(200, sizeof(UInt)); local
536 UInt* words = calloc(200, sizeof(UInt)); local
576 UInt* words = calloc(200, sizeof(UInt)); local
    [all...]
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java 37 import android.provider.UserDictionary.Words;
47 * Provides access to a database of user defined words. Each item has a word and a frequency.
71 private static final String USERDICT_TABLE_NAME = "words";
77 private static final int WORDS = 1;
83 sUriMatcher.addURI(AUTHORITY, "words", WORDS);
84 sUriMatcher.addURI(AUTHORITY, "words/#", WORD_ID);
87 sDictProjectionMap.put(Words._ID, Words._ID);
88 sDictProjectionMap.put(Words.WORD, Words.WORD)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclkw.swg 4 // Some special reserved words in classes
  /external/llvm/test/CodeGen/Generic/
fastcall.ll 8 define fastcc void @gcov_read_words(i32 %words) {
10 store i32 %words, i32* getelementptr (%struct.__gcov_var, %struct.__gcov_var*
  /external/markdown/tests/misc/
br.txt 3 <p>Some of these words <em>are emphasized</em>.
4 Some of these words <em>are emphasized also</em>.</p>
  /cts/tests/tests/provider/src/android/provider/cts/
UserDictionary_WordsTest.java 35 UserDictionary.Words._ID,
36 UserDictionary.Words.WORD,
37 UserDictionary.Words.FREQUENCY,
38 UserDictionary.Words.LOCALE };
66 UserDictionary.Words.addWord(getContext(), word, frequency,
67 UserDictionary.Words.LOCALE_TYPE_ALL);
69 Cursor cursor = mContentResolver.query(UserDictionary.Words.CONTENT_URI, WORDS_PROJECTION,
70 UserDictionary.Words.WORD + "='" + word + "'", null, null);
72 mAddedBackup.add(Uri.withAppendedPath(UserDictionary.Words.CONTENT_URI,
91 UserDictionary.Words.addWord(mContext, word, frequency, shortcut, locale)
    [all...]
  /external/valgrind/none/tests/x86/
cpuid.stdout.exp 1 cpuid words (0): 0x........ 0x........ 0x........ 0x........
2 cpuid words (1): 0x........ 0x........ 0x........ 0x........
cpuid_c.c 13 printf("cpuid words (0): 0x%x 0x%x 0x%x 0x%x\n",
17 printf("cpuid words (1): 0x%x 0x%x 0x%x 0x%x\n",
  /prebuilts/misc/common/swig/include/2.0.11/r/
rkw.swg 8 Warnings for R reserved words taken from
9 http://cran.r-project.org/doc/manuals/R-lang.html#Reserved-words
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTestsHelper.java 45 * Characters for generating random words.
66 * Generates and writes random words to dictionary. Caller can be assured
70 * @param dict {@link UserHistoryDictionary} to which words should be added.
71 * @param numberOfWords number of words to be added.
72 * @param random helps generate random words.
73 * @param checkContents if true, checks whether written words are actually in the dictionary.
74 * @param currentTime timestamp that would be used for adding the words.
75 * @returns true if all words have been written to dictionary successfully.
80 final List<String> words = generateWords(numberOfWords, random); local
81 // Add random words to the user history dictionary
    [all...]
  /pdk/util/
diff_products.py 50 words = line.split()
51 if len(words) < 2:
53 if words[0] in PRODUCT_KEYWORDS:
55 if overrideProperty and words[1] == ":=":
56 if len(productData[words[0]]) != 0:
57 print "** Warning: overriding property " + words[0] + " that was:" + \
58 productData[words[0]]
59 productData[words[0]] = {}
60 d = productData[words[0]]
61 for word in words[2:]
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryMatcher.java 17 * Find dictionary words that match the text.
22 * @param lengths An array that is filled with the lengths of words that matched.
24 * @param limit The maximum amount of words to output. Must be less than or equal to lengths.length.
25 * @param values Filled with the weight values associated with the various words.
ThaiBreakEngine.java 19 // How many words in a row are "good enough"?
32 // Minimum number of characters for two words
109 PossibleWord words[] = new PossibleWord[THAI_LOOKAHEAD]; local
111 words[i] = new PossibleWord();
120 //Look for candidate words at the current position
121 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd);
125 wordLength = words[wordsFound%THAI_LOOKAHEAD].acceptMarked(fIter);
129 // If there was more than one, see which one can take us forward the most words
136 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(fIter, fDictionary, rangeEnd) > 0) {
139 words[wordsFound%THAI_LOOKAHEAD].markCurrent()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
UserDictionaryCompatUtils.java 37 ? UserDictionary.Words.LOCALE_TYPE_CURRENT : UserDictionary.Words.LOCALE_TYPE_ALL;
38 UserDictionary.Words.addWord(context, word, freq, localeType);
41 // {@link UserDictionary.Words#addWord(Context,String,int,String,Locale)} was introduced
46 UserDictionary.Words.addWord(context, word, freq, shortcut, locale);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 55 { UserDictionary.Words._ID, UserDictionary.Words.WORD};
57 { UserDictionary.Words._ID, UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT};
66 UserDictionary.Words.WORD,
70 UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT
90 UserDictionary.Words.LOCALE + "=?";
92 UserDictionary.Words.LOCALE + " is null"
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_bitmask.c 53 util_bitmask_word *words; member in struct:util_bitmask
72 bm->words = (util_bitmask_word *)CALLOC(UTIL_BITMASK_INITIAL_WORDS, sizeof(util_bitmask_word));
73 if(!bm->words) {
114 new_words = (util_bitmask_word *)REALLOC((void *)bm->words,
125 bm->words = new_words;
174 if(!(bm->words[word] & mask))
190 assert(!(bm->words[word] & mask));
191 bm->words[word] |= mask;
215 bm->words[word] |= mask;
240 bm->words[word] &= ~mask
    [all...]

Completed in 1184 milliseconds

1 2 3 4 5 6 7 8 91011>>