HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 151 - 175 of 3103) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
convert.fail.cpp 30 struct base {}; struct
37 test<base*>(&d);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
move_iterator.fail.cpp 32 struct base {}; struct
38 test<base*>(&d);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
reverse_iterator.fail.cpp 30 struct base {}; struct
37 test<base*>(&d);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
reverse_iterator.fail.cpp 32 struct base {}; struct
38 test<base*>(&d);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 27 // Base machinery for all kinds of enable if
33 struct base struct in struct:boost::iterators::enabled
48 struct base struct in struct:boost::iterators::enabled
70 : enabled<(Cond::value)>::template base<Return>
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/base/
BaseActivity.java 1 package com.android.launcher3.base;
8 * The base implementation can change from an Activity to a Fragment (or any other custom
9 * implementation), Callers should not assume that the base class extends Context, instead use
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_addr.c 85 int base, n; local
99 val = 0; base = 10;
103 base = 16, c = *++cp;
105 base = 8;
110 val = (val * base) + (c - '0');
112 } else if (base == 16 &&
inet_network.c 44 in_addr_t val, base, n; local
50 val = 0; base = 10;
52 base = 8, cp++;
54 base = 16, cp++;
57 val = (val * base) + (c - '0');
61 if (base == 16 && isxdigit(c)) {
  /external/bison/lib/
obstack_printf.c 62 char *base = obstack_next_free (obs); local
68 base = buf;
71 str = vasnprintf (base, &len, format, args);
78 if (str == base && str != buf)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
serial_number_generator.py 20 base = len(good_characters) variable
36 next = number % base
39 number = number // base
72 modulo = base ** length
  /external/clang/test/FixIt/
fixit-cxx11-attributes.cpp 18 class base {}; class in namespace:ClassSpecifier
21 alignas(float) [[]] [[]] alignas(float): base{}; // expected-error {{an attribute list cannot appear here}}
  /external/e2fsprogs/lib/et/
com_err.h 26 long base; member in struct:error_table
45 extern int init_error_table(const char * const *msgs, long base, int count);
59 long base);
  /external/e2fsprogs/misc/
base_device.c 4 * Return the "base device" given a particular device; this is used to
7 * place. If the base device can not be determined, return NULL.
152 const char *base; local
164 base = base_device(buf);
165 printf("%s\t%s\n", buf, base ? base : "NONE");
  /external/elfutils/src/tests/
dwfl-report-elf-align.c 1 /* Test program for dwfl_report_elf incorrect BASE alignment.
47 error (1, 0, "dwfl-report-elf-align shlib.so base funcaddr funcname");
53 uintptr_t base = strtoull (argv[2], &endptr, 0); local
56 Dwfl_Module *mod = dwfl_report_elf (dwfl, argv[1], argv[1], -1, base, false);
  /external/freetype/src/gzip/
inftrees.h 27 uInt base; /* literal, length base, distance base, member in struct:inflate_huft_s
  /external/guava/guava/src/com/google/common/base/
FinalizablePhantomReference.java 17 package com.google.common.base;
FinalizableSoftReference.java 17 package com.google.common.base;
FinalizableWeakReference.java 17 package com.google.common.base;
Platform.java 17 package com.google.common.base;
Ticker.java 17 package com.google.common.base;
Verify.java 15 package com.google.common.base;
17 import static com.google.common.base.Preconditions.format;
  /external/guava/guava-gwt/src/com/google/common/base/
Absent_CustomFieldSerializer.java 17 package com.google.common.base;
PairwiseEquivalence_CustomFieldSerializer.java 17 package com.google.common.base;
Present_CustomFieldSerializer.java 17 package com.google.common.base;
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 17 package com.google.common.base;

Completed in 9060 milliseconds

1 2 3 4 5 67 8 91011>>