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

1 2 3 4 5 6 7 8 9

  /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";
  /prebuilts/go/darwin-x86/test/
nil.go 5 // license that can be found in the LICENSE file.
20 type IN interface{}
29 var in IN
30 var ta []IN
39 ta = make([]IN, 1)
42 _, _, _, _, _, _, _, _ = i, f, s, m, c, t, in, ta
  /prebuilts/go/linux-x86/test/
nil.go 5 // license that can be found in the LICENSE file.
20 type IN interface{}
29 var in IN
30 var ta []IN
39 ta = make([]IN, 1)
42 _, _, _, _, _, _, _, _ = i, f, s, m, c, t, in, ta
  /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/swiftshader/third_party/LLVM/tools/llvm-diff/
DiffConsumer.cpp 23 unsigned IN = 0;
29 Numbering[&*AI] = IN++;
31 // Walk the basic blocks in order.
34 Numbering[&*FI] = IN++;
36 // Walk the instructions in order.
40 Numbering[&*BI] = IN++;
101 out << "in function " << L->getName()
104 out << "in function " << L->getName() << ":\n";
109 out << " in block %" << L->getName() << ":\n";
111 out << " in block "
    [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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGenerator.py 10 # Strings to specify argument transfer modes in generator calls
11 IN = "in"
13 INOUT = IN_OUT = "in-out"
90 for c in str:
139 for type, name, mode in argumentList:
148 for arg in self.argumentList:
163 if arg.mode in (InMode, InOutMode):
165 if arg.mode in (InOutMode, OutMode):
186 for arg in self.argumentList:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg.h 6 * Set (PCCTS) -- PCCTS is in the public domain. An individual or
15 * acknowledge this fact somewhere in the documentation, research report,
17 * output, please mention that you developed it using PCCTS. In
18 * addition, we ask that this header remain intact in our source code.
45 #define IN input_stream
126 extern set class_sets[]; /* shows char. in each class */
132 extern int dfa_class_nop[];/* number of transistion arcs in */
133 /* each dfa in each mode */
  /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...]
  /external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup-chardev.c 31 IN
90 * gpio-2 ( |gpio-selftest ) in lo
105 } else if (!strncmp(cur, "in", 2)) {
106 *dir = IN;
202 int debugfs_dir = IN;
220 if (debugfs_dir != IN) {
  /external/python/cpython2/Tools/bgen/bgen/
bgenGenerator.py 10 # Strings to specify argument transfer modes in generator calls
11 IN = "in"
13 INOUT = IN_OUT = "in-out"
90 for c in str:
139 for type, name, mode in argumentList:
148 for arg in self.argumentList:
163 if arg.mode in (InMode, InOutMode):
165 if arg.mode in (InOutMode, OutMode):
186 for arg in self.argumentList
    [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...]
  /frameworks/support/transition/src/main/java/androidx/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
35 * This transition tracks changes to the visibility of target views in the
36 * start and end scenes and fades views in or out when they become visible
39 * is parented in the current view hierarchy.
43 * the situation of the view in the view hierarchy. For example, if a view was
48 * the animation. However, if a view is in a hierarchy which is also altering
49 * its visibility, the situation can be more complicated. In general, if a
50 * view that is no longer in the hierarchy in the end scene still has
    [all...]
  /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...]

Completed in 319 milliseconds

1 2 3 4 5 6 7 8 9