HomeSort by relevance Sort by last modified time
    Searched defs:IN (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/
Bounce.java 11 public static final Bounce IN = new Bounce() {
19 return "Bounce.IN";
46 if (t < 0.5f) return IN.compute(t*2) * .5f;
Circ.java 11 public static final Circ IN = new Circ() {
19 return "Circ.IN";
Cubic.java 11 public static final Cubic IN = new Cubic() {
19 return "Cubic.IN";
Expo.java 11 public static final Expo IN = new Expo() {
19 return "Expo.IN";
Quad.java 11 public static final Quad IN = new Quad() {
19 return "Quad.IN";
Quart.java 11 public static final Quart IN = new Quart() {
19 return "Quart.IN";
Quint.java 11 public static final Quint IN = new Quint() {
19 return "Quint.IN";
Back.java 11 public static final Back IN = new Back() {
20 return "Back.IN";
Sine.java 13 public static final Sine IN = new Sine() {
21 return "Sine.IN";
Elastic.java 13 public static final Elastic IN = new Elastic() {
27 return "Elastic.IN";
  /frameworks/support/transition/src/android/support/transition/
Fade.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
27 * This transition tracks changes to the visibility of target views in the
28 * start and end scenes and fades views in or out when they become visible
31 * is parented in the current view hierarchy.
35 * the situation of the view in the view hierarchy. For example, if a view was
40 * the animation. However, if a view is in a hierarchy which is also altering
41 * its visibility, the situation can be more complicated. In general, if a
42 * view that is no longer in the hierarchy in the end scene still has
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariable.cpp 8 * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
51 case STORAGE_PARAMETER_IN: str << Token::IN; break;
70 str << Token::IN;
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rdataclass.py 6 # appear in all copies.
10 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR
12 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 # OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23 whose key is the rdatatype value and whose value is True in this dictionary.
31 IN = 1
39 'IN' : IN,
50 _by_value = dict([(y, x) for x, y in _by_text.iteritems()])
56 'INTERNET' : IN,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
condition.py 6 # "Software"), to deal in the Software without restriction, including
13 # in all copies or substantial portions of the Software.
17 # ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
19 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 # IN THE SOFTWARE.
82 return {'AttributeValueList': [dynamize_value(v) for v in values],
88 Abstract class for conditions that require several argument (ex: IN).
99 return {'AttributeValueList': [dynamize_value(v) for v in self.values],
158 class IN(ConditionSeveralArgs)
    [all...]
  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 22 unsigned IN = 0;
28 Numbering[&*AI] = IN++;
30 // Walk the basic blocks in order.
33 Numbering[&*FI] = IN++;
35 // Walk the instructions in order.
39 Numbering[&*BI] = IN++;
106 out << "in function " << L->getName()
109 out << "in function " << L->getName() << ":\n";
114 out << " in block %" << L->getName() << ":\n";
116 out << " in block "
    [all...]
  /external/v8/src/base/
win32-headers.h 3 // found in the LICENSE file.
66 #undef IN
  /external/libvncserver/libvncserver/
translate.c 15 * This software is distributed in the hope that it will be useful,
67 #undef IN
72 #define IN 8
74 #undef IN
75 #define IN 16
77 #undef IN
78 #define IN 32
80 #undef IN
86 #define IN 8
88 #undef IN
    [all...]
  /frameworks/base/core/java/android/transition/
Fade.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
32 * This transition tracks changes to the visibility of target views in the
33 * start and end scenes and fades views in or out when they become visible
36 * is parented in the current view hierarchy.
40 * the situation of the view in the view hierarchy. For example, if a view was
45 * the animation. However, if a view is in a hierarchy which is also altering
46 * its visibility, the situation can be more complicated. In general, if a
47 * view that is no longer in the hierarchy in the end scene still has
    [all...]
  /hardware/ti/omap4-aah/security/tf_sdk/include/
s_type.h 4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
102 #define IN
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 4 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
21 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
102 #define IN
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
27 * a frame-by-frame mirror of the 'in' animation -- i.e., the interpolated values will
28 * be exactly reversed. Using this class, both the 'in' and the 'out' animation use the
29 * interpolator in the same direction.
42 private static final int IN = 1;
45 // TODO: This isn't really necessary, but is here to help diagnose a bug in the drag viz
64 final float toValue = (direction == IN) ? mOriginalToValue : mOriginalFromValue;
103 * the animation is running in the opposite direction, in which case we revers
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 * a frame-by-frame mirror of the 'in' animation -- i.e., the interpolated values will
30 * be exactly reversed. Using this class, both the 'in' and the 'out' animation use the
31 * interpolator in the same direction.
44 private static final int IN = 1;
47 // TODO: This isn't really necessary, but is here to help diagnose a bug in the drag viz
66 final float toValue = (direction == IN) ? mOriginalToValue : mOriginalFromValue;
105 * the animation is running in the opposite direction, in which case we revers
    [all...]
  /external/clang/lib/Rewrite/
DeltaTree.cpp 22 /// than binary trees, because they store multiple keys/values in each node.
33 /// full delta implied by a whole subtree in constant time.
36 /// SourceDelta - As code in the original input buffer is added and deleted,
63 /// WidthFactor - This controls the number of K/V slots held in the BTree:
69 /// Values - This tracks the SourceDelta's currently in this node.
81 /// FullDelta - This is the full delta of all the values in this node and
169 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this))
171 NewFullDelta += IN->getChild(i)->getFullDelta();
194 // leaving an entry with Delta=0, so we just leave an entry with Delta=0 in
204 // For an insertion into a non-full leaf node, just insert the value in
    [all...]
  /external/vboot_reference/utility/include/
eficompress.h 3 * found in the LICENSE file.
15 #define IN /**/
62 IN UINT8 *SrcBuffer,
63 IN UINT32 SrcSize,
64 IN UINT8 *DstBuffer,
65 IN OUT UINT32 *DstSize
71 IN VOID *Source,
72 IN UINT32 SrcSize,
80 IN VOID *Source,
81 IN UINT32 SrcSize
    [all...]
  /frameworks/support/transition/ics/android/support/transition/
FadePort.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 * This transition tracks changes to the visibility of target views in the
30 * start and end scenes and fades views in or out when they become visible
33 * is parented in the current view hierarchy.
37 * the situation of the view in the view hierarchy. For example, if a view was
42 * the animation. However, if a view is in a hierarchy which is also altering
43 * its visibility, the situation can be more complicated. In general, if a
44 * view that is no longer in the hierarchy in the end scene still has
    [all...]

Completed in 634 milliseconds

1 2 3 4 5 6