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

<<11121314151617181920

  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 39 #include <wtf/Forward.h>
65 void setInitialFocus(bool forward);
  /frameworks/base/tools/velocityplot/
velocityplot.py 84 self.fig.set_size_inches(16, 12, forward=True)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_multiset.h 193 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
stl_set.h 200 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
throw_allocator.h 242 construct(__p, std::forward<_Args>(__args)...);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 193 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
stl_set.h 200 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 242 construct(__p, std::forward<_Args>(__args)...);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 193 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
stl_set.h 200 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 242 construct(__p, std::forward<_Args>(__args)...);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_multiset.h 193 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
stl_set.h 200 : _M_t(std::forward<_Rep_type>(__x._M_t)) { }
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 242 construct(__p, std::forward<_Args>(__args)...);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java     [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 472 params.forward,
482 bool forward,
503 forward,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 596 bool forward = true; local
605 forward = false;
612 nextNode = forward? (*edge)->getTarget(): (*edge)->getSource();
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 368 float forward; local
387 forward = sqrt (value1[0]*value1[0] + value1[1]*value1[1]);
388 pitch = (int) (atan2(value1[2], forward) * 180 / M_PI);
  /external/webkit/Source/WebCore/editing/
Editor.cpp 2673 bool forward = !(options & Backwards); local
2972 bool forward = !(options & Backwards); local
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 288 # adb forward <source> <destination>
289 def forward(self, source, destination): member in class:ADB
290 self._call_adb(*["forward", source, destination])
472 # Forward port for java debugger to Dalvik
473 self.adb.forward("tcp:" + str(self.jdwp_port), \
500 # Forward port for gdbserver
501 self.adb.forward("tcp:" + str(self.gdbserver_port), \
  /external/v8/src/
runtime.js 481 // Convert the receiver to an object - forward to ToObject.
487 // Convert the receiver to a number - forward to ToNumber.
493 // Convert the receiver to a string - forward to ToString.
  /external/icu4c/test/cintltst/
cbiditst.c 98 UBiDiLevel level, UBool forward);
2202 static const UChar forward[]={ local
    [all...]
  /external/quake/quake/src/QW/client/
gl_rsurf.c 1148 vec3_t forward, right, up; local
1151 AngleVectors (e->angles, forward, right, up);
1152 modelorg[0] = DotProduct (temp, forward);
    [all...]
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 431 float forward; local
450 forward = sqrt (value1[0]*value1[0] + value1[1]*value1[1]);
451 pitch = (int) (atan2(value1[2], forward) * 180 / M_PI);
    [all...]
  /gdk/samples/quake/jni/
pr_cmds.cpp 431 float forward; local
450 forward = sqrt (value1[0]*value1[0] + value1[1]*value1[1]);
451 pitch = (int) (atan2(value1[2], forward) * 180 / M_PI);
    [all...]

Completed in 734 milliseconds

<<11121314151617181920