HomeSort by relevance Sort by last modified time
    Searched refs:The (Results 126 - 150 of 15054) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/test/
index1.go 3 // Copyright 2010 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
8 // The output is error checked.
index2.go 3 // Copyright 2010 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
8 // The output is error checked.
rotate0.go 3 // Copyright 2013 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
8 // The output is compiled and run.
rotate1.go 3 // Copyright 2013 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
8 // The output is compiled and run.
rotate2.go 3 // Copyright 2013 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
8 // The output is compiled and run.
rotate3.go 3 // Copyright 2013 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
8 // The output is compiled and run.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section0.d 3 # The h8300 port issues a warning message for
11 # The MIPS includes a 'section .reginfo' and such here.
section1.d 3 # The h8300 port issues a warning message for
11 # The MIPS includes a 'section .reginfo' and such here.
section6.d 3 # The h8300 port issues a warning message for
9 # The MIPS includes a 'section .reginfo' and such here.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
oddldw.s 2 # instruction references a register which is the target of a load.
3 # The assembler must warn about this!
oddsdw.s 2 # instruction references a register which is the target of a load.
3 # The assembler must warn about this!
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
warn_nobreak.l 2 .*warn_nobreak.s:2: Warning: The debugger will corrupt sstatus/ba \(r30\).
4 .*warn_nobreak.s:3: Warning: The debugger will corrupt bt \(r25\).
6 .*warn_nobreak.s:11: Warning: The debugger will corrupt sstatus/ba \(r30\).
8 .*warn_nobreak.s:12: Warning: The debugger will corrupt bt \(r25\).
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
err-noexp-cmd1.s 1 ! Check command-line error checking. The option -no-expand is not valid
err-pt32-cmd1.s 1 ! Check command-line error checking. The option -expand-pt32 is only valid
err-pt32-cmd2.s 1 ! Check command-line error checking. The option -expand-pt32 is invalid with
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/
regression-001.s 3 ;; The next line caused an earlier ld to core dump.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-offloc.s 1 % The .text contents is supposed to be linked --oformat binary with
2 % b-post1.s and b-goodmain.s. The code below will provide a LOP_LOC
b-offlocmis.s 1 % The .text contents is supposed to be linked --oformat binary with
2 % b-post1.s and b-goodmain.s. The code below will provide a LOP_LOC
4 % data. Note that the address is misaligned and the contents should
7 % this time the data (0x12345677) is entered with a LOP_QUOTE.
  /external/toolchain-utils/user_activity_benchmarks/
select_hot_functions.sql 1 -- Collects the function, with its file, the object and inclusive count value.
2 -- The limits here are entirely arbitrary.
11 -- Collect the data stored in CWP over the last 30 days.
15 -- The reports were collected periodically.
18 -- The reports were from a busy machine.
20 -- The reports are from the gnawty board, x86_64 architecture.
23 -- The reports include callchain data
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue18676/
main.go 1 // Copyright 2017 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
5 // The bug happened like this:
6 // 1) The main binary adds an itab for *json.UnsupportedValueError / error
8 // 2) The plugin adds that same itab again. That makes a cycle in the itab
10 // 3) The main binary then asks for the itab for *dynamodbstreamsevt.Event /
12 // The lookup code goes into an infinite loop searching for this itab.
13 // The code is carefully crafted so that the two itabs are both from th
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue18676/
main.go 1 // Copyright 2017 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
5 // The bug happened like this:
6 // 1) The main binary adds an itab for *json.UnsupportedValueError / error
8 // 2) The plugin adds that same itab again. That makes a cycle in the itab
10 // 3) The main binary then asks for the itab for *dynamodbstreamsevt.Event /
12 // The lookup code goes into an infinite loop searching for this itab.
13 // The code is carefully crafted so that the two itabs are both from th
    [all...]
  /external/libmojo/mojo/public/js/
threading.js 1 // Copyright 2014 The Chromium Authors. All rights reserved.
3 // found in the LICENSE file.
7 // Note: This file is for documentation purposes only. The code here is not
8 // actually executed. The real module is implemented natively in Mojo.
11 // to exit by quitting the current message loop. This module is not
12 // intended to be used by Mojo JS application started by the JS
18 * Quits the current message loop, esssentially:
  /external/mesa3d/docs/
MESA_shader_debug.spec 31 The ARB_shader_objects extension is required.
33 The ARB_shading_language_100 extension is required.
35 The extension is written against the OpenGL 1.5 specification.
37 The extension is written against the OpenGL Shading Language 1.10
45 to the debug object's log. A separate debug log for each shader type
47 at any time outside the Begin/End pair. Multiple debug objects can
74 Returned by the <params> parameter of GetObjectParameter{fi}vARB:
78 Accepted by the <logType> argument of ClearDebugLogMESA
    [all...]
  /prebuilts/go/darwin-x86/src/math/
log10.go 1 // Copyright 2009 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
7 // Log10 returns the decimal logarithm of x.
8 // The special cases are the same as for Log.
15 // Log2 returns the binary logarithm of x.
16 // The special cases are the same as for Log.
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
sys.go 1 // Copyright 2015 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
6 // constants used by the runtime.
9 // The next line makes 'go generate' write the zgen_*.go files with
12 // known GOOS and GOARCH. The constant is 1 on the

Completed in 676 milliseconds

1 2 3 4 56 7 8 91011>>