/bionic/libc/upstream-openbsd/lib/libc/string/ |
stpcpy.c | 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 40 stpcpy(char *to, const char *from) 42 for (; (*to = *from) != '\0'; ++from, ++to); 43 return(to);
|
strcpy.c | 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 40 strcpy(char *to, const char *from) 42 char *save = to; 44 for (; (*to = *from) != '\0'; ++from, ++to);
|
/external/libpng/tests/ |
pngvalid-gamma-16-to-8 | 2 exec ./pngvalid --gamma-16-to-8
|
/external/libutf/ |
utfecpy.c | 4 * Permission to use, copy, modify, and distribute this software for any 20 utfecpy(char *to, char *e, const char *from) 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/ |
constexpr-duffs-device.cpp | 4 constexpr void copy(const char *from, unsigned long count, char *to) { 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/chromium_org/third_party/WebKit/Source/platform/animation/ |
AnimationUtilities.h | 14 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 38 inline int blend(int from, int to, double progress) 40 return lround(from + (to - from) * progress); 45 inline T blend(T from, T to, double progress) 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) 53 return from + (to - from) * progress [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
CaseFormatTest.java | 10 * 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, " ", from.to(to, " ")) [all...] |
/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcpcpy.c | 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) 44 for (; (*to = *from); ++from, ++to); 45 return(to);
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
TransformationMatrixTest.cpp | 16 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/ |
2002-03-12-StructInitialize.c | 5 long to; member in struct:Connection_Type
|
2002-03-12-StructInitializer.c | 9 long to; member in struct:Connection_Type
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
StateTableTransition.java | 10 * 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. 50 return String.format("Expression: %s; From: %s; To: %s", 51 expression, from, to); 55 InternalState to) { 59 Preconditions.checkNotNull(to); 62 this.to = to [all...] |
/external/clang/test/Index/ |
complete-at-exprstmt.m | 14 + (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)
|
/cts/tools/signature-tools/src/signature/compare/model/impl/ |
SigValueDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 23 public SigValueDelta(Object from, Object to) { 24 super(from, to);
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_mode_helper.h | 16 // Adds the given accessibility mode constant to the given accessibility mode 19 AddAccessibilityModeTo(AccessibilityMode to, AccessibilityMode mode_to_add); 26 RemoveAccessibilityModeFrom(AccessibilityMode to,
|
/external/chromium_org/tools/gyp/test/compiler-override/ |
cxxtest.cc | 5 // Deliberate C syntax error as this file should never be passed to 7 #error Should not be passed to a real compiler
|
test.c | 5 // 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/ |
invalid-mips32r2-xfail.s | 1 # Instructions that are supposed to be invalid but currently aren't
|
/external/llvm/test/MC/Mips/mips32/ |
invalid-mips32r2-xfail.s | 1 # Instructions that are supposed to be invalid but currently aren't
|
/external/llvm/test/MC/Mips/mips4/ |
invalid-mips64r2-xfail.s | 1 # Instructions that are supposed to be invalid but currently aren't
|
/external/llvm/test/MC/Mips/mips5/ |
invalid-mips64r2-xfail.s | 1 # Instructions that are supposed to be invalid but currently aren't
|
/external/llvm/test/MC/Mips/mips64/ |
invalid-mips64r2-xfail.s | 1 # Instructions that are supposed to be invalid but currently aren't
|
/external/chromium_org/printing/ |
page_range.h | 18 // Print range is inclusive. To select one page, set from == to. 21 int to; member in struct:printing::PageRange 24 return from == rhs.from && to == rhs.to;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSUnicodeRangeValue.h | 14 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 36 static PassRefPtrWillBeRawPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to) 38 return adoptRefWillBeNoop(new CSSUnicodeRangeValue(from, to)); 42 UChar32 to() const { return m_to; } function in class:blink::CSSUnicodeRangeValue 51 CSSUnicodeRangeValue(UChar32 from, UChar32 to) 54 , m_to(to)
|
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
char16_t_unshift.pass.cpp | 15 // externT* to, externT* to_end, externT*& to_next) const; 27 std::vector<char> to(3); 31 assert(f.unshift(mbs, to.data(), to.data() + to.size(), to_next) == F::noconv); 32 assert(to_next == to.data());
|