HomeSort by relevance Sort by last modified time
    Searched defs:back (Results 276 - 300 of 340) sorted by null

<<11121314

  /prebuilts/misc/common/json/
json-prebuilt.jar 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 559 * RopeFunction, whose char_producer points back to the rope itself.
1513 _CharT back() const { function in class:rope
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 559 * RopeFunction, whose char_producer points back to the rope itself.
1513 _CharT back() const { function in class:rope
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h 559 * RopeFunction, whose char_producer points back to the rope itself.
1513 _CharT back() const { function in class:rope
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.h 559 * RopeFunction, whose char_producer points back to the rope itself.
1515 _CharT back() const { function in class:rope
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_rope.h 559 * RopeFunction, whose char_producer points back to the rope itself.
1515 _CharT back() const { function in class:rope
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 1171 gpc_noop(Pixel *out, const Pixel *in, const Background *back)
1173 (void)back;
1182 gpc_nop8(Pixel *out, const Pixel *in, const Background *back)
1184 (void)back;
1201 gpc_nop6(Pixel *out, const Pixel *in, const Background *back)
1203 (void)back;
1221 gpc_bckg(Pixel *out, const Pixel *in, const Background *back)
1224 out->r = out->g = out->b = back->ig;
1233 out->r = out->g = out->b = sRGB(sRGB_to_d[in->g] * a + back->dg * (1-a));
1241 gpc_bckc(Pixel *out, const Pixel *in, const Background *back)
2496 Pixel back; local
    [all...]
pngvalid.c 15 * sequential write code) then reads them back (using the sequential
605 struct png_store *store; /* Back pointer */
7266 png_color_16 back; local
    [all...]
  /external/libvncserver/x11vnc/
scan.c 2618 unsigned int fore, back; local
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 661 T& back(void) function in class:cl::vector
671 const T& back(void) const function in class:cl::vector
    [all...]
  /external/toybox/toys/pending/
xzcat.c 1502 size_t back; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 126 _tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk',
1554 def back(self, distance): member in class:TNavigator
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 126 _tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk',
1554 def back(self, distance): member in class:TNavigator
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 1517 final MenuItem back = menu.findItem(R.id.back_menu_id); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 267 UINT back; member in struct:D3D11_BOX
    [all...]
d3d10.h 1075 UINT back; member in struct:D3D10_BOX
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /device/asus/flo/camera/
QCamera_Intf.h 859 struct fifo_node *back; member in struct:fifo_queue
  /device/lge/hammerhead/camera/
QCamera_Intf.h 859 struct fifo_node *back; member in struct:fifo_queue
  /device/moto/shamu/camera/
QCamera_Intf.h 859 struct fifo_node *back; member in struct:fifo_queue
  /external/robolectric/lib/main/
json-20080701.jar 
  /hardware/qcom/camera/
QCamera_Intf.h 859 struct fifo_node *back; member in struct:fifo_queue
  /prebuilts/tools/common/m2/repository/org/json/json/20080701/
json-20080701.jar 
  /external/v8/src/
objects.cc 2217 Object* back = result->GetBackPointer(); local
2267 Object* back = result->GetBackPointer(); local
    [all...]

Completed in 647 milliseconds

<<11121314