/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
lib.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 78 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 80 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 559 // But some other part of the linker is expecting STLSBSS. 1174 // Second, check that longer lines match each other exactly, 1186 /* skip over exports and other info -- ends with \n!\n */ [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateFormatSymbols.java | 36 * <strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.DateFormatSymbols}. Methods, fields, and other functionality specific to ICU are labeled '<strong>[icu]</strong>'. 567 * value associated with a system time zone object. All other entries 622 OTHER, 1341 DateFormatSymbols other = (DateFormatSymbols)super.clone(); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateFormatSymbols.java | 578 * value associated with a system time zone object. All other entries 633 OTHER, 1381 DateFormatSymbols other = (DateFormatSymbols)super.clone(); local [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.h | 13 // in the documentation and/or other materials provided with the 255 // The number of extensions -- extending *other* messages -- that were 262 // Looks up a named extension (which extends some *other* message type) [all...] |
/external/v8/src/x87/ |
assembler-x87.h | 13 // documentation and/or other materials provided with the distribution. 418 enum Type { UNCONDITIONAL_JUMP, CODE_RELATIVE, OTHER, CODE_ABSOLUTE }; 433 PrintF("%s (%x) ", (type() == UNCONDITIONAL_JUMP ? "jmp" : "[other]"), 479 // desc. GetCode() is idempotent; it returns the same result if no other [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
UIProvider.java | 293 * Does the server allow the user to compose mails (and reply) using addresses other than [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/ |
gsubr.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
peep.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 400 // when a register other than ax, bx, cx, dx 401 // is used, so rewrite to other instructions
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/ |
gsubr.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
peep.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 1304 // It's strange that this handles R0 and F0 differently from the other [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ |
gsubr.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
popt.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 347 * otherwise, dominators plus some other non-dominators. 927 // from memory without being rechecked. Other variables need to be checked on
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ |
gsubr.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
peep.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 522 // assume v1 was set on other path 890 // It's strange that this handles R0 and F0 differently from the other
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/ |
obj5.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
obj6.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 1120 * copy up to 4 instructions or else branch to other copy. 1198 * continue loop on the other.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/amd64/ |
asm.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
ldelf.go | 37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 208 Other uint8 248 Other uint8 304 other uint8 664 flag = int(sym.other) >> 5 668 Diag("%s: invalid sym.other 0x%x for %s", pn, sym.other, s.Name) 858 sym.other = b.Other [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ppc64/ |
asm.go | 29 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 31 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 53 // The ppc64 ABI PLT has similar concepts to other 67 // .plt.got on other architectures). Initially, the 74 // slot and calls it like any other global entry point 89 // NOTE: It's possible we could make ppc64 closer to other 90 // architectures: ppc64's .plt is like .plt.got on other 91 // platforms and ppc64's .glink is like .plt on other 561 // Other things will be relative to this.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/ |
gsubr.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
peep.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 397 // when a register other than ax, bx, cx, dx 398 // is used, so rewrite to other instructions
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/ |
gsubr.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
peep.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 1301 // It's strange that this handles R0 and F0 differently from the other [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/ |
gsubr.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
popt.go | 26 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 28 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 344 * otherwise, dominators plus some other non-dominators. 924 // from memory without being rechecked. Other variables need to be checked on
|