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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/fxjs/xfa/
cjx_map.cpp 33 void CJX_Map::from(CFXJSE_Value* pValue, function in class:CJX_Map
  /external/tpm2/
Unique.c 1 // This file was extracted from the TCG Published
31 const char *from = notReallyUnique; local
36 *from != 0 && retVal < bSize;
39 *b++ = *from++;
47 *from != 0 && retVal < bSize;
50 *b-- = *from++;
  /art/test/005-annotations/src/android/test/anno/
IntToString.java 10 int from(); method in interface:IntToString
  /external/guava/guava/src/com/google/common/collect/
FluentIterable.java 41 * chained fashion. A {@code FluentIterable} can be created from an {@code Iterable}, or from a set
59 * .from(database.getClientList())
75 // checks on the _original_ iterable when FluentIterable.from is used.
91 public static <E> FluentIterable<E> from(final Iterable<E> iterable) { method in class:FluentIterable
102 * Construct a fluent iterable from another fluent iterable. This is obviously never necessary,
103 * but is intended to help call out cases where one migration from {@code Iterable} to
110 public static <E> FluentIterable<E> from(FluentIterable<E> iterable) {
121 return from(Lists.newArrayList(elements));
163 return from(Iterables.cycle(iterable))
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
FluentIterable.java 40 * chained fashion. A {@code FluentIterable} can be created from an {@code Iterable}, or from a set
58 * .from(database.getClientList())
74 // checks on the _original_ iterable when FluentIterable.from is used.
90 public static <E> FluentIterable<E> from(final Iterable<E> iterable) { method in class:FluentIterable
101 * Construct a fluent iterable from another fluent iterable. This is obviously never necessary,
102 * but is intended to help call out cases where one migration from {@code Iterable} to
109 public static <E> FluentIterable<E> from(FluentIterable<E> iterable) {
120 return from(Lists.newArrayList(elements));
162 return from(Iterables.cycle(iterable))
    [all...]
  /external/icu/icu4c/source/i18n/
zonemeta.h 23 UDate from; member in struct:OlsonToMetaMappingEntry
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from+10, 10) == 10)
    [all...]
char32_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from+10, 10) == 10)
    [all...]
char_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[10]= {0}; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from+10, 11) == 10)
    [all...]
wchar_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char* from = "123467890"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from+10, 11) == 10)
    [all...]
char16_t_in.pass.cpp 15 // const externT* from, const externT* from_end, const externT*& from_next,
28 const char from[] = "some text"; local
34 assert(f.in(mbs, from, from + 9, from_next,
36 assert(from_next - from == 9);
39 assert(to[i] == from[i]);
char16_t_out.pass.cpp 15 // const internT* from, const internT* from_end, const internT*& from_next,
32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; local
37 F::result r = f.out(mbs, from, from + 9, from_next,
40 assert(from_next - from == 9);
43 assert(to[i] == from[i]);
char32_t_in.pass.cpp 15 // const externT* from, const externT* from_end, const externT*& from_next,
28 const char from[] = "some text"; local
34 assert(f.in(mbs, from, from + 9, from_next,
36 assert(from_next - from == 9);
39 assert(to[i] == static_cast<char32_t>(from[i]));
char32_t_out.pass.cpp 15 // const internT* from, const internT* from_end, const internT*& from_next,
32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'}; local
37 F::result r = f.out(mbs, from, from + 9, from_next,
40 assert(from_next - from == 9);
43 assert(static_cast<char32_t>(to[i]) == from[i]);
  /external/perfetto/infra/git_mirror_bot/
Makefile 30 @echo "Download the deploy_key from the teams drive (go/perfetto_deploy_key)"
46 --metadata-from-file=startup-script=startup-script.sh,deploy_key=deploy_key,main=mirror_aosp_to_ghub_repo.py
  /prebuilts/go/darwin-x86/src/net/smtp/
example_test.go 52 from = "gopher@example.net"
62 err := smtp.SendMail(hostname+":25", auth, from, recipients, msg)
51 from = "gopher@example.net" var
  /prebuilts/go/linux-x86/src/net/smtp/
example_test.go 52 from = "gopher@example.net"
62 err := smtp.SendMail(hostname+":25", auth, from, recipients, msg)
51 from = "gopher@example.net" var
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from+10, 10) == 10)
    [all...]
char32_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[] = "some text"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 8) == 8);
29 assert(f.length(mbs, from, from+10, 9) == 9);
30 assert(f.length(mbs, from, from+10, 10) == 10)
    [all...]
char_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char from[10]= {0}; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from+10, 11) == 10)
    [all...]
wchar_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
26 const char* from = "123467890"; local
27 assert(f.length(mbs, from, from+10, 0) == 0);
28 assert(f.length(mbs, from, from+10, 9) == 9);
29 assert(f.length(mbs, from, from+10, 10) == 10);
30 assert(f.length(mbs, from, from+10, 11) == 10)
    [all...]
  /external/compiler-rt/test/asan/TestCases/
strcat_strict.c 14 void test1(char *to, int to_size, char *from) {
16 char* r = strcat(to + to_size, from);
19 void test2(char *to, int to_size, char *from) {
22 char* r = strcat(to, from);
29 char *from = (char*)malloc(from_size); local
30 memset(from, 'z', from_size);
31 from[from_size - 1] = '\0';
33 if (!strcmp(argv[1], "test1")) test1(to, to_size, from);
37 if (!strcmp(argv[1], "test2")) test2(to, to_size, from);
42 free(from);
    [all...]
strncat_strict.c 14 void test1(char *to, int to_size, char *from) {
16 char* r = strncat(to + to_size, from, 2);
19 void test2(char *to, int to_size, char *from) {
22 char* r = strncat(to, from, 1);
29 char *from = (char*)malloc(from_size); local
30 memset(from, 'z', from_size);
31 from[from_size - 1] = '\0';
33 if (!strcmp(argv[1], "test1")) test1(to, to_size, from);
37 if (!strcmp(argv[1], "test2")) test2(to, to_size, from);
42 free(from);
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalIterable.java 69 public static <E> MinimalIterable<E> from(final Collection<E> elements) { method in class:MinimalIterable
  /external/guice/extensions/persist/src/com/google/inject/persist/finder/
DynamicFinder.java 40 public static DynamicFinder from(Method method) { method in class:DynamicFinder

Completed in 2725 milliseconds

1 2 3 4 5 6 7 8 91011>>