HomeSort by relevance Sort by last modified time
    Searched defs:Word (Results 1 - 18 of 18) sorted by null

  /external/clang/test/CodeGen/
2003-08-29-BitFieldStruct.c 3 struct Word {
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LineWrapMode.java 10 Word
  /external/webkit/Source/WebKit/android/content/
address_detector.h 66 struct Word {
70 Word() {}
71 Word(const string16::const_iterator& begin_it,
85 Word* word);
92 inline bool CheckFinished(Word* word) const;
113 typedef std::vector<Word> WordList;
123 static bool IsValidLocationName(const Word& word);
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 29 typedef uint32_t Word;
39 typedef uint64_t Word;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Word.java 25 * Utility class for a word with a frequency.
29 public final class Word implements Comparable<Word> {
39 public Word(final String word, final int frequency,
43 mWord = word;
51 private static int computeHashCode(Word word) {
53 word.mWord,
54 word.mFrequency
    [all...]
  /external/valgrind/main/include/
pub_tool_basics.h 87 typedef signed long Word; // 32 64
90 // host", for the notional case where host word size != guest word size.
100 typedef Word SSizeT; // 32 64
106 typedef Word PtrdiffT; // 32 64
112 // Nb: on Linux, off_t is a signed word-sized int. On Darwin it's
115 typedef Word OffT; // 32 64
152 syscall is a single host word, _wLO.
154 Can record a double-word error or a double-word result
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 14 typedef signed long int Word;
18 ULong btsq_mem ( char* base, Word bitno )
32 ULong btrq_mem ( char* base, Word bitno )
43 ULong btcq_mem ( char* base, Word bitno )
54 ULong btq_mem ( char* base, Word bitno )
69 ULong btsl_mem ( char* base, Word bitno )
83 ULong btrl_mem ( char* base, Word bitno )
94 ULong btcl_mem ( char* base, Word bitno )
105 ULong btl_mem ( char* base, Word bitno )
121 ULong btsw_mem ( char* base, Word bitno
    [all...]
  /cts/tools/dasm/src/dasm/
sym.java 65 static final int Word = 68;
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 17 typedef signed long Word;
414 // %ld means print a word-size integer.
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 68 /* Cost of breaking a line after the first word of a sentence, where
69 the length of the word is N. */
72 /* Cost of breaking a line before the last word of a sentence, where
73 the length of the word is N. */
112 /* Word descriptor structure. */
114 typedef struct Word WORD;
116 struct Word
121 const char *text; /* the text of the word */
122 short length; /* length of this word */
    [all...]
  /dalvik/vm/alloc/
MarkSweep.cpp 29 typedef unsigned long Word;
30 const size_t kWordSize = sizeof(Word);
581 * to the address corresponding to the lowest address in the next word
  /external/regex-re2/re2/
prog.h 37 uint32 Word(int i) const {
67 kEmptyWordBoundary = 1<<4, // \b - word boundary
233 // Returns whether byte c is a word character: ASCII only.
  /external/valgrind/main/VEX/unused/
linker.c 402 4 0004 44332211 value: .word 0x11223344
654 unaligned word. That is, the word to be relocated must be treated
655 as four separate bytes with arbitrary alignment, not as a word
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 148 /* Word, UWord are machine words - same size as a pointer. This is
150 machine word - this too is tested at startup. */
151 typedef signed long Word;
206 /* Sanity check - that Word/UWord really are machine words. */
207 assert(sizeof(Word) == sizeof(void*));
    [all...]
  /external/svox/pico/lib/
picotok.c 198 typedef picoos_uchar Word[MARKUP_STRING_BUF_SIZE];
202 Word paramId;
203 Word paramVal;
253 Word phonemes;
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 43 typedef signed long Word;
66 Word (*kCmp)(Word,Word) );
71 Word (*kCmp)(Word,Word) );
75 void deleteFM ( WordFM*, void(*kFin)(Word), void(*vFin)(Word) );
80 void addToFM ( WordFM* fm, Word k, Word v )
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 630 milliseconds