HomeSort by relevance Sort by last modified time
    Searched refs:word (Results 26 - 50 of 1224) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/io/
DataEntryRewriter.java 75 StringBuffer word = new StringBuffer(); local
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 to the given writer, after having adapted it
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rlcompleter.py 0 """Word completion for GNU readline.
91 def _callable_postfix(self, val, word):
93 word = word + "("
94 return word
106 for word in keyword.kwlist:
107 if word[:n] == text:
108 matches.append(word)
110 for word, val in nspace.items():
111 if word[:n] == text and word != "__builtins__"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rlcompleter.py 0 """Word completion for GNU readline.
91 def _callable_postfix(self, val, word):
93 word = word + "("
94 return word
106 for word in keyword.kwlist:
107 if word[:n] == text:
108 matches.append(word)
110 for word, val in nspace.items():
111 if word[:n] == text and word != "__builtins__"
    [all...]
  /external/libgsm/src/
code.c 31 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 so[160]
    [all...]
short_term.c 24 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_1
    [all...]
rpe.c 23 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_out, /* OUT *
    [all...]
preprocess.c 36 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/
symbol-variants.s 8 .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 f11(tpoff
    [all...]
directive-literals.s 21 word: label
22 .word 3
24 @ CHECK-LABEL: word
  /external/chromium_org/chrome/browser/resources/options/
supervised_user_create_confirm.css 11 word-wrap: break-word;
36 word-wrap: break-word;
41 word-wrap: break-word;
  /external/bison/lib/
fpucw.h 1 /* 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/
alert_overlay.css 19 word-wrap: break-word;
  /external/chromium_org/chrome/common/extensions/docs/static/css/
print.css 10 word-wrap: break-word; /* Internet Explorer 5.5+ */
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnEngine.java 57 * @param minLen The minimum length of a word to predict (0 : no limit)
58 * @param maxLen The maximum length of a word to predict (-1 : no limit)
89 * @param word A word to search
92 public int searchWords(WnnWord word);
111 * @return {@code null} if no word is registered; the array of {@link WnnWord} if some words is registered.
116 * Learn a word.
118 * This method is used to register the word selected from
120 * of the word.
122 * @param word The selected wor
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 38 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/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.h 43 // 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);
single_client_dictionary_sync_test.cc 26 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/
regexp-macro-assembler-irregexp-inl.h 23 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) {
38 *reinterpret_cast<uint16_t*>(buffer_.start() + pc_) = word;
43 void RegExpMacroAssemblerIrregexp::Emit8(uint32_t word) {
48 *reinterpret_cast<unsigned char*>(buffer_.start() + pc_) = word;
53 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) {
58 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
  /external/clang/test/CodeGen/
named_reg_global.c 10 } word; member in struct:p4_Thread
34 return (*p4TH).word.len;
  /external/llvm/test/MC/Sparc/
sparc-directives.s 12 ! SPARC32: .word 65536
13 ! SPARC64: .word 65536
14 .word 65536
16 ! SPARC32: .word 65536
  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 129 private String normalizeFirstWord(String word) {
132 return Ascii.toLowerCase(word);
134 return normalizeWord(word);
138 private String normalizeWord(String word) {
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) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
addbyte.asm 4 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 0x10
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 78 FX_BOOL CPWL_FontMap::KnowWord(FX_INT32 nFontIndex, FX_WORD word)
84 return CharCodeFromUnicode(nFontIndex, word) >= 0;
91 FX_INT32 CPWL_FontMap::GetWordFontIndex(FX_WORD word, FX_INT32 nCharset, FX_INT32 nFontIndex)
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)
141 int nCharCode = pData->pFont->CharCodeFromUnicode(word);
147 if (word < 0xFF)
    [all...]
  /external/okhttp/okio/src/main/java/okio/
Base64.java 45 int word = 0; local
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 >> 16)
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc 62 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 should now show be spelled wrong agai
    [all...]

Completed in 4074 milliseconds

12 3 4 5 6 7 8 91011>>