/external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/ |
example.js | 30 // value is 0 for the first 'progress' event. 71 // module loaded successfully or not. For example, if there is an error
|
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 6 # GNU Make based build file. For details on GNU Make see: 36 # TOOLCHAIN=all recursively calls this Makefile for all VALID_TOOLCHAINS. 44 # Generate a new MAKE command for each TOOLCHAIN. 46 # Note: We use targets for each toolchain (instead of an explicit recipe) so 59 # The target for all versions 67 # Define the toolchain targets for all usable toolchains via the macro. 78 # Verify we selected a valid toolchain for this example 89 # Dummy targets for recursive make with unsupported toolchain... 115 # Verify we selected a valid configuration for this example. 125 # Note for Windows [all...] |
host_vc.mk | 6 # GNU Make based build file. For details on GNU Make see: 12 # Macros for TOOLS 14 # We use the C++ compiler for everything and then use the -Wl,-as-needed flag
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/ |
nacl.scons | 7 # (See ppapi_browser/crash for fatal errors that occur after loading). 42 for kind in [ 'ppp_initialize', 'ppp_initialize_crash', 69 files=[env.File(f) for f in ppapi_bad_files], 84 # For example, partly_invalid.nexe has inline assembly in its source files. 85 # Just bail out here for PNaCl, since the NMF will require the .nexe
|
/external/chromium_org/remoting/webapp/ |
third_party_host_permissions.js | 10 * third-party server. For that, once the URL is received from the host the 14 * requested, then uses the Chrome API ask the user for the new permission. 26 * @param {string} url The URL to request permission for. 53 // asking for the additional permission.
|
client_plugin.js | 9 * Interface used for ClientPlugin objects. 55 * Set of features for which hasFeature() can be used to test. 74 * @param {remoting.ClientPlugin.Feature} feature The feature to test for. 90 * Must be called for each incoming stanza received from the host. 100 * @param {string} sharedSecret The access code for IT2Me or the PIN 101 * for Me2Me. 106 * @param {string} clientPairingId For paired Me2Me connections, the 107 * pairing id for this client, as issued by the host. 108 * @param {string} clientPairedSecret For paired Me2Me connections, the 109 * paired secret for this client, as issued by the host [all...] |
/external/chromium_org/third_party/mesa/src/ |
Android.mk | 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 # The main target is libGLES_mesa. For each classic driver enabled, a DRI
|
/external/chromium_org/v8/test/intl/date-format/ |
property-override.js | 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 28 // Checks for security holes introduced by Object.property overrides. 29 // For example: 50 for (var prop in options) {
|
/external/chromium_org/v8/test/intl/number-format/ |
property-override.js | 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 28 // Checks for security holes introduced by Object.property overrides. 29 // For example: 52 for (var prop in options) {
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
load-elimination-global.js | 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 32 var X = true; // For forcing branches.
|
/external/chromium_org/v8/test/mjsunit/ |
for-in-special-cases.js | 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 32 for (var x in null) { 43 for (var x in undefined) { 52 for (var i = 0; i < 10; ++i) { 57 for (var j = 0; j < 10; ++j) { 68 for (var i in x) { 74 for (var i = 0; i < 3; ++i) { 76 // We do not assume that for-in enumerates elements in order. 99 // If for-in returns elements in a different order on multiple calls, thi [all...] |
/external/icu4c/extra/uconv/ |
makedata.mak | 5 # nmake file for creating data files on win32 21 !MESSAGE by defining the macro CFG on the command line. For example: 25 !MESSAGE Possible choices for configuration are: 34 #This could be found according to the path to makefile, but for now it is this way 59 # Suffixes for data files 99 # Inference rule for creating resource bundles
|
/external/libvpx/ |
libvpx.mk | 54 # processed with grep. For ARM, this must be additionally converted from 55 # RVCT (ARM's in-house compiler) format to GNU Assembler Format for gcc. 57 # Offset files are currently used in vpx_scale for NEON and some encoder 60 # used yet but are included in the comments for future reference. 89 # This step is only required for ARM. MIPS uses intrinsics and x86 requires an
|
/external/mesa3d/ |
Android.mk | 18 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 19 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 29 # The main target is libGLES_mesa. For each classic driver enabled, a DRI
|
/external/v8/test/mjsunit/ |
for-in-special-cases.js | 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 32 for (var x in null) { 43 for (var x in undefined) { 52 for (var i = 0; i < 10; ++i) { 57 for (var j = 0; j < 10; ++j) { 68 for (var i in x) { 74 for (var i = 0; i < 3; ++i) { 76 // We do not assume that for-in enumerates elements in order. 99 // If for-in returns elements in a different order on multiple calls, thi [all...] |
/external/valgrind/main/drd/scripts/ |
download-and-build-splash2.in | 119 + for (p = i_list; p; p = p->next) 123 /* For each interaction, do BF-error-analysis */ 144 + for (i = 0; 168 for m in $(find codes -name Makefile)
|
/ndk/sources/cxx-stl/llvm-libc++/ |
Android.mk | 2 # Source Licenses. See LICENSE.TXT for details. 37 # For now, this library can only be used to build C++11 binaries.
|
/ndk/toolchains/llvm-3.2/ |
setup-common.mk | 12 # See the License for the specific language governing permissions and 19 # For sources/cxx-stl/gnu-libstdc++/$(TOOLCHAIN_VERSION)/libs/*/libsupc++.a 47 # Add and LDFLAGS for the target here
|
/ndk/toolchains/llvm-3.3/ |
setup-common.mk | 12 # See the License for the specific language governing permissions and 19 # For sources/cxx-stl/gnu-libstdc++/$(TOOLCHAIN_VERSION)/libs/*/libsupc++.a 47 # Add and LDFLAGS for the target here
|
/sdk/emulator/opengl/ |
Android.mk | 1 # This is the top-level build file for the Android HW OpenGL ES emulation 12 # Top-level for all modules 39 # For the import/export feature to work properly, you must include 75 # Host unit-test for the renderer.
|
/external/dropbear/libtommath/ |
bn.tex | 56 formatted for B5 [176x250] paper using the \LaTeX{} {\em book} macro package. 75 LibTomMath is a library of source code which provides a series of efficient and carefully written functions for manipulating 95 LibTomMath is meant to be very ``GCC friendly'' as it comes with a makefile well suited for GCC. However, the library will 96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end 100 To build as a static library for GCC issue the following 115 To build as a shared library for GCC issue the following 124 There is limited support for making a ``DLL'' in windows via the ``makefile.cygwin\_dll'' makefile. It requires 144 mtest. For example, if your PRNG program is called ``myprng'' simply invoke 163 However, there are cases where such a build is not optional. For instance, you want to perform RSA operations. You 171 file. For instance, BN\_MP\_ADD\_C represents the file ``bn\_mp\_add.c''. When a define has been enabled th [all...] |
/bionic/libc/arch-mips/string/ |
memset.S | 19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 32 * memset.S, version "64h" with 1 cache line horizon for "pref 30" and 14 nops 45 * This routine could be optimized for MIPS64. The current code only 108 slti t1,a2,4 # .Laligned for 4 or more bytes 193 # 96 bytes left. The value "96" is calculated as needed buffer for 196 # For "a2" below 160 there will be no such "pref 30 safe" 64-byte chunk. 207 # Don't use "pref 30,0(a0)" for a0 in a "middle" of a cache line 223 nop # cycles needed for "store" + "fill" + "evict" 224 nop # For 64byte store there are needed 8 fil [all...] |
/build/tools/droiddoc/templates-pdk/ |
customizations.cs | 43 <?cs # The default side navigation for the reference docs ?><?cs 129 Creative Commons Attribution 2.5</a>. For details and 138 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
|
/external/chromium_org/third_party/lcov/bin/ |
genpng | 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 # General Public License for more details. 25 # Note that the Perl module GD.pm is required for this script to work. 98 # Check for help flag 105 # Check for version flag 118 # Check for output filename 142 Create an overview image for a given source code file of either plain text 151 For more information see: $lcov_url 188 # Check for .gcov filename extension 230 # string for tabulator signs in source code text [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
index.php | 26 Software User Agreement</a> unless otherwise specified. </p><p> For information
40 for ($i = 0; $i < count($dropType); $i++) {
|