HomeSort by relevance Sort by last modified time
    Searched refs:the (Results 1 - 25 of 8215) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Misc/
warn-in-system-header.h 4 #warning the cake is a lie
  /external/clang/test/PCH/
pth.c 4 #error This is the only diagnostic
6 // CHECK: This is the only diagnostic
  /external/curl/docs/cmdline-opts/
manual.d 3 Help: Display the full manual
5 Manual. Display the huge help text.
disable.d 5 If used as the first parameter on the command line, the \fIcurlrc\fP config
6 file will not be read and used. See the --config for details on the default
cert-status.d 4 Help: Verify the status of the server certificate
6 Tells curl to verify the status of the server certificate by using the
9 If this option is enabled and the server sends an invalid (e.g. expired)
10 response, if the response suggests that the server certificate has been revoked,
11 or no response at all is received, the verification fails.
13 This is currently only implemented in the OpenSSL, GnuTLS and NSS backends
    [all...]
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.
pass.d 3 Help: Pass phrase for the private key
6 Passphrase for the private key
8 If this option is used several times, the last one will be used.
ssl-reqd.d 6 Require SSL/TLS for the connection. Terminates the connection if the server
remote-time.d 3 Help: Set the remote file's time on the local output
5 When used, this will make curl attempt to figure out the timestamp of the
6 remote file, and if that is available make the local file get that same
no-buffer.d 3 Help: Disable buffering of the output stream
5 Disables the buffering of the output stream. In normal work situations, curl
6 will use a standard buffered output stream that will have the effect that it
7 will output the data in chunks, not necessarily exactly when the data arrives.
10 Note that this is the negated option name documented. You can thus use
11 --buffer to enforce the buffering.
include.d 3 Help: Include protocol response headers in the output
6 Include the HTTP response headers in the output. The HTTP response headers can
7 include things like server name, cookies, date of the document, HTTP version
10 To view the request headers, consider the --verbose option.
quote.d 7 Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
8 sent BEFORE the transfer takes place (just after the initial PWD command in an
11 has changed the working directory, just before the transfer command(s), prefix
12 the command with a '+' (this is only supported for FTP). You may specify any
15 If the server returns failure for one of the commands, the entire operation
17 defines to FTP servers, or one of the commands listed below to SFTP servers
    [all...]
  /external/golang-protobuf/conformance/
Makefile 3 # Copyright 2016 The Go Authors. All rights reserved.
7 # modification, are permitted provided that the following conditions are
10 # * Redistributions of source code must retain the above copyright
11 # notice, this list of conditions and the following disclaimer.
12 # * Redistributions in binary form must reproduce the above
13 # copyright notice, this list of conditions and the following disclaimer
14 # in the documentation and/or other materials provided with the
16 # * Neither the name of Google Inc. nor the names of it
    [all...]
  /external/ltp/testcases/kernel/containers/
README 6 ## it under the terms of the GNU General Public License as published by ##
7 ## the Free Software Foundation; either version 2 of the License, or ##
10 ## This program is distributed in the hope that it will be useful, but ##
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ##
12 ## or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ##
15 ## You should have received a copy of the GNU General Public License ##
16 ## along with this program; if not, write to the Free Software ##
23 The tests requires the Kernel to be compiled with the following config'
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
README.txt 5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 The purpose of the FdtPlatformDxe UEFI driver is to install the Flat Devic
    [all...]
  /external/toolchain-utils/bestflags/
generation_test.py 1 # Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
3 # found in the LICENSE file.
6 Part of the Chrome build flags optimization.
20 # The number of tasks to be put in a generation to be tested.
23 # The stride of permutation used to shuffle the input list of tasks. Should be
29 """This class test the Generation class.
31 Given a set of tasks in the generation, if there is any task that is pending,
32 then the Done method will return false, and true otherwise.
36 """"Test the Done method
    [all...]
  /external/walt/docs/
DragLatency.md 3 For detailed instructions on how to perform the measurement refer to the [usage doc](usage/WALT_usage.md#dragscroll-latency).
5 For drag (or scroll) latency WALT uses a laser that shines across the touch device and hits a detector on the
6 other side. The microcontroller monitors the state of the laser detector and reports (over usb) when
7 the laser beam is broken. A finger dragged back and forth on a touchpad or touch screen
8 and interrupts a laser beam. Touch events from the pad and laser events are then processed together
9 to deduce the delay
    [all...]
  /bionic/tools/versioner/
README.md 2 Use clang to verify the correctness of bionic's availability attributes against the NDK platform definitions.
  /external/clang/test/Preprocessor/Inputs/microsoft-header-search/
falsepos.h 3 #warning successfully resolved the falsepos.h header
  /external/jcommander/src/test/resources/
MessageBundle_en_US.properties 2 # Copyright (C) 2010 the original author or authors.
3 # See the notice.md file distributed with this work for additional
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
13 # distributed under the License is distributed on an "AS IS" BASIS,
15 # See the License for the specific language governing permissions and
16 # limitations under the License
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
022-define-func-arg-with-parens.c 2 foo(argument(including parens)for the win)
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer.py 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # found in the LICENSE file.
30 # Launching Chrome will use the provided flags.
32 # Previous set of flags on the device is now restored.
36 cmdline_name: Name of the command line file where to store flags.
48 """Changes the flags Chrome runs with.
51 tests should call Restore() to revert the flags to their original state
52 once the tests have completed.
56 """Initializes the FlagChanger and records the original arguments
    [all...]
  /external/deqp-deps/SPIRV-Tools/kokoro/windows-msvc-2013-release/
build.bat 3 :: Licensed under the Apache License, Version 2.0 (the "License");
4 :: you may not use this file except in compliance with the License.
5 :: You may obtain a copy of the License at
10 :: distributed under the License is distributed on an "AS IS" BASIS,
12 :: See the License for the specific language governing permissions and
13 :: limitations under the License.
19 :: Find out the directory of the common build script
    [all...]
  /external/deqp-deps/SPIRV-Tools/kokoro/windows-msvc-2015-release/
build.bat 3 :: Licensed under the Apache License, Version 2.0 (the "License");
4 :: you may not use this file except in compliance with the License.
5 :: You may obtain a copy of the License at
10 :: distributed under the License is distributed on an "AS IS" BASIS,
12 :: See the License for the specific language governing permissions and
13 :: limitations under the License.
19 :: Find out the directory of the common build script
    [all...]
  /external/deqp-deps/SPIRV-Tools/kokoro/windows-msvc-2017-debug/
build.bat 3 :: Licensed under the Apache License, Version 2.0 (the "License");
4 :: you may not use this file except in compliance with the License.
5 :: You may obtain a copy of the License at
10 :: distributed under the License is distributed on an "AS IS" BASIS,
12 :: See the License for the specific language governing permissions and
13 :: limitations under the License.
19 :: Find out the directory of the common build script
    [all...]

Completed in 814 milliseconds

1 2 3 4 5 6 7 8 91011>>