HomeSort by relevance Sort by last modified time
    Searched refs:The (Results 76 - 100 of 16697) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/curl/docs/cmdline-opts/
ftp-ssl-ccc-mode.d 8 Sets the CCC mode. The passive mode will not initiate the shutdown, but
9 instead wait for the server to do it, and will not reply to the shutdown from
10 the server. The active mode initiates the shutdown and waits for a reply from
11 the server.
ftp-ssl-ccc.d 7 Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after
8 authenticating. The rest of the control channel communication will be
9 unencrypted. This allows NAT routers to follow the FTP transaction. The
  /external/libmojo/mojo/public/js/
support.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.
15 * Waits on the given handle until the state indicated by |signals| is
18 * @param {MojoHandle} handle The handle to wait on.
19 * @param {MojoHandleSignals} signals Specifies the condition to wait for.
20 * @param {function (mojoResult)} callback Called with the result the wait i
    [all...]
  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 28 The extension is written against the OpenGL 1.2 Specification
32 Provides the application with means to enable and disable logging
33 of GL calls including parameters as readable text. The verbosity
34 of the generated log can be controlled. The resulting logs are
36 linked for standalone test programs. The set of calls and the
38 The application can add comments and enable or disable tracing of GL
39 operations at any time. The data flow from the application to G
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/fortran/
fortran_test.go 1 // Copyright 2016 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
11 t.Errorf("Unexpected result for The Answer. Got: %d Want: 42", a)
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
f.go 1 // Copyright 2012 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
5 // The package f is a go/doc test for functions and factory methods.
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
issue15920.go 1 // Copyright 2016 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
7 // The underlying type of Error is the underlying type of error.
  /prebuilts/go/darwin-x86/src/math/cmplx/
phase.go 1 // Copyright 2010 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
9 // Phase returns the phase (also called the argument) of x.
10 // The returned value is in the range [-Pi, Pi].
polar.go 1 // Copyright 2010 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
7 // Polar returns the absolute value r and phase ? of x,
9 // The phase is in the range [-Pi, Pi].
  /prebuilts/go/darwin-x86/src/net/
conf_netcgo.go 1 // Copyright 2015 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
16 // The build tag "netcgo" forces use of the cgo DNS resolver.
17 // It is the opposite of "netgo".
  /prebuilts/go/darwin-x86/src/os/
sys_darwin.go 1 // Copyright 2014 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
7 // supportsCloseOnExec reports whether the platform supports the
9 // The O_CLOEXEC flag was introduced in OS X 10.7 (Darwin 11.0.0).
sys_freebsd.go 1 // Copyright 2014 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
7 // supportsCloseOnExec reports whether the platform supports the
9 // The O_CLOEXEC flag was introduced in FreeBSD 8.3.
  /prebuilts/go/darwin-x86/src/runtime/
compiler.go 1 // Copyright 2012 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
7 // Compiler is the name of the compiler toolchain that built the
11 // gccgo The gccgo front end, part of the GCC compiler suite.
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
issue12225_test.go 1 // Copyright 2015 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
10 // The test is that this compiles at all.
issue13264_test.go 1 // Copyright 2015 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
8 // The test is that this compiles at all.
  /prebuilts/go/darwin-x86/test/fixedbugs/bug083.dir/
bug1.go 1 // Copyright 2009 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
10 // visible here in package bug1. The test for failure is in
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug276.go 3 // Copyright 2010 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
7 // Test case for issue 789. The bug only appeared for GOARCH=386.
bug327.go 3 // Copyright 2011 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
10 // The compiler used to not realize this was a no-op,
11 // so it generated a call to the non-existent function runtime.convE2E.
bug370.go 3 // Copyright 2011 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
10 // The program deadlocked.
bug468.go 3 // Copyright 2012 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
7 // The reflect package was not correctly checking field names
bug486.go 3 // Copyright 2014 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
7 // The gccgo lexer had a bug handling nested comments.
bug488.go 3 // Copyright 2014 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
7 // The gccgo compiler had a bug: if one file in a package did a dot
8 // import, then an earlier file in the package would incorrectly
9 // resolve to the imported names rather than reporting undefined
bug489.go 3 // Copyright 2014 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
7 // The gccgo compiler had a bug: mentioning a function type in an
8 // expression in a function literal messed up the list of variables
bug490.go 3 // Copyright 2014 The Go Authors. All rights reserved.
5 // license that can be found in the LICENSE file.
7 // The gccgo compiler used to crash building a comparison between an
  /prebuilts/go/darwin-x86/test/fixedbugs/bug404.dir/
two.go 1 // Copyright 2012 The Go Authors. All rights reserved.
3 // license that can be found in the LICENSE file.
5 // The gccgo compiler would fail on the import statement.

Completed in 803 milliseconds

1 2 34 5 6 7 8 91011>>