OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:combined
(Results
126 - 150
of
2483
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Styles.java
101
* Returns a
combined
style from the given styles.
105
* @return
combined
style or <code>null</code> if no style is given
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
IsometricTileTest.java
100
cache.setProjectionMatrix(cam.
combined
);
106
renderer.setProjectionMatrix(cam.
combined
);
PolygonSpriteTest.java
79
batch.setProjectionMatrix(camera.
combined
);
95
renderer.setProjectionMatrix(camera.
combined
);
/frameworks/base/core/java/com/android/internal/content/
SelectionBuilder.java
28
* appended clause is
combined
using {@code AND}. This class is <em>not</em>
48
* surrounded with parenthesis and
combined
using {@code AND}.
/libcore/ojluni/src/main/java/java/util/stream/
TerminalOp.java
58
* these flags are
combined
with the previously
combined
stream and
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDisplayUtils.java
128
final String
combined
;
local
129
// We need to show company and title in a
combined
string. However, if the
133
combined
= displayNameIsOrganization ? null : title;
136
combined
= displayNameIsOrganization ? null : company;
139
combined
= title;
141
combined
= context.getString(
148
if (!TextUtils.isEmpty(
combined
)) {
149
return
combined
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_blk.h
80
* VIRTIO_BLK_T_OUT may be
combined
with VIRTIO_BLK_T_SCSI_CMD or
82
* and may not be
combined
with any of the other flags.
/system/core/libutils/
SharedBuffer.cpp
30
// Don't overflow if the
combined
size of the buffer / header is larger than
70
// Don't overflow if the
combined
size of the new buffer / header is larger than
/cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java
40
* refactoring or on newer platform versions, calling this API returns a "
combined
" background
43
* For example, it is useful to get the
combined
background of a popup / dropdown without
59
// and visible backgrounds. At each step we're keeping track of the
combined
offsets
86
// the topmost ancestor) and draw their backgrounds into our
combined
bitmap. At each step
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/xcuserdata/acondit.xcuserdatad/xcschemes/
xcschememanagement.plist
27
<key>
combined
.xcscheme</key>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.h
1
// $ANTLR 3.2 Aug 24, 2010 10:45:57
Combined
.g 2010-08-24 13:53:42
CombinedParser.h
1
// $ANTLR 3.2 Aug 24, 2010 10:45:57
Combined
.g 2010-08-24 13:53:42
/external/autotest/client/tests/tbench/
tbench.py
23
# only supports
combined
server+client model at the moment
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
SpreadsheetSelectionManager.java
11
// TODO: hopefully some of this could be
combined
with autotest.common.table.SelectionManager using
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
mapreduce_pipeline.py
113
key, list of values and list of previously
combined
results. It yields
114
combined
values that might be processed by another combiner call, but will
180
key, list of values and list of previously
combined
results. It yields
181
combined
values that might be processed by another combiner call, but will
/external/curl/docs/libcurl/opts/
CURLINFO_NUM_CONNECTS.3
33
counted).
Combined
with \fICURLINFO_REDIRECT_COUNT(3)\fP you are able to know
/external/icu/icu4c/source/test/cintltst/
cg7coll.h
26
* Effect : Expansion and contraction can actually be
combined
.
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btSolverConstraint.h
29
///1D constraint along a normal axis between bodyA and bodyB. It can be
combined
to solve contact and friction constraints.
/external/libjpeg-turbo/simd/
jdct.inc
17
; to do the
combined
operations quickly.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl
3
# "plane" and create
combined
symbol table
103
-alphabet <outfile> writes the
combined
set of symbols to <outfile>.
200
next if $rest =~ /iscombined/; #filter out
combined
POS
234
#create
combined
table
/external/v8/build/config/
chromecast_build.gni
18
# declared in a separate block. These blocks can be
combined
when/if
/external/v8/tools/gyp/test/small/
gyptest-small.py
47
# Create
combined
suite.
/external/webrtc/webrtc/modules/audio_processing/vad/
pitch_based_vad.h
35
// p_combined: an array which contains the
combined
activity probabilities
/frameworks/base/core/java/android/annotation/
IntDef.java
28
* multiple constants can be
combined
.
/frameworks/base/docs/html/training/graphics/opengl/
projection.jd
105
method and then
combined
with the previously calculated projection matrix. The
combined
126
<p>In order to use the
combined
projection and camera view transformation matrix shown in the
152
<p>Next, modify the {@code draw()} method of your graphic objects to accept the
combined
Completed in 935 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>