Searched defs:IN (Results 1 - 25 of 56) sorted by relevance

123

/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/equations/
H A DBounce.java11 public static final Bounce IN = new Bounce() { field in class:Bounce
19 return "Bounce.IN";
46 if (t < 0.5f) return IN.compute(t*2) * .5f;
H A DCirc.java11 public static final Circ IN = new Circ() { field in class:Circ
19 return "Circ.IN";
H A DCubic.java11 public static final Cubic IN = new Cubic() { field in class:Cubic
19 return "Cubic.IN";
H A DExpo.java11 public static final Expo IN = new Expo() { field in class:Expo
19 return "Expo.IN";
H A DQuad.java11 public static final Quad IN = new Quad() { field in class:Quad
19 return "Quad.IN";
H A DQuart.java11 public static final Quart IN = new Quart() { field in class:Quart
19 return "Quart.IN";
H A DQuint.java11 public static final Quint IN = new Quint() { field in class:Quint
19 return "Quint.IN";
H A DBack.java11 public static final Back IN = new Back() { field in class:Back
20 return "Back.IN";
H A DSine.java13 public static final Sine IN = new Sine() { field in class:Sine
21 return "Sine.IN";
H A DElastic.java13 public static final Elastic IN = new Elastic() { field in class:Elastic
27 return "Elastic.IN";
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Drdataclass.py10 # 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.
31 IN = 1 variable
39 'IN' : IN,
56 'INTERNET' : IN,
/external/deqp/framework/randomshaders/
H A DrsgVariable.cpp51 case STORAGE_PARAMETER_IN: str << Token::IN; break; member in class:rsg::Token
70 str << Token::IN; member in class:rsg::Token
H A DrsgToken.hpp113 IN, enumerator in enum:rsg::Token::Type
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp22 unsigned IN = 0; local
28 Numbering[&*AI] = IN++;
33 Numbering[&*FI] = IN++;
39 Numbering[&*BI] = IN++;
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
H A DDiffConsumer.cpp23 unsigned IN = 0; local
29 Numbering[&*AI] = IN++;
34 Numbering[&*FI] = IN++;
40 Numbering[&*BI] = IN++;
/external/v8/src/base/
H A Dwin32-headers.h66 #undef IN macro
/external/clang/lib/Rewrite/
H A DDeltaTree.cpp169 if (DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(this))
171 NewFullDelta += IN->getChild(i)->getFullDelta();
226 DeltaTreeInteriorNode *IN = cast<DeltaTreeInteriorNode>(this); local
227 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes))
237 memmove(&IN->Children[i+2], &IN->Children[i+1],
238 (e-i)*sizeof(IN->Children[0]));
239 IN->Children[i] = InsertRes->LHS;
240 IN->Children[i+1] = InsertRes->RHS;
252 IN
343 const DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(N); local
426 const DeltaTreeInteriorNode *IN = dyn_cast<DeltaTreeInteriorNode>(Node); local
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java44 public final static int IN = 3; field in class:HolidayBorderPanel
55 /** Default style (IN). */
56 public final static int DEFAULT_STYLE = IN;
107 * Constructor. Makes an etched IN border with given text caption.
114 style = IN;
146 case IN: thickness = DEFAULT_IN_THICKNESS; break;
175 if (style == IN || style == OUT) {
276 if (style == SOLID || style == IN || style == OUT)
299 if (style == IN || style == OUT) {
324 if (style == IN || styl
[all...]
/external/libvncserver/libvncserver/
H A Dtranslate.c67 #undef IN macro
72 #define IN 8 macro
74 #undef IN macro
75 #define IN 16 macro
77 #undef IN macro
78 #define IN 32 macro
80 #undef IN macro
86 #define IN 8 macro
88 #undef IN macro
89 #define IN 1 macro
91 #undef IN macro
92 #define IN macro
94 #undef IN macro
100 #define IN macro
102 #undef IN macro
103 #define IN macro
105 #undef IN macro
106 #define IN macro
108 #undef IN macro
[all...]
/external/minijail/
H A Dbpf.h41 IN enumerator in enum:__anon15339
/external/vboot_reference/utility/include/
H A Deficompress.h15 #define IN /**/ macro
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,
82 IN OU
[all...]
/external/syslinux/efi32/include/efi/
H A Defidef.h49 // IN - argument is passed into the function
54 #ifndef IN
55 #define IN macro
/external/syslinux/efi64/include/efi/
H A Defidef.h49 // IN - argument is passed into the function
54 #ifndef IN
55 #define IN macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defidef.h49 // IN - argument is passed into the function
54 #ifndef IN
55 #define IN macro
/external/skia/src/sksl/
H A DSkSLToken.h16 #undef IN macro
92 IN, enumerator in enum:SkSL::Token::Kind

Completed in 596 milliseconds

123