Home
last modified time | relevance | path

Searched +full:- +full:- +full:prefer +full:- +full:binary (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/external/python/pybind11/.github/workflows/
Dci.yml8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
21 - 2.7
22 - 3.5
23 - 3.6
24 - 3.9
25 # - 3.10-dev # Re-enable once 3.10.0a5 is released
[all …]
Dpip.yml8 - master
9 - stable
10 - v*
13 - published
19 test-packaging:
20 name: �� 2.7 • �� tests • windows-latest
21 runs-on: windows-latest
24 - uses: actions/checkout@v2
26 - name: Setup �� 2.7
27 uses: actions/setup-python@v2
[all …]
/external/protobuf/java/
DREADME.md1 # Protocol Buffers - Google's data interchange format
5 https://developers.google.com/protocol-buffers/
13 $ protoc --java_out=${OUTPUT_DIR} path/to/your/proto/file
25 <artifactId>protobuf-java</artifactId>
34 protobuf-java-util package:
39 <artifactId>protobuf-java-util</artifactId>
48 compile 'com.google.protobuf:protobuf-java:3.6.1'
74 ### Build from Source - With Maven
80 2) Build the C++ code, or obtain a binary distribution of protoc (see
81 the toplevel [README.md](../README.md)). If you install a binary
[all …]
/external/perfetto/
DPRESUBMIT.py7 # http://www.apache.org/licenses/LICENSE-2.0
71 if subprocess.call([tool, '--check-only']):
89 if subprocess.call([tool, '--check-only']):
106 if subprocess.call([tool, '--check-only']):
117 'std::stoi throws exceptions prefer base::StringToInt32()'),
119 'std::stoull throws exceptions prefer base::StringToInt32()'),
121 'std::stoull throws exceptions prefer base::StringToUint32()'),
123 'std::stoull throws exceptions prefer base::StringToInt64()'),
125 'std::stoull throws exceptions prefer base::StringToUint64()'),
127 'std::stof throws exceptions prefer base::StringToDouble()'),
[all …]
/external/libtextclassifier/native/lang_id/
Dmodel-provider.h8 * http://www.apache.org/licenses/LICENSE-2.0
23 #include "lang_id/common/embedding-network-params.h"
31 // Note: some clients prefer to include the model parameters in the binary,
32 // others prefer loading them from a separate file. This file provides a common
47 // Returns parameters for the underlying Neurosis feed-forward neural network.
51 // returned vector should be a BCP-47 language code (e.g., "en", "ro", etc).
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
30 // ----
42 // well. I prefer the boost names for 2 reasons:
111 // New code should prefer base::is_same, defined in base/type_traits.h.
/external/yapf/
DCHANGELOG7 - `DISABLE_ENDING_COMMA_HEURISTIC` is a new knob to disable the heuristic which
8 splits a list onto separate lines if the list is comma-terminated.
10 - There's no need to increase N_TOKENS. In fact, it causes other things which
12 - Change the exception message instead of creating a new one that's just a
15 ## [0.22.0] 2018-05-15
17 - The `BLANK_LINE_BEFORE_MODULE_DOCSTRING` knob adds a blank line before a
19 - The `SPLIT_ALL_COMMA_SEPARATED_VALUES` knob causes all lists, tuples, dicts
23 - Improve the heuristic we use to determine when to split at the start of a
26 - Check all of the elements of a tuple. Similarly to how arguments are
28 - Adjust splitting penalties around arithmetic operators so that the code can
[all …]
/external/curl/docs/cmdline-opts/
Dget.d5 ---
6 When used, this option will make all data specified with --data, --data-binary
7 or --data-urlencode to be used in an HTTP GET request instead of the POST
11 If used in combination with --head, the POST data will instead be appended to
16 the alternative method you prefer.
/external/angle/extensions/
DEGL_ANGLE_program_cache_control.txt38 that have access to an internal binary program cache. It also allows for
39 querying and populating the contents of the binary cache.
59 void *binary,
66 const void *binary,
99 for details on the program binary cache.
101 Add a section 3.13 to the end of section 3 "EGL Program Binary Cache":
103 Each display has an associated program binary cache. This cache stores
104 compiled programs for re-use on subsequent calls to glLinkProgram. The
106 its use per-context (see section 3.7.1) and specifying a cache size. It
107 can also query the current cache values and populate the cache during start-
[all …]
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DCharStream.java3 Copyright (c) 2005-2009 Terence Parr
6 Redistribution and use in source and binary forms, with or without
11 2. Redistributions in binary form must reproduce the above copyright
32 public static final int EOF = -1;
42 * lexer code. I'd prefer to return a char here type-wise, but it's
43 * probably better to be 32-bit clean and be consistent with LA.
55 /** The index of the character relative to the beginning of the line 0..n-1 */
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DCharStream.as3 Copyright (c) 2005-2006 Terence Parr
6 Redistribution and use in source and binary forms, with or without
11 2. Redistributions in binary form must reproduce the above copyright
40 * lexer code. I'd prefer to return a char here type-wise, but it's
41 * probably better to be 32-bit clean and be consistent with LA.
53 /** The index of the character relative to the beginning of the line 0..n-1 */
/external/antlr/runtime/ObjC/Framework/
DCharStream.h2 // Copyright (c) 2006-2007 Kay Roepke 2010 Alan Condit
5 // Redistribution and use in source and binary forms, with or without
10 // 2. Redistributions in binary form must reproduce the above copyright
29 #define CharStreamEOF -1
38 - (NSString *) substringWithRange:(NSRange) theRange;
42 * lexer code. I'd prefer to return a char here type-wise, but it's
43 * probably better to be 32-bit clean and be consistent with LA.
45 - (NSInteger)LT:(NSInteger) i;
48 - (NSInteger)getLine;
50 - (void)setLine:(NSInteger)aLine;
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DICharStream.cs3 * Copyright (c) 2005-2008 Terence Parr
7 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
51 * lexer code. I'd prefer to return a char here type-wise, but it's
52 * probably better to be 32-bit clean and be consistent with LA.
65 … /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DICharStream.cs3 * Copyright (c) 2005-2008 Terence Parr
7 * Copyright (c) 2008-2009 Sam Harwell, Pixel Mine, Inc.
10 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
49 * lexer code. I'd prefer to return a char here type-wise, but it's
50 * probably better to be 32-bit clean and be consistent with LA.
62 … /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
/external/llvm/docs/CommandGuide/
Dllvm-symbolizer.rst1 llvm-symbolizer - convert addresses into source code locations
5 --------
7 :program:`llvm-symbolizer` [options]
10 -----------
12 :program:`llvm-symbolizer` reads object file names and addresses from standard
14 If object file is specified in command line, :program:`llvm-symbolizer`
19 --------
21 .. code-block:: console
29 $ llvm-symbolizer < addr.txt
53 $ llvm-symbolizer -obj=a.out < addr2.txt
[all …]
/external/llvm-project/compiler-rt/test/profile/
Dinstrprof-merging.cpp3 // RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %s -c -o %t.v1.o \
4 // RUN: -D_VERSION_1
5 // RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %s -c -o %t.v2.o \
6 // RUN: -D_VERSION_2
7 // RUN: %clangxx_profgen -std=c++14 -fcoverage-mapping %t.v1.o %t.v2.o \
8 // RUN: -o %t.exe
13 // RUN: llvm-profdata merge %t.profraw -o %t.profdata
17 // RUN: llvm-cov show %t.v1.o -instr-profile=%t.profdata | FileCheck %s -check-prefixes=V1,V1-ONLY
18 // RUN: llvm-cov show %t.v2.o -instr-profile=%t.profdata | FileCheck %s -check-prefixes=V2,V2-ONLY
19 // RUN: llvm-cov show %t.v1.o -object %t.v2.o -instr-profile=%t.profdata | FileCheck %s -check-pref…
[all …]
/external/openssh/regress/
Dreexec.sh12 # NB. prefer ln to cp here. On some OSX 19.4 configurations,
24 rm -f ${COPY}
25 ${SSH} -nq -F $OBJ/ssh_config somehost \
27 if [ $? -ne 0 ]; then
31 rm -f ${COPY}
46 # cygwin can't fork a deleted binary
52 rm -f $SSHD_COPY
/external/flatbuffers/docs/source/
DFlexBuffers.md11 This is a binary format that can be used in conjunction
16 FlatBuffers has over other serialization formats (schema-based or not):
18 This is a huge win in efficiency / memory friendly-ness, and allows unique
19 use cases such as mmap-ing large amounts of free-form data.
24 offsets can be encoded in just 8 bits. While a schema-less representation is
25 usually more bulky because of the need to be self-descriptive, FlexBuffers
74 fbb.Int(-100);
83 `{ vec: [ -100, "Fred", 4.0 ], foo: 100 }`. The root is a dictionary that has
84 just two key-value pairs, with keys `vec` and `foo`. Unlike FlatBuffers, it
90 also use more conventional start/end calls if you prefer.
[all …]
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.cpp1 //===-- ProcessMachCore.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
34 // Needed for the plug-in names for the dynamic loaders.
37 #include "Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h"
38 #include "Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h"
39 #include "Plugins/ObjectFile/Mach-O/ObjectFileMachO.h"
50 static ConstString g_name("mach-o-core"); in LLDB_PLUGIN_DEFINE()
55 return "Mach-O core file debugging plug-in."; in GetPluginDescriptionStatic()
70 crash_file->GetPath(), header_size, 0); in CreateInstance()
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dnullptr.cpp1 …/ RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify -std=c++11 -ffreestanding -W…
10 void o2(char*); // expected-note {{candidate}}
11 void o2(int A::*); // expected-note {{candidate}}
28 bool b = nullptr; // expected-error {{cannot initialize}} in f()
31 uintptr_t i = nullptr; // expected-error {{cannot initialize}} in f()
35 (void)(null <= nullptr); // expected-error {{invalid operands to binary expression}} in f()
39 (void)(null <= 0); // expected-error {{invalid operands to binary expression}} in f()
40 (void)(null <= (void*)0); // expected-error {{invalid operands to binary expression}} in f()
41 (void)((void*)0 <= nullptr); // expected-error {{invalid operands to binary expression}} in f()
44 (void)(nullptr <= 0); // expected-error {{invalid operands to binary expression}} in f()
[all …]
/external/webrtc/test/testsupport/
Dperf_result_reporter.h4 * Use of this source code is governed by a BSD-style license
57 // (test binary name) > (bot) > ramp_up_time_turn_over_tcp > bwe_15s.
58 // (test binary name) > (bot) > ramp_up_time_turn_over_udp > bwe_15s.
78 // Users should prefer AddResultList if possible, as otherwise the min/max
80 // |mean_and_error| should be a comma-separated string of mean then
/external/googletest/googlemock/include/gmock/internal/
Dgmock-port.h4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
31 // Low-level types and utilities for porting Google Mock to various
49 // required for Google Test and are defined in gtest-port.h.
51 // Note to maintainers: to reduce code duplication, prefer adding
52 // portability utilities to Google Test's gtest-port.h instead of
56 #include "gtest/internal/gtest-port.h"
57 #include "gmock/internal/custom/gmock-port.h"
/external/angle/src/tests/test_utils/
Dgl_raii.h3 // Use of this source code is governed by a BSD-style license that can be
37 // The move-constructor and move-assignment operators are necessary so that the data within a
163 // Prefer ANGLE_GL_PROGRAM for local variables.
205 void makeBinaryOES(const std::vector<uint8_t> &binary, GLenum binaryFormat) in makeBinaryOES() argument
207 mHandle = LoadBinaryProgramOES(binary, binaryFormat); in makeBinaryOES()
210 void makeBinaryES3(const std::vector<uint8_t> &binary, GLenum binaryFormat) in makeBinaryES3() argument
212 mHandle = LoadBinaryProgramES3(binary, binaryFormat); in makeBinaryES3()
271 #define ANGLE_GL_BINARY_OES_PROGRAM(name, binary, binaryFormat) \ argument
273 name.makeBinaryOES(binary, binaryFormat); \
276 #define ANGLE_GL_BINARY_ES3_PROGRAM(name, binary, binaryFormat) \ argument
[all …]
/external/llvm-project/clang/test/Driver/
Dmingw-sysroot.cpp2 // UNSUPPORTED: system-windows
4 // RUN: rm -rf %T/testroot-gcc
5 // RUN: mkdir -p %T/testroot-gcc/bin
6 // RUN: ln -s %clang %T/testroot-gcc/bin/x86_64-w64-mingw32-gcc
7 // RUN: ln -s %clang %T/testroot-gcc/bin/x86_64-w64-mingw32-clang
8 // RUN: ln -s %S/Inputs/mingw_ubuntu_posix_tree/usr/x86_64-w64-mingw32 %T/testroot-gcc/x86_64-w64-m…
9 // RUN: ln -s %S/Inputs/mingw_ubuntu_posix_tree/usr/lib %T/testroot-gcc/lib
11 // RUN: rm -rf %T/testroot-clang
12 // RUN: mkdir -p %T/testroot-clang/bin
13 // RUN: ln -s %clang %T/testroot-clang/bin/x86_64-w64-mingw32-clang
[all …]
/external/yapf/yapf/yapflib/
Dunwrapped_line.py7 # http://www.apache.org/licenses/LICENSE-2.0
35 actual amount of spaces, which is style-dependent.
42 Constructs the doubly-linked lists for format tokens using their built-in
136 """Returns the first non-whitespace token."""
141 """Returns the last non-whitespace token."""
142 return self._tokens[-1]
145 # Token -> String Methods #
153 TODO(eliben): for now this is rudimentary for debugging - once we add
229 # The closing pseudo-paren shouldn't affect spacing.
235 # No space before a non-semantic token.
[all …]

12345678910>>...34