HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 676 - 700 of 16679) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
reloc-overflow-pcr-s7-1.d 5 #error: .*relocation truncated to fit: R_C6000_PCR_S7.*
reloc-overflow-pcr-s7-2.d 5 #error: .*relocation truncated to fit: R_C6000_PCR_S7.*
reloc-overflow-sbr-s16-1.d 5 #error: .*relocation truncated to fit: R_C6000_SBR_S16.*
reloc-overflow-sbr-s16-2.d 5 #error: .*relocation truncated to fit: R_C6000_SBR_S16.*
reloc-overflow-sbr-u15-b-1.d 5 #error: .*relocation truncated to fit: R_C6000_SBR_U15_B.*
reloc-overflow-sbr-u15-b-2.d 5 #error: .*relocation truncated to fit: R_C6000_SBR_U15_B.*
reloc-overflow-sbr-u15-h-1.d 5 #error: .*relocation truncated to fit: R_C6000_SBR_U15_H.*
reloc-overflow-sbr-u15-h-2.d 5 #error: .*relocation truncated to fit: R_C6000_SBR_U15_H.*
reloc-overflow-sbr-u15-w-1.d 5 #error: .*relocation truncated to fit: R_C6000_SBR_U15_W.*
reloc-overflow-sbr-u15-w-2.d 5 #error: .*relocation truncated to fit: R_C6000_SBR_U15_W.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
compressed1.d 4 #warning: .*/compressed1.c:13: undefined reference to .bar.
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 18 """Data needed to handle one diagnostic test on a Servo host.
29 Pre-requisites are meant to capture relationships of the form
36 of the form "if test X fails, run test Y to try and distinguish
59 The test receives ServoHost and Servo objects to be tested;
62 @param servo_host A ServoHost object to be the target of the
64 @param servod A Servo object to be the target of the
77 """Test whether the servo host answers to ssh.
80 use ssh to test other conditions.
83 from the implicit pre-requisite that the host answer to ping.
85 @param servo_host The ServoHost object to talk to via ssh
    [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...]
  /frameworks/rs/api/
rs_convert.spec 10 # Unless required by applicable law or agreed to in writing, software
20 The functions below convert from a numerical vector type to another, or from one color
21 representation to another.
34 Converts a vector from one numerical type to another. The conversion are done entry per entry.
36 E.g calling <code>a = convert_short3(b);</code> is equivalent to doing
39 Converting floating point values to integer types truncates.
41 Converting numbers too large to fit the destination type yields undefined results.
42 For example, converting a float that contains 1.0e18 to a short is undefined.
43 Use @clamp() to avoid this.
107 of this range, the resulting outputs will be clamped to be between 0 and 255. As thi
    [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-trace/catapult/third_party/flot/
FAQ.md 5 Flot will happily draw everything you send to it so the answer
7 VML) makes IE by far the slowest browser so be sure to test with that
29 as a PNG or JPEG (remember to set a background). Note that it won't
37 It's not really possible to determine the bar width automatically.
38 So you have to set the width with the barWidth option which is NOT in
52 Depending on how you include jQuery, you may have to add one line of
53 code to prevent jQuery from overwriting functions from the other
60 Flot is using standard HTML to make charts. If this is not working,
67 container as explained in the README so you need to hold off the Flot
72 If you find there's a specific thing we can do to Flot to help, fee
    [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...]
  /external/harfbuzz_ng/win32/
introspection-msvc.mak 7 # You will need to have built gobject-introspection for this to work.
8 # Change or pass in or set the following to suit your environment
14 # Note: The PYTHON must be the Python release series that was used to build
17 # PYTHON=<full path to your Python interpretor> will do
19 # This is required, and gobject-introspection needs to be built
37 MSG_INVALID_CFG = You need to specify or set CFG to be release or debug to use this Makefile to build the Introspection File
    [all...]
  /prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-13/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/current/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/current/platforms/android-15/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/current/platforms/android-16/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/current/platforms/android-17/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/current/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...]

Completed in 2004 milliseconds

<<21222324252627282930>>