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

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-19/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-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/llvm/
llvm-tblgen-rules.mk 2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
14 # Set LOCAL_MODULE_CLASS to STATIC_LIBRARIES default (require
45 $(call transform-td-to-out, register-info)
50 $(call transform-td-to-out,instr-info)
55 $(call transform-td-to-out,subtarget)
62 $(call transform-td-to-out, register-info
    [all...]
  /external/libunwind/doc/
unw_create_addr_space.tex 23 \Var{byteorder} can be set to 0 to request the default byte-order of
24 the unwind target. To request a particular byte-order,
25 \Var{byteorder} can be set to any constant defined by
33 \Prog{Libunwind} uses a set of call-back routines to access the
34 information it needs to unwind a chain of stack-frames. These
35 routines are specified via the \Var{ap} argument, which points to a
38 variable must remain valid only for the duration of the call to
41 The first argument to every call-back routine is an address-space
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to th
    [all...]
  /art/runtime/interpreter/mterp/arm/
op_move_result.S 6 ldr r0, [rFP, #OFF_FP_RESULT_REGISTER] @ get pointer to result JType.
14 GOTO_OPCODE ip @ jump to next instruction
  /art/runtime/interpreter/mterp/mips/
op_move_result.S 6 lw a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
14 GOTO_OPCODE(t0) # jump to next instruction
op_move_result_wide.S 3 lw a3, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
8 GOTO_OPCODE(t0) # jump to next instruction
  /art/runtime/interpreter/mterp/mips64/
op_int_to_long.S 1 /* int-to-long vA, vB */
3 GET_VREG a0, a3 # a0 <- vB (sign-extended to 64 bits)
8 GOTO_OPCODE v0 # jump to next instruction
op_move_result.S 6 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
14 GOTO_OPCODE v0 # jump to next instruction
op_move_result_wide.S 5 ld a0, OFF_FP_RESULT_REGISTER(rFP) # get pointer to result JType
9 GOTO_OPCODE v0 # jump to next instruction
  /art/test/005-annotations/src/android/test/anno/
ExportedProperty.java 11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") };
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_connbytes.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
39 __aligned_u64 to; member in struct:xt_connbytes_info::__anon736
  /dalvik/dx/tests/111-use-null-as-array/
run 11 # Unless required by applicable law or agreed to in writing, software
19 --dump-to=- --dump-method="Blort.test*" Blort.class
24 --dump-to=- --dump-method="multidimensional.*" multidimensional.class
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_connbytes.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
39 __aligned_u64 to; member in struct:xt_connbytes_info::__anon1843
  /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/autotest/client/site_tests/power_LoadTest/extension/
params.js 5 // Convert seconds to milliseconds
10 // Convert minutes to milliseconds
time.js 5 // Convert seconds to milliseconds
10 // Convert minutes to milliseconds
  /external/autotest/client/site_tests/video_VimeoVideo/
video_VimeoVideo.py 37 """Wait for the player to load."""
44 @param expected_status: expected player status to wait for.
49 'Vimeo player failed to obtain %s status. '
67 @param browser: The Browser object to run the test with.
83 #TODO: mussa crbug/445636 Get pausing and playing again to work
84 """ Pausing and Playing again under WPR currently causes vimeo to throw
86 Need to understand if we can make this work with WPR.
  /external/autotest/site_utils/
prodcertstatus_checker.py 24 parser.add_option('--to', help='Comma separated Email notification TO '
25 'recipients.', dest='to', type='string', default='')
36 if not options.to:
39 email_to = ['%s@google.com' % to.strip() for to in options.to.split(',')]
42 p.write('To: %s\n' % ','.join(email_to))
  /external/boringssl/src/include/openssl/
time_support.h 26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
41 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
79 /* OPENSSL_gmtime_diff calculates the difference between |from| and |to| and
83 const struct tm *to);
  /external/caliper/caliper/src/test/java/com/google/caliper/worker/
RuntimeWorkerTest.java 9 * Unless required by applicable law or agreed to in writing, software distributed under the License
44 oneCycle.times(INITIAL_REPS).to(NANOSECONDS), TIMING_INTERVAL.to(NANOSECONDS), 0.0);
51 calculateTargetReps(INITIAL_REPS, HOURS.toNanos(1), TIMING_INTERVAL.to(NANOSECONDS), 0.0);
57 TIMING_INTERVAL.to(NANOSECONDS), 0.5);
  /external/chromium-libpac/test/js-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
  /external/clang/test/SemaCXX/
switch-implicit-fallthrough-blocks.cpp 14 expected-note{{insert 'break;' to avoid fall-through}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 5 REM tag to use when checking out .map file project
17 REM vm used to run the build. Defaults to java on system path
20 REM target used if not default (to allow run just a portion of buildAll)
23 REM FTP user/password, required for Windows to ftp. Without it, no push.
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
  /external/guice/
AndroidCallMunge.mk 9 # Unless required by applicable law or agreed to in writing, software
21 # Factored-out implementation of calling munge to post-process guice java files.
25 # munge_host_jar = Path to munge-host.jar (built by munge-host rule)
26 # munge_zip_location = Path to lib/build/munge.jar source archive
28 # munge_src_arguments = List of files that need to be munged
29 # guice_munge_flags = List of flags to pass to munge (e.g. guice_munge_flags := -DNO_AOP)
35 GEN := $(addprefix $(intermediates)/, $(munge_src_arguments)) # List of all files that need to be munged.

Completed in 2438 milliseconds

<<21222324252627282930>>