HomeSort by relevance Sort by last modified time
    Searched refs:at (Results 101 - 125 of 4574) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
overlap.stderr.exp 2 at 0x........: memcpy (mc_replace_strmem.c:...)
6 at 0x........: memcpy (mc_replace_strmem.c:...)
10 at 0x........: strncpy (mc_replace_strmem.c:...)
14 at 0x........: strncpy (mc_replace_strmem.c:...)
18 at 0x........: strcpy (mc_replace_strmem.c:...)
22 at 0x........: strncat (mc_replace_strmem.c:...)
26 at 0x........: strncat (mc_replace_strmem.c:...)
partial_load_ok.stderr.exp 3 at 0x........: main (partial_load.c:23)
5 at 0x........: calloc (vg_replace_malloc.c:...)
9 at 0x........: main (partial_load.c:30)
11 at 0x........: calloc (vg_replace_malloc.c:...)
15 at 0x........: main (partial_load.c:37)
17 at 0x........: free (vg_replace_malloc.c:...)
22 in use at exit: ... bytes in ... blocks
big_blocks_freed_list.stderr.exp 3 at 0x........: main (big_blocks_freed_list.c:22)
5 at 0x........: free (vg_replace_malloc.c:...)
9 at 0x........: main (big_blocks_freed_list.c:23)
11 at 0x........: free (vg_replace_malloc.c:...)
15 at 0x........: main (big_blocks_freed_list.c:33)
19 at 0x........: main (big_blocks_freed_list.c:34)
21 at 0x........: free (vg_replace_malloc.c:...)
25 at 0x........: main (big_blocks_freed_list.c:41)
27 at 0x........: free (vg_replace_malloc.c:...)
31 at 0x........: main (big_blocks_freed_list.c:46
    [all...]
origin1-yes.stderr.exp 4 at 0x........: main (origin1-yes.c:37)
6 at 0x........: main (origin1-yes.c:23)
11 at 0x........: main (origin1-yes.c:49)
13 at 0x........: main (origin1-yes.c:23)
18 at 0x........: main (origin1-yes.c:56)
20 at 0x........: main (origin1-yes.c:23)
25 at 0x........: main (origin1-yes.c:64)
27 at 0x........: malloc (vg_replace_malloc.c:...)
33 at 0x........: main (origin1-yes.c:76)
35 at 0x........: realloc (vg_replace_malloc.c:...
    [all...]
varinfo3.stderr.exp 2 at 0x........: croak (varinfo3.c:28)
6 declared at varinfo3.c:35, in frame #0 of thread 1
9 at 0x........: croak (varinfo3.c:28)
13 a global variable declared at varinfo3.c:36
16 at 0x........: croak (varinfo3.c:28)
20 declared at varinfo3.c:37, in frame #0 of thread 1
23 at 0x........: croak (varinfo3.c:28)
27 a global variable declared at varinfo3.c:38
30 at 0x........: croak (varinfo3.c:28)
37 at 0x........: croak (varinfo3.c:28
    [all...]
  /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;
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;
  /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/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/valgrind/main/memcheck/tests/s390x/
cu42.stderr.exp 2 at 0x........: do_cu42 (cu42.c:31)
5 at 0x........: malloc (vg_replace_malloc.c:...)
9 at 0x........: do_cu42 (cu42.c:31)
12 at 0x........: malloc (vg_replace_malloc.c:...)
16 at 0x........: do_cu42 (cu42.c:31)
19 at 0x........: malloc (vg_replace_malloc.c:...)
23 at 0x........: do_cu42 (cu42.c:31)
26 at 0x........: malloc (vg_replace_malloc.c:...)
30 at 0x........: do_cu42 (cu42.c:31)
34 at 0x........: do_cu42 (cu42.c:31
    [all...]
cu21.stderr.exp 2 at 0x........: do_cu21 (cu21.c:45)
5 at 0x........: malloc (vg_replace_malloc.c:...)
9 at 0x........: do_cu21 (cu21.c:45)
12 at 0x........: malloc (vg_replace_malloc.c:...)
16 at 0x........: do_cu21 (cu21.c:45)
19 at 0x........: malloc (vg_replace_malloc.c:...)
23 at 0x........: do_cu21 (cu21.c:45)
26 at 0x........: malloc (vg_replace_malloc.c:...)
30 at 0x........: do_cu21 (cu21.c:45)
33 at 0x........: malloc (vg_replace_malloc.c:...
    [all...]
  /external/valgrind/main/helgrind/tests/
tc09_bad_unlock.stderr.exp 8 Thread #x unlocked a not-locked lock at 0x........
9 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
12 Lock at 0x........ was first observed
13 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
28 Thread #x unlocked lock at 0x........ currently held by thread #x
29 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
33 Lock at 0x........ was first observed
34 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
40 Thread #x unlocked an invalid lock at 0x........
41 at 0x........: pthread_mutex_unlock (hg_intercepts.c:...
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 8 * You may obtain a copy of the License at
37 * Retrieval performance is critical, since this is used at the core
155 // total of m_blocksize squared elements, which at the default
156 // size is 4M integers... and we grow by at least that much each
245 * Inserts the specified node in this vector at the specified index.
253 * @param at Index of where to insert
255 private void insertElementAt(int value, int at)
257 if(at==m_firstFree)
259 else if (at>m_firstFree)
261 int index=at>>>m_SHIFT
330 int at=indexOf(s,0); local
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskSound.cpp 6 * the License at
70 if (StringUtil::compare(tokens->at(0), "file") == 0) {
74 buffer = Buffer::loadFromFile(tokens->at(1));
75 } else if (StringUtil::compare(tokens->at(0), "sin") == 0) {
79 int amplitude = atoi(tokens->at(1).string());
80 int freq = atoi(tokens->at(2).string());
81 int time = atoi(tokens->at(3).string());
85 } else if (StringUtil::compare(tokens->at(0), "random") == 0) {
90 int amplitude = atoi(tokens->at(1).string());
91 int time = atoi(tokens->at(2).string())
    [all...]
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 5 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
11 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
13 barrier 0x........ was first observed at:
14 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
20 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
22 barrier 0x........ was first observed at:
23 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?)
29 at 0x........: pthread_barrier_destroy (drd_pthread_intercepts.c:?)
31 barrier 0x........ was first observed at:
32 at 0x........: pthread_barrier_init (drd_pthread_intercepts.c:?
    [all...]
annotate_hb_err.stderr.exp 3 at 0x........: U_AnnotateHappensBefore (unified_annotations.h:?)
5 mutex 0x........ was first observed at:
6 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
10 at 0x........: U_AnnotateHappensBefore (unified_annotations.h:?)
12 cond 0x........ was first observed at:
13 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
17 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
19 order annotation 0x........ was first observed at:
20 at 0x........: U_AnnotateHappensAfter (unified_annotations.h:?)
fp_race.stderr.exp 2 Conflicting load by thread 1 at 0x........ size 8
3 at 0x........: main (fp_race.c:?)
5 declared at fp_race.c:24, in frame #? of thread 1
11 Conflicting store by thread 1 at 0x........ size 8
12 at 0x........: main (fp_race.c:?)
14 declared at fp_race.c:24, in frame #? of thread 1
hg04_race.stderr.exp 3 Conflicting load by thread 3 at 0x........ size 4
4 at 0x........: th (hg04_race.c:10)
7 declared at hg04_race.c:6, in frame #? of thread 2
13 Conflicting store by thread 3 at 0x........ size 4
14 at 0x........: th (hg04_race.c:10)
17 declared at hg04_race.c:6, in frame #? of thread 2
hg05_race2.stderr.exp 3 Conflicting load by thread 3 at 0x........ size 4
4 at 0x........: th (hg05_race2.c:17)
7 declared at hg05_race2.c:24, in frame #? of thread 1
13 Conflicting store by thread 3 at 0x........ size 4
14 at 0x........: th (hg05_race2.c:17)
17 declared at hg05_race2.c:24, in frame #? of thread 1
hold_lock_1.stderr.exp 3 Acquired at:
4 at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
7 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
9 mutex 0x........ was first observed at:
10 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
14 Acquired at:
15 at 0x........: pthread_rwlock_wrlock (drd_pthread_intercepts.c:?)
18 at 0x........: pthread_rwlock_unlock (drd_pthread_intercepts.c:?)
20 rwlock 0x........ was first observed at:
21 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcbreak.stdoutB.exp 1 Breakpoint 1 at 0x........: file t.c, line 112.
2 Breakpoint 2 at 0x........: file t.c, line 117.
4 Breakpoint 1, main (argc=1, argv=0x........) at t.c:112
6 breakme (line=112) at t.c:100
11 main (argc=1, argv=0x........) at t.c:113
37 Breakpoint 2, main (argc=1, argv=0x........) at t.c:117
39 breakme (line=117) at t.c:100
41 Run till exit from #0 breakme (line=117) at t.c:100
42 main (argc=1, argv=0x........) at t.c:119
47 0x........ in make_error (s=0x........ "called from level") at t.c:4
    [all...]
mcleak.stdoutB.exp 1 Breakpoint 1 at 0x........: file leak-delta.c, line 9.
3 Breakpoint 1, breakme () at leak-delta.c:9
5 #1 0x........ in f () at leak-delta.c:16
8 Breakpoint 1, breakme () at leak-delta.c:9
10 #1 0x........ in f () at leak-delta.c:19
13 Breakpoint 1, breakme () at leak-delta.c:9
15 #1 0x........ in f () at leak-delta.c:24
18 Breakpoint 1, breakme () at leak-delta.c:9
20 #1 0x........ in f () at leak-delta.c:29
23 Breakpoint 1, breakme () at leak-delta.c:
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unord.map.elem/
at.pass.cpp 16 // mapped_type& at(const key_type& k);
17 // const mapped_type& at(const key_type& k) const;
41 c.at(1) = "ONE";
42 assert(c.at(1) == "ONE");
45 c.at(11) = "eleven";
67 assert(c.at(1) == "one");
70 c.at(11);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 72 EdgeInfo infoIter = edgeInfos.at(v0);
110 FaceInfo o = faceInfos.at(i);
169 edgeInfo01.m_nextV0 = edgeInfos.at(v0);
170 edgeInfo01.m_nextV1 = edgeInfos.at(v1);
195 edgeInfo12.m_nextV0 = edgeInfos.at(v1);
196 edgeInfo12.m_nextV1 = edgeInfos.at(v2);
224 edgeInfo20.m_nextV0 = edgeInfos.at(v2);
225 edgeInfo20.m_nextV1 = edgeInfos.at(v0);
347 if (findOtherFace(edgeInfos, faceInfos.at(i).m_v0,
348 faceInfos.at(i).m_v1, faceInfos.at(i)) == null)
    [all...]
  /cts/tools/cfassembler/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;

Completed in 1701 milliseconds

1 2 3 45 6 7 8 91011>>