OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:effect
(Results
451 - 475
of
6243
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libchrome/base/
run_loop.h
58
// RunLoop has already finished running has no
effect
.
66
// Convenience method to get a closure that safely calls Quit (has no
effect
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2RopeJoint.h
46
/// the joint will have no
effect
.
51
/// on two bodies. It has no other
effect
.
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
BodyDef.java
57
/** Linear damping is use to reduce the linear velocity. The damping parameter can be larger than 1.0f but the damping
effect
61
/** Angular damping is use to reduce the angular velocity. The damping parameter can be larger than 1.0f but the damping
effect
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
BodyDef.java
57
/** Linear damping is use to reduce the linear velocity. The damping parameter can be larger than 1.0f but the damping
effect
61
/** Angular damping is use to reduce the angular velocity. The damping parameter can be larger than 1.0f but the damping
effect
/external/skia/gm/
pathcontourstart.cpp
29
SkAutoTUnref<SkPathEffect>
effect
(
36
fDashPaint.setPathEffect(
effect
);
/external/skia/include/gpu/
GrCoordTransform.h
19
* coordinates are made available in the the portion of fragment shader emitted by the
effect
.
102
*
effect
, since effects are immutable.
/external/skia/tests/
GpuDrawPathTest.cpp
52
SkPathEffect*
effect
) {
55
paint.setPathEffect(
effect
);
/external/squashfs-tools/RELEASE-READMEs/
pseudo-file.example
23
# to see their
effect
32
# an incrementing version number. The incrementing version is a side-
effect
/external/v8/src/arm64/
cpu-arm64.cc
73
// Barrier to make sure the
effect
of the code above is visible to the rest
93
// Barrier to make sure the
effect
of the code above is visible to the rest
/external/v8/test/mjsunit/compiler/
dead-loops-neg.js
72
for (var i = 0; i < 10; i++) a.toString(); // unknown side-
effect
on a.
77
for (var i = 0; i < 10; i++) a.valueOf(); // unknown side-
effect
on a.
delete.js
30
// In an
effect
context, expression is always true.
32
// In an
effect
context, expression is always false.
/external/v8/test/mjsunit/regress/
regress-1167.js
30
// Deoptimization after a logical not in an
effect
context should not see a
64
// translated into !(e0 == e1)) and different
effect
context.
/external/v8/test/unittests/compiler/
node-properties-unittest.cc
48
Node*
effect
= NewMockNode(&kMockOperator);
local
52
Node* use_exception = NewMockNode(common.IfException(kNoHint),
effect
, node);
/frameworks/base/docs/html/training/efficient-downloads/
index.jd
41
<dt><b><a href="regular_updates.html">Minimizing the
Effect
of Regular Updates</a></b></dt>
42
<dd>This lesson will examine how your refresh frequency can be varied to best mitigate the
effect
of background updates on the underlying wireless radio state machine.</dd>
/frameworks/base/docs/html/training/gestures/
scroll.jd
50
a scrolling
effect
in response to touch gestures using <em>scrollers</em>.
61
to display a "glow"
effect
when users reach the content edges.</p>
115
events directly, and produce a scrolling
effect
or a "snapping to page" animation
130
after the fling gesture, the app displays a "glow"
effect
.
230
location of x and y. When the criteria for displaying an overscroll "glow" edge
effect
are met
232
the code sets up the overscroll glow
effect
and calls
236
<pre>// Edge
effect
/ overscroll tracking objects.
269
* glow edge
effect
.
/hardware/libhardware_legacy/audio/
AudioHardwareStub.h
61
virtual status_t addAudioEffect(effect_handle_t
effect
) { return NO_ERROR; }
62
virtual status_t removeAudioEffect(effect_handle_t
effect
) { return NO_ERROR; }
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodevalue02.java
66
newNode.setNodeValue("This should have an
effect
");
68
assertEquals("afterChange", "This should have an
effect
", newValue);
nodeentitysetnodevalue.java
32
* Entity Node is always null and "setNodeValue" should have no
effect
.
71
entityNode.setNodeValue("This should have no
effect
");
nodevalue02.java
66
newNode.setNodeValue("This should have an
effect
");
68
assertEquals("afterChange", "This should have an
effect
", newValue);
nodevalue09.java
66
newNode.setNodeValue("This should have an
effect
");
68
assertEquals("after", "This should have an
effect
", newValue);
/libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerFieldUpdater.java
250
* value. The function should be side-
effect
-free, since it may be
254
* @param updateFunction a side-
effect
-free function
270
* value. The function should be side-
effect
-free, since it may be
274
* @param updateFunction a side-
effect
-free function
291
* function should be side-
effect
-free, since it may be re-applied
298
* @param accumulatorFunction a side-
effect
-free function of two arguments
316
* function should be side-
effect
-free, since it may be re-applied
323
* @param accumulatorFunction a side-
effect
-free function of two arguments
AtomicReferenceFieldUpdater.java
170
* value. The function should be side-
effect
-free, since it may be
174
* @param updateFunction a side-
effect
-free function
190
* value. The function should be side-
effect
-free, since it may be
194
* @param updateFunction a side-
effect
-free function
211
* function should be side-
effect
-free, since it may be re-applied
218
* @param accumulatorFunction a side-
effect
-free function of two arguments
236
* function should be side-
effect
-free, since it may be re-applied
243
* @param accumulatorFunction a side-
effect
-free function of two arguments
/libcore/ojluni/src/main/java/java/lang/
AutoCloseable.java
63
* visible side
effect
, unlike {@code Closeable.close} which is
64
* required to have no
effect
if called more than once.
/libcore/ojluni/src/main/java/java/nio/channels/
Channel.java
73
*
effect
.
78
*
effect
. </p>
/libcore/ojluni/src/main/java/sun/net/www/http/
PosterOutputStream.java
86
* has been closed, then this method has no
effect
.
99
* to this stream. Further calls to write will have no
effect
.
Completed in 467 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>