/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 23 these bits to two fields: 8 bits of traffic class (or DS field, if you 25 no well-defined API to manage IPv6 flow information. In this document 26 I describe an attempt to design the API for Linux-2.2 IPv6 stack. 34 \item To allow user to set traffic class bits. 36 \item To allow user to read traffic class bits of received packets. 38 necessary f.e.\ to implement ECN [RFC2481] for datagram oriented services 39 or to implement receiver side of SRP or another end-to-end protoco [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/animation/ |
CSSPropertyAnimation.cpp | 15 * its contributors may be used to endorse or promote products derived 19 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 51 static inline int blendFunc(const AnimationBase*, int from, int to, double progress) 53 return blend(from, to, progress); 56 static inline unsigned blendFunc(const AnimationBase*, unsigned from, unsigned to, double progress) 58 return blend(from, to, progress); 61 static inline double blendFunc(const AnimationBase*, double from, double to, double progress) 63 return blend(from, to, progress); 66 static inline float blendFunc(const AnimationBase*, float from, float to, double progress [all...] |
/art/runtime/arch/arm/ |
jni_entrypoints_arm.S | 10 * Unless required by applicable law or agreed to in writing, software 28 sub sp, #12 @ pad stack pointer to align frame 38 bx r12 @ if non-null, tail call to method's code 41 pop {r0, r1, r2, r3, pc} @ restore regs and return to caller to handle exception
|
/art/test/003-omnibus-opcodes/ |
build | 11 # Unless required by applicable law or agreed to in writing, software 25 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
|
/art/test/023-many-interfaces/ |
build | 11 # Unless required by applicable law or agreed to in writing, software 27 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
|
/art/test/056-const-string-jumbo/ |
build | 11 # Unless required by applicable law or agreed to in writing, software 21 # the reference to "zorch" in the real test file will be guaranteed to 45 ${DX} -JXmx500m --debug --dex --no-optimize --positions=none --no-locals --dump-to=classes.lst --output=classes.dex classes
|
/art/test/085-old-style-inner-class/ |
build | 11 # Unless required by applicable law or agreed to in writing, software 20 # We compile for a 1.4 target to suppress the use of EnclosingMethod 25 # Suppress stderr to keep the inner class warnings out of the expected output. 26 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes 2>/dev/null
|
/art/test/097-duplicate-method/ |
build | 11 # Unless required by applicable law or agreed to in writing, software 24 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
|
/cts/tools/signature-tools/src/signature/compare/model/impl/ |
SigMemberDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 35 public SigMemberDelta(T from, T to) { 36 super(from, to);
|
SigPackageDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 32 public SigPackageDelta(IPackage from, IPackage to) { 33 super(from, to);
|
SigParameterizedTypeDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 33 IParameterizedType to) { 34 super(from, to);
|
SigUpperBoundsDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 33 List<ITypeReference> to) { 34 super(from, to);
|
/dalvik/tests/003-omnibus-opcodes/ |
build | 11 # Unless required by applicable law or agreed to in writing, software 25 dx -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
|
/dalvik/tests/023-many-interfaces/ |
build | 11 # Unless required by applicable law or agreed to in writing, software 27 dx --debug --dex --dump-to=classes.lst --output=classes.dex classes
|
/dalvik/tests/056-const-string-jumbo/ |
build | 11 # Unless required by applicable law or agreed to in writing, software 21 # the reference to "zorch" in the real test file will be guaranteed to 46 --dump-to=classes.lst --output=classes.dex classes
|
/dalvik/tests/085-old-style-inner-class/ |
build | 11 # Unless required by applicable law or agreed to in writing, software 20 # We compile for a 1.4 target to suppress the use of EnclosingMethod 25 # Suppress stderr to keep the inner class warnings out of the expected output. 26 dx --debug --dex --dump-to=classes.lst --output=classes.dex \
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_SQRT_DOUBLE_VFP.S | 4 * If the result is a NaN, bail out to library code to do 20 bx r2 @ tail call to sqrt library routine
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_STRING_COMPARETO.S | 4 * Requires a0/a1 to have been previously checked for null. Will 35 * We're going to compute 44 * Note: data pointers point to first element. 46 addu a0, 16 # point to contents[0] 47 addu a1, 16 # point to contents[0] 49 /* Now, build pointers to the string data */ 60 * a3: value to return if the first part of the string is equal 84 addu a0, 4 # offset to contents[2] 85 addu a1, 4 # offset to contents[2] 110 addu a0, 6 # offset to contents[i+3 [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_CONST_16.S | 8 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MOVE_16.S | 10 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MOVE_FROM16.S | 10 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MOVE_RESULT.S | 9 GOTO_OPCODE(ip) @ jump to next instruction
|
/dalvik/vm/mterp/x86/ |
stub.S | 3 movl %ecx,OUT_ARG0(%esp) # self is first arg to function
|
/development/cmds/monkey/ |
Android.mk | 14 $(transform-prebuilt-to-target)
|
/development/samples/AppNavigation/ |
Android.mk | 16 # Use the following include to make our test apk.
|