OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:combined
(Results
176 - 200
of
2458
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
SequentialSensorOperation.java
26
* sequence. The children are executed in the order they are added. This class can be
combined
to
/developers/samples/android/ui/window/AdvancedImmersiveMode/
template-params.xml
69
screen." This flag, when
combined
with the `SYSTEM_UI_FLAG_HIDE_NAVIGATION` and
/developers/samples/android/ui/window/BasicImmersiveMode/
template-params.xml
72
SYSTEM_UI_FLAG_IMMERSIVE system ui flag. When
combined
with the SYSTEM_UI_FLAG_HIDE_NAVIGATION and SYSTEM_UI_FLAG_FULLSCREEN flags, hides the navigation and status bars and lets your app capture all touch events on the screen.
/external/antlr/antlr-3.4/runtime/C/doxygen/
generate.dox
39
/// <td> A
combined
lexer and parser specification. </td>
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
README.rtf
22
\cf0 Parsers and
combined
grammars: .g generate NameLexer.(h|m) and NameParser.(h|m) files\
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb
244
GRAMMAR_TYPES = %w(lexer parser tree
combined
)
285
elsif
combined
? then base = @name + 'Lexer'
293
elsif
combined
? then base = @name + 'Parser'
407
@type = $1 || '
combined
'
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
AbstractRandomGenerator.java
75
long
combined
= 0l;
local
77
combined
=
combined
* prime + s;
79
setSeed(
combined
);
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
common_client.py
33
"""Returns
combined
auth headers with any additional headers.
/external/chromium-trace/catapult/systrace/profile_chrome/
trace_packager.py
86
result = output or 'chrome-
combined
-trace-%s.zip' % util.GetTraceTimestamp()
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_systrace_profiler.py
35
# Use telemetry's own tracing backend instead the
combined
mode in
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
response.py
29
containing the
combined
keys received via JSON in the body (if
/external/clang/test/CodeGen/
mips-constraint-regs.c
32
// 'x':
Combined
lo/hi registers
/external/curl/docs/libcurl/opts/
CURLOPT_DIRLISTONLY.3
37
of libcurl, when
combined
with a URL that contains a message ID, to perform a
/external/deqp/doc/testspecs/GLES2/
functional.color_clear.txt
28
+
Combined
glScissor() and glColorMask() effect
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelLoader.java
13
* 2. To allow a model to be
combined
with the dimensions of the view to fetch a resource of a specific size.
/external/guava/guava/src/com/google/common/hash/
HashingOutputStream.java
43
// be (optionally) be
combined
with another if needed (with something like
/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
GwtWorkarounds.java
94
* to get the
combined
output.
/external/icu/icu4c/source/common/
ucmndata.h
15
* single file or dll. The
combined
format includes a table of
/external/icu/icu4c/source/test/intltest/
g7coll.h
19
* Effect : Expansion and contraction can actually be
combined
.
/external/iptables/extensions/
libxt_policy.man
17
cannot be
combined
with \fB\-\-strict\fP.
/external/junit/src/org/junit/rules/
ErrorCollector.java
30
* // all lines will run, and then a
combined
failure logged at the end.
/external/kernel-headers/original/uapi/linux/
i2c-dev.h
49
#define I2C_RDWR 0x0707 /*
Combined
R/W transfer (one STOP only) */
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodySolverConstraint.h
27
///1D constraint along a normal axis between bodyA and bodyB. It can be
combined
to solve contact and friction constraints.
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
KinematicBodyTest.java
62
renderer.render(world, cam.
combined
);
PixelPerfectTest.java
58
batch.setProjectionMatrix(cam.
combined
);
Completed in 1209 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>