HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 576 - 600 of 11374) sorted by null

<<21222324252627282930>>

  /ndk/
GNUmakefile 9 # Unless required by applicable law or agreed to in writing, software
23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
33 $(error,Please fix the problem by reinstalling to a different location.)
ndk-gdb-py.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
  /ndk/sources/cxx-stl/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).
  /ndk/tests/build/cpp-extensions/jni/
Android.mk 1 # Basic test to check that ndk-build recognizes all standard GCC
  /ndk/tests/build/prebuild-stlport/jni/
Android.mk 1 # See README to understand what this project does.
  /ndk/tests/device/test-stlport-rtti/jni/
Application.mk 3 # all generated files to ensure that none
  /packages/apps/CertInstaller/
Android.mk 14 # Use the folloing include to make our test apk.
  /packages/apps/ContactsCommon/TestCommon/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
21 # This has to be LOCAL_JAVA instead of LOCAL_STATIC since this test util is installed in the same
22 # vm as the packages to be tested. Otherwise you will get error
23 # "Class ref in pre-verified class resolved to unexpected implementation"
  /packages/apps/Gallery/
Android.mk 13 # Use the following include to make our test apk.
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 10 * Unless required by applicable law or agreed to in writing, software
46 /** The paint applied to the drag view on hover */
127 // Find the rect to animate to (the view is center aligned)
128 Rect to = new Rect(); local
129 dragLayer.getViewRectRelativeToSelf(this, to);
138 right = to.right - getPaddingRight();
141 left = to.left + getPaddingLeft();
145 final int top = to.top + (getMeasuredHeight() - height) / 2;
148 to.set(left, top, right, bottom)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 10 * Unless required by applicable law or agreed to in writing, software
46 /** The paint applied to the drag view on hover */
131 // Find the rect to animate to (the view is center aligned)
132 Rect to = new Rect(); local
133 dragLayer.getViewRectRelativeToSelf(this, to);
142 right = to.right - getPaddingRight();
145 left = to.left + getPaddingLeft();
149 final int top = to.top + (getMeasuredHeight() - height) / 2;
152 to.set(left, top, right, bottom)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/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).
  /prebuilts/ndk/6/sources/cxx-stl/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).
  /prebuilts/ndk/7/sources/cxx-stl/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).
  /prebuilts/ndk/8/sources/cxx-stl/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).
  /prebuilts/ndk/9/sources/cxx-stl/EH/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).
  /system/security/keystore-engine/
keyhandle.cpp 14 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29 * Makes sure the ex_data for the keyhandle is initially set to NULL.
48 int keyhandle_dup(CRYPTO_EX_DATA* to, CRYPTO_EX_DATA*, void *ptrRef, int idx, long, void *) {
49 // This appears to be a bug in OpenSSL.
57 (void) CRYPTO_set_ex_data(to, idx, keyhandle_copy);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 42 This extension introduces a debug object that can be attached to
43 a program object to enable debugging. Vertex and/or fragment shader,
45 to the debug object's log. A separate debug log for each shader type
48 be attached to a single program object.
84 Additions to Chapter 2 of the OpenGL 1.5 Specification
89 Additions to Chapter 3 of the OpenGL 1.5 Specification (Rasterization)
93 Additions to Chapter 4 of the OpenGL 1.5 Specification (Per-Fragment
98 Additions to Chapter 5 of the OpenGL 1.5 Specification
103 Additions to Chapter 6 of the OpenGL 1.5 Specification (State and State
108 Additions to Appendix A of the OpenGL 1.5 Specification (Invariance
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-misprediction.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
34 // A division that is going to be predicted integer on the first compilation. The
36 // division will be 1, which is too low for the division to be predicted double.
38 // integer but that contains a double. The subsequent addition to x, which is
39 // predicted double, will lead the Fixup phase to inject an Int32ToDouble node on
42 // is to disable constant folding of mispredicted nodes; that allows the normal
43 // process of correcting predictions (OSR exit profiling, exiting to profiled code,
44 // and recompilation with exponential backoff) to take effect so that the next
47 // A pointless loop to force the first compilation to occur before the division go
    [all...]
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests that constant folding an access to an uncaptured variable that is captured later in the same basic block doesn't lead to assertion failures."
35 if (a) // Here we have an access to r2. The bug was concerned with our assertions thinking that this access was invalid.
36 return arguments; // Force r2 (see below) to get captured.
40 // The temporary variable corresponding to the 'bar' callee coming out of the ternary expression will be allocated by
41 // the bytecompiler to some virtual register, say r2. This expression is engineered so that (1) the virtual register
43 // (2) that the callee ends up being constant but requires CFA to prove it, and (3) that we actually load that constant
44 // using GetLocal (which happens because of the CheckFunction to check the callee)
    [all...]
  /external/kernel-headers/original/asm-mips/
uaccess.h 2 * This file is subject to the terms and conditions of the GNU General Public
51 * userspace address. Note that we limit 32-bit userspace to 0x7fff8000 but
80 * __ua_size() is a trick to avoid runtime checking of positive constant
90 * to write to a block, it is always safe to read from it.
91 * @addr: User space pointer to start of block to check
92 * @size: Size of block to check
96 * Checks if a pointer to a block of memory in user space is valid
    [all...]
  /external/mesa3d/docs/
MESA_shader_debug.spec 42 This extension introduces a debug object that can be attached to
43 a program object to enable debugging. Vertex and/or fragment shader,
45 to the debug object's log. A separate debug log for each shader type
48 be attached to a single program object.
84 Additions to Chapter 2 of the OpenGL 1.5 Specification
89 Additions to Chapter 3 of the OpenGL 1.5 Specification (Rasterization)
93 Additions to Chapter 4 of the OpenGL 1.5 Specification (Per-Fragment
98 Additions to Chapter 5 of the OpenGL 1.5 Specification
103 Additions to Chapter 6 of the OpenGL 1.5 Specification (State and State
108 Additions to Appendix A of the OpenGL 1.5 Specification (Invariance
    [all...]
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 8 v.set gdb_output : set valgrind output to gdb
9 v.set log_output : set valgrind output to log
10 v.set mixed_output : set valgrind output to log, interactive output to gdb
37 v.set gdb_output : set valgrind output to gdb
38 v.set log_output : set valgrind output to log
39 v.set mixed_output : set valgrind output to log, interactive output to gdb
45 v.set debuglog <level> : set valgrind debug log level to <level>
48 An additional flag 0b100000000 allows to show gdbserver instrumentatio
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 11 # Do we want to disable building of x11-askpass? (1=yes 0=no)
14 # Do we want to disable building of gnome-askpass? (1=yes 0=no)
17 # Do we want to link against a static libcrypto? (1=yes 0=no)
32 # Reserve options to override askpass settings with:
37 # Add option to build without GTK2 for older platforms with only GTK+.
136 commands on a remote machine. SSH is intended to replace rlogin and
137 rsh, and to provide secure encrypted communications between two
142 it up to date in terms of security and features, as well as removing
143 all patented algorithms to separate libraries.
146 client and server. To make this package useful, you should als
    [all...]
  /bootable/recovery/edify/
Android.mk 10 # "-x c" forces the lex/yacc files to be compiled as c;
11 # the build system otherwise forces them to be c++.

Completed in 1268 milliseconds

<<21222324252627282930>>