Searched refs:by (Results 176 - 200 of 5973) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
H A Derr_disable2.stderr.exp6 by 0x........: main (err_disable2.c:32)
9 by 0x........: main (err_disable2.c:28)
H A Dbadrw.stderr.exp5 by 0x........: main (badrw.c:5)
11 by 0x........: main (badrw.c:5)
17 by 0x........: main (badrw.c:5)
23 by 0x........: main (badrw.c:5)
29 by 0x........: main (badrw.c:5)
35 by 0x........: main (badrw.c:5)
H A Dfprw.stderr.exp11 by 0x........: main (fprw.c:18)
17 by 0x........: main (fprw.c:18)
23 by 0x........: main (fprw.c:19)
29 by 0x........: main (fprw.c:19)
33 by 0x........: main (fprw.c:22)
40 by 0x........: main (fprw.c:23)
H A Dnoisy_child.stderr.exp6 by 0x........: main (noisy_child.c:24)
10 by 0x........: main (noisy_child.c:37)
13 by 0x........: main (noisy_child.c:24)
H A Dpartial_load_ok.stderr.exp6 by 0x........: main (partial_load.c:20)
12 by 0x........: main (partial_load.c:28)
18 by 0x........: main (partial_load.c:36)
H A Dbig_blocks_freed_list.stderr.exp6 by 0x........: main (big_blocks_freed_list.c:21)
12 by 0x........: main (big_blocks_freed_list.c:20)
22 by 0x........: main (big_blocks_freed_list.c:20)
28 by 0x........: main (big_blocks_freed_list.c:28)
34 by 0x........: main (big_blocks_freed_list.c:40)
40 by 0x........: main (big_blocks_freed_list.c:28)
H A Dpartiallydefinedeq.stderr.exp4 by 0x........: main (partiallydefinedeq.c:37)
8 by 0x........: main (partiallydefinedeq.c:52)
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dquat.js141 bx = b[0], by = b[1], bz = b[2], bw = b[3];
143 out[0] = ax * bw + aw * bx + ay * bz - az * by;
144 out[1] = ay * bw + aw * by + az * bx - ax * bz;
145 out[2] = az * bw + aw * bz + ax * by - ay * bx;
146 out[3] = aw * bw - ax * bx - ay * by - az * bz;
157 * Scales a quat by a scalar number
161 * @param {Number} b amount to scale the vector by
168 * Rotates a quaternion by the given angle around the X axis
189 * Rotates a quaternion by the given angle around the Y axis
200 by
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb37 The main namespace for the ANTLR runtime libraries, which are used by
38 Ruby-targeted recognizers generated by ANTLR. The entire library is segmented
46 some are simply extra utilities for use by anyone working with ANTLR code. Thus,
52 runtime library. The items are loosely ordered by importance.
56 the most important components of the runtime library. loaded by default
59 decisions recognizers must make in code generated by ANTLR
61 defines the stream classes used by ANTLR recognizers to walk sequentially
62 through strings, tokens, and tree nodes loaded by default
65 text and symbol information produced by lexers and used by parser
[all...]
/external/chromium_org/android_webview/
H A Dwebview_pak.mk2 # Use of this source code is governed by a BSD-style license that can be
6 # Android framework for use by WebView.
27 # they can be picked up by AAPT and included in an .apk.
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_file_system.py2 # Use of this source code is governed by a BSD-style license that can be
59 are changed either by |Increment| or |SetVersion|. The versions of
67 def Increment(self, path=None, by=1):
69 self._global_stat += by
71 self.SetVersion(path, self._path_stats.get(path, 0) + by)
99 '''A FileSystem backed by an object. Create with an object representing file
101 Read('a/') as ['b'], and Stat determined by a value incremented via
143 def IncrementStat(self, path=None, by=1):
144 self._stat_tracker.Increment(path, by=by)
[all...]
/external/chromium_org/third_party/re2/doc/
H A Dmksyntaxwiki27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
29 <tr><td colspan="2">Grayed out expressions are not supported by RE2.</td></tr>
/external/regex-re2/doc/
H A Dmksyntaxwiki27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></tr>
28 <tr><td colspan="2">It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
29 <tr><td colspan="2">Grayed out expressions are not supported by RE2.</td></tr>
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_math.h16 // Bessel function (besj) was adapted for use in AGG library by Andy Wilk
49 AGG_INLINE bool calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, argument
54 FX_FLOAT den = FXSYS_Mul(bx - ax, dy - cy) - FXSYS_Mul(by - ay, dx - cx);
59 *y = ay + FXSYS_MulDiv(by - ay, num, den);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Djmpfar.asm8 jmp far far1 ; YASM: far jump; NASM: value referenced by FAR is not relocatable
12 jmp far far2 ; YASM: far jump; NASM: value referenced by FAR is not relocatable
/external/llvm/lib/Support/Windows/
H A DMemory.inc32 // Note: PAGE_WRITE is not supported by VirtualProtect
47 // Provide a default return value as required by some compilers.
/external/strace/
H A Dstrace-log-merge11 It is assumed that STRACE_LOGs were produced by strace with -tt[t]
/external/valgrind/main/drd/tests/
H A Dfp_race.stderr.exp2 Conflicting load by thread 1 at 0x........ size 8
11 Conflicting store by thread 1 at 0x........ size 8
H A Drwlock_type_checking.stderr.exp4 by 0x........: main (rwlock_type_checking.c:?)
12 by 0x........: main (rwlock_type_checking.c:?)
H A Dsem_as_mutex.stderr.exp2 Conflicting load by thread 1 at 0x........ size 8
11 Conflicting store by thread 1 at 0x........ size 8
H A Dsem_open.stderr.exp2 Conflicting load by thread 1 at 0x........ size 8
11 Conflicting store by thread 1 at 0x........ size 8
H A Dtrylock.stderr.exp11 by 0x........: main (trylock.c:?)
14 by 0x........: main (trylock.c:?)
/external/valgrind/main/gdbserver_tests/
H A Dhginfo.stderrB.exp10 by 0x........: th (hg01_all_ok.c:22)
11 by 0x........: mythread_wrapper (hg_intercepts.c:...)
/external/chromium_org/android_webview/tools/WebViewTelemetryShell/
H A DAndroid.mk2 # Use of this source code is governed by a BSD-style license that can be
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dcheck_objc_rename.sh66 These Objective-C symbols may clash with those provided by the system's own
73 This should be corrected by adding the appropriate definitions to
75 or by updating the whitelist in

Completed in 574 milliseconds

1234567891011>>