/dalvik/dx/src/com/android/dx/rop/code/ |
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);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
ArrayFieldVector.java | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 50 * or one of the <code>append</code> methods ({@link #append(FieldElement[])}, 85 * 0 length vectors. To build vectors from any size, one should 124 * 0 length vectors. To build vectors from any size, one should 212 * Construct a vector by appending one vector to another vector. 224 * Construct a vector by appending one vector to another vector. 236 * Construct a vector by appending one vector to another vector. 248 * Construct a vector by appending one vector to another vector. 250 * This constructor needs at least one non-empty array to retrieve 252 * 0 length vectors. To build vectors from any size, one shoul 450 final T one = field.getOne(); local 459 final T one = field.getOne(); local [all...] |
FieldLUDecompositionImpl.java | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 424 final T one = field.getOne(); local 427 identity.setEntry(i, i, one);
|
/external/boringssl/src/crypto/modes/ |
gcm.c | 124 long one; member in union:__anon4783 157 long one; member in union:__anon4784 235 long one; member in union:__anon4785 419 long one; member in union:__anon4786 493 long one; member in union:__anon4787 635 long one; member in union:__anon4788 795 long one; member in union:__anon4789 962 long one; member in union:__anon4790 1072 long one; member in union:__anon4791 1187 long one; member in union:__anon4792 [all...] |
/external/boringssl/src/crypto/sha/ |
sha1.c | 203 long one; member in union:__anon4801
|
sha256.c | 149 * TODO(davidben): The small |md_len| case is one of the few places a low-level 209 * is left one. This is why you might notice that rotation coefficients 244 long one; member in union:__anon4802
|
/external/boringssl/src/ssl/ |
d1_pkt.c | 132 long one; member in union:__anon4829 256 * When it finishes, one packet has been decoded and can be found in 400 * 'type' is one of the following: 539 /* If an alert record, process one alert out of the record. Note that we allow 717 * writes it to |out|. At most |max_out| bytes will be written. It returns one
|
/external/clang/test/CodeGen/ |
designated-initializers.c | 92 int one; member in struct:u_16644::s_16644 103 .a.one = 1, 113 .a.one = 11, 120 .a.one = 21, 129 .one = 31 136 [0].a.one = 2,
|
/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/clang/test/SemaCXX/ |
cxx0x-initializer-aggregates.cpp | 3 struct one { char c[1]; }; struct 63 one overloaded(A); 66 static_assert(sizeof(overloaded({1, 2})) == sizeof(one), "bad overload"); 70 static_assert(sizeof(overloaded({1})) == sizeof(one), "bad overload");
|
cxx0x-initializer-stdinitializerlist.cpp | 45 struct one { char c[1]; }; struct 83 one overloaded(std::initializer_list<int>); 86 static_assert(sizeof(overloaded({1, 2, 3})) == sizeof(one), "bad overload"); 93 one ov2(std::initializer_list<int>); // expected-note {{candidate}} 96 static_assert(sizeof(ov2({1, 2, 3})) == sizeof(one), "bad overload");
|
undefined-internal.cpp | 91 static const int one = 1; member in struct:test6::A 97 value = one;
|
/external/dexmaker/src/dx/java/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
|
/external/dexmaker/src/dx/java/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...] |
/external/dexmaker/src/dx/java/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);
|
/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/fio/crc/ |
xxhash.c | 135 static const int one = 1; variable 136 # define XXH_CPU_LITTLE_ENDIAN (*(char*)(&one))
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
BytesTest.java | 165 List<Byte> one = Arrays.asList((byte) 1); local 166 assertTrue(Arrays.equals(ARRAY1, Bytes.toArray(one)));
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
BytesTest.java | 167 List<Byte> one = Arrays.asList((byte) 1); local 168 assertTrue(Arrays.equals(ARRAY1, Bytes.toArray(one)));
|
/external/libvncserver/libvncclient/ |
sockets.c | 306 int one = 1; local 331 (char *)&one, sizeof(one)) < 0) { 348 int one = 1; local 386 (char *)&one, sizeof(one)) < 0) { 489 int one = 1; local 511 (const char *)&one, sizeof(one)) < 0) { 551 if (p->ai_family == AF_INET6 && setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (char *)&one, sizeof(one)) < 0) 603 int one = 1; local [all...] |
/external/libvncserver/libvncserver/ |
sockets.c | 122 const int one = 1; local 128 (char *)&one, sizeof(one)) < 0) { 382 const int one = 1; local 395 one of them has, so this should not block for too long! */ 422 (char *)&one, sizeof(one)) < 0) { 507 int one = 1; local 523 (char *)&one, sizeof(one)) < 0) 832 int one = 1; local 1014 int one = 1; local [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
dxbc.h | 83 uint32_t one; member in struct:dxbc_container_header
|