/external/chromium_org/third_party/jinja2/_markupsafe/ |
_native.py | 15 """Convert the characters &, <, >, ' and " in string s to HTML-safe 16 sequences. Use this if you need to display text that might contain 41 string is not converted back to unicode.
|
/external/chromium_org/third_party/libjingle/source/talk/build/ |
common.gypi | 13 # 3. The name of the author may not be used to endorse or promote products 17 # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 20 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 39 # Whether or not to build the ObjectiveC PeerConnection API & tests. 45 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-6-sun\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")', 74 # TODO(ronghuawu): Remove this once libjingle is updated to use the new 124 # The POSIX standard says we have to define this.
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_pk1.c | 7 * The implementation was written so as to conform with Netscapes SSL. 10 * the following conditions are aheared to. The following conditions 11 * apply to all code found in this distribution, be it the RC4, RSA, 17 * the code are not to be removed. 42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 65 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, 77 p=(unsigned char *)to; 91 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, 108 if (*p != 0xff) /* should decrypt to 0xff * [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
reflection_ops.h | 16 // contributors may be used to endorse or promote products derived from 21 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 49 // These can be used as a cheap way to implement the corresponding 50 // methods of the Message interface, though they are likely to be 53 // This class should stay limited to operations needed to implement 59 static void Copy(const Message& from, Message* to); 60 static void Merge(const Message& from, Message* to); 66 // paths (e.g. "foo.bar[5].baz") to *names. "prefix" will be attached t [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/ |
config.h | 4 #define yasm__combpath(from, to) yasm__combpath_win(from, to)
6 /* Command name to run C preprocessor */
18 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
22 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
30 /* Define to 1 if you have the <direct.h> header file. */
33 /* Define to 1 if you have the `ftruncate' function. */
36 /* Define to 1 if you have the `getcwd' function. */
54 /* Define to 1 if you have the <libgen.h> header file. */
63 /* Define to 1 if you have the `popen' function. */ [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
incbin.asm | 2 ; 1024 x's to bump above 1024 byte default bytecode buffer size
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
multisect2.asm | 20 mov cx, 4 ; four digits to show 24 mov dl, al ; make a copy to process 26 cmp dl, 9 ; is it in the "A" to "F" range? 30 add dl, 30h ; convert to character
|
/external/chromium_org/tools/ |
gyp-explain.py | 23 def GetPath(graph, fro, to): 25 yields all paths from |fro| to |to|, starting with the shortest.""" 30 if t == to: 62 def GenerateDot(fro, to, paths): 104 to = MatchNode(g, argv[2]) 106 paths = list(GetPath(g, fro, to)) 109 GenerateDot(fro, to, paths) 111 print 'These paths lead from %s to %s:' % (fro, to) [all...] |
/external/compiler-rt/lib/asan/ |
asan_interceptors.h | 21 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size) 25 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size)
|
/external/guava/guava/src/com/google/common/io/ |
Files.java | 10 * Unless required by applicable law or agreed to in writing, software 68 * @param file the file to read from 79 * Returns a buffered writer that writes to a file using the given 82 * @param file the file to write to 96 * @param file the file to read from 112 * that write to a file. 114 * @param file the file to write to 124 * that write to or append to a file [all...] |
/external/icu4c/common/ |
dtintrv.cpp | 23 DateInterval::DateInterval(UDate from, UDate to) 25 toDate(to)
|
/external/llvm/autoconf/m4/ |
rand48.m4 | 10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
|
/external/llvm/projects/sample/autoconf/m4/ |
rand48.m4 | 10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
|
/external/openssl/crypto/rsa/ |
rsa_pk1.c | 7 * The implementation was written so as to conform with Netscapes SSL. 10 * the following conditions are aheared to. The following conditions 11 * apply to all code found in this distribution, be it the RC4, RSA, 17 * the code are not to be removed. 42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 65 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, 77 p=(unsigned char *)to; 91 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, 108 if (*p != 0xff) /* should decrypt to 0xff * [all...] |
/external/scrypt/ |
build-config.mk | 2 # To regenerate, edit scrypt.config, then run: 3 # ./import_scrypt.sh import /path/to/scrypt-1.1.6.tar.gz
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
million.S | 7 xor %rcx,%rcx # not needed, pads total to 1M 8 xor %rax,%rax # not needed, pads total to 1M
|
/external/valgrind/main/memcheck/tests/ |
execve2.stderr.exp | 1 Syscall param execve(filename) points to unaddressable byte(s)
|
/external/wpa_supplicant_8/src/eap_peer/ |
Makefile | 2 @echo Nothing to be made.
|
/ndk/tests/build/absolute-src-file-paths/jni/ |
Android.mk | 6 # to determin ABIs. In this case FOO_PATH isn't set and doesn't matter. 7 # For normal build, empty FOO_PATH causes make to find /foo.c and /main.c 8 # and fail to build. 13 $(info FOO_PATH should be defined to an absolute path!)
|
/ndk/tests/build/multi-module-path/path1/foo/ |
Android.mk | 1 # A simple module used to demonstrate multi-path NDK_MODULE_PATH imports.
|
/ndk/tests/build/prebuild-stlport/jni/ |
Application.mk | 1 # We want to build support for all ARM ABIs
|
/ndk/tests/build/warn-bad-modules/jni/ |
Application.mk | 4 # Itentionally ask for the non-existing 'bar' module to be built.
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
AlphaAnimation.java | 10 * Unless required by applicable law or agreed to in writing, software 27 public AlphaAnimation(float from, float to) { 29 mEndAlpha = to;
|
/sdk/build/ |
windows_sdk_tools.mk | 1 # Makefile to build the Windows SDK Tools under linux. 4 # to device which tools we want to build from the sdk.git project. 6 # Define the list of tool-dependent modules to build for the Windows SDK.
|
/sdk/eclipse/buildConfig/ |
build.properties | 18 # Parameters describing how and where to execute the build. 21 # bootclasspath - The base jars to compile against (typicaly rt.jar) 22 # configs - the list of {os, ws, arch} configurations to build. 28 product=/plugin or feature id/path/to/.product 35 # override default of "eclipse" to aid for external site generation 41 # The list of {os, ws, arch} configurations to build. This 58 # Setting this value to try will cause PDE to only create one output containing all 75 #Set to true if you want the output to be ready for an update jar (no site.xml generated [all...] |