HomeSort by relevance Sort by last modified time
    Searched defs:one (Results 126 - 150 of 275) sorted by null

1 2 3 4 56 7 8 91011

  /libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java 71 Element one = (Element) list.item(0); local
77 getTextContent(one));
83 assertEquals("eins", one.getAttribute("one"));
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 164 * same item to more than one instance, nor to add the same items
187 * (which may not be the one passed in). This will add the item if no
279 OffsettedItem one = items.get(i); local
280 one.addContents(file);
310 OffsettedItem one = items.get(i); local
312 int placedAt = one.place(this, outAt);
316 one);
319 outAt = placedAt + one.writeSize();
322 "...while placing " + one);
337 for (OffsettedItem one : items)
    [all...]
TypeListItem.java 100 Type one = list.getType(i); local
101 int idx = typeIds.indexOf(one);
103 " " + Hex.u2(idx) + " // " + one.toHuman());
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 164 * same item to more than one instance, nor to add the same items
187 * (which may not be the one passed in). This will add the item if no
279 OffsettedItem one = items.get(i); local
280 one.addContents(file);
310 OffsettedItem one = items.get(i); local
312 int placedAt = one.place(this, outAt);
316 one);
319 outAt = placedAt + one.writeSize();
322 "...while placing " + one);
337 for (OffsettedItem one : items)
    [all...]
TypeListItem.java 100 Type one = list.getType(i); local
101 int idx = typeIds.indexOf(one);
103 " " + Hex.u2(idx) + " // " + one.toHuman());
  /dalvik/tests/068-classloader/src/
Main.java 41 * reference to one of these; presumably the difference is that
365 di.one();
423 di2.one();
  /build/core/
dex_preopt.mk 35 define dexpreopt-one-file
55 $$(call dexpreopt-one-file,$$(PRIVATE_DBJ_JAR),$$@)
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form35c.java 142 RegisterSpec one = regs.get(i); local
143 result += one.getCategory();
150 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) {
159 * Returns a register list which is equivalent to the given one,
179 RegisterSpec one = orig.get(i); local
180 result.set(wordAt, one);
181 if (one.getCategory() == 2) {
183 RegisterSpec.make(one.getReg() + 1, Type.VOID));
Form3rc.java 67 * Add one to properly represent a list-final
136 RegisterSpec one = regs.get(i); local
137 if (one.getReg() != next) {
140 next += one.getCategory();
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 107 Item one = get(i); local
108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) {
109 resultArr[resultSz] = one;
142 CstType one = arr[i].getExceptionClass(); local
143 if ((one == type) || (one == CstType.OBJECT)) {
200 * Returns a rop-style catches list equivalent to this one.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlock.java 79 Rop one = insns.get(i).getOpcode(); local
80 if (one.getBranchingness() != Rop.BRANCH_NONE) {
255 * Returns an instance that is identical to this one, except that
RegisterSpecList.java 294 * Returns an instance that is identical to this one, except that
312 RegisterSpec one = (RegisterSpec) get0(i); local
313 if (one != null) {
314 result.set0(i, one.withOffset(delta));
326 * Returns an instance that is identical to this one, except that
346 RegisterSpec one = (RegisterSpec) get0(i); local
347 result.set0(i, one.withReg(base));
351 base += one.getCategory();
RopMethod.java 122 * Returns an instance that is identical to this one, except that
162 BasicBlock one = blocks.get(i); local
163 int label = one.getLabel();
164 IntList successors = one.getSuccessors();
  /dalvik/dexgen/src/com/android/dexgen/util/
FixedSizeList.java 152 Object one = arr[i]; local
153 if (one != null) {
154 newa[at] = one;
LabeledList.java 51 Object one = old.get0(i); local
52 if (one != null) {
53 set0(i, one);
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 107 Item one = get(i); local
108 if (one.covers(pc) && typeNotFound(one, resultArr, resultSz)) {
109 resultArr[resultSz] = one;
142 CstType one = arr[i].getExceptionClass(); local
143 if ((one == type) || (one == CstType.OBJECT)) {
200 * Returns a rop-style catches list equivalent to this one.
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 160 RegisterSpec one = regs.get(i); local
161 result += one.getCategory();
168 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) {
177 * Returns a register list which is equivalent to the given one,
197 RegisterSpec one = orig.get(i); local
198 result.set(wordAt, one);
199 if (one.getCategory() == 2) {
201 RegisterSpec.make(one.getReg() + 1, Type.VOID));
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java 79 Rop one = insns.get(i).getOpcode(); local
80 if (one.getBranchingness() != Rop.BRANCH_NONE) {
255 * Returns an instance that is identical to this one, except that
RegisterSpecList.java 298 * are included, while indexes with a one are excluded. Mutability
329 * Returns an instance that is identical to this one, except that
347 RegisterSpec one = (RegisterSpec) get0(i); local
348 if (one != null) {
349 result.set0(i, one.withOffset(delta));
361 * Returns an instance that is identical to this one, except that
386 RegisterSpec one = (RegisterSpec) get0(i); local
390 result.set0(i, one.withReg(base));
392 base += one.getCategory();
395 result.set0(i, one);
    [all...]
RopMethod.java 122 * Returns an instance that is identical to this one, except that
162 BasicBlock one = blocks.get(i); local
163 int label = one.getLabel();
164 IntList successors = one.getSuccessors();
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 152 Object one = arr[i]; local
153 if (one != null) {
154 newa[at] = one;
LabeledList.java 50 Object one = old.get0(i); local
51 if (one != null) {
52 set0(i, one);
  /external/astl/tests/
test_vector.cpp 84 typedef enum { ONE = 10, TWO} TestEnum;
122 const vector<TestEnum> vec3(100, ONE);
126 EXPECT_TRUE(vec3[i] == ONE);
509 vector<B> one; local
510 one.push_back(B());
511 EXPECT_TRUE(!one.empty());
513 vector<B>::iterator res = one.erase(one.begin());
514 EXPECT_TRUE(res == one.end());
516 EXPECT_TRUE(one.begin() == one.end())
573 vector<B> one; local
    [all...]
  /external/bluetooth/glib/gio/tests/
sleepy-stream.c 206 GString *one; local
209 one = g_string_new (NULL);
214 build_comparison (one, stream);
218 g_assert_cmpstr (one->str, ==, two->str);
219 g_string_free (one, TRUE);
226 static GString *one, *two; variable
268 one = g_string_new (NULL);
272 build_comparison (one, sleepy);
276 g_assert_cmpstr (one->str, ==, two->str);
277 g_string_free (one, TRUE)
    [all...]
  /external/clang/test/CodeGen/
union.c 30 enum E9 { one, two }; enumerator in enum:E9

Completed in 535 milliseconds

1 2 3 4 56 7 8 91011