Searched refs:word (Results 26 - 50 of 709) sorted by relevance

1234567891011>>

/external/tcpdump/
H A Ddecnet.h33 typedef u_int8_t word[2]; /* 2 byte field */ typedef
67 word sh_dst; /* destination node address */
68 word sh_src; /* source node address */
156 word inIII_src; /* source node address */
158 word inIII_blksize; /* maximum data link block size */
168 word in_src; /* source node address */
170 word in_blksize; /* maximum data link block size */
174 word in_hello; /* hello timer */
181 word ve_src; /* source node address */
188 word te_sr
[all...]
/external/proguard/src/proguard/io/
H A DDataEntryRewriter.java75 StringBuffer word = new StringBuffer();
85 // Is the character part of a word?
91 // Collect the characters in this word.
92 word.append(c);
96 // Write out the updated word, if any.
97 writeUpdatedWord(writer, word.toString());
98 word.setLength(0);
105 // Write out the final word.
106 writeUpdatedWord(writer, word.toString());
113 * Writes the given word t
116 writeUpdatedWord(Writer writer, String word) argument
[all...]
/external/chromium_org/third_party/skia/forth/
H A DForthParser.h24 void addWord(const char name[], ForthWord* word) { argument
25 this->add(name, strlen(name), word);
28 void add(const char name[], size_t len, ForthWord* word) { argument
30 // SkDebugf("add %s %p\n", str.c_str(), word);
31 SkDEBUGCODE(bool isNewWord = )fDict.set(name, len, word);
36 ForthWord* word; local
37 return fDict.find(name, len, &word) ? word : NULL;
/external/libgsm/src/
H A Dcode.c31 word * s, /* [0..159] samples IN */
43 word * LARc, /* [0..7] LAR coefficients OUT */
51 word * Nc, /* [0..3] LTP lag OUT */
52 word * bc, /* [0..3] coded LTP gain OUT */
53 word * Mc, /* [0..3] RPE grid selection OUT */
54 word * xmaxc,/* [0..3] Coded maximum amplitude OUT */
55 word * xMc /* [13*4] normalized RPE samples OUT */
59 word * dp = S->dp0 + 120; /* [ -120...-1 ] */
60 word * dpp = dp; /* [ 0...39 ] */
62 word s
[all...]
H A Dshort_term.c24 word * LARc, /* coded log area ratio [0..7] IN */
25 word * LARpp) /* out: decoded .. */
27 register word temp1 /* , temp2 */;
92 register word * LARpp_j_1,
93 register word * LARpp_j,
94 register word * LARp)
106 register word * LARpp_j_1,
107 register word * LARpp_j,
108 register word * LARp)
118 register word * LARpp_j_
[all...]
H A Drpe.c23 register word * e, /* signal [-5..0.39.44] IN */
24 word * x /* signal [0..39] OUT */
33 /* word wt[ 50 ]; */
117 word * x, /* [0..39] IN */
118 word * xM, /* [0..12] OUT */
119 word * Mc_out /* OUT */
126 /* register word temp1; */
130 word Mc;
224 word xmaxc, /* IN */
225 word * exp_ou
[all...]
H A Dpreprocess.c36 word * s,
37 word * so ) /* [0..159] IN/OUT */
40 word z1 = S->z1;
42 word mp = S->mp;
44 word s1;
49 word msp, lsp;
50 word SO;
/external/llvm/test/MC/ARM/
H A Dsymbol-variants.s8 .word f00
9 .word f01
14 .word f02(NONE)
15 .word f03(none)
28 .word f06(GOT)
29 .word f07(got)
34 .word f08(GOTOFF)
35 .word f09(gotoff)
40 .word f10(TPOFF)
41 .word f1
[all...]
H A Ddirective-literals.s21 word: label
22 .word 3
24 @ CHECK-LABEL: word
/external/chromium_org/chrome/browser/resources/options/
H A Dsupervised_user_create_confirm.css11 word-wrap: break-word;
36 word-wrap: break-word;
41 word-wrap: break-word;
/external/bison/lib/
H A Dfpucw.h1 /* Manipulating the FPU control word.
23 through the 'PC' bits in the FPU control word ('fctrl' register). (See
36 The FPU control word is under control of the application, i.e. it is
39 is not clear about it. But in any case, gcc treats the control word
41 word is preserved across calls, and it restores the control word at the
54 GET_FPUCW () yields the current FPU control word
55 SET_FPUCW (word) sets the FPU control word
78 # define SET_FPUCW(word) \
[all...]
/external/chromium_org/chrome/browser/resources/history/
H A Dalert_overlay.css19 word-wrap: break-word;
/external/chromium_org/chrome/common/extensions/docs/static/css/
H A Dprint.css10 word-wrap: break-word; /* Internet Explorer 5.5+ */
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.h43 // Adds |word| to the dictionary for profile with index |index|. Also adds
44 // |word| to the verifier if DisableVerifier() hasn't been called. Returns true
45 // if |word| is valid and not a duplicate. Otherwise returns false.
46 bool AddWord(int index, const std::string& word);
48 // Removes |word| from the dictionary for profile with index |index|. Also
49 // removes |word| from the verifier if DisableVerifier() hasn't been called.
50 // Returns true if |word| was found. Otherwise returns false.
51 bool RemoveWord(int index, const std::string& word);
H A Dsingle_client_dictionary_sync_test.cc26 std::string word = "foo"; local
27 ASSERT_TRUE(dictionary_helper::AddWord(0, word));
31 ASSERT_TRUE(dictionary_helper::RemoveWord(0, word));
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler-irregexp-inl.h23 uint32_t word = ((twenty_four_bits << BYTECODE_SHIFT) | byte); local
28 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
33 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) { argument
38 *reinterpret_cast<uint16_t*>(buffer_.start() + pc_) = word;
43 void RegExpMacroAssemblerIrregexp::Emit8(uint32_t word) { argument
48 *reinterpret_cast<unsigned char*>(buffer_.start() + pc_) = word;
53 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) { argument
58 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
/external/chromium_org/v8/test/webkit/
H A Dreserved-words.js24 function isReserved(word)
27 eval("var " + word + ";");
/external/clang/test/CodeGen/
H A Dnamed_reg_global.c10 } word; member in struct:p4_Thread
34 return (*p4TH).word.len;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dcomplete-ant-cmd.pl38 my $word = $ARGV[1];
41 if ($word =~ /^-/) {
42 list( restrict( $word, getArguments() ));
44 list( getBuildFiles($word) );
46 list( restrict( $word, getTargets() ));
58 my ($word, @completions) = @_;
59 grep( /^\Q$word\E/, @completions );
69 my ($word) = @_;
70 grep( /\.xml$/, glob( "$word*" ));
/external/llvm/test/MC/Sparc/
H A Dsparc-directives.s12 ! SPARC32: .word 65536
13 ! SPARC64: .word 65536
14 .word 65536
16 ! SPARC32: .word 65536
/external/guava/guava/src/com/google/common/base/
H A DCaseFormat.java129 private String normalizeFirstWord(String word) { argument
132 return Ascii.toLowerCase(word);
134 return normalizeWord(word);
138 private String normalizeWord(String word) { argument
141 return Ascii.toLowerCase(word);
143 return Ascii.toLowerCase(word);
145 return firstCharOnlyToUpper(word);
147 return firstCharOnlyToUpper(word);
149 return Ascii.toUpperCase(word);
154 private static String firstCharOnlyToUpper(String word) { argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Daddbyte.asm4 add ax,strict word 5
7 add ax,strict word -128
10 add ax,strict word 0x7f
13 add ax,strict word 0x80
16 add ax,strict word 0x100
21 add bx,strict word 5
24 add bx,strict word -128
27 add bx,strict word 0x7f
30 add bx,strict word 0x80
33 add bx,strict word
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp78 FX_BOOL CPWL_FontMap::KnowWord(FX_INT32 nFontIndex, FX_WORD word) argument
84 return CharCodeFromUnicode(nFontIndex, word) >= 0;
91 FX_INT32 CPWL_FontMap::GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex) argument
95 if (KnowWord(nFontIndex, word))
106 if (KnowWord(0, word))
119 if (KnowWord(nNewFontIndex, word))
126 if (KnowWord(nNewFontIndex, word))
133 FX_INT32 CPWL_FontMap::CharCodeFromUnicode(FX_INT32 nFontIndex, FX_WORD word) argument
141 int nCharCode = pData->pFont->CharCodeFromUnicode(word);
147 if (word <
288 GetPWLFontIndex(FX_WORD word, FX_INT32 nCharset) argument
527 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) argument
[all...]
/external/okhttp/okio/src/main/java/okio/
H A DBase64.java45 int word = 0;
75 // Append this char's 6 bits to the word.
76 word = (word << 6) | (byte) bits;
81 out[outCount++] = (byte) (word >> 16);
82 out[outCount++] = (byte) (word >> 8);
83 out[outCount++] = (byte) word;
93 word = word << 12;
94 out[outCount++] = (byte) (word >> 1
[all...]
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_platform_mac_unittest.cc62 const base::string16 word(base::ASCIIToUTF16(kTestCases[i]));
65 // The word should show up as misspelled.
66 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
68 // Ignore the word.
69 spellcheck_mac::IgnoreWord(word);
71 // The word should now show up as correctly spelled.
72 EXPECT_TRUE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
78 // The word shoul
[all...]

Completed in 1264 milliseconds

1234567891011>>