/hardware/ti/omap4xxx/ |
omap4.mk | 1 # Copyright (C) 2011 The Android Open Source Project 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 15 # This file lists the modules that are specific to OMAP4 but are used b [all...] |
/hardware/ti/wpan/tools/FM/FmTxApp/ |
Android.mk | 6 # Licensed under the Apache License, Version 2.0 (the "License"); 7 # you may not use this file except in compliance with the License. 8 # You may obtain a copy of the License at 13 # distributed under the License is distributed on an "AS IS" BASIS, 15 # See the License for the specific language governing permissions and 16 # limitations under the License. 30 # Use the folloing include to make our test apk.
|
/ndk/build/core/ |
build-module.mk | 1 # Copyright (C) 2010 The Android Open Source Project 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 19 # This file is used to record the LOCAL_XXX definitions of a give [all...] |
/ndk/sources/host-tools/make-3.81/ |
subproc.bat | 7 rem the terms of the GNU General Public License as published by the Free
11 rem GNU Make is distributed in the hope that it will be useful, but WITHOUT
12 rem ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 rem You should have received a copy of the GNU General Public License along
17 rem with GNU Make; see the file COPYING. If not, write to the Free Software
|
/sdk/ninepatch/tests/ |
Android.mk | 1 # Copyright (C) 2010 The Android Open Source Project 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 27 # bundle ninepatch inside the test jar for continuous test [all...] |
/bionic/libc/arch-arm/bionic/ |
clone.S | 2 * Copyright (C) 2008-2010 The Android Open Source Project 6 * modification, are permitted provided that the following conditions 8 * * Redistributions of source code must retain the above copyright 9 * notice, this list of conditions and the following disclaimer. 10 * * Redistributions in binary form must reproduce the above copyright 11 * notice, this list of conditions and the following disclaimer in 12 * the documentation and/or other materials provided with the 15 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 17 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNES [all...] |
/dalvik/ |
Android.mk | 1 # Copyright (C) 2006 The Android Open Source Project 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 52 # generate the debug .dex files, with a copy in ./dalvik/DEBUG-FILES [all...] |
/device/sample/apps/SampleEmailPolicy/ |
Android.mk | 1 # Copyright 2010, The Android Open Source Project 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 17 # This is the makefile for the Email Policy package contained elsewhere in this sample [all...] |
/device/samsung/toro/ |
BoardConfig.mk | 1 # Copyright (C) 2011 The Android Open Source Project 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 15 # Use the non-open-source part, if presen [all...] |
/external/libffi/ |
Android.mk | 1 # Copyright 2007 The Android Open Source Project 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 15 # This makefile builds both for host and target, and so all the [all...] |
/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.mli | 3 * The LLVM Compiler Infrastructure 5 * This file is distributed under the University of Illinois Open Source 12 This interface provides an ocaml API for LLVM IR analyses, the classes in 13 the Analysis library. *) 15 (** [verify_module m] returns [None] if the module [m] is valid, and 20 (** [verify_function f] returns [None] if the function [f] is valid, and 25 (** [verify_module m] returns if the module [m] is valid, but prints a 26 validation report to [stderr] and aborts the program if it is invalid. See 31 (** [verify_function f] returns if the function [f] is valid, but prints a 32 validation report to [stderr] and aborts the program if it is invalid. Se [all...] |
/external/mesa3d/docs/ |
MESA_copy_sub_buffer.spec | 32 The glxCopySubBufferMESA() function copies a rectangular region 33 of the back color buffer to the front color buffer. This can be 35 when the back color buffer cannot be damaged by other windows. 54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 58 The function 63 may be used to copy a rectangular region of the back color buffer to 64 the front color buffer. This can be used to quickly repaint 3D windows 65 in response to expose events when the back color buffer cannot be 68 <x> and <y> indicates the lower-left corner of the region to copy an [all...] |
/external/v8/test/mjsunit/ |
with-prototype.js | 1 // Copyright 2009 the V8 project authors. All rights reserved. 3 // modification, are permitted provided that the following conditions are 6 // * Redistributions of source code must retain the above copyright 7 // notice, this list of conditions and the following disclaimer. 8 // * Redistributions in binary form must reproduce the above 9 // copyright notice, this list of conditions and the following 10 // disclaimer in the documentation and/or other materials provided 11 // with the distribution. 12 // * Neither the name of Google Inc. nor the names of it [all...] |
/external/webkit/LayoutTests/dom/html/level2/html/ |
hasFeature02.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
hasFeature05.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
hasFeature06.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
hasFeature02.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
hasFeature05.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
hasFeature06.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
hasFeature01.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
hasFeature02.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
hasFeature03.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
hasFeature04.js | 6 Rights Reserved. This work is distributed under the W3C® Software License [1] in the 8 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 * Gets URI that identifies the test. 27 // This function is called by the testing framework before 28 // running the test suite. 31 // document loading is started. Otherwise, the status 32 // is set to complete and the exception is immediately 33 // raised when entering the body of the test [all...] |
/frameworks/compile/slang/ |
SlangData.mk | 1 # Copyright (C) 2008 The Android Open Source Project 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 18 # Prior to including this file, the following variables should b [all...] |
/frameworks/support/v7/ |
Android.mk | 1 # Copyright (C) 2011 The Android Open Source Project 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 10 # distributed under the License is distributed on an "AS IS" BASIS, 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 17 # Note: the source code is in java/, not src/, because this code is also part o [all...] |