/external/mesa3d/src/gallium/drivers/svga/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/external/mesa3d/src/gallium/state_trackers/egl/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/external/mesa3d/src/gallium/winsys/nouveau/drm/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/external/mesa3d/src/gallium/winsys/sw/android/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/hardware/ti/omap3/dspbridge/inc/ |
DSPProcessor.h | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 51 *! 07-Sep-2000 jeh Changed type HANDLE in DSPProcessor_RegisterNotify to 115 * in aNodeTab. 132 IN DSP_HNODE * aNodeTab, 133 IN UINT uNodeTabSize, 188 * pResourceInfo: Ptr to the DSP_RESOURCEINFO structure in which 196 * DSP_EWRONGSTATE: The processor is not in the PROC_RUNNING state. 243 * mapped address is in the last argument. 281 * DSP_ENOTIMP: The notification type specified in uNotifyTyp [all...] |
memry.h | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 57 * address space in the correct client process context. The virtual to 58 * physical mapping is done in the client process context. 88 * In WinCE performs a VirtualCopy(). 92 * ulBytes: Size of physical memory in bytes. 130 extern VOID MEMRY_Free(IN PVOID pMemBuf); 155 * cSize: Size in bytes of the data buffer. 177 * cBytes: Number of bytes in physical range to map. 197 * cSize: Size in bytes of the buffer [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPProcessor.h | 51 *! 07-Sep-2000 jeh Changed type HANDLE in DSPProcessor_RegisterNotify to 115 * in aNodeTab. 132 IN DSP_HNODE * aNodeTab, 133 IN UINT uNodeTabSize, 188 * pResourceInfo: Ptr to the DSP_RESOURCEINFO structure in which 196 * DSP_EWRONGSTATE: The processor is not in the PROC_RUNNING state. 243 * mapped address is in the last argument. 281 * DSP_ENOTIMP: The notification type specified in uNotifyType
|
memry.h | 57 * address space in the correct client process context. The virtual to 58 * physical mapping is done in the client process context. 88 * In WinCE performs a VirtualCopy(). 92 * ulBytes: Size of physical memory in bytes. 130 extern VOID MEMRY_Free(IN PVOID pMemBuf); 155 * cSize: Size in bytes of the data buffer. 177 * cBytes: Number of bytes in physical range to map. 197 * cSize: Size in bytes of the buffer. 214 * ulBytes: Size in bytes of the minimum space to reserve. 227 * Unmap the linear address mapped in MEMRY_LinearAddress [all...] |
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
lfbprof.c | 103 #define IN(reg) rmregs.e##reg = in->x.reg 106 int DPMI_int86(int intno, RMREGS *in, RMREGS *out) 111 * in - Pointer to structure for input registers 113 * Returns: Value returned by interrupt in AX 124 IN(ax); IN(bx); IN(cx); IN(dx); IN(si); IN(di) [all...] |
/external/chromium_org/base/test/ |
test_process_killer_win.cc | 3 // found in the LICENSE file. 22 IN HANDLE ProcessHandle, 23 IN PROCESSINFOCLASS ProcessInformationClass, 25 IN ULONG ProcessInformationLength, 29 // Get the function pointer to NtQueryInformationProcess in NTDLL.DLL 66 // are negative. Just check for that instead of pulling in DDK macros.
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
CA.pl | 73 print "Certificate is in newcert.pem, private key is in newkey.pem\n" 78 print "Request is in newreq.pem, private key is in newkey.pem\n"; 83 print "Request is in newreq.pem, private key is in newkey.pem\n"; 127 system ("$PKCS12 -in newcert.pem -inkey newkey.pem " . 131 print "PKCS #12 file is in newcert.p12\n"; 140 print "Signed certificate is in newcert.pem\n"; 145 print "Signed CA certificate is in newcert.pem\n" [all...] |
/external/dropbear/libtommath/ |
booker.pl | 20 open(IN,"<tommath.src") or die "Can't open source file"; 26 while (<IN>) { 50 close(IN); 52 open(IN,"<tommath.src") or die "Can't open source file"; 56 while (<IN>) { 170 print "ERROR: The tag \"$parms[1]\" on line $srcline was not found in the most recently parsed source!\n"; 265 close (IN);
|
/external/openssl/apps/ |
CA.pl | 73 print "Certificate is in newcert.pem, private key is in newkey.pem\n" 78 print "Request is in newreq.pem, private key is in newkey.pem\n"; 83 print "Request is in newreq.pem, private key is in newkey.pem\n"; 127 system ("$PKCS12 -in newcert.pem -inkey newkey.pem " . 131 print "PKCS #12 file is in newcert.p12\n"; 140 print "Signed certificate is in newcert.pem\n"; 145 print "Signed CA certificate is in newcert.pem\n" [all...] |
/external/srec/srec/include/ |
comp_stats.h | 7 * you may not use this file except in compliance with the License. * 12 * Unless required by applicable law or agreed to in writing, software * 44 * duplicate function names are not allowed in VxWorks 89 float total_time; /*in seconds*/ 128 #define print_cs_clock1( CLK, NS,FP,PR,IN) print_cs_clock( CLK, NS,FP,PR,IN) 139 #define print_cs_clock1( CLK, NS,FP,PR,IN)
|
/external/chromium_org/v8/src/ |
win32-headers.h | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 10 // disclaimer in the documentation and/or other materials provided 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 89 #undef IN
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 25 @ PASSED IN: r0
28 @ PASSED IN: r1
31 @ PASSED IN: r2
34 @ PASSED IN: r3
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_mastergain_gnu.s | 25 @ PASSED IN: r0
28 @ PASSED IN: r1
31 @ PASSED IN: r2
34 @ PASSED IN: r3
|
/frameworks/base/core/java/com/android/internal/transition/ |
ActionBarTransition.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 44 addTransition(new Fade(Fade.IN));
|
/external/mesa3d/src/gallium/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/external/mesa3d/src/gallium/targets/egl-static/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/external/mesa3d/src/glsl/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|
/external/mesa3d/src/mapi/ |
Android.mk | 8 # to deal in the Software without restriction, including without limitation 14 # in all copies or substantial portions of the Software. 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 # DEALINGS IN THE SOFTWARE.
|