HomeSort by relevance Sort by last modified time
    Searched full:rest (Results 26 - 50 of 4510) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
partial-ordering.cpp 34 template<typename T1, typename T2, typename ...Rest>
35 int &f0(T1, T2, Rest...);
45 template<typename T1, typename T2, typename ...Rest>
46 int &f1(T1, T2, Rest...);
55 template<typename T1, typename T2, typename ...Rest>
56 int &f2(T1, T2, Rest...);
  /external/chromium_org/ui/views/win/
DEPS 9 # The rest of the code here is intended to be distinct from the rest of
  /external/clang/test/Parser/
cxx-default-args.cpp 5 // After the error, the rest of the tokens inside the default arg should be
  /external/kernel-headers/original/linux/
atmppp.h 16 * the first element of the structure is the backend number and the rest
  /external/llvm/test/TableGen/
lisp.td 12 list<string> rest = r;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmppp.h 16 * the first element of the structure is the backend number and the rest
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmppp.h 16 * the first element of the structure is the backend number and the rest
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmppp.h 16 * the first element of the structure is the backend number and the rest
  /external/chromium_org/content/browser/resources/media/
ssrc_info_manager.js 114 // Make |rest| starting at the next field.
115 var rest = attributes[i].substring(nextFieldIndex + 1);
117 while (rest.length > 0) {
118 nextFieldIndex = rest.search(this.FIELD_SEPARATOR_REGEX_);
120 nextFieldIndex = rest.length;
123 name = rest.substring(0, rest.indexOf(':'));
125 value = rest.substring(rest.indexOf(':') + 1, nextFieldIndex);
128 // Move |rest| to the start of the next field
    [all...]
  /art/tools/
generate-operator-out.py 122 rest = m.group(2).strip()
123 m_literal = re.compile(r'= (0x[0-9a-f]+|-?[0-9]+|\'.\')').search(rest)
125 rest = rest[(len(m_literal.group(0))):]
129 if rest.startswith('= k'):
133 if rest.startswith(','):
134 rest = rest[1:]
135 rest = rest.strip(
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 118 template<typename NP, typename Rest = nil>
120 : Rest
121 , named_parameter_base<named_parameter_combine<NP,Rest> > {
123 typedef named_parameter_combine<NP,Rest> self_type;
126 named_parameter_combine( NP const& np, Rest const& r )
127 : Rest( r )
134 using Rest::operator[];
137 using Rest::has;
140 using Rest::erase;
148 using named_parameter_base<named_parameter_combine<NP,Rest> >::operator,
    [all...]
  /external/chromium/net/ftp/
ftp_util.cc 159 const string16& rest,
172 if (!base::StringToInt(rest, &time_exploded.year)) {
174 if (rest.length() == 5 && rest[2] == ':') {
175 if (!base::StringToInt(rest.begin(),
176 rest.begin() + 2,
180 if (!base::StringToInt(rest.begin() + 3,
181 rest.begin() + 5,
184 } else if (rest.length() == 4 && rest[1] == ':')
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 8 # characters in the rest of the file, so it claims that the file is type
13 # characters in the rest of the file, so it claims that the file is type
18 # characters in the rest of the file, so it claims that the file is type
23 # characters in the rest of the file, so it claims that the file is type
28 # characters in the rest of the file, so it claims that the file is type
33 # characters in the rest of the file, so it claims that the file is type
38 # characters in the rest of the file, so it claims that the file is type
43 # characters in the rest of the file, so it claims that the file is type
48 # characters in the rest of the file, so it claims that the file is type
53 # characters in the rest of the file, so it claims that the file is typ
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet_unittest.cc 25 " \"rest\":\"rest\","
70 " \"rest\":\"rest\","
116 " \"rest\":\"rest\","
162 " \"rest\":\"rest\","
255 " \"rest\":\"rest\","
    [all...]
  /external/clang/test/SemaCXX/
discrim-union.cpp 27 either_impl<Ts...> rest; member in union:detail::either_impl
34 constexpr either_impl(select<N>, U &&u) : rest(select<N-1>(), move(u)) {}
39 return decltype(rest)::index(t) + 1;
44 rest.destroy(elem - 1);
50 template<unsigned N> constexpr const decltype(static_cast<const rest_t&>(rest).get(select<N-1>{})) get(select<N>) {
51 return rest.get(select<N-1>{});
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 65 # let's see if it detects broken rest
70 # and non-broken rest
71 rest = 'title\n=====\n\ntest'
72 msgs = cmd._check_rst_data(rest)
78 # let's see if it detects broken rest in long_description
93 # and non-broken rest, including a non-ASCII character to test #12114
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_check.py 65 # let's see if it detects broken rest
70 # and non-broken rest
71 rest = 'title\n=====\n\ntest'
72 msgs = cmd._check_rst_data(rest)
78 # let's see if it detects broken rest in long_description
93 # and non-broken rest, including a non-ASCII character to test #12114
  /external/chromium/chrome/browser/password_manager/
login_database_mac.cc 8 // rest of the database as a suplemental storage system to complement Keychain,
  /external/chromium_org/chrome/test/webdriver/commands/
target_locator_commands.h 23 // REST URL: /session/:sessionId/window_handle
38 // REST URL: /session/:sessionId/window_handles
54 // REST URL: /session/:sessionId/window
73 // REST URL: /session/:sessionId/frame
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
length_limits.h 14 // These constants are factored out from the rest of the headers to
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 80 rest = specification[1:]
81 if rest and isinstance(rest[0], dict):
82 for at, val in sorted(rest[0].iteritems()):
84 rest = rest[1:]
85 if rest:
87 all_strings = reduce(lambda x, y: x and isinstance(y, str), rest, True)
91 for child_spec in rest:
  /external/guava/guava/src/com/google/common/collect/
ReverseNaturalOrdering.java 52 @Override public <E extends Comparable> E min(E a, E b, E c, E... rest) {
53 return NaturalOrdering.INSTANCE.max(a, b, c, rest);
68 @Override public <E extends Comparable> E max(E a, E b, E c, E... rest) {
69 return NaturalOrdering.INSTANCE.min(a, b, c, rest);
ReverseOrdering.java 52 @Override public <E extends T> E min(E a, E b, E c, E... rest) {
53 return forwardOrder.max(a, b, c, rest);
68 @Override public <E extends T> E max(E a, E b, E c, E... rest) {
69 return forwardOrder.min(a, b, c, rest);
  /external/kernel-headers/original/asm-arm/arch/
omap24xx.h 5 * Please place only base defines here and put the rest in device
  /external/kernel-headers/original/asm-arm/
poll.h 12 /* The rest seem to be more-or-less nonstandard. Check them! */

Completed in 1384 milliseconds

12 3 4 5 6 7 8 91011>>