HomeSort by relevance Sort by last modified time
    Searched defs:one (Results 176 - 200 of 387) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/dex/file/
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/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);
  /dalvik/tests/093-serialization/src/
Main.java 78 Boolean one; field in class:Base
83 one = true;
110 System.out.println("one=" + one + " two=" + two + " three=" + three
  /external/clang/test/CodeGen/
union.c 30 enum E9 { one, two }; enumerator in enum:E9
  /external/clang/test/Sema/
function-redecl.c 127 enum e0 {one}; enumerator in enum:e0
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 3 struct one { char c[1]; }; struct
77 one overloaded(int);
80 static_assert(sizeof(overloaded({0})) == sizeof(one), "bad overload");
110 one f(std::initializer_list<int>);
114 static_assert(sizeof(f({0})) == sizeof(one), "bad overload");
  /external/dexmaker/src/dx/java/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));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeListItem.java 100 Type one = list.getType(i); local
101 int idx = typeIds.indexOf(one);
103 " " + Hex.u2(idx) + " // " + one.toHuman());
  /external/dexmaker/src/dx/java/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();
  /external/dexmaker/src/dx/java/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/eigen/bench/
quat_slerp.cpp 26 static const Scalar one = Scalar(1) - dummy_precision<Scalar>(); local
29 if (absD>=one)
48 static const Scalar one = Scalar(1) - epsilon<Scalar>(); local
55 if (absD>=one)
  /external/icu4c/test/cintltst/
chashtst.c 98 static const char one[4] = {0x6F, 0x6E, 0x65, 0}; /* "one" */ local
118 _put(hash, one, 1, 0);
122 _put(hash, one, -1, 1);
125 _put(hash, one, 100, -1);
129 _get(hash, one, 100);
134 if(_compareChars((void*)one, (void*)three) == TRUE ||
135 _compareChars((void*)one, (void*)one2) != TRUE ||
136 _compareChars((void*)one, (void*)one) != TRUE |
157 static const UChar one[4] = {0x006F, 0x006E, 0x0065, 0}; \/* L"one" *\/ local
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 108 Value* one = ConstantInt::get(GlobalContext, APInt(32, 1)); local
111 Arg = Builder.CreateMul(Arg, Builder.CreateAdd(Arg, one));
  /external/openfst/src/include/fst/script/
weight-class.h 105 case ONE:
106 return "ONE";
125 static const WeightClass &One() {
126 static WeightClass w(ONE);
140 enum ElementType { ZERO, ONE, OTHER };
152 // We need to store zero and one as statics, because the weight type
156 static const W one = W::One(); local
160 } else if (element_type_ == ONE) {
161 return &one;
    [all...]
  /external/skia/gm/
arithmode.cpp 98 const SkScalar one = SK_Scalar1; local
101 0, 0, 0, one,
102 0, one, 0, 0,
103 0, 0, one, 0,
104 0, one, one, 0,
105 0, one, -one, 0,
106 0, one/2, one/2, 0
    [all...]
  /external/skia/legacy/src/core/
SkBitmapProcState_matrix.h 147 SkFixed one PREAMBLE_PARAM_Y) {
150 return (i << 14) | (TILEY_PROCF((f + one), max));
154 SkFixed one PREAMBLE_PARAM_X) {
157 return (i << 14) | (TILEX_PROCF((f + one), max));
169 const SkFixed one = s.fFilterOneX; local
182 fx = SkScalarToFixed(pt.fX) - (one >> 1);
195 *xy++ = PACK_FILTER_X_NAME(fx, maxX, one PREAMBLE_ARG_X);

Completed in 852 milliseconds

1 2 3 4 5 6 78 91011>>