OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subroutines
(Results
126 - 150
of
453
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ImageMagick/PerlMagick/t/
write.t
24
require 't/
subroutines
.pl';
/external/aac/libSBRdec/src/arm/
lpp_tran_arm.cpp
99
Description: (ARM optimised) LPP transposer
subroutines
/external/curl/scripts/
updatemanpages.pl
41
#
Subroutines
/external/eigen/lapack/
clarf.f
156
* .. External
Subroutines
..
dlarf.f
151
* .. External
Subroutines
..
slarf.f
151
* .. External
Subroutines
..
zlarf.f
156
* .. External
Subroutines
..
/external/fonttools/Lib/fontTools/
inspect.py
86
except TypeError: #
Subroutines
can't be decompiled
/external/googletest/googletest/docs/
Primer.md
12
1. Tests should be well _organized_ and reflect the structure of the tested code. Google C++ Testing Framework groups related tests into test cases that can share data and
subroutines
. This common pattern is easy to recognize and makes tests easy to maintain. Such consistency is especially helpful when people switch projects and start to work on a new code base.
97
test case need to share common objects and
subroutines
, you can put them into a
294
1. If needed, define
subroutines
for your tests to share.
297
access objects and
subroutines
in the test fixture:
/external/llvm/test/DebugInfo/Generic/
inline-scopes.ll
32
; Ensure that file changes don't interfere with creating inlined
subroutines
.
/external/mesa3d/src/compiler/nir/
README
23
getting return values from
subroutines
. Registers can also be an array, in which
/external/perf_data_converter/src/
intervalmap_test.cc
274
// Failed asserts in
subroutines
aren't actually fatal so we have to return
/external/python/cpython2/Lib/
mimetools.py
155
#
Subroutines
for decoding some common content-transfer-types
/prebuilts/gdb/darwin-x86/lib/python2.7/
mimetools.py
155
#
Subroutines
for decoding some common content-transfer-types
/prebuilts/gdb/linux-x86/lib/python2.7/
mimetools.py
155
#
Subroutines
for decoding some common content-transfer-types
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py
155
#
Subroutines
for decoding some common content-transfer-types
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py
155
#
Subroutines
for decoding some common content-transfer-types
/toolchain/binutils/binutils-2.27/gprof/
gprof.texi
250
of how much time was spent in the
subroutines
of each function. This can
[
all
...]
/external/cblas/testing/
c_cblat3.f
85
* .. External
Subroutines
..
185
* Read names of
subroutines
and flags which indicate
472
* .. External
Subroutines
..
614
* See what data changed inside
subroutines
.
802
* .. External
Subroutines
..
[
all
...]
c_dblat3.f
79
* .. External
Subroutines
..
180
* Read names of
subroutines
and flags which indicate
459
* .. External
Subroutines
..
601
* See what data changed inside
subroutines
.
783
* .. External
Subroutines
..
[
all
...]
c_sblat3.f
79
* .. External
Subroutines
..
179
* Read names of
subroutines
and flags which indicate
459
* .. External
Subroutines
..
601
* See what data changed inside
subroutines
.
787
* .. External
Subroutines
..
[
all
...]
c_zblat3.f
86
* .. External
Subroutines
..
186
* Read names of
subroutines
and flags which indicate
473
* .. External
Subroutines
..
615
* See what data changed inside
subroutines
.
803
* .. External
Subroutines
..
[
all
...]
c_cblat1.f
14
* .. External
Subroutines
..
98
* .. External
Subroutines
..
296
* .. External
Subroutines
..
592
* .. External
Subroutines
..
626
* .. External
Subroutines
..
/external/freetype/src/psaux/
psft.c
812
/* The Type 1 driver stores
subroutines
without the seed bytes. */
813
/* The CID driver stores
subroutines
with seed bytes. This */
819
/* We are using
subroutines
from a CID font. We must adjust */
/external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java
56
// with NO_SUBROUTINE.
Subroutines
may just branch back into normal code
304
* Returns whether the method contains
subroutines
, in the CodeAttribute
356
// Iterate until all
subroutines
have been fully marked.
Completed in 1441 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>