HomeSort by relevance Sort by last modified time
    Searched defs:at (Results 51 - 75 of 368) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 6 * You may obtain a copy of the License at
69 int at = getAt(); local
70 if (at != bytes.length) {
71 parsed(ba, at, bytes.length - at, "<extra data at end of file>");
Main.java 6 * You may obtain a copy of the License at
43 int at = 0; local
45 for (/*at*/; at < args.length; at++) {
46 String arg = args[at];
79 if (at == args.length) {
84 for (/*at*/; at < args.length; at++)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 56 * Insert a new entry at the tail
96 struct list_head *at = head->next; local
101 last->next = at;
102 at->prev = last;
  /external/iproute2/include/linux/tc_act/
tc_pedit.h 21 __u32 at; member in struct:tc_pedit_key
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
VertexCache.java 84 public int at(int index) { method in class:VertexCache
StripInfo.java 109 if( (faceVec.at(i).m_v0 == face.m_v0) ||
110 (faceVec.at(i).m_v1 == face.m_v0) ||
111 (faceVec.at(i).m_v2 == face.m_v0) )
117 if( (faceVec.at(i).m_v0 == face.m_v1) ||
118 (faceVec.at(i).m_v1 == face.m_v1) ||
119 (faceVec.at(i).m_v2 == face.m_v1) )
125 if( (faceVec.at(i).m_v0 == face.m_v2) ||
126 (faceVec.at(i).m_v1 == face.m_v2) ||
127 (faceVec.at(i).m_v2 == face.m_v2) )
228 tempAllFaces.add(forwardFaces.at(i));
    [all...]
  /external/libffi/src/
java_raw_api.c 50 ffi_type **at = cif->arg_types; local
52 for (i = cif->nargs-1; i >= 0; i--, at++)
54 switch((*at) -> type) {
  /external/skia/src/core/
SkTRefArray.h 22 * T entries at the end. We call our constructor, but not the constructors
67 const T& at(int index) const { function in class:SkTRefArray
71 const T& operator[](int index) const { return this->at(index); }
  /external/tinyxml/
tinystr.h 146 const char& at (size_type index) const function in class:TiXmlString
  /external/v8/src/
arguments.h 58 template <class S> Handle<S> at(int index) { function in class:v8::internal::BASE_EMBEDDED
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLBuffer.h 55 inline char at(int offset) const { return m_buffer[offset]; } function in class:WTF::URLBuffer
65 // write many characters at once, it can make sure there is enough capacity,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_act/
tc_pedit.h 22 __u32 at; member in struct:tc_pedit_key
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/
tc_pedit.h 22 __u32 at; member in struct:tc_pedit_key
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/
tc_pedit.h 22 __u32 at; member in struct:tc_pedit_key
  /cts/tools/signature-tools/src/signature/compare/
Main.java 6 * You may obtain a copy of the License at
53 int at = 0; local
55 if (!"--from".equals(args[at])) {
58 String fromType = args[++at];
62 ++at;
63 for (/* at */; at < args.length; at++) {
64 if ("--name".equals(args[at])) {
68 if ("--to".equals(args[at])) {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 6 * You may obtain a copy of the License at
55 int at = 0; local
57 items[at] = new AnnotationItem(a);
58 at++;
69 // This includes an int size at the start of the list.
  /dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java 6 * You may obtain a copy of the License at
47 int at = 0; local
50 while (at < len) {
51 int nlAt = src.indexOf('\n', at);
55 int poundAt = src.indexOf('#', at);
59 line = src.substring(at, poundAt);
61 line = src.substring(at, nlAt);
63 at = nlAt + 1;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 6 * You may obtain a copy of the License at
55 int at = 0; local
57 items[at] = new AnnotationItem(a);
58 at++;
69 // This includes an int size at the start of the list.
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 6 * You may obtain a copy of the License at
47 int at = 0; local
50 while (at < len) {
51 int nlAt = src.indexOf('\n', at);
55 int poundAt = src.indexOf('#', at);
59 line = src.substring(at, poundAt);
61 line = src.substring(at, nlAt);
63 at = nlAt + 1;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java 6 * You may obtain a copy of the License at
55 int at = 0; local
57 items[at] = new AnnotationItem(a);
58 at++;
69 // This includes an int size at the start of the list.
  /external/dexmaker/src/dx/java/com/android/dx/util/
HexParser.java 6 * You may obtain a copy of the License at
47 int at = 0; local
50 while (at < len) {
51 int nlAt = src.indexOf('\n', at);
55 int poundAt = src.indexOf('#', at);
59 line = src.substring(at, poundAt);
61 line = src.substring(at, nlAt);
63 at = nlAt + 1;
  /external/e2fsprogs/lib/blkid/
list.h 135 struct list_head *at = head->next; local
140 last->next = at;
141 at->prev = last;
  /external/llvm/lib/Support/
Path.cpp 231 const char* at = path; local
232 const char* delim = strchr(at, PathSeparator);
235 std::string tmp(at, size_t(delim-at));
239 at = delim + 1;
240 delim = strchr(at, PathSeparator);
243 if (*at != 0)
244 if (tmpPath.set(std::string(at)))
275 // There is at least one slash left. Remove all trailing non-slashes.
  /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

Completed in 936 milliseconds

1 23 4 5 6 7 8 91011>>