HomeSort by relevance Sort by last modified time
    Searched defs:at (Results 76 - 100 of 336) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/libbcc/runtime/test/Unit/
udivmodti4_test.c 30 utwords at; local
31 at.all = a;
45 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
    [all...]
  /frameworks/compile/mclinker/lib/LD/
SectionMap.cpp 76 SectionMap::Mapping* SectionMap::at(const std::string& pInput) function in class:SectionMap
  /sdk/rule_api/src/com/android/ide/common/api/
Segment.java 6 * You may obtain a copy of the License at
34 public final int at; field in class:Segment
64 public Segment(int at, int from, int to, @NonNull INode node, @Nullable String id,
66 this.at = at;
80 return "Segment [edgeType=" + edgeType + ", node=" + nodeStr + ", at=" + at + ", id=" + id
  /dalvik/dexgen/src/com/android/dexgen/rop/
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/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 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/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;

Completed in 3010 milliseconds

1 2 34 5 6 7 8 91011>>