/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbg.h | 52 #ifndef LINUX /* No DEBUGZONE in Linux, DBG mask == GT mask */ 115 extern DSP_STATUS DBG_Printf(IN PSTR pstrFormat, ...); 136 extern DSP_STATUS DBG_Trace(IN BYTE bLevel, IN PSTR pstrFormat, ...);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
InterruptibleInOutAnimator.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 27 * a frame-by-frame mirror of the 'in' animation -- i.e., the interpolated values will 28 * be exactly reversed. Using this class, both the 'in' and the 'out' animation use the 29 * interpolator in the same direction. 42 private static final int IN = 1; 45 // TODO: This isn't really necessary, but is here to help diagnose a bug in the drag viz 64 final float toValue = (direction == IN) ? mOriginalToValue : mOriginalFromValue; 103 * the animation is running in the opposite direction, in which case we revers [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
InterruptibleInOutAnimator.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 27 * a frame-by-frame mirror of the 'in' animation -- i.e., the interpolated values will 28 * be exactly reversed. Using this class, both the 'in' and the 'out' animation use the 29 * interpolator in the same direction. 42 private static final int IN = 1; 45 // TODO: This isn't really necessary, but is here to help diagnose a bug in the drag viz 64 final float toValue = (direction == IN) ? mOriginalToValue : mOriginalFromValue; 103 * the animation is running in the opposite direction, in which case we revers [all...] |
/cts/tests/sample/src/android/sample/cts/ |
SampleDeviceResultTest.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 28 * A simple compatibility test which includes results in the report. 30 * This test measures the time taken to run a workload and adds in the report. 42 private static final int IN = 15; 59 assertEquals("Incorrect result", OUT, factorialRecursive(IN)); 74 assertEquals("Incorrect result", OUT, factorialIterative(IN));
|
/external/llvm/utils/ |
UpdateCMakeLists.pl | 64 open(IN, $cmakeList); 68 while(<IN>) { 84 close(IN);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
real.h | 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 67 /* We store a REAL_VALUE_TYPE into an rtx, and we do this by putting it in 85 slots in a CONST_DOUBLE, so we provide them even if one would suffice. */ 114 /* Describes the properties of the specific target format in use. */ 126 /* Size of the significand in digits of radix B. */ 129 /* Size of the significant of a NaN, in digits of radix B. */ 180 composite, i.e. may contain non-consecutive mantissa bits, in which 223 /* Declare functions in real.c. */ 262 parsed back to the same value when interpreted in mode MODE. */ 305 /* Target formats defined in real.c. * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
real.h | 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 67 /* We store a REAL_VALUE_TYPE into an rtx, and we do this by putting it in 85 slots in a CONST_DOUBLE, so we provide them even if one would suffice. */ 114 /* Describes the properties of the specific target format in use. */ 126 /* Size of the significand in digits of radix B. */ 129 /* Size of the significant of a NaN, in digits of radix B. */ 180 composite, i.e. may contain non-consecutive mantissa bits, in which 223 /* Declare functions in real.c. */ 262 parsed back to the same value when interpreted in mode MODE. */ 305 /* Target formats defined in real.c. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
real.h | 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 67 /* We store a REAL_VALUE_TYPE into an rtx, and we do this by putting it in 85 slots in a CONST_DOUBLE, so we provide them even if one would suffice. */ 114 /* Describes the properties of the specific target format in use. */ 126 /* Size of the significand in digits of radix B. */ 129 /* Size of the significant of a NaN, in digits of radix B. */ 180 composite, i.e. may contain non-consecutive mantissa bits, in which 223 /* Declare functions in real.c. */ 262 parsed back to the same value when interpreted in mode MODE. */ 305 /* Target formats defined in real.c. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
real.h | 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 67 /* We store a REAL_VALUE_TYPE into an rtx, and we do this by putting it in 85 slots in a CONST_DOUBLE, so we provide them even if one would suffice. */ 114 /* Describes the properties of the specific target format in use. */ 126 /* Size of the significand in digits of radix B. */ 129 /* Size of the significant of a NaN, in digits of radix B. */ 180 composite, i.e. may contain non-consecutive mantissa bits, in which 223 /* Declare functions in real.c. */ 262 parsed back to the same value when interpreted in mode MODE. */ 305 /* Target formats defined in real.c. * [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd_lexer.l | 6 * you may not use this file except in compliance with the License. 11 * Unless required by applicable law or agreed to in writing, software 74 IN return IN;
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPProcessor_OEM.c | 64 IN OPTIONAL struct DSP_CBDATA *pArgs) 94 DBAPI DSPProcessor_Load(DSP_HPROCESSOR hProcessor, IN CONST INT iArgc, 95 IN CONST CHAR **aArgv, IN CONST CHAR **aEnvp) 127 (TEXT("PROC: Null pointer in input \r\n")));
|
/external/chromium_org/third_party/mesa/src/ |
Android.common.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/clang/utils/analyzer/ |
reducer.pl | 41 open(IN, "$reduceOut") or exit(\$BAD); 43 while(<IN>) {
|
/external/mesa3d/ |
Android.common.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/egl/drivers/dri2/ |
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/auxiliary/ |
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/drivers/i915/ |
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/drivers/nouveau/ |
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/drivers/nv30/ |
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/drivers/nv50/ |
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/drivers/nvc0/ |
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/drivers/r300/ |
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/drivers/r600/ |
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/drivers/radeonsi/ |
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/drivers/softpipe/ |
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.
|