HomeSort by relevance Sort by last modified time
    Searched defs:add (Results 276 - 300 of 6043) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/common/unicode/
enumset.h 40 inline void add(T toAdd) { set(toAdd, 1); } function in class:EnumSet
  /external/icu/icu4c/source/common/
uset_imp.h 47 * Calls will look like sa->add(sa->set, c);
51 USetAdd *add; member in struct:USetAdder
  /external/icu/icu4c/source/i18n/
nfrlist.h 65 void add(NFRule* thing) { function in class:NFRuleList
80 add(NULL); // ensure null termination
  /external/icu/icu4c/source/samples/layout/
FontTableCache.cpp 71 ((FontTableCache *) this)->add(tableTag, table);
76 void FontTableCache::add(LETag tableTag, const void *table) function in class:FontTableCache
  /external/icu/icu4c/source/test/letest/
FontTableCache.cpp 73 ((FontTableCache *) this)->add(tableTag, table, length);
78 void FontTableCache::add(LETag tableTag, const void *table, size_t length) function in class:FontTableCache
  /external/icu/icu4c/source/test/perf/leperf/
FontTableCache.cpp 75 ((FontTableCache *) this)->add(tableTag, table, length);
80 void FontTableCache::add(LETag tableTag, const void *table, size_t length) function in class:FontTableCache
  /external/icu/icu4c/source/test/perf/perldriver/
Dataset.pm 106 sub add { subroutine
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TextTrieMap.java 44 _root.add(chitr, val);
244 public void add(CharIterator chitr, V value) { method in class:TextTrieMap.Node
249 add(toCharArray(buf), 0, value);
275 private void add(char[] text, int offset, V value) { method in class:TextTrieMap.Node
284 _children.add(child);
300 next.add(text, offset + matchLen, value);
304 next.add(text, offset + matchLen, value);
309 // add a new child to this node
310 litr.add(new Node(subArray(text, offset), addValue(null, value), null));
349 // add the Node representing after the offset as a chil
    [all...]
  /external/icu/icu4j/perf-tests/perldriver/
Dataset.pm 104 sub add { subroutine
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
IMETest.java 27 box.add(new JTextField(sampleText));
28 box.add(new JTextField(sampleText));
29 jf.getContentPane().add(box);
  /external/jarjar/src/main/com/tonicsystems/jarjar/
PatternElement.java 40 wildcards.add(new Wildcard(expr.replace('.', '/'), result));
  /external/javassist/src/main/javassist/bytecode/analysis/
IntQueue.java 31 void add(int value) { method in class:IntQueue
  /external/junit/src/main/java/org/junit/experimental/categories/
CategoryValidator.java 60 errors.add(new Exception(message));
  /external/junit/src/main/java/org/junit/rules/
ExpectedExceptionMatcherBuilder.java 18 void add(Matcher<?> matcher) { method in class:ExpectedExceptionMatcherBuilder
19 matchers.add(matcher);
  /external/junit/src/main/java/org/junit/runners/model/
NoGenericTypeParametersValidator.java 26 errors.add(new Exception("Method " + method.getName()
  /external/junit-params/src/test/java/junitparams/
IteratorMethodTest.java 24 params.add("a");
25 params.add("b");
39 params.add(new Object[]{"a"});
40 params.add(new Object[]{"b"});
  /external/libhevc/common/
ihevc_chroma_iquant_itrans_recon.c 135 WORD32 add; local
154 add = 1 << (shift - 1);
196 CLIP_S16(((e[0] + o[0] + add) >> shift));
198 CLIP_S16(((e[1] + o[1] + add) >> shift));
200 CLIP_S16(((e[1] - o[1] + add) >> shift));
202 CLIP_S16(((e[0] - o[0] + add) >> shift));
214 add = 1 << (shift - 1);
235 CLIP_S16(((e[0] + o[0] + add) >> shift));
239 CLIP_S16(((e[1] + o[1] + add) >> shift));
243 CLIP_S16(((e[1] - o[1] + add) >> shift))
    [all...]
ihevc_chroma_itrans_recon_16x16.c 122 WORD32 add; local
146 add = 1 << (shift - 1);
187 CLIP_S16(((e[k] + o[k] + add) >> shift));
189 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
201 add = 1 << (shift - 1);
237 CLIP_S16(((e[k] + o[k] + add) >> shift));
240 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
289 CLIP_S16(((e[k] + o[k] + add) >> shift));
292 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
363 CLIP_S16(((e[k] + o[k] + add) >> shift))
    [all...]
ihevc_chroma_itrans_recon_8x8.c 120 WORD32 add; local
138 add = 1 << (shift - 1);
182 CLIP_S16(((e[k] + o[k] + add) >> shift));
184 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
196 add = 1 << (shift - 1);
223 CLIP_S16(((e[k] + o[k] + add) >> shift));
226 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
269 CLIP_S16(((e[k] + o[k] + add) >> shift));
272 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
ihevc_itrans_recon.c 110 WORD32 add; local
121 add = 1 << (shift - 1);
139 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
141 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift);
143 CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> shift);
145 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> shift);
156 add = 1 << (shift - 1);
168 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
171 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift);
174 CLIP_S16((74 * (pi2_tmp[0] - pi2_tmp[2 * trans_size] + pi2_tmp[3 * trans_size]) + add) >> shift)
247 WORD32 add; local
    [all...]
ihevc_itrans_recon_16x16.c 112 WORD32 add; local
136 add = 1 << (shift - 1);
177 CLIP_S16(((e[k] + o[k] + add) >> shift));
179 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
191 add = 1 << (shift - 1);
228 CLIP_S16(((e[k] + o[k] + add) >> shift));
231 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
280 CLIP_S16(((e[k] + o[k] + add) >> shift));
283 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
354 CLIP_S16(((e[k] + o[k] + add) >> shift))
    [all...]
ihevc_itrans_recon_8x8.c 111 WORD32 add; local
136 add = 1 << (shift - 1);
167 CLIP_S16(((e[k] + o[k] + add) >> shift));
169 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
181 add = 1 << (shift - 1);
206 CLIP_S16(((e[k] + o[k] + add) >> shift));
209 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
251 CLIP_S16(((e[k] + o[k] + add) >> shift));
254 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
274 add = 1 << (shift - 1)
    [all...]
  /external/llvm/test/MC/ARM/
arm-arithmetic-aliases.s 16 add r2, r2, #6 label
17 add r2, #6 label
18 add r2, r2, r3 label
19 add r2, r3 label
21 @ CHECK: add r2, r2, #6 @ encoding: [0x06,0x20,0x82,0xe2]
22 @ CHECK: add r2, r2, #6 @ encoding: [0x06,0x20,0x82,0xe2]
23 @ CHECK: add r2, r2, r3 @ encoding: [0x03,0x20,0x82,0xe0]
24 @ CHECK: add r2, r2, r3 @ encoding: [0x03,0x20,0x82,0xe0]
128 add r0, pc, #123 label
  /external/llvm/test/MC/X86/
intel-syntax-ambiguous.s 25 add [eax], 1 label
26 // CHECK: error: ambiguous operand size for instruction 'add'
37 add byte ptr [eax], eax label
40 add byte ptr [eax], eax label
43 add rax, 3 label
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
IndexBase.java 44 void add(long unpaddedSize, long uncompressedSize) throws XZIOException { method in class:IndexBase

Completed in 409 milliseconds

<<11121314151617181920>>