/external/python/cpython3/Python/clinic/ |
D | import.c.h | 3 [clinic start generated code]*/ 7 "--\n" 27 "--\n" 31 "This lock should be used by import hooks to ensure thread-safety when importing\n" 48 "--\n" 67 "_fix_co_filename($module, code, path, /)\n" 68 "--\n" 70 "Changes code.co_filename to specify the passed-in file path.\n" 72 " code\n" 73 " Code object to change.\n" [all …]
|
D | bltinmodule.c.h | 3 [clinic start generated code]*/ 7 "--\n" 16 "--\n" 27 "--\n" 38 "--\n" 40 "Return an ASCII-only representation of an object.\n" 43 "object, but escape the non-ASCII characters in the string returned by\n" 52 "--\n" 64 "--\n" 76 "--\n" [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnrollRuntime.cpp | 1 //===-- UnrollLoopRuntime.cpp - Runtime Loop unrolling utilities ----------===// 8 //===----------------------------------------------------------------------===// 10 // This file implements some loop unrolling utilities for loops with run-time 11 // trip counts. See LoopUnroll.cpp for unrolling loops with compile-time 14 // The functions in this file are used to generate extra code when the 15 // run-time trip count modulo the unroll factor is not 0. When this is the 16 // case, we need to generate code to execute these 'left over' iterations. 18 // The current strategy generates an if-then-else sequence prior to the 22 //===----------------------------------------------------------------------===// 44 #define DEBUG_TYPE "loop-unroll" [all …]
|
/external/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 1 bugpoint - automatic test case reduction tool 5 -------- 7 **bugpoint** [*options*] [*input LLVM ll/bc files*] [*LLVM passes*] **--args** 11 ----------- 15 by optimizers, or bad native code generation (including problems in the static 22 ------- 24 **--additional-so** *library* 27 run. This is useful if you are debugging programs which depend on non-LLVM 30 **--append-exit-code**\ =\ *{true,false}* 32 Append the test programs exit code to the output file so that a change in exit [all …]
|
/external/python/cpython3/Modules/clinic/ |
D | pyexpat.c.h | 3 [clinic start generated code]*/ 7 "--\n" 29 goto exit; in pyexpat_xmlparser_Parse() 33 exit: in pyexpat_xmlparser_Parse() 39 "--\n" 41 "Parse XML data from file-like object."); 48 "--\n" 65 goto exit; in pyexpat_xmlparser_SetBase() 69 exit: in pyexpat_xmlparser_SetBase() 75 "--\n" [all …]
|
D | _sre.c.h | 3 [clinic start generated code]*/ 7 "--\n" 23 if ((_return_value == -1) && PyErr_Occurred()) { in _sre_getcodesize() 24 goto exit; in _sre_getcodesize() 28 exit: in _sre_getcodesize() 34 "--\n" 53 goto exit; in _sre_getlower() 56 if ((_return_value == -1) && PyErr_Occurred()) { in _sre_getlower() 57 goto exit; in _sre_getlower() 61 exit: in _sre_getlower() [all …]
|
D | fcntlmodule.c.h | 3 [clinic start generated code]*/ 7 "--\n" 19 "corresponding to the return value of the fcntl call in the C code."); 25 fcntl_fcntl_impl(PyObject *module, int fd, int code, PyObject *arg); 32 int code; in fcntl_fcntl() local 36 conv_descriptor, &fd, &code, &arg)) { in fcntl_fcntl() 37 goto exit; in fcntl_fcntl() 39 return_value = fcntl_fcntl_impl(module, fd, code, arg); in fcntl_fcntl() 41 exit: in fcntl_fcntl() 47 "--\n" [all …]
|
/external/skia/tools/ |
D | build_command_buffer.py | 5 # Use of this source code is governed by a BSD-style license that can be 25 parser.add_argument('-c', '--chrome-dir', required=True, help= 27 parser.add_argument('-o', '--output-dir', required=True, 30 parser.add_argument('--make-output-dir', default=False, action='store_true', 32 parser.add_argument('--chrome-out-dir', default='CommandBufferForSkia', 36 parser.add_argument('--extra-gn-args', default='', 39 parser.add_argument('--extra-ninja-args', default='', 42 parser.add_argument('--chrome-revision', default='origin/lkgr', 44 parser.add_argument('--no-sync', action='store_true', default=False, 46 parser.add_argument('--no-hooks', action='store_true', default=False, [all …]
|
/external/skqp/tools/ |
D | build_command_buffer.py | 5 # Use of this source code is governed by a BSD-style license that can be 25 parser.add_argument('-c', '--chrome-dir', required=True, help= 27 parser.add_argument('-o', '--output-dir', required=True, 30 parser.add_argument('--make-output-dir', default=False, action='store_true', 32 parser.add_argument('--chrome-out-dir', default='CommandBufferForSkia', 36 parser.add_argument('--extra-gn-args', default='', 39 parser.add_argument('--extra-ninja-args', default='', 42 parser.add_argument('--chrome-revision', default='origin/lkgr', 44 parser.add_argument('--no-sync', action='store_true', default=False, 46 parser.add_argument('--no-hooks', action='store_true', default=False, [all …]
|
/external/icu/icu4c/source/tools/gensprep/ |
D | store.c | 6 * Copyright (C) 1999-2014, International Business Machines 11 * encoding: UTF-8 15 * created on: 2003-02-06 38 * StringPrep profile file format ------------------------------------ 40 * The file format prepared and written here contains a 16-bit trie and a mapping table. 54 * Any Unicode code point from 0 to 0x10ffff can be looked up to get 55 * the trie-word, if any, for that code point. This means that the input 56 * to the lookup are 21-bit unsigned integers, with not all of the 57 * 21-bit range used. 62 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file [all …]
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | AsyncTimeout.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 28 * should not do any long-running operations. Otherwise we risk starving other 36 * timeouts, and {@link #exit} afterwards. The return value of {@link #exit} 38 * #timedOut} is asynchronous, and may be called after {@link #exit}. 62 if (inQueue) throw new IllegalStateException("Unbalanced enter/exit"); in enter() 84 node.timeoutAt = now + Math.min(timeoutNanos, node.deadlineNanoTime() - now); in scheduleTimeout() 108 public final boolean exit() { in exit() method in AsyncTimeout 134 return timeoutAt - now; in remainingNanos() 139 * #enter()} and {@link #exit()} has exceeded the timeout. 145 * Returns a new sink that delegates to {@code sink}, using this to implement [all …]
|
/external/freetype/src/cff/ |
D | cffparse.c | 7 /* Copyright 1996-2018 by */ 43 FT_UInt code, in cff_parser_init() argument 50 FT_Memory memory = library->memory; /* for FT_NEW_ARRAY */ in cff_parser_init() 57 parser->top = parser->stack; in cff_parser_init() 59 parser->object_code = code; in cff_parser_init() 60 parser->object = object; in cff_parser_init() 61 parser->library = library; in cff_parser_init() 62 parser->num_designs = num_designs; in cff_parser_init() 63 parser->num_axes = num_axes; in cff_parser_init() 66 if ( FT_NEW_ARRAY( parser->stack, stackSize ) ) in cff_parser_init() [all …]
|
D | cffload.c | 7 /* Copyright 1996-2018 by */ 215 FT_Stream stream = idx->stream; in cff_index_read_offset() 220 if ( !FT_STREAM_READ( tmp, idx->off_size ) ) in cff_index_read_offset() 225 for ( nn = 0; nn < idx->off_size; nn++ ) in cff_index_read_offset() 241 FT_Memory memory = stream->memory; in cff_index_init() 247 idx->stream = stream; in cff_index_init() 248 idx->start = FT_STREAM_POS(); in cff_index_init() 253 goto Exit; in cff_index_init() 254 idx->hdr_size = 5; in cff_index_init() 259 goto Exit; in cff_index_init() [all …]
|
/external/annotation-tools/scene-lib/src/annotations/io/classfile/ |
D | ClassFileWriter.java | 20 * A <code> ClassFileWriter </code> provides methods for inserting annotations 25 @Option("-h print usage information and exit") 28 @Option("print version information and exit") 34 = "usage: insert-annotations [options] class1 indexfile1 class2 indexfile2 ..." 43 + "Each class is either a fully-qualified name of a class on your classpath," 59 * -h, --help print usage information and exit 60 * --version print version information and exit 74 System.err.println("(For non-argfile beginning with \"@\", use \"@@\" for initial \"@\"."); in main() 76 System.err.println("Alternative for flags: use '=', as in '-o=@Deprecated'.)"); in main() 78 System.exit(1); in main() [all …]
|
/external/ltp/doc/ |
D | ltp-howto.lyx | 129 important) testing techniques in its normal operations: Design and Code 132 set of tools to help identify any operational problems in their code that 205 Any code that you write to examine how a part of the kernel works can 213 Exit Style Tests 217 exit status of your program. 218 If your test program encounters unexpected or incorrect results, exit 219 the test program with a non-zero exit status, i.e. 222 exit(1) 225 Conversely, if your program completes as expected, return a zero exit status, 229 exit(0) [all …]
|
/external/swiftshader/third_party/LLVM/utils/ |
D | findmisopt | 10 # Given a bitcode file that produces correct output (or return code), 14 # different result code. When the passes have been narrowed down, 32 # if specified to any value causes the result code of the program to 34 # determined by diffing the program's output with the non-optimized 37 if [ "$#" -lt 3 ] ; then 39 exit 1 43 if [ -x "$dir/Release/bin/bugpoint" ] ; then 45 elif [ -x "$dir/Debug/bin/bugpoint" ] ; then 49 exit 1 56 if [ ! -f "$input" ] ; then [all …]
|
/external/llvm/utils/ |
D | findmisopt | 10 # Given a bitcode file that produces correct output (or return code), 14 # different result code. When the passes have been narrowed down, 32 # if specified to any value causes the result code of the program to 34 # determined by diffing the program's output with the non-optimized 37 if [ "$#" -lt 3 ] ; then 39 exit 1 43 if [ -x "$dir/Release/bin/bugpoint" ] ; then 45 elif [ -x "$dir/Debug/bin/bugpoint" ] ; then 49 exit 1 56 if [ ! -f "$input" ] ; then [all …]
|
/external/v8/tools/ |
D | test-server.py | 8 # * Redistributions of source code must retain the above copyright 36 PIDFILE = "/tmp/v8-distributed-testing-server.pid" 59 code = subprocess.call(cmd, shell=True) 60 if code != 0: 61 print("Command '%s' returned error code %d" % (cmd, code)) 62 sys.exit(code) 81 code = subprocess.call("which pip > /dev/null", shell=True) 82 if code != 0: 83 apt_get_code = subprocess.call("which apt-get > /dev/null", shell=True) 86 _Cmd("sudo apt-get install python-pip") [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | plurfmt.h | 5 * Copyright (C) 2007-2014, International Business Machines Corporation and 37 * <code>PluralFormat</code> supports the creation of internationalized 41 * <code>PluralFormat</code> selects the appropriate message based on 49 * forms of <i>all</i> languages correctly. <code>ChoiceFormat</code> 56 * 14). Thus <code>ChoiceFormat</code> is not adequate. 58 * <code>PluralFormat</code> deals with this by breaking the problem 61 * <li>It uses <code>PluralRules</code> that can define more complex 71 * http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html 74 * <h4>Usage of <code>PluralFormat</code></h4> 75 * <p>Note: Typically, plural formatting is done via <code>MessageFormat</code> [all …]
|
/external/skia/infra/bots/recipe_modules/gsutil/examples/full.expected/ |
D | failed_all_uploads.json | 5 "-m", 7 "-Z", 9 "gs://bar-bucket/file" 13 "step returned non-zero exit code: 1", 20 "-m", 22 "-Z", 24 "gs://bar-bucket/file" 28 "step returned non-zero exit code: 1", 35 "-m", 37 "-Z", [all …]
|
/external/skqp/infra/bots/recipe_modules/gsutil/examples/full.expected/ |
D | failed_all_uploads.json | 5 "-m", 7 "-Z", 9 "gs://bar-bucket/file" 13 "step returned non-zero exit code: 1", 20 "-m", 22 "-Z", 24 "gs://bar-bucket/file" 28 "step returned non-zero exit code: 1", 35 "-m", 37 "-Z", [all …]
|
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.1.in | 1 .\" Hey, Emacs! This is -*-nroff-*- you know... 7 .\" Copyright (C) 2000-2013 IBM, Inc. and others. 11 .TH UCONV 1 "2005-jul-1" "ICU MANPAGE" "ICU @VERSION@ Manual" 14 \- convert data from one encoding to another 21 .BI "\-V\fP, \fB\-\-version" 24 .BI "\-s\fP, \fB\-\-silent" 27 .BI "\-v\fP, \fB\-\-verbose" 30 .BI "\-l\fP, \fB\-\-list" 32 .BI "\-l\fP, \fB\-\-list\-code" " code" 34 .BI "\-\-default-code" [all …]
|
/external/swiftshader/third_party/LLVM/tools/lli/ |
D | lli.cpp | 1 //===- lli.cpp - LLVM Interpreter / Dynamic compiler ----------------------===// 8 //===----------------------------------------------------------------------===// 11 // which allow the direct execution of LLVM programs through a Just-In-Time 14 //===----------------------------------------------------------------------===// 50 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-")); 55 cl::opt<bool> ForceInterpreter("force-interpreter", 60 "use-mcjit", cl::desc("Enable use of the MC-based JIT (if available)"), 66 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] " 67 "(default = '-O2')"), 77 cl::desc("Architecture to generate assembly for (see --version)")); [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucbuf.h | 6 * Copyright (C) 1998-2016, International Business Machines 49 * Opens the UCHARBUF with the given file stream and code page for conversion 57 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 59 * On exit the value will indicate the success of the operation. 66 * Gets a UTF-16 code unit at the current position from the converted buffer 69 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 71 * On exit the value will indicate the success of the operation. 77 * Gets a UTF-32 code point at the current position from the converted buffer 80 * @param err is a pointer to a valid <code>UErrorCode</code> value. If this value 82 * On exit the value will indicate the success of the operation. [all …]
|
/external/ltp/testscripts/ |
D | exportfs.sh | 20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 # USAGE : exportfs.sh -h <nfs_server> -d <nfs_server_disk_partition> 24 # -t <server_fs_type> 34 # CODE COVERAGE: 7.1% - fs/exportfs (Total Coverage) 35 # 7.1% - fs/exportfs/expfs.c 45 USAGE="$0 -h <nfs_server> -d <nfs_server_disk_partition> -t <server_fs_type>" 62 exit 1 71 \?) echo $USAGE ; exit 1 ;; 75 if [ -z "$NFS_SERVER" ] 79 exit 1 [all …]
|