/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/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/icu/icu4c/source/common/ |
dtintrv.cpp | 23 DateInterval::DateInterval(UDate from, UDate to) 25 toDate(to)
|
/external/libedit/ |
README.android | 3 * cannot push upstream to the llvm.org repository: 4 * - Changes due to Android's build system. 5 * - Changes due to Android's toolchain. 8 * Initial downstream on 2013/10/30: Synched to libedit-20130712-3.1.tar.gz 11 * We add Android's *.mk files that are specific to Android's build system.
|
/external/llvm/autoconf/m4/ |
rand48.m4 | 10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
|
/external/ltrace/sysdeps/linux-gnu/ia64/ |
breakpoint.c | 17 * along with this program; if not, write to the Free Software 36 int to = from + len; local 38 int to_byte = to / 8; 46 c = ((unsigned char)(c << (8 - to % 8))) >> (8 - to % 8); 55 if (from_byte < to_byte && (to % 8 != 0)) { 57 c = ((unsigned char)(c << (8 - to % 8))) >> (8 - to % 8); 67 int to = from + len; local 69 int to_byte = to / 8 [all...] |
/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/strace/ |
strace-log-merge | 8 Finds all STRACE_LOG.PID files, adds PID prefix to every line, 9 then combines and sorts them, and prints result to standard output. 33 # so add extra newline to every file.
|
/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/valgrind/main/none/tests/s390x/ |
srnmb.stderr.exp | 4 Continuing using 'round to nearest'. Results may differ!
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/ |
ReflectIntermediateClass.java | 10 * Unless required by applicable law or agreed to in writing, software 23 * Offer an indirection to some Big0xx classes and have their initialization 28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, 32 for (int i = from; i <= to; i++) {
|
/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/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 # This contains the SDK Tools modules to build during a
|
/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...] |
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PubSubManager.java | 8 * Unless required by applicable law or agreed to in writing, software
36 * This is the starting point for access to the pubsub service. It
37 * will provide access to general information about the service, as
47 private String to;
field in class:PubSubManager 51 * Create a pubsub manager associated to the specified connection. Defaults the service
52 * name to <i>pubsub</i>
59 to = "pubsub." + connection.getServiceName();
63 * Create a pubsub manager associated to the specified connection where
64 * the pubsub requests require a specific to address for packets.
67 * @param toAddress The pubsub specific to address (required for some servers) [all...] |
/external/chromium_org/extensions/renderer/resources/ |
platform_app.js | 8 * Returns a function that logs a 'not available' error to the console and 11 * @param {string} messagePrefix text to prepend to the exception message. 25 * @param {string} messagePrefix text to prepend to the exception message. 37 * 'not available' errors to the console and return undefined. 43 * In most cases, the useThrowingStubs should be false, so the stubs used to 44 * replace the methods log an error to the console, but allow the calling code 45 * to continue. We shouldn't break library code that uses feature detection 48 * var result = window.confirm('Are you sure you want to delete ...?') [all...] |
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 70 # Escape the strings, pass them through to CLI tidy tool for tag-level equivalency 114 Use "--" to end switch parsing. For example, to open a file named "-z", use: 122 Specify the path to the Markdown script to test. Defaults to 129 Specify the path to a directory containing test data. Defaults to "Tests". 133 Flag to turn on using the command line 'tidy' tool to normalize HTM [all...] |
/external/chromium_org/mojo/public/js/bindings/ |
core.js | 11 // Refer to that file for more detailed documentation for equivalent methods. 16 * MojoHandle: An opaque handles to a Mojo object (e.g. a message pipe). 44 * MojoDeadline {number}: Used to specify deadlines (timeouts), in microseconds. 50 * MojoHandleSignals: Used to specify signals that can be waited on for a handle 51 *(and which can be triggered), e.g., the ability to read or write to 60 * MojoWriteMessageFlags: Used to specify different modes to |writeMessage()|. 66 * MojoReadMessageFlags: Used to specify different modes to |readMessage()| [all...] |
/bionic/libc/ |
crt.mk | 2 # which are needed to build all other objects (shared/static libs and 7 # For x86, the .init section must point to a function that calls all 11 # For all the platforms, the .fini_array section must point to a function 12 # that will call __cxa_finalize(&__dso_handle) in order to ensure that 16 # my_2nd_arch_prefix: set to $(TARGET_2ND_ARCH_VAR_PREFIX) if it's 35 # See the comment in crtbrand.c for the reason why we need to generate 45 $(call transform-d-to-p-args,$(@:%.s=%.d),$(@:%.s=%.P)) 64 $(transform-d-to-p) 75 $(transform-d-to-p) 79 # The following two are installed to devic [all...] |