HomeSort by relevance Sort by last modified time
    Searched full:_elements (Results 1 - 25 of 48) sorted by null

1 2

  /cts/tools/dasm/src/java_cup/
terminal_set.java 20 _elements = new BitSet(terminal.number());
32 _elements = (BitSet)other._elements.clone();
47 protected BitSet _elements; field in class:terminal_set
80 return _elements.get(sym.index());
90 return _elements.get(indx);
104 BitSet copy_other = (BitSet)other._elements.clone();
107 copy_other.or(_elements);
110 return copy_other.equals(other._elements);
139 result = _elements.get(sym.index())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
tuple 124 template<std::size_t _Idx, typename... _Elements>
229 template<typename... _Elements>
230 class tuple : public _Tuple_impl<0, _Elements...>
232 typedef _Tuple_impl<0, _Elements...> _Inherited;
239 constexpr tuple(const _Elements&... __elements)
244 == sizeof...(_Elements)>::type>
256 == sizeof...(_Elements)>::type>
263 == sizeof...(_Elements)>::type>
283 == sizeof...(_Elements)>::type>
293 == sizeof...(_Elements)>::type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
tuple 124 template<std::size_t _Idx, typename... _Elements>
229 template<typename... _Elements>
230 class tuple : public _Tuple_impl<0, _Elements...>
232 typedef _Tuple_impl<0, _Elements...> _Inherited;
239 constexpr tuple(const _Elements&... __elements)
244 == sizeof...(_Elements)>::type>
256 == sizeof...(_Elements)>::type>
263 == sizeof...(_Elements)>::type>
283 == sizeof...(_Elements)>::type>
293 == sizeof...(_Elements)>::type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 124 template<std::size_t _Idx, typename... _Elements>
229 template<typename... _Elements>
230 class tuple : public _Tuple_impl<0, _Elements...>
232 typedef _Tuple_impl<0, _Elements...> _Inherited;
239 constexpr tuple(const _Elements&... __elements)
244 == sizeof...(_Elements)>::type>
256 == sizeof...(_Elements)>::type>
263 == sizeof...(_Elements)>::type>
283 == sizeof...(_Elements)>::type>
293 == sizeof...(_Elements)>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 124 template<std::size_t _Idx, typename... _Elements>
229 template<typename... _Elements>
230 class tuple : public _Tuple_impl<0, _Elements...>
232 typedef _Tuple_impl<0, _Elements...> _Inherited;
239 constexpr tuple(const _Elements&... __elements)
244 == sizeof...(_Elements)>::type>
256 == sizeof...(_Elements)>::type>
263 == sizeof...(_Elements)>::type>
283 == sizeof...(_Elements)>::type>
293 == sizeof...(_Elements)>::type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
tuple 117 template<std::size_t _Idx, typename... _Elements>
225 template<typename... _Elements>
226 class tuple : public _Tuple_impl<0, _Elements...>
228 typedef _Tuple_impl<0, _Elements...> _Inherited;
235 tuple(const _Elements&... __elements)
432 template<typename... _Elements>
433 struct tuple_size<tuple<_Elements...> >
435 static const std::size_t value = sizeof...(_Elements);
438 template<typename... _Elements>
439 const std::size_t tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
tuple 117 template<std::size_t _Idx, typename... _Elements>
225 template<typename... _Elements>
226 class tuple : public _Tuple_impl<0, _Elements...>
228 typedef _Tuple_impl<0, _Elements...> _Inherited;
235 tuple(const _Elements&... __elements)
432 template<typename... _Elements>
433 struct tuple_size<tuple<_Elements...> >
435 static const std::size_t value = sizeof...(_Elements);
438 template<typename... _Elements>
439 const std::size_t tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
tuple 117 template<std::size_t _Idx, typename... _Elements>
225 template<typename... _Elements>
226 class tuple : public _Tuple_impl<0, _Elements...>
228 typedef _Tuple_impl<0, _Elements...> _Inherited;
235 tuple(const _Elements&... __elements)
432 template<typename... _Elements>
433 struct tuple_size<tuple<_Elements...> >
435 static const std::size_t value = sizeof...(_Elements);
438 template<typename... _Elements>
439 const std::size_t tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
tuple 117 template<std::size_t _Idx, typename... _Elements>
225 template<typename... _Elements>
226 class tuple : public _Tuple_impl<0, _Elements...>
228 typedef _Tuple_impl<0, _Elements...> _Inherited;
235 tuple(const _Elements&... __elements)
432 template<typename... _Elements>
433 struct tuple_size<tuple<_Elements...> >
435 static const std::size_t value = sizeof...(_Elements);
438 template<typename... _Elements>
439 const std::size_t tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
tuple 117 template<std::size_t _Idx, typename... _Elements>
225 template<typename... _Elements>
226 class tuple : public _Tuple_impl<0, _Elements...>
228 typedef _Tuple_impl<0, _Elements...> _Inherited;
235 tuple(const _Elements&... __elements)
432 template<typename... _Elements>
433 struct tuple_size<tuple<_Elements...> >
435 static const std::size_t value = sizeof...(_Elements);
438 template<typename... _Elements>
439 const std::size_t tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
tuple 69 template<int _Idx, typename... _Elements>
127 template<typename... _Elements>
128 class tuple : public _Tuple_impl<0, _Elements...>
130 typedef _Tuple_impl<0, _Elements...> _Inherited;
136 tuple(typename __add_c_ref<_Elements>::type... __elements)
245 template<typename... _Elements>
246 struct tuple_size<tuple<_Elements...> >
248 static const int value = sizeof...(_Elements);
251 template<typename... _Elements>
252 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
tuple 71 template<int _Idx, typename... _Elements>
129 template<typename... _Elements>
130 class tuple : public _Tuple_impl<0, _Elements...>
132 typedef _Tuple_impl<0, _Elements...> _Inherited;
138 tuple(typename __add_c_ref<_Elements>::type... __elements)
247 template<typename... _Elements>
248 struct tuple_size<tuple<_Elements...> >
250 static const int value = sizeof...(_Elements);
253 template<typename... _Elements>
254 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
tuple 71 template<int _Idx, typename... _Elements>
129 template<typename... _Elements>
130 class tuple : public _Tuple_impl<0, _Elements...>
132 typedef _Tuple_impl<0, _Elements...> _Inherited;
138 tuple(typename __add_c_ref<_Elements>::type... __elements)
247 template<typename... _Elements>
248 struct tuple_size<tuple<_Elements...> >
250 static const int value = sizeof...(_Elements);
253 template<typename... _Elements>
254 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 69 template<int _Idx, typename... _Elements>
127 template<typename... _Elements>
128 class tuple : public _Tuple_impl<0, _Elements...>
130 typedef _Tuple_impl<0, _Elements...> _Inherited;
136 tuple(typename __add_c_ref<_Elements>::type... __elements)
245 template<typename... _Elements>
246 struct tuple_size<tuple<_Elements...> >
248 static const int value = sizeof...(_Elements);
251 template<typename... _Elements>
252 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 69 template<int _Idx, typename... _Elements>
127 template<typename... _Elements>
128 class tuple : public _Tuple_impl<0, _Elements...>
130 typedef _Tuple_impl<0, _Elements...> _Inherited;
136 tuple(typename __add_c_ref<_Elements>::type... __elements)
245 template<typename... _Elements>
246 struct tuple_size<tuple<_Elements...> >
248 static const int value = sizeof...(_Elements);
251 template<typename... _Elements>
252 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 69 template<int _Idx, typename... _Elements>
127 template<typename... _Elements>
128 class tuple : public _Tuple_impl<0, _Elements...>
130 typedef _Tuple_impl<0, _Elements...> _Inherited;
136 tuple(typename __add_c_ref<_Elements>::type... __elements)
245 template<typename... _Elements>
246 struct tuple_size<tuple<_Elements...> >
248 static const int value = sizeof...(_Elements);
251 template<typename... _Elements>
252 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
tuple 69 template<int _Idx, typename... _Elements>
127 template<typename... _Elements>
128 class tuple : public _Tuple_impl<0, _Elements...>
130 typedef _Tuple_impl<0, _Elements...> _Inherited;
136 tuple(typename __add_c_ref<_Elements>::type... __elements)
245 template<typename... _Elements>
246 struct tuple_size<tuple<_Elements...> >
248 static const int value = sizeof...(_Elements);
251 template<typename... _Elements>
252 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
tuple 71 template<int _Idx, typename... _Elements>
129 template<typename... _Elements>
130 class tuple : public _Tuple_impl<0, _Elements...>
132 typedef _Tuple_impl<0, _Elements...> _Inherited;
138 tuple(typename __add_c_ref<_Elements>::type... __elements)
247 template<typename... _Elements>
248 struct tuple_size<tuple<_Elements...> >
250 static const int value = sizeof...(_Elements);
253 template<typename... _Elements>
254 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
tuple 71 template<int _Idx, typename... _Elements>
129 template<typename... _Elements>
130 class tuple : public _Tuple_impl<0, _Elements...>
132 typedef _Tuple_impl<0, _Elements...> _Inherited;
138 tuple(typename __add_c_ref<_Elements>::type... __elements)
247 template<typename... _Elements>
248 struct tuple_size<tuple<_Elements...> >
250 static const int value = sizeof...(_Elements);
253 template<typename... _Elements>
254 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
tuple 71 template<int _Idx, typename... _Elements>
129 template<typename... _Elements>
130 class tuple : public _Tuple_impl<0, _Elements...>
132 typedef _Tuple_impl<0, _Elements...> _Inherited;
138 tuple(typename __add_c_ref<_Elements>::type... __elements)
247 template<typename... _Elements>
248 struct tuple_size<tuple<_Elements...> >
250 static const int value = sizeof...(_Elements);
253 template<typename... _Elements>
254 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
tuple 71 template<int _Idx, typename... _Elements>
129 template<typename... _Elements>
130 class tuple : public _Tuple_impl<0, _Elements...>
132 typedef _Tuple_impl<0, _Elements...> _Inherited;
138 tuple(typename __add_c_ref<_Elements>::type... __elements)
247 template<typename... _Elements>
248 struct tuple_size<tuple<_Elements...> >
250 static const int value = sizeof...(_Elements);
253 template<typename... _Elements>
254 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
tuple 71 template<int _Idx, typename... _Elements>
129 template<typename... _Elements>
130 class tuple : public _Tuple_impl<0, _Elements...>
132 typedef _Tuple_impl<0, _Elements...> _Inherited;
138 tuple(typename __add_c_ref<_Elements>::type... __elements)
247 template<typename... _Elements>
248 struct tuple_size<tuple<_Elements...> >
250 static const int value = sizeof...(_Elements);
253 template<typename... _Elements>
254 const int tuple_size<tuple<_Elements...> >::value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
tuple 177 template<std::size_t _Idx, typename... _Elements>
373 template<typename... _Elements>
374 class tuple : public _Tuple_impl<0, _Elements...>
376 typedef _Tuple_impl<0, _Elements...> _Inherited;
383 constexpr tuple(const _Elements&... __elements)
388 _Elements>...>::value>::type>
399 _Elements>...>::value>::type>
406 _Elements>...>::value>::type>
418 const _Elements&... __elements)
423 == sizeof...(_Elements)>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
tuple 177 template<std::size_t _Idx, typename... _Elements>
373 template<typename... _Elements>
374 class tuple : public _Tuple_impl<0, _Elements...>
376 typedef _Tuple_impl<0, _Elements...> _Inherited;
383 constexpr tuple(const _Elements&... __elements)
388 _Elements>...>::value>::type>
399 _Elements>...>::value>::type>
406 _Elements>...>::value>::type>
418 const _Elements&... __elements)
423 == sizeof...(_Elements)>::type
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
tuple 183 template<std::size_t _Idx, typename... _Elements>
387 template<typename... _Elements>
388 class tuple : public _Tuple_impl<0, _Elements...>
390 typedef _Tuple_impl<0, _Elements...> _Inherited;
397 constexpr tuple(const _Elements&... __elements)
402 _Elements>...>::value>::type>
413 _Elements>...>::value>::type>
420 _Elements>...>::value>::type>
432 const _Elements&... __elements)
437 == sizeof...(_Elements)>::type
    [all...]

Completed in 789 milliseconds

1 2