HomeSort by relevance Sort by last modified time
    Searched full:forward (Results 1026 - 1050 of 4710) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
extptr_allocator.h 108 { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
113 { construct(__p.get(), std::forward<_Args>(__args)...); }
  /system/netd/
BandwidthController.h 140 * fp should be a file to the FORWARD rules of iptables.
154 * The FORWARD chain is updated in the following cases:
  /external/aac/libAACdec/src/
rvlcconceal.cpp 130 /* calculate first reference value for approach in forward direction */
254 sets of scalefactors decoded in forward and backward direction are compared
281 /* If an error was detected just in forward or backward direction, set the corresponding border for concealment to a
332 /* consider the smaller of the forward and backward decoded value as the correct one */
384 decoded in forward and backward direction and the scalefactor of the previous
418 /* If an error was detected just in forward or backward direction, set the corresponding border for concealment to a
435 /* consider the smaller of the forward and backward decoded value as the correct one */
518 been detected. Considering the forward and backward decoded scalefactors, the
521 one pair of the forward and backward decoded scalefactors to specify the lower
523 of errors. Therefore all scalefactors decoded in forward and backward direction
    [all...]
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 189 cout << "\t--forward-ip-header=<header name>\n";
220 if (cl.HasSwitch("forward-ip-header")) {
222 cl.GetSwitchValueASCII("forward-ip-header"));
224 cl.GetSwitchValueASCII("forward-ip-header"));
284 LOG(INFO) << "Forward IP Header : "
  /external/icu4c/i18n/
tridpars.h 40 * separated by semicolons, with optional forward and reverse global
153 * added to the canonID, either at the end, if dir is FORWARD, or
168 * Parse a compound ID, consisting of an optional forward global
201 * elements like "(A)" in the forward direction, or "A()" in
325 * @param dir either FORWARD or REVERSE.
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 149 // block, do a forward depth-first traversal to assign postorder numbers
230 // Iterate over the list in reverse order, i.e., forward on CFG edges.
284 // Iterate over the list in reverse order, i.e., forward on CFG edges.
318 // Go through the worklist in forward order (i.e., backward through the CFG)
339 // arguments for any new PHIs added in the forward traversal.
  /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/webkit/Source/WebCore/loader/
NavigationScheduler.cpp 287 // We want a new back/forward list item if the refresh timeout is > 1 second.
294 // Non-user navigation before the page has finished firing onload should not create a new back/forward item.
299 // Navigation of a subframe during loading of an ancestor frame does not create a new back/forward item.
347 // If this is a child frame and the form submission was triggered by a script, lock the back/forward list
373 // Invalid history navigations (such as history.forward() during a new load) have the side effect of cancelling any scheduled
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
deque.tcc 123 std::forward<_Args>(__args)...);
127 _M_push_front_aux(std::forward<_Args>(__args)...);
140 std::forward<_Args>(__args)...);
144 _M_push_back_aux(std::forward<_Args>(__args)...);
178 push_front(std::forward<_Args>(__args)...);
183 push_back(std::forward<_Args>(__args)...);
189 return _M_insert_aux(__position, std::forward<_Args>(__args)...);
432 std::forward<_Args>(__args)...);
469 std::forward<_Args>(__args)...);
570 value_type __x_copy(std::forward<_Args>(__args)...); // XXX cop
    [all...]
stl_algo.h 357 * overloaded for forward iterators.
442 * overloaded for forward iterators.
529 // find_end for forward iterators.
    [all...]
forward_list.h 106 _M_value(std::forward<_Args>(__args)...) { }
252 * @brief Forward list iterator equality comparison.
261 * @brief Forward list iterator inequality comparison.
349 std::forward<_Args>(__args)...);
778 * with Tp(std::forward<Args>(args)...) at the front of the list
787 std::forward<_Args>(__args)...); }
834 * with T(std::forward<Args>(args)...) after the specified
843 std::forward<_Args>(__args)...)); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future 109 // Forward declarations.
1179 _S_maybe_wrap_ref(std::forward<_Args>(__args))...);
1198 { return std::forward<_Tp>(__t); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
deque.tcc 123 std::forward<_Args>(__args)...);
127 _M_push_front_aux(std::forward<_Args>(__args)...);
140 std::forward<_Args>(__args)...);
144 _M_push_back_aux(std::forward<_Args>(__args)...);
178 push_front(std::forward<_Args>(__args)...);
183 push_back(std::forward<_Args>(__args)...);
189 return _M_insert_aux(__position, std::forward<_Args>(__args)...);
432 std::forward<_Args>(__args)...);
469 std::forward<_Args>(__args)...);
570 value_type __x_copy(std::forward<_Args>(__args)...); // XXX cop
    [all...]
stl_algo.h 357 * overloaded for forward iterators.
442 * overloaded for forward iterators.
529 // find_end for forward iterators.
    [all...]
forward_list.h 106 _M_value(std::forward<_Args>(__args)...) { }
252 * @brief Forward list iterator equality comparison.
261 * @brief Forward list iterator inequality comparison.
349 std::forward<_Args>(__args)...);
778 * with Tp(std::forward<Args>(args)...) at the front of the list
787 std::forward<_Args>(__args)...); }
834 * with T(std::forward<Args>(args)...) after the specified
843 std::forward<_Args>(__args)...)); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future 109 // Forward declarations.
1179 _S_maybe_wrap_ref(std::forward<_Args>(__args))...);
1198 { return std::forward<_Tp>(__t); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
deque.tcc 123 std::forward<_Args>(__args)...);
127 _M_push_front_aux(std::forward<_Args>(__args)...);
140 std::forward<_Args>(__args)...);
144 _M_push_back_aux(std::forward<_Args>(__args)...);
178 push_front(std::forward<_Args>(__args)...);
183 push_back(std::forward<_Args>(__args)...);
189 return _M_insert_aux(__position, std::forward<_Args>(__args)...);
432 std::forward<_Args>(__args)...);
469 std::forward<_Args>(__args)...);
570 value_type __x_copy(std::forward<_Args>(__args)...); // XXX cop
    [all...]
stl_algo.h 357 * overloaded for forward iterators.
442 * overloaded for forward iterators.
529 // find_end for forward iterators.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
future 109 // Forward declarations.
1179 _S_maybe_wrap_ref(std::forward<_Args>(__args))...);
1198 { return std::forward<_Tp>(__t); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
deque.tcc 123 std::forward<_Args>(__args)...);
127 _M_push_front_aux(std::forward<_Args>(__args)...);
140 std::forward<_Args>(__args)...);
144 _M_push_back_aux(std::forward<_Args>(__args)...);
178 emplace_front(std::forward<_Args>(__args)...);
183 emplace_back(std::forward<_Args>(__args)...);
189 return _M_insert_aux(__position, std::forward<_Args>(__args)...);
450 std::forward<_Args>(__args)...);
487 std::forward<_Args>(__args)...);
588 value_type __x_copy(std::forward<_Args>(__args)...); // XXX cop
    [all...]
stl_algo.h 345 * overloaded for forward iterators.
430 * overloaded for forward iterators.
517 // find_end for forward iterators.
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 48 // Handle any instruction metadata forward references.
68 // Handle any function attribute group forward references.
123 llvm_unreachable("invalid object with forward attribute group reference");
509 /// of a forward reference.
527 // If not a forward reference, just return it now.
530 // Otherwise, create MDNode forward reference.
591 // See if this was forward referenced, if so, handle it.
664 // a redefinition or a definition of a forward reference.
673 // Otherwise, this was a definition of forward ref. Verify that types
677 "forward reference and definition of alias have different types")
    [all...]
  /external/openssh/
ssh.c 150 /* forward stdio to remote host and port */
250 Forward fwd;
374 else if (strcmp(optarg, "forward") == 0)
454 fatal("stdio forward already specified");
456 fatal("Cannot specify stdio forward with -O");
1012 /* Callback for remote forward global requests */
1016 Forward *rfwd = (Forward *)ctxt;
1019 debug("remote forward %s for: listen %d, connect %s:%d",
1024 logit("Allocated port %u for remote forward to %s:%d"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 372 * overloaded for forward iterators.
457 * overloaded for forward iterators.
544 // find_end for forward iterators.
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 372 * overloaded for forward iterators.
457 * overloaded for forward iterators.
544 // find_end for forward iterators.
    [all...]

Completed in 672 milliseconds

<<41424344454647484950>>