/art/runtime/interpreter/mterp/mips/ |
entry.S | 10 * Unless required by applicable law or agreed to in writing, software 38 /* Save to the stack. Frame size = STACK_SIZE */ 52 addu rFP, a2, SHADOWFRAME_VREGS_OFFSET # point to vregs. 53 EAS2(rREFS, rFP, a0) # point to reference array in shadow frame 55 addu rPC, a1, CODEITEM_INSNS_OFFSET # Point to base of insns[] 56 EAS1(rPC, rPC, a0) # Create direct pointer to 1st dex opcode 66 GOTO_OPCODE(t0) # jump to next instruction
|
/build/core/ |
goma.mk | 10 # Unless required by applicable law or agreed to in writing, software 33 $(error See go/ma/how-to-use-goma/how-to-use-goma-for-android to relax the limit) 49 $(error See go/ma/how-to-use-goma/how-to-use-goma-for-android for detail)) 51 # Append gomacc to existing *_WRAPPER variables so it's possible to 57 # it is safer and faster to start up it beforehand. We run this as a
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
LenientCopyTool.java | 19 public <T> void copyToRealObject(T from, T to) {
20 copy(from, to, from.getClass(), to.getClass());
23 private <T> void copy(T from, T to, Class fromClazz, Class toClass) {
25 copyValues(from, to, fromClazz);
|
/external/valgrind/callgrind/ |
jumps.c | 22 along with this program; if not, write to the Free Software 77 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size) 79 return (UInt) ( (UWord)from + 7* (UWord)to + 13*jmp) % size; 105 curr_jcc->to, new_size); 133 /* new jCC structure: a call was done to a BB of a BBCC 136 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to) 150 jcc->to = to; 170 new_idx = jcc_hash_idx(from, jmp, to, current_jccs.size); 186 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to) [all...] |
/prebuilts/go/darwin-x86/src/cmd/fix/ |
doc.go | 6 Fix finds Go programs that use old APIs and rewrites them to use 7 newer ones. After you update to a new Go release, fix helps make 8 the necessary changes to your programs. 14 result to standard output. 18 directory tree. When fix rewrites a file, it prints a line to standard 24 The -r flag restricts the set of rewrites considered to those in the 26 rewrites are idempotent, so that it is safe to apply fix to updated 30 to see them, run go tool fix -help. 33 Instead, use a version control system's ``diff'' functionality to inspec [all...] |
/prebuilts/go/linux-x86/src/cmd/fix/ |
doc.go | 6 Fix finds Go programs that use old APIs and rewrites them to use 7 newer ones. After you update to a new Go release, fix helps make 8 the necessary changes to your programs. 14 result to standard output. 18 directory tree. When fix rewrites a file, it prints a line to standard 24 The -r flag restricts the set of rewrites considered to those in the 26 rewrites are idempotent, so that it is safe to apply fix to updated 30 to see them, run go tool fix -help. 33 Instead, use a version control system's ``diff'' functionality to inspec [all...] |
/external/valgrind/memcheck/tests/solaris/ |
scalar_spawn.stderr.exp | 19 Syscall param spawn(path) points to unaddressable byte(s) 23 Syscall param spawn(attrs->ksa_version) points to unaddressable byte(s) 27 Syscall param spawn(attrs->ksa_size) points to unaddressable byte(s) 31 Syscall param spawn(attrs->ksa_attr_off) points to unaddressable byte(s) 35 Syscall param spawn(attrs->ksa_path_off) points to unaddressable byte(s) 39 Syscall param spawn(attrs->ksa_shell_off) points to unaddressable byte(s) 43 Syscall param spawn(argenv) points to unaddressable byte(s) 62 Syscall param spawn(path) points to unaddressable byte(s) 66 Syscall param spawn(attrs->ksa_version) points to uninitialised byte(s) 70 Syscall param spawn(attrs->ksa_size) points to uninitialised byte(s [all...] |
/external/mesa3d/docs/ |
MESA_swap_control.spec | 34 This extension allows an application to specify a minimum periodicity 53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation) 57 Additions to Chapter 3 of the 1.4 GL Specification (Rasterization) 61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations 66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions) 70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests) 74 Additions to the GLX 1.3 Specification 76 [Add the following to Section 3.3.10 of the GLX Specification (Double 83 takes effect when glXSwapBuffers is first called subsequent to the 86 A video frame period is the time required by the monitor to display a [all...] |
/bionic/libc/arch-x86_64/bionic/ |
__bionic_clone.S | 17 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 40 # Translate to the kernel calling convention and swap the 'tls' and 'child_tid' arguments. 41 # They're flipped for x86-64 compared to all our other architectures and __bionic_clone. 61 # We don't want anyone to unwind past this point. 74 # We're the parent; nothing to do.
|
/external/icu/icu4c/source/i18n/unicode/ |
tztrans.h | 39 * @param to The time zone rule used after the transition. 42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to); 52 * @param source The TimeZoneTransition object to be copied. 73 * @param right The object to be copied. 81 * @param that The object to be compared with. 90 * @param that The object to be compared with. 136 * @param to The time zone rule used after the transition. 139 void setTo(const TimeZoneRule& to); 144 * @param to The time zone rule used after the transition. 147 void adoptTo(TimeZoneRule* to); [all...] |
/external/icu/icu4j/ |
adjust_icudt_path.mk | 1 # In order to append $(icu4c_data) to the dataPath line in ICUConfig.properties 2 # this hack here removes the path to that file in the source tree and instead 3 # appends the path to a dynamically generated modified file to the list of 4 # arguments passed to the jar tool.
|
/external/nist-sip/java/gov/nist/core/ |
ServerLogger.java | 4 * This code has been contributed to the public domain. 11 * not limited to the correctness, accuracy, reliability or usefulness of 14 * Permission to use this software is contingent upon your acceptance 34 void logMessage(SIPMessage message, String from, String to, boolean sender, long time); 36 void logMessage(SIPMessage message, String from, String to, String status, 39 void logMessage(SIPMessage message, String from, String to, String status,
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ReferToParser.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States 8 * and are considered to be in the public domain. As a result, a formal 9 * license is not needed to use the software. 17 * not limited to the correctness, accuracy, reliability or usefulness of 20 * Permission to use this software is contingent upon your acceptance 32 * To Header parser. 45 * @param referTo String to set 64 String to[] = local 65 { "Refer-To: <sip:dave@denver.example.org?" [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
ReferredByParser.java | 22 * @param referBy String to set 41 String to[] = local 50 for (int i = 0; i < to.length; i++) { 51 ReferredByParser tp = new ReferredByParser(to[i]);
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
rep_prefix.S | 5 # The answer is validated to hw perf counters. 10 cld # we want these to happen forward 15 # Check for them, to make sure our rep detection 18 # have to check for SSE2 capability somehow? 52 mov $0xd, %al # set eax to d 159 # first set up the areas to compare 322 jmp exit # no error, skip to exit 327 mov $1, %rdi # print to stdout 328 mov $error_string, %rsi # string to print
|
/external/webrtc/webrtc/base/ |
basictypes_unittest.cc | 36 #error expected CPU_ARM to be defined. 39 #error expected CPU_X86 to be defined. 43 #error expected RTC_ARCH_CPU_LITTLE_ENDIAN to be defined.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
CopyOnWriteArrayList.java | 10 * Unless required by applicable law or agreed to in writing, software 49 * copy of the list's contents. It is always safe to iterate this list, but 69 * writes to this field must be atomic; it is an error to modify the 70 * contents of an array after it has been assigned to this field. 77 * Maintainers should be careful to read this field only once in 78 * non-blocking read methods. Write methods must be synchronized to avoid 133 static boolean containsAll(Collection<?> collection, Object[] snapshot, int from, int to) { 135 if (indexOf(o, snapshot, from, to) == -1) { 160 * occurrence that is before {@code to} 725 private final int to; field in class:CopyOnWriteArrayList.Slice 765 private final int to; field in class:CopyOnWriteArrayList.CowIterator [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
textflag.go | 5 // This file defines flags attached to various functions 17 // It is ok for the linker to get multiple of these symbols. It will 18 // pick one of the duplicates to use. 36 // When passed to ggloblsym, causes Local to be set to true on the LSym it creates.
|
/prebuilts/go/darwin-x86/src/runtime/ |
sys_arm.go | 9 // adjust Gobuf as if it executed a call to fn with context ctxt 20 // Called to rewind context saved during morestack back to beginning of function. 21 // To help us, the linker emits a jmp back to the beginning right after the 22 // call to morestack. We just have to decode and apply that jump.
|
sys_arm64.go | 9 // adjust Gobuf as if it executed a call to fn with context ctxt 20 // Called to rewind context saved during morestack back to beginning of function. 21 // To help us, the linker emits a jmp back to the beginning right after the 22 // call to morestack. We just have to decode and apply that jump.
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
textflag.go | 5 // This file defines flags attached to various functions 17 // It is ok for the linker to get multiple of these symbols. It will 18 // pick one of the duplicates to use. 36 // When passed to ggloblsym, causes Local to be set to true on the LSym it creates.
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_arm.go | 9 // adjust Gobuf as if it executed a call to fn with context ctxt 20 // Called to rewind context saved during morestack back to beginning of function. 21 // To help us, the linker emits a jmp back to the beginning right after the 22 // call to morestack. We just have to decode and apply that jump.
|
sys_arm64.go | 9 // adjust Gobuf as if it executed a call to fn with context ctxt 20 // Called to rewind context saved during morestack back to beginning of function. 21 // To help us, the linker emits a jmp back to the beginning right after the 22 // call to morestack. We just have to decode and apply that jump.
|
/system/extras/perfprofd/ |
perf_data_converter.cc | 11 RangeTarget(uint64 start, uint64 end, uint64 to) 12 : start(start), end(end), to(to) {} 20 return to < r.to; 25 uint64 to; member in struct:wireless_android_logging_awp::RangeTarget 64 if (dso_name == event.branch_stack[i - 1].to.dso_name()) { 65 uint64 start = event.branch_stack[i].to.offset(); 67 uint64 to = event.branch_stack[i - 1].to.offset() local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
regreg.s | 2 ; Template for testing register-to-register instructions. 4 ; Note that sizes have to be tested by iterating over them; they 5 ; are not included here in order to cover fixed-size instructions
|