Searched refs:to (Results 1 - 25 of 7771) sorted by relevance

1234567891011>>

/external/libpng/tests/
H A Dpngvalid-gamma-16-to-82 exec ./pngvalid --gamma-16-to-8
/external/libutf/
H A Dutfecpy.c4 * Permission to use, copy, modify, and distribute this software for any
20 utfecpy(char *to, char *e, const char *from) argument
24 if(to >= e)
25 return to;
26 end = (char*)memccpy(to, from, '\0', e - to);
29 while(end>to && (*--end&0xC0)==0x80)
/external/clang/test/SemaCXX/
H A Dconstexpr-duffs-device.cpp4 constexpr void copy(const char *from, unsigned long count, char *to) { argument
7 case 0: do { *to++ = *from++;
8 case 7: *to++ = *from++;
9 case 6: *to++ = *from++;
10 case 5: *to++ = *from++;
11 case 4: *to++ = *from++;
12 case 3: *to++ = *from++;
13 case 2: *to++ = *from++;
14 case 1: *to++ = *from++;
/external/smack/src/org/jivesoftware/smack/filter/
H A DToContainsFilter.java14 * Unless required by applicable law or agreed to in writing, software
26 * Filters for packets where the "to" field contains a specified value. For example,
27 * the filter could be used to listen for all packets sent to a group chat nickname.
33 private String to; field in class:ToContainsFilter
36 * Creates a "to" contains filter using the "to" field part.
38 * @param to the to field value the packet must contain.
40 public ToContainsFilter(String to) { argument
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stderrB.exp1 sending command help to pid ....
2 sending command help debug to pid ....
3 sending command v.kill to pid ....
H A DmcinvokeRU.stderrB.exp1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command v.wait 0 to pi
[all...]
H A DmcinvokeWS.stderrB.exp1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command v.wait 0 to pi
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DAnimationUtilities.h38 inline int blend(int from, int to, double progress) argument
40 return lround(from + (to - from) * progress);
45 inline T blend(T from, T to, double progress) argument
48 return clampTo<T>(round(to > from ? from + (to - from) * progress : from - (from - to) * progress));
51 inline double blend(double from, double to, double progress) argument
53 return from + (to - from) * progress;
56 inline float blend(float from, float to, double progress) argument
58 return static_cast<float>(from + (to
61 blend(LayoutUnit from, LayoutUnit to, double progress) argument
66 blend(const IntPoint& from, const IntPoint& to, double progress) argument
71 blend(const FloatPoint& from, const FloatPoint& to, double progress) argument
[all...]
/external/valgrind/main/none/tests/
H A Dpth_blockedsig.stdout.exp1 thread CHILD sending SIGUSR1 to thread MAIN
/external/valgrind/main/none/tests/s390x/
H A Decag.stdout.exp1 just to silence the consistency checker
/external/guava/guava-tests/test/com/google/common/base/
H A DCaseFormatTest.java10 * Unless required by applicable law or agreed to in writing, software
39 assertSame(from + " to " + from, "foo", from.to(from, "foo"));
40 for (CaseFormat to : CaseFormat.values()) {
41 assertEquals(from + " to " + to, "", from.to(to, ""));
42 assertEquals(from + " to " + to, " ", fro
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrixTest.cpp16 TransformationMatrix to(2.7133590938, 0.0, 0.0, 0.0, 0.0, 2.4645137761, 0.0, 0.0, 0.0, 0.0, 0.00, 0.01, 0.02, 0.03, 0.04, 0.05);
19 result = to;
23 result = to;
25 EXPECT_TRUE(result == to);
/external/clang/test/CodeGen/
H A D2002-03-12-StructInitialize.c5 long to; member in struct:Connection_Type
H A D2002-03-12-StructInitializer.c9 long to; member in struct:Connection_Type
/external/valgrind/main/memcheck/tests/
H A Dmalloc3.stderr.exp1 Warning: silly arg (-1) to malloc()
2 Warning: silly args (0,-1) to calloc()
/external/wpa_supplicant_8/hostapd/src/pae/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/external/wpa_supplicant_8/src/pae/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DStateTableTransition.java10 * Unless required by applicable law or agreed to in writing, software
32 * state to go from A to B for any character that is either 1,2,3 or in
39 private final InternalState to; field in class:StateTableTransition
44 * specified and is subject to change.
51 expression, from, to);
55 InternalState to) {
59 Preconditions.checkNotNull(to);
62 this.to = to;
54 StateTableTransition(String expression, InternalState from, InternalState to) argument
[all...]
/external/clang/test/Index/
H A Dcomplete-at-exprstmt.m14 + (int)add:(int)x to:(int)y;
15 + (int)add:(int)x to:(int)y plus:(int)z;
19 @selector(add:to:);
49 // CHECK-CC4: NotImplemented:{TypedText add:to:} (40)
50 // CHECK-CC4: NotImplemented:{TypedText add:to:plus:} (40)
53 // CHECK-CC5: NotImplemented:{Informative add:}{TypedText to:} (40)
54 // CHECK-CC5: NotImplemented:{Informative add:}{TypedText to:plus:} (40)
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dcxxtest.cc5 // Deliberate C syntax error as this file should never be passed to
7 #error Should not be passed to a real compiler
H A Dtest.c5 // Deliberate C syntax error as this file should never be passed to
7 #error Should not be passed to a real compiler
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't
/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2-xfail.s1 # Instructions that are supposed to be invalid but currently aren't

Completed in 577 milliseconds

1234567891011>>