/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
device.hpp | 100 device &back() { function in class:clover::device_registry 101 return devs.back();
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xmesaP.h | 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */ 143 * An xmesa_renderbuffer represents the back or front color buffer. 146 * For the back color buffer: 159 XMesaPixmap pixmap; /* Back color buffer */ 160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */ 196 struct xmesa_renderbuffer *backxrb; /* back color renderbuffer */ 203 /* BACK_PIXMAP = use Pixmap for back buffer */ 204 /* BACK_XIMAGE = use XImage for back buffer */
|
/external/chromium_org/tools/json_schema_compiler/test/ |
choices.json | 118 "description": "Gives back a string. Or not.", 139 "description": "Gives back two values where each is an integer or a list of integers.",
|
/external/chromium_org/ui/base/cocoa/ |
focus_window_set.mm | 28 // that can switch spaces and then switch back. Fortunately, this only 31 // we deminiaturize the browser, and that triggers switching back.
|
/external/chromium_org/v8/test/mjsunit/ |
global-deleted-property-ic.js | 38 // Delete the global variable and make sure we get back to loading from 43 // ... and go back again to loading directly from the object.
|
math-exp-precision.js | 56 var back = Math.log(ex); 57 assertAlmostEquals(x, back, x + " (backwards)");
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ltc_ecc_map.c | 27 Map a projective jacbobian point back to affine space 46 /* first map z back to normal */
|
/external/eigen/bench/btl/generic_bench/static/ |
static_size_generator.hh | 33 std::cout << tab_sizes.back() << " \t" << std::flush; 36 std::cout << tab_mflops.back() << " MFlops" << std::endl;
|
/external/harfbuzz/src/ |
harfbuzz-buffer.h | 53 HB_UShort back; /* number of glyphs to go back member in struct:HB_PositionRec_
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-buffer.h | 53 HB_UShort back; /* number of glyphs to go back member in struct:HB_PositionRec_
|
/external/llvm/test/CodeGen/X86/ |
sse2-blend.ll | 29 ; Without forcing instructions, fall back to the preferred PS domain. 43 ; Without forcing instructions, fall back to the preferred PS domain.
|
/external/marisa-trie/lib/marisa/ |
vector.h | 57 const T &back() const { function in class:marisa::Vector 79 T &back() { function in class:marisa::Vector
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
vector.h | 57 const T &back() const { function in class:marisa_alpha::Vector 79 T &back() { function in class:marisa_alpha::Vector
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad.h | 60 * Quad stage inputs (pos, coverage, front/back face, etc) 66 unsigned facing:1; /**< Front (0) or back (1) facing? */
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
device.hpp | 100 device &back() { function in class:clover::device_registry 101 return devs.back();
|
/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */ 143 * An xmesa_renderbuffer represents the back or front color buffer. 146 * For the back color buffer: 159 XMesaPixmap pixmap; /* Back color buffer */ 160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */ 196 struct xmesa_renderbuffer *backxrb; /* back color renderbuffer */ 203 /* BACK_PIXMAP = use Pixmap for back buffer */ 204 /* BACK_XIMAGE = use XImage for back buffer */
|
/external/protobuf/examples/ |
AddPerson.java | 60 // adds one person based on user input, then writes it back out to the same 84 // Write the new address book back to disk.
|
add_person.cc | 54 // adds one person based on user input, then writes it back out to the same 83 // Write the new address book back to disk.
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_xbiosevents.c | 78 /* Back to user mode */ 101 /* Back to user mode */
|
/external/skia/tests/ |
ReadWriteAlphaTest.cpp | 67 // read the texture back 71 // make sure the original & read back versions match
|
/external/skia/tools/ |
git-skia-verify | 85 say "Back to original revision..." 91 say "Back to original revision..."
|
/external/v8/test/mjsunit/ |
global-deleted-property-ic.js | 38 // Delete the global variable and make sure we get back to loading from 43 // ... and go back again to loading directly from the object.
|
/external/valgrind/main/exp-sgcheck/tests/ |
bad_percentify.stderr.exp-glibc28-amd64 | 10 Expected: stack array "buf" of size 6 in frame 4 back from here 25 Expected: stack array "buf" of size 6 in frame 7 back from here
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
MixInSoft_D32C31_SAT.c | 78 CALL BACK 80 /* Call back before the hard mixing, because in this case, hard mixing makes
|
/frameworks/base/core/java/android/speech/tts/ |
UtteranceProgressListener.java | 16 * be soon before audio is played back in the case of a {@link TextToSpeech#speak} 26 * All audio will have been played back by this point for audible output, and all
|