/external/e2fsprogs/lib/blkid/ |
list.h | 135 struct list_head *at = head->next; local 140 last->next = at; 141 at->prev = last;
|
/external/openssl/crypto/asn1/ |
t_req.c | 20 * This can be in the form of a textual message at program startup or 174 ASN1_TYPE *at; local 198 at=sk_ASN1_TYPE_value(a->value.set,ii); 199 type=at->type; 200 bs=at->value.asn1_string;
|
/external/openssl/crypto/x509/ |
x509_att.c | 20 * This can be in the form of a textual message at program startup or 199 X509_ATTRIBUTE *at; local 205 at = X509at_get_attr(x, i); 206 if (lastpos <= -3 && (X509_ATTRIBUTE_count(at) != 1)) 208 return X509_ATTRIBUTE_get0_data(at, 0, type, NULL); 307 * at least one value but some types use and zero length SET and
|
/external/oprofile/libutil/ |
op_list.h | 136 struct list_head * at = head->next; local 141 last->next = at; 142 at->prev = last;
|
/external/skia/src/core/ |
SkDataTable.cpp | 61 const void* SkDataTable::at(int index, size_t* size) const { function in class:SkDataTable
|
/external/srtp/crypto/kernel/ |
crypto_kernel.c | 257 * free dynamic memory used in crypto_kernel at present 323 /* put new_ct at the head of the list */ 368 /* put new_at at the head of the list */ 452 auth_type_t *at; local 461 at = crypto_kernel_get_auth_type(id); 462 if (!at) 465 return ((at)->alloc(ap, key_len, tag_len)); 484 /* put new_dm at the head of the list */
|
/external/v8/src/ |
small-pointer-list.h | 99 T* at(int i) const { function in class:v8::internal::SmallPointerList 105 return list()->at(i); 109 T* operator[](int i) const { return at(i); }
|
/frameworks/base/core/tests/coretests/src/android/text/ |
PackedIntVectorTest.java | 6 * You may obtain a copy of the License at 37 int at; local 40 at = i; 42 at = p.size() - i; 50 p.insertAt(at, null); 52 p.insertAt(at, ins); 59 assertEquals(0, p.getValue(at, j)); 61 assertEquals(p.getValue(at, j), i + j); 136 int at = (osize - del) / 2; local 137 p.deleteAt(at, del) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
PositionList.java | 6 * You may obtain a copy of the License at 78 int at = 0; local 99 arr[at] = new PositionList.Entry(insn.getAddress(), pos); 100 at++; 105 PositionList result = new PositionList(at); 106 for (int i = 0; i < at; i++) { 124 * Gets the element at the given index. It is an error to call 129 * @return {@code non-null;} element at that index 136 * Sets the entry at the given index. 139 * @param entry {@code non-null;} the entry to set at {@code n [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
FixedSizeList.java | 6 * You may obtain a copy of the License at 149 int at = 0; local 154 newa[at] = one; 155 at++; 204 * Sets the element at the given index, but without doing any type
|
/dalvik/dexlist/ |
DexList.cpp | 6 * You may obtain a copy of the License at 57 size_t at = strlen(str); local 61 assert(str[at - 1] == ';'); 62 at -= 2; /* Two fewer chars to copy. */ 66 newStr = (char*)malloc(at + 1); /* Add one for the '\0'. */ 67 newStr[at] = '\0'; 69 while (at > 0) { 70 at--; 71 newStr[at] = (str[at] == '/') ? '.' : str[at] [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
SwitchList.java | 6 * You may obtain a copy of the License at 81 * Gets the indicated target. Asking for the target at {@code size()} 102 * Gets the list of all targets. This includes one extra element at the 173 int at = 0; local 178 if (i != at) { 179 targets.set(at, target); 180 values.set(at, values.get(i)); 182 at++; 186 if (at != sz) { 187 values.shrink(at); [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
AttributeListParser.java | 6 * You may obtain a copy of the License at 124 int at = offset + 2; // Skip the count. local 136 observer.parsed(bytes, at, 0, 142 attributeFactory.parse(cf, context, at, observer); 144 at += attrib.byteLength(); 149 observer.parsed(bytes, at, 0, 162 endOffset = at;
|
/dalvik/dx/src/com/android/dx/dex/code/ |
PositionList.java | 6 * You may obtain a copy of the License at 78 int at = 0; local 99 arr[at] = new PositionList.Entry(insn.getAddress(), pos); 100 at++; 105 PositionList result = new PositionList(at); 106 for (int i = 0; i < at; i++) { 124 * Gets the element at the given index. It is an error to call 129 * @return {@code non-null;} element at that index 136 * Sets the entry at the given index. 139 * @param entry {@code non-null;} the entry to set at {@code n [all...] |
/dalvik/dx/src/com/android/dx/util/ |
FixedSizeList.java | 6 * You may obtain a copy of the License at 149 int at = 0; local 154 newa[at] = one; 155 at++; 204 * Sets the element at the given index, but without doing any type
|
/external/aac/libFDK/src/ |
FDK_trigFcts.cpp | 115 * at=atan(0.5 *(2^scl)); % 0.5 because get in 'middle' area of current scale level 'scl' 116 * at/2 % div at by ATO_SCALE 135 FIXP_DBL at; // atan out local 186 at = +f_atan_expand_range[sfo-ATI_SF-1]; 188 at = FL2FXCONST_DBL( +M_PI/2 / ATO_SCALE); 193 at = -f_atan_expand_range[sfo-ATI_SF-1]; 195 at = FL2FXCONST_DBL( -M_PI/2 / ATO_SCALE); 199 at = FL2FXCONST_DBL( 0.0f ); 207 at = fixp_atan(q); // ATO_S [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 51 need a way to record various locations in the input at a number of points in the 96 to a recognizer at look-ahead position specified by <tt>k</tt>. For 102 <tt>stream.look(k = 1)</tt> is used to retrieve the full object of interest at 177 # used to quickly retreive the object of interest to a recognizer at lookahead 184 # used to retreive the full object of interest at lookahead position specified 191 # returns a value to pass to #rewind at a later time 246 Line 1 is the string "Hey this is the first line\\n". If a character stream is at 335 # :method: at( i ) 336 # return the stream symbol at index +i+ 337 abstract :at 1057 def at( i ) method in class:ANTLR3.that.CommonTokenStream [all...] |
/external/blktrace/btt/ |
list.h | 196 struct list_head *at = head->next; local 201 last->next = at; 202 at->prev = last;
|
/external/chromium_org/google_apis/gaia/ |
oauth2_api_call_flow_unittest.cc | 173 std::string at = "access_token"; local 176 CreateFlow(rt, at, scopes); 185 std::string at = "access_token"; local 188 CreateFlow(rt, at, scopes); 196 at, 203 std::string at = "access_token"; local 206 CreateFlow(rt, at, scopes); 214 at, 221 std::string at = "access_token"; local 224 CreateFlow(rt, at, scopes) 237 std::string at = "access_token"; local 253 std::string at = "access_token"; local 269 std::string at = "access_token"; local 283 std::string at = "access_token"; local [all...] |
oauth2_mint_token_flow_unittest.cc | 234 std::string at; local 236 EXPECT_FALSE(OAuth2MintTokenFlow::ParseMintTokenResponse(json.get(), &at, 238 EXPECT_TRUE(at.empty()); 242 std::string at; local 244 EXPECT_TRUE(OAuth2MintTokenFlow::ParseMintTokenResponse(json.get(), &at, 246 EXPECT_EQ("at1", at);
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
jid.cc | 54 size_t at = jid_string.find('@'); local 56 if (at < slash && at != std::string::npos) { 57 node_name_ = jid_string.substr(0, at); 58 domain_begin = at + 1; 366 // can't be right. We should at least be checking that there are no '/'
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
asn1pars.c | 20 * This can be in the form of a textual message at program startup or 100 ASN1_TYPE *at=NULL; local 321 atmp = at; 323 at = d2i_ASN1_TYPE(NULL,&ctmpbuf,tmplen); 325 if(!at) 331 typ = ASN1_TYPE_get(at); 341 tmpbuf=at->value.asn1_string->data; 342 tmplen=at->value.asn1_string->length; 380 if (at != NULL) ASN1_TYPE_free(at); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_req.c | 20 * This can be in the form of a textual message at program startup or 158 * extensions in a certificate request. There are at least two OIDs that are 221 ASN1_TYPE *at = NULL; local 223 if(!(at = ASN1_TYPE_new()) || 224 !(at->value.sequence = ASN1_STRING_new())) goto err; 226 at->type = V_ASN1_SEQUENCE; 228 at->value.sequence->length = 230 &at->value.sequence->data, 234 if(!sk_ASN1_TYPE_push(attr->value.set, at)) goto err; 235 at = NULL [all...] |
/external/chromium_org/v8/src/ |
small-pointer-list.h | 105 T* at(int i) const { function in class:v8::internal::SmallPointerList 111 return list()->at(i); 115 T* operator[](int i) const { return at(i); }
|
/external/clang/test/CodeGenCXX/ |
debug-info.cpp | 102 typedef a at; typedef in namespace:pr16214 110 at a_inst;
|