/external/llvm/projects/sample/autoconf/m4/ |
header_mmap_anonymous.m4 | 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
|
/external/mesa3d/docs/ |
MESA_window_pos.spec | 31 In order to set the current raster position to a specific window 35 rely on a subtle side-effect of the Bitmap command in order to circumvent 38 This extension provides a set of functions to directly set the 40 projection matrix and the viewport to window mapping. Furthermore, 44 position to a specific window coordinate prior to calling DrawPixels, 78 Additions to Chapter 2 of the OpenGL 1.2 Specification (OpenGL Operation) 90 x, y, and z with w implicitly set to 1 (or only x and y with z 91 implicitly set to 0 and w implicitly set to 1) [all...] |
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently 41 1. Is this the right way to distinguish between 24/8 and 8/24 49 2. If not, is it correct to use _REV to indicate that stencil 72 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation) 76 Additions to Chapter 3 of the 1.1 Specification (Rasterization) 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 106 Add to the description of packed pixel formats: 171 The assignment of elements to fields in the packed pixel is as 184 Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operation [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
QuicktimeTextTrackImpl.java | 10 * Unless required by applicable law or agreed to in writing, software 84 lastEnd = sub.to; 103 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from)); 104 lastEnd = sub.to; 132 long to; field in class:QuicktimeTextTrackImpl.Line 136 public Line(long from, long to, String text) { 138 this.to = to; 151 return to;
|
TextTrackImpl.java | 10 * Unless required by applicable law or agreed to in writing, software 87 lastEnd = sub.to; 106 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from)); 107 lastEnd = sub.to; 135 long to; field in class:TextTrackImpl.Line 139 public Line(long from, long to, String text) { 141 this.to = to; 154 return to;
|
/external/opencv/ |
libopencv.mk | 1 # Add a couple include paths to use stlport.
|
/external/stlport/stlport/stl/ |
_ioserr.h | 2 * This file is included in every header that needs the STLport library to be 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
|
/external/v8/src/ |
cpu-profiler-inl.h | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 50 code_map->MoveCode(from, to); 55 code_map->MoveCode(from, to);
|
/external/valgrind/main/lackey/tests/ |
true.stderr.exp | 3 Counted ... calls to main()
|
/external/valgrind/main/memcheck/tests/ |
badjump2.stderr.exp | 1 Jump to the invalid address stated on the next line
|
fwrite.stderr.exp | 1 Syscall param write(buf) points to uninitialised byte(s)
|
/external/xmp_toolkit/XMPCore/ |
Android.mk | 9 # The name of the jar file to create.
|
/frameworks/base/cmds/bmgr/ |
Android.mk | 14 $(transform-prebuilt-to-target)
|
/frameworks/base/cmds/ime/ |
Android.mk | 14 $(transform-prebuilt-to-target)
|
/frameworks/base/cmds/input/ |
Android.mk | 13 $(transform-prebuilt-to-target)
|
/frameworks/base/cmds/pm/ |
Android.mk | 14 $(transform-prebuilt-to-target)
|
/frameworks/base/cmds/svc/ |
Android.mk | 14 $(transform-prebuilt-to-target)
|
/frameworks/base/core/java/android/widget/ |
SimpleCursorAdapter.java | 10 * Unless required by applicable law or agreed to in writing, software 25 * An easy adapter to map columns from a cursor to TextViews or ImageViews 27 * views you want to display the columns, and the XML file that defines 34 * returned value is false and the view to bind is a TextView, 36 * is false and the view to bind is an ImageView, 44 * to get control over the filtering process. You can refer to 50 * A list of columns containing the data to bind to the UI 139 final int[] to = mTo; local [all...] |
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/ |
Android.mk | 9 # Unless required by applicable law or agreed to in writing, software 29 # Need to run as system app to get access to Settings. This test won't work for user builds.
|
/frameworks/base/packages/SystemUI/tests/ |
Android.mk | 9 # Unless required by applicable law or agreed to in writing, software 26 # sign this with platform cert, so this test is allowed to inject key events into 27 # UI it doesn't own. This is necessary to allow screenshots to be taken
|
/frameworks/compile/mclinker/lib/Target/ |
ELFEmulation.cpp | 19 const char* to; ///< the output string. member in struct:NameMap 73 pScript.sectionMap().append(map[i].from, map[i].to, exist);
|
/frameworks/support/v4/java/android/support/v4/widget/ |
SimpleCursorAdapter.java | 10 * Unless required by applicable law or agreed to in writing, software 28 * Used to write apps that run on platforms prior to Android 3.0. When running 30 * to switch to the framework's implementation. See the framework SDK 35 * A list of columns containing the data to bind to the UI. 41 * A list of View ids representing the views to which the data must be bound. 62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { 64 mTo = to; 124 final int[] to = mTo; local [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/ |
Android.mk | 3 # Makefile pointing to the platform specific makefile.
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/ |
Android.mk | 8 # All paths are relative to APP_PROJECT_PATH!
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.mk | 4 # library files to link with when building
|