HomeSort by relevance Sort by last modified time
    Searched defs:at (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/elfutils/libebl/
eblcorenote.c 71 const char *at; local
75 #define NEW_AT(name) case AT_##name: at = #name; break
101 at = "???";
112 printf (" %s\n", at);
128 printf (" %s: %" PRId64 "\n", at, (int64_t) val);
137 printf (" %s: %" PRIx64 "\n", at, (uint64_t) val);
  /external/webkit/WebCore/bindings/v8/
ScriptCallStack.cpp 66 const ScriptCallFrame& ScriptCallStack::at(unsigned index) const function in class:WebCore::ScriptCallStack
  /external/webkit/WebCore/platform/graphics/transforms/
TransformOperations.h 11 * version 2 of the License, or (at your option) any later version.
64 const TransformOperation* at(size_t index) const { return index < m_operations.size() ? m_operations.at(index).get() : 0; } function in class:WebCore::TransformOperations
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
InformationObjectSet.java 7 * the License. You may obtain a copy of the License at
51 public void put(AttributeType at) {
52 put(at.oid.getOid(), at); local
  /cts/tools/dx-tests/src/dxconvext/util/
FileUtils.java 6 * You may obtain a copy of the License at
76 int at = 0; local
78 int amt = in.read(result, at, length);
82 at += amt;
  /cts/tools/signature-tools/src/signature/converter/
Main.java 6 * You may obtain a copy of the License at
36 int at = 1; local
37 for (/* at */; at < args.length; at++) {
38 if ("--out".equals(args[at])) {
41 sources.add(args[at]);
44 if (!"--out".equals(args[at])) {
47 String targetFile = args[++at];
49 if (!"--name".equals(args[++at])) {
    [all...]
  /dalvik/dx/src/com/android/dx/util/
FileUtils.java 6 * You may obtain a copy of the License at
76 int at = 0; local
78 int amt = in.read(result, at, length);
82 at += amt;
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/libffi/src/
raw_api.c 40 ffi_type **at = cif->arg_types; local
42 for (i = cif->nargs-1; i >= 0; i--, at++)
45 if ((*at)->type == FFI_TYPE_STRUCT)
49 result += ALIGN ((*at)->size, FFI_SIZEOF_ARG);
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/v8/src/
arguments.h 56 template <class S> Handle<S> at(int index) { function in class:v8::internal::BASE_EMBEDDED
  /external/webkit/WebCore/bindings/js/
ScriptCallStack.cpp 73 const ScriptCallFrame &ScriptCallStack::at(unsigned index) function in class:WebCore::ScriptCallStack
  /frameworks/base/awt/java/awt/font/
ShapeGraphicAttribute.java 7 * the License. You may obtain a copy of the License at
174 AffineTransform at = AffineTransform.getTranslateInstance(x, y); local
178 g2.draw(at.createTransformedShape(fShape));
181 g2.fill(at.createTransformedShape(fShape));
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 6 * You may obtain a copy of the License at
70 int at; local
73 for (at = 0; at < sz; at++) {
74 Attribute att = get(at);
85 for (at++; at < sz; at++) {
86 Attribute att = get(at);
    [all...]
  /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 23 __u32 at; member in struct:tc_pedit_key
  /external/tinyxml/
tinystr.h 146 const char& at (size_type index) const function in class:TiXmlString
  /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/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.
  /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
198 ASN1_TYPE *at; local
222 at=sk_ASN1_TYPE_value(a->value.set,ii);
223 type=at->type;
224 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;

Completed in 6435 milliseconds

1 2 3 4 5