HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 101 - 125 of 479) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
malloc_allocator.h 117 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
new_allocator.h 114 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
malloc_allocator.h 117 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
new_allocator.h 114 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 115 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 115 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
malloc_allocator.h 115 { ::new((void *)__p) _Tp(std::forward<_Args>(__args)...); }
  /external/icu4c/common/
unorm.cpp 117 unorm_iterate(UCharIterator *src, UBool forward,
149 if(!(forward ? src->hasNext(src) : src->hasPrevious(src))) {
155 if(forward) {
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
StripInfo.java 144 // Builds a strip forward as far as we can go, then builds backwards, and joins the two lists
148 // used in building the strips forward and backward
151 // build forward... start with the initial face
169 // build the forward list
293 // Combine the forward and backwards stripification lists and put into our own face vector
303 void combine(FaceInfoVec forward, FaceInfoVec backward){
310 // add forward faces
311 numFaces = forward.size();
313 m_faces.add(forward.at(i));
  /external/quake/quake/src/WinQuake/
sv_user.cpp 30 static vec3_t forward, right, up; variable
256 AngleVectors (sv_player->u.v.v_angle, forward, right, up);
259 wishvel[i] = forward[i]*cmd.forwardmove + right[i]*cmd.sidemove;
332 AngleVectors (sv_player->u.v.angles, forward, right, up);
342 wishvel[i] = forward[i]*fmove + right[i]*smove;
  /external/speex/libspeex/
fftwrap.c 248 kiss_fftr_cfg forward; member in struct:kiss_config
257 table->forward = kiss_fftr_alloc(size,0,NULL,NULL);
266 kiss_fftr_free(t->forward);
278 kiss_fftr2(t->forward, in, out);
291 kiss_fftr2(t->forward, in, out);
  /gdk/samples/quake/jni/
sv_user.cpp 30 static vec3_t forward, right, up; variable
256 AngleVectors (sv_player->u.v.v_angle, forward, right, up);
259 wishvel[i] = forward[i]*cmd.forwardmove + right[i]*cmd.sidemove;
332 AngleVectors (sv_player->u.v.angles, forward, right, up);
342 wishvel[i] = forward[i]*fmove + right[i]*smove;
  /external/bison/djgpp/
djunpack.bat 34 Rem directories, it MUST use backslashes, not forward slashes.
83 echo Remember that %1 cannot use forward slashes, only backslashes.
87 echo Remember that the file name cannot use forward slashes, only backslashes.
  /external/webkit/Source/WebCore/css/
mediaControls.css 125 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button {
126 -webkit-appearance: media-seek-forward-button;
mediaControlsChromium.css 185 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button {
186 -webkit-appearance: media-seek-forward-button;
mediaControlsEfl.css 124 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button {
125 -webkit-appearance: media-seek-forward-button;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 93 _M_value(std::forward<_Args>(__args)...) { }
241 * @brief Forward list iterator equality comparison.
250 * @brief Forward list iterator inequality comparison.
338 std::forward<_Args>(__args)...);
445 : _Base(std::forward<_Base>(__list), __al)
517 : _Base(std::forward<_Base>(__list)) { }
771 * with Tp(std::forward<Args>(args)...) at the front of the list
780 std::forward<_Args>(__args)...); }
827 * with T(std::forward<Args>(args)...) after the specified
836 std::forward<_Args>(__args)...));
    [all...]
stl_list.h 103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 93 _M_value(std::forward<_Args>(__args)...) { }
241 * @brief Forward list iterator equality comparison.
250 * @brief Forward list iterator inequality comparison.
338 std::forward<_Args>(__args)...);
445 : _Base(std::forward<_Base>(__list), __al)
517 : _Base(std::forward<_Base>(__list)) { }
771 * with Tp(std::forward<Args>(args)...) at the front of the list
780 std::forward<_Args>(__args)...); }
827 * with T(std::forward<Args>(args)...) after the specified
836 std::forward<_Args>(__args)...));
    [all...]
stl_list.h 103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 93 _M_value(std::forward<_Args>(__args)...) { }
241 * @brief Forward list iterator equality comparison.
250 * @brief Forward list iterator inequality comparison.
338 std::forward<_Args>(__args)...);
445 : _Base(std::forward<_Base>(__list), __al)
517 : _Base(std::forward<_Base>(__list)) { }
771 * with Tp(std::forward<Args>(args)...) at the front of the list
780 std::forward<_Args>(__args)...); }
827 * with T(std::forward<Args>(args)...) after the specified
836 std::forward<_Args>(__args)...));
    [all...]
stl_list.h 103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 93 _M_value(std::forward<_Args>(__args)...) { }
241 * @brief Forward list iterator equality comparison.
250 * @brief Forward list iterator inequality comparison.
338 std::forward<_Args>(__args)...);
445 : _Base(std::forward<_Base>(__list), __al)
517 : _Base(std::forward<_Base>(__list)) { }
771 * with Tp(std::forward<Args>(args)...) at the front of the list
780 std::forward<_Args>(__args)...); }
827 * with T(std::forward<Args>(args)...) after the specified
836 std::forward<_Args>(__args)...));
    [all...]
stl_list.h 103 : _List_node_base(), _M_data(std::forward<_Args>(__args)...) { }
412 * we start at the tail and move forward by one. When this member
482 std::forward<_Args>(__args)...);
544 : _Base(std::forward<_Base>(__x)) { }
889 { this->_M_insert(begin(), std::forward<_Args>(__args)...); }
930 { this->_M_insert(end(), std::forward<_Args>(__args)...); }
956 * with T(std::forward<Args>(args)...) before the specified
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 197 private boolean forward = false;
208 forward = arg0;
213 return forward;

Completed in 665 milliseconds

1 2 3 45 6 7 8 91011>>