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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
index.l 10 .*.s:20: Error: [Ii]ndex can only be applied to rotating or indirect registers
11 .*.s:21: Error: [Ii]ndex can only be applied to rotating or indirect registers
12 .*.s:22: Error: [Ii]ndex can only be applied to rotating or indirect registers
13 .*.s:23: Error: [Ii]ndex can only be applied to rotating or indirect registers
14 .*.s:24: Error: [Ii]ndex can only be applied to rotating or indirect registers
15 .*.s:25: Error: [Ii]ndex can only be applied to rotating or indirect registers
16 .*.s:27: Error: [Ii]ndex can only be applied to rotating or indirect registers
17 .*.s:28: Error: [Ii]ndex can only be applied to rotating or indirect registers
18 .*.s:29: Error: [Ii]ndex can only be applied to rotating or indirect registers
19 .*.s:30: Error: [Ii]ndex can only be applied to rotating or indirect register
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
bge.s 1 # Source file used to test the bge macro.
22 # Branch to an external label.
26 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
bgeu.s 1 # Source file used to test the bgeu macro.
20 # Branch to an external label.
24 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
blt.s 1 # Source file used to test the blt macro.
22 # Branch to an external label.
26 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
bltu.s 1 # Source file used to test the bltu macro.
20 # Branch to an external label.
24 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
branch-misc-2.s 1 # Source file used to test the backward branches to globals in this file.
39 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
branch-misc-4.s 1 # Source file to verify PC-relative relocations do not overflow.
13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
26 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Android.mk 1 # This build script corresponds to a library containing many definitions
2 # common to both the guest and the host. They relate to
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 7 # until you get a good one; errors are not passed through to the parser.
28 Errors from the lexer are never passed to the parser. Either you want
29 to keep going or you do not upon token recognition error. If you do not
30 want to continue lexing then you do not want to continue parsing. Just
32 toss you all the way out of the recognizers. If you want to continue
33 lexing then you should not throw an exception to the parser--it has already
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
sonofmmm.cfg 3 # You only need to supply these in this file if you are not using
4 # the boto tools to start your service
19 #smtp_to = <email address for To: field>
25 # id of the AMI to be launched
28 # a negative value will cause the service to run forever
30 # seconds to wait after empty queue read before reading again
32 # average time it takes to process a transaction
40 output_domain = <SimpleDB domain to store results - optional>
41 output_queue = <SQS queue to store results - optional>
42 input_queue = <SQS queue where work to be done will be queued up
    [all...]
  /external/emma/
Android.mk 6 # the custom dex'ed emma library ready to put on a device.
24 # the custom emma library to add to an SDK project.
  /external/icu/icu4c/source/i18n/
ztrans.cpp 27 ztrans_open(UDate time, const void* from, const void* to){
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
82 ztrans_setTo(ZTrans* trans, const void* to) {
83 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTo(*(TimeZoneRule*)to);
87 ztrans_adoptTo(ZTrans* trans, void* to) {
88 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptTo((TimeZoneRule*)to);
  /external/mesa3d/src/gallium/state_trackers/xa/
README 4 * Permission is hereby granted, free of charge, to any person
6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
9 * of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30 The XA state tracker is intended as a versioned interface to gallium for
35 a number of interfaces to work with
    [all...]
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 2 :: This file is used to invoke nanopb_generator.py as a plugin
3 :: to protoc on Windows.
8 :: path is already set up properly and there is no need to give
  /external/valgrind/gdbserver_tests/
nlvgdbsigqueue.stdoutB.exp 1 continuing to have vgdb interrupted by simulate_control_c
8 continuing to receive first SIGUSR1
12 continuing to receive second SIGUSR1
  /external/valgrind/memcheck/tests/
execve1.stderr.exp 1 Syscall param execve(filename) points to unaddressable byte(s)
6 Syscall param execve(argv[i]) points to unaddressable byte(s)
11 Syscall param execve(envp[i]) points to unaddressable byte(s)
  /external/valgrind/none/tests/solaris/
reserve_sysstat_addr.stderr.exp 5 This may be because the functionality is hard to implement,
8 www.valgrind.org and/or try to work around the problem, if you can.
10 Valgrind has to exit now. Sorry. Bye!
reserve_sysstat_zone_addr.stderr.exp 5 This may be because the functionality is hard to implement,
8 www.valgrind.org and/or try to work around the problem, if you can.
10 Valgrind has to exit now. Sorry. Bye!
  /frameworks/native/services/surfaceflinger/tests/
Android.mk 22 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
23 # to integrate with auto-test framework.
30 # team really wants is to build the stuff defined by this makefile.
  /prebuilts/go/darwin-x86/doc/play/
pi.go 4 // This demonstrates Go's ability to handle
6 // It is an unreasonable way to calculate pi.
18 // pi launches n goroutines to compute an
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6128.go 12 // in cgo avoids trying to pass this to clang.
18 // nothing to run, just make sure this compiles.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4099.go 11 // The noescape comment only applies to the next func,
24 var buf2 [10]byte // ERROR "moved to heap: buf2"
25 F2(buf2[:]) // ERROR "buf2 escapes to heap"
issue9608.go 9 // This has to be done as a package rather than as a file,
11 // -complete flag to compiler, causing it to complain about
  /prebuilts/go/linux-x86/doc/play/
pi.go 4 // This demonstrates Go's ability to handle
6 // It is an unreasonable way to calculate pi.
18 // pi launches n goroutines to compute an
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6128.go 12 // in cgo avoids trying to pass this to clang.
18 // nothing to run, just make sure this compiles.

Completed in 592 milliseconds

<<21222324252627282930>>