/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...] |
/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/libpng/ |
CHANGES | 10 split up pngwrite.c to several files 22 created png_color_16 and png_color_8 to handle color needs 45 changed name from pnglib to libpng 55 added #define's to remove unwanted code 56 moved png_info_init() to png.c 58 added functions to manually set filtering and compression info 62 changed external functions passing floats to doubles (k&r problems?) 64 enabled png_set_shift to work with paletted images on read 96 added new initialization API to make libpng work better with shared libs 99 png_destroy_write_struct() instead of the separate calls to [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/chrome/browser/resources/file_manager/js/ |
util.js | 12 * @param {string} msg The message prefix to use in the log. 13 * @param {function(*)} opt_callback A function to invoke after logging. 28 * @param {string} msg The message prefix to use in the exception. 42 * error code, but provides no way to map the code to the named property. 61 * Utility function to invoke callback once for each entry in dirEntry. 63 * @param {DirectoryEntry} dirEntry The directory entry to enumerate. 64 * @param {function(Entry)} callback The function to invoke for each entry in 85 * Utility function to resolve multiple directories with a single call. 95 * @param {Object} params The parameters to pass to the underlyin [all...] |
/bionic/libc/kernel/arch-mips/asm/ |
uaccess.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 77 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); register const void *__cu_from_r __asm__("$5"); register long __cu_len_r __asm__("$6"); __cu_to_r = (to); __cu_from_r = (from); __cu_len_r = (n); __asm__ __volatile__( __MODULE_JAL(__copy_user) : "+r" (__cu_to_r), "+r" (__cu_from_r), "+r" (__cu_len_r) : : "$8", "$9", "$10", "$11", "$12", "$15", "$24", "$31", DADDI_SCRATCH, "memory"); __cu_len_r; }) 79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_sleep(); __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, __cu_len); __cu_len; }) 80 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, _ (…) [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
uaccess.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 77 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); register const void *__cu_from_r __asm__("$5"); register long __cu_len_r __asm__("$6"); __cu_to_r = (to); __cu_from_r = (from); __cu_len_r = (n); __asm__ __volatile__( __MODULE_JAL(__copy_user) : "+r" (__cu_to_r), "+r" (__cu_from_r), "+r" (__cu_len_r) : : "$8", "$9", "$10", "$11", "$12", "$15", "$24", "$31", DADDI_SCRATCH, "memory"); __cu_len_r; }) 79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_sleep(); __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, __cu_len); __cu_len; }) 80 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, _ (…) [all...] |
/external/chromium_org/native_client_sdk/src/doc/ |
faq.rst | 35 languages, in their applications without forcing users to install a 54 model which adapts to novel attacks, without affecting 56 * **Convenience:** Developers only need to ship a single ``.pexe`` file, 58 * **Portability:** Developers and users don't need to worry about 64 .. link to it here. How does one profile PNaCl code? What are common 66 .. to use Pepper's asynchronous APIs? What do I need to know about 70 For more details, refer to the :doc:`history behind and comparison of 100 the following overhead for optimized PNaCl compared to regular optimized 112 cases are likely to achieve better or worse performance than the abov [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
messages.properties | 13 RSSFeedWatcherTask.To=To 16 RSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/feed.xml\! 18 RSSFeedCommon.ToBePublishedAt=to be published at: 20 RSSFeedCommon.XpathError=Error: no xpath string to search for, eg., /*/*[name() = 'entry'][1]/*[name() = 'updated']/text() 25 RSSFeedCreateFeedTask.UnableToWriteToFile=Unable to write to file 29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/project/downloads/drops/branch/buildID/\! 30 RSSFeedAddEntryTask.AddingEntryTo=Adding entry to 46 RSSFeedUpdateEntryTask.DoesNotExist=does not exist. Nothing to do\ [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
uaccess.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 77 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); register const void *__cu_from_r __asm__("$5"); register long __cu_len_r __asm__("$6"); __cu_to_r = (to); __cu_from_r = (from); __cu_len_r = (n); __asm__ __volatile__( __MODULE_JAL(__copy_user) : "+r" (__cu_to_r), "+r" (__cu_from_r), "+r" (__cu_len_r) : : "$8", "$9", "$10", "$11", "$12", "$15", "$24", "$31", DADDI_SCRATCH, "memory"); __cu_len_r; }) 79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_sleep(); __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, __cu_len); __cu_len; }) 80 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, _ (…) [all...] |
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
uaccess.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 77 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); register const void *__cu_from_r __asm__("$5"); register long __cu_len_r __asm__("$6"); __cu_to_r = (to); __cu_from_r = (from); __cu_len_r = (n); __asm__ __volatile__( __MODULE_JAL(__copy_user) : "+r" (__cu_to_r), "+r" (__cu_from_r), "+r" (__cu_len_r) : : "$8", "$9", "$10", "$11", "$12", "$15", "$24", "$31", DADDI_SCRATCH, "memory"); __cu_len_r; }) 79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_sleep(); __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, __cu_len); __cu_len; }) 80 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, _ (…) [all...] |
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
uaccess.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 77 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); register const void *__cu_from_r __asm__("$5"); register long __cu_len_r __asm__("$6"); __cu_to_r = (to); __cu_from_r = (from); __cu_len_r = (n); __asm__ __volatile__( __MODULE_JAL(__copy_user) : "+r" (__cu_to_r), "+r" (__cu_from_r), "+r" (__cu_len_r) : : "$8", "$9", "$10", "$11", "$12", "$15", "$24", "$31", DADDI_SCRATCH, "memory"); __cu_len_r; }) 79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_sleep(); __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, __cu_len); __cu_len; }) 80 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, _ (…) [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
uaccess.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 77 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); register const void *__cu_from_r __asm__("$5"); register long __cu_len_r __asm__("$6"); __cu_to_r = (to); __cu_from_r = (from); __cu_len_r = (n); __asm__ __volatile__( __MODULE_JAL(__copy_user) : "+r" (__cu_to_r), "+r" (__cu_from_r), "+r" (__cu_len_r) : : "$8", "$9", "$10", "$11", "$12", "$15", "$24", "$31", DADDI_SCRATCH, "memory"); __cu_len_r; }) 79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_sleep(); __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, __cu_len); __cu_len; }) 80 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, _ (…) [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
uaccess.h | 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 10 *** To edit the content of this header, modify the corresponding 77 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); register const void *__cu_from_r __asm__("$5"); register long __cu_len_r __asm__("$6"); __cu_to_r = (to); __cu_from_r = (from); __cu_len_r = (n); __asm__ __volatile__( __MODULE_JAL(__copy_user) : "+r" (__cu_to_r), "+r" (__cu_from_r), "+r" (__cu_len_r) : : "$8", "$9", "$10", "$11", "$12", "$15", "$24", "$31", DADDI_SCRATCH, "memory"); __cu_len_r; }) 79 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; might_sleep(); __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, __cu_len); __cu_len; }) 80 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_len; __cu_to = (to); __cu_from = (from); __cu_len = (n); __cu_len = __invoke_copy_to_user(__cu_to, __cu_from, _ (…) [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
platform_app.js | 8 * @param {string} messagePrefix text to prepend to the exception message. 22 * @param {Object} object The object with methods to disable. The prototype is 24 * @param {string} objectName The display name to use in the error message 26 * to by web developers, e.g. "document" instead of "HTMLDocument"). 27 * @param {Array.<string>} methodNames names of methods to disable. 39 * invoked, the getter and setter are restored to default behaviors. 41 * @param {Object} object The object with properties to disable. The prototype 43 * @param {string} objectName The display name to use in the error message 45 * referred to by web developers, e.g. "document" instead o [all...] |
/art/test/004-annotations/src/android/test/anno/ |
ExportedProperty.java | 11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") };
|
/dalvik/tests/004-annotations/src/android/test/anno/ |
ExportedProperty.java | 11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") };
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 10 * Unless required by applicable law or agreed to in writing, software 18 * JNI method invocation. This is used to call a C/C++ JNI method. The 19 * argument list has to be pushed onto the native stack according to 41 We receive a collection of 32-bit values which correspond to arguments from 42 the interpreter (e.g. float occupies one, double occupies two). It's up to 43 us to convert these into local calling conventions. 49 r0-r3 hold first 4 args to a method 51 r10 (sl) seems to be generally available 67 Happily we don't have to do anything special here -- the args from th [all...] |
/dalvik/vm/compiler/template/armv5te-vfp/ |
TEMPLATE_SAVE_STATE.S | 4 * Top of stack + 4: r7 value to save 5 * Top of stack + 0: r0 value to save 6 * r0 - offset from rSELF to the beginning of the heapArgSpace record 14 add r0, r0, rSELF @ pointer to heapArgSpace 20 add r0, #12 @ move to start of FP save regio
|
/dalvik/vm/mterp/armv5te/ |
OP_NOP.S | 2 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST 7 /* insert fake function header to help gdb find the stack frame */
|
alt_stub.S | 2 * Inter-instruction transfer stub. Call out to dvmCheckBefore to handle 3 * any interesting requests and then jump to the real instruction 4 * handler. Note that the call to dvmCheckBefore is done as a tail call. 7 * bail to the real handler if breakFlags==0. 13 bxeq lr @ nothing to do - jump to real handler
|
/dalvik/vm/mterp/mips/ |
OP_NOP.S | 2 FETCH_ADVANCE_INST(1) # advance to next instr, load rINST 7 /* insert fake function header to help gdb find the stack frame */
|
/device/generic/goldfish/qemud/ |
Android.mk | 3 # We're moving the emulator-specific platform libs to 4 # development.git/tools/emulator/. The following test is to ensure
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
ends_with_comment.js | 6 // This used to cause problems, because internally ProxyResolverV8 7 // would append some functions to the script; the first line of
|