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

1 2 3 4 5 6 78 91011

  /dalvik/dx/src/com/android/dx/cf/code/
LocalVariableList.java 66 * given instances, where one instance should have only type
68 * result is identical to the one with descriptors, except that
133 * <p><b>Note:</b> At least one of {@code descriptor} or
164 Item one = (Item) get0(i); local
166 if ((one != null) && one.matchesAllButType(item)) {
167 return one;
178 * <i>just past</i> the one that sets the variable.
189 Item one = (Item) get0(i); local
191 if ((one != null) && one.matchesPcAndIndex(pc, index))
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 258 * {@link AttributeList}, if any, translating it to one or more of an
405 Method one = methods.get(i); local
406 AttributeList attribs = one.getAttributes();
412 one.getNat().getName(),
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 202 CatchTable.Entry one = table.get(i); local
203 int start = one.getStart();
204 int end = one.getEnd();
215 out.writeShort(handlerOffsets.get(one.getHandlers()));
223 * Only one of {@code printTo} or {@code annotateTo} should
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 112 BasicBlock one = (BasicBlock) getOrNull0(i); local
113 if (one != null) {
114 result += one.getInsns().size();
132 BasicBlock one = (BasicBlock) getOrNull0(i); local
133 if (one != null) {
134 InsnList insns = one.getInsns();
177 BasicBlock one = get(i); local
178 InsnList insns = one.getInsns();
184 * Returns an instance that is identical to this one, except that
197 BasicBlock one = (BasicBlock) get0(i) local
    [all...]
Rop.java 52 /** the opcode; one of the constants in {@link RegOps} */
68 * the branchingness of this op; one of the {@code BRANCH_*}
80 * Constructs an instance. This method is private. Use one of the
83 * @param opcode the opcode; one of the constants in {@link RegOps}
89 * @param branchingness the branchingness of this op; one of the
131 * @param opcode the opcode; one of the constants in {@link RegOps}
137 * @param branchingness the branchingness of this op; one of the
151 * @param opcode the opcode; one of the constants in {@link RegOps}
155 * @param branchingness the branchingness of this op; one of the
170 * @param opcode the opcode; one of the constants in {@link RegOps
284 Type one = exceptions.getType(i); local
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 210 * Constructs an instance. This is a private constructor; use one
348 Type one = parameterTypes.get(i); local
349 if (one.isIntlike()) {
351 one = Type.INT;
353 list.set(i, one);
  /dalvik/vm/compiler/template/
gen-template.py 56 raise DataParseError("handler-size requires one argument")
78 raise DataParseError("import requires one argument") namespace
93 raise DataParseError("import requires one argument") namespace
283 # allow more than one %break, ignoring all following the first
  /dalvik/vm/mterp/
gen-mterp.py 61 raise DataParseError("handler-style requires one argument")
77 raise DataParseError("handler-size requires one argument")
99 raise DataParseError("import requires one argument") namespace
118 raise DataParseError("import requires one argument") namespace
136 raise DataParseError("import requires one argument") namespace
465 # allow more than one %break, ignoring all following the first
  /development/tools/jdwpspy/
Net.cpp 250 int one = 1; local
251 if (setsockopt(netState->listenSock, SOL_SOCKET, SO_REUSEADDR, &one,
252 sizeof(one)) < 0)
434 * usually only going to find one packet, which is trivial to handle.
719 * We wait for a new connection from the debugger. When one arrives we
720 * open a connection to the VM. If one side or the other goes away, we
  /external/clang/test/Analysis/
idempotent-operations.c 10 int x = 10, zero = 0, one = 1; local
26 test(x * one); // expected-warning {{The right operand to '*' is always 1}}
27 x *= one; // expected-warning {{The right operand to '*=' is always 1}}
28 test(x / one); // expected-warning {{The right operand to '/' is always 1}}
29 x /= one; // expected-warning {{The right operand to '/=' is always 1}}
32 test(one * x); // expected-warning {{The left operand to '*' is always 1}}
58 one = 3;
60 return x + zero + one;
180 int one = 1; local
  /external/clang/test/Sema/
flexible-array-init.c 2 struct one { struct
7 struct one x2 = { 5, 1, 2, 3 }; // expected-warning{{flexible array initialization is a GNU extension}}
10 struct one x3 = {5, {1, 2, 3}}; // expected-error{{initialization of flexible array member is not allowed}}
11 struct one x3a = { 5 };
12 struct one x3b = { .a = 5 };
13 struct one x3c = { 5, {} }; // expected-warning{{use of GNU empty initializer extension}} \
  /external/fdlibm/
e_j0.c 32 * to compute the worse one.)
73 one = 1.0, variable
100 if(ix>=0x7ff00000) return one/(x*x);
124 if(huge+x>one) { /* raise inexact if x != 0 */
125 if(ix<0x3e400000) return one; /* |x|<2**-27 */
126 else return one - 0.25*x*x;
131 s = one+z*(S01+z*(S02+z*(S03+z*S04)));
133 return one + z*(-0.25+(r/s));
136 return((one+u)*(one-u)+z*(r/s))
    [all...]
e_j1.c 33 * to compute the worse one.)
73 one = 1.0, variable
101 if(ix>=0x7ff00000) return one/x;
126 if(huge+x>one) return 0.5*x;/* inexact if x!=0 necessary */
130 s = one+z*(s01+z*(s02+z*(s03+z*(s04+z*s05))));
172 if(ix>=0x7ff00000) return one/(x+x*x);
173 if((ix|lx)==0) return -one/zero;
194 * to compute the worse one.
208 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
209 return(x*(u/v) + tpi*(__ieee754_j1(x)*__ieee754_log(x)-one/x))
    [all...]
  /external/icu4c/test/intltest/
plurfmts.cpp 271 pluralFmt.applyPattern(UNICODE_STRING_SIMPLE("one{one} other{not one}"), status);
275 UnicodeString one = UNICODE_STRING_SIMPLE("one"); local
276 UnicodeString notOne = UNICODE_STRING_SIMPLE("not one");
281 numResult = one;
326 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
336 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}")
    [all...]
  /external/openssl/crypto/evp/
bio_ok.c 104 standardized one.
268 /* no signature yet -- check if we got one */
445 { const union { long one; char little; } is_endian = {1}; member in union:__anon9012
  /external/openssl/crypto/sha/
sha256.c 138 * is left one. This is why you might notice that rotation coefficients
209 const union { long one; char little; } is_endian = {1}; member in union:__anon9051
sha_locl.h 227 const union { long one; char little; } is_endian = {1}; member in union:__anon9052
  /external/skia/src/core/
Sk64.cpp 105 Sk64 one; local
106 one.set(1);
107 one.shiftLeft(bits - 1);
108 this->add(one);
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 138 int32_t one = SK_Fixed1; local
147 one >>= bits;
152 (array[18] - one) | array[19]);
162 int32_t needsScale = (array[0] - one) | // red axis
163 (array[6] - one) | // green axis
164 (array[12] - one); // blue axis
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 88 static const StringWeight<L, S> &One() {
89 static const StringWeight<L, S> one; local
90 return one;
341 w = StringWeight<L, S>::One();
  /external/v8/src/
fast-dtoa.cc 114 // and v (the input number). They are guaranteed to be precise up to one unit.
115 // In fact the error is guaranteed to be strictly less than one unit.
127 // representations, and one is closer to both w_low and w_high, then we know
155 // representations close to w, but we cannot decide which one is closer.
361 // * if more than one decimal representation gives the minimal number of
362 // decimal digits then the one closest to W (where W is the correct value
392 // low, w and high are imprecise, but by less than one ulp (unit in the last
416 DiyFp one = DiyFp(static_cast<uint64_t>(1) << -w.e(), w.e()); local
417 // Division by one is a shift.
418 uint32_t integrals = static_cast<uint32_t>(too_high.f() >> -one.e())
524 DiyFp one = DiyFp(static_cast<uint64_t>(1) << -w.e(), w.e()); local
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 50 # but, that only gains us one byte of space in the lzss image.
107 inc %ecx # we set ecx to one so byte
233 lea one-6(%rbx,%rbx,2), %esi
235 # [one]+(num_cpus*6)
267 # gas won't let us force the one-byte constant
439 dec %edi # point to one less than null
464 push $81 # one added to cheat, we don't
561 one: .ascii "One\0\0\0" label
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 109 mov r6,#1 @ we set r6 to one so byte
172 add r1,r11,#(one-data_begin)
269 cmpeq r5,r1 @ if first byte matched, comp this one
271 cmpeq r5,r2 @ if first two matched, comp this one
310 sub r10,r10,#1 @ point to one less than null
448 one: .ascii "One \0" label
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 44 # but, that only gains us one byte of space in the lzss image.
99 inc %ecx # we set ecx to one so byte
228 lea one-6(%ebx,%ebx,2), %esi
230 # [one]+(num_cpus*6)
261 # gas won't let us force the one-byte constant
439 dec %edi # point to one less than null
464 push $81 # one added to cheat, we don't
561 one: .ascii "One\0\0\0" label
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
36 Double one = new Double(1.0); local
40 al.add(one);
80 Double one = new Double(1.0); local
84 al.add(one);
110 Double one = new Double(1.0); local
114 al.add(one);
140 Double one = new Double(1.0); local
144 al.add(one);
206 Double one = new Double(1.0) local
    [all...]

Completed in 425 milliseconds

1 2 3 4 5 6 78 91011