/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/ |
H A D | lib.rs | 37 pub fn proc_macro_error(attr: TokenStream, input: TokenStream) -> TokenStream { in proc_macro_error() 38 match impl_proc_macro_error(attr.into(), input.clone().into()) { in proc_macro_error() 42 let input = TokenStream2::from(input); in proc_macro_error() 44 quote!(#input #error).into() in proc_macro_error() 49 fn impl_proc_macro_error(attr: TokenStream2, input: TokenStream2) -> Result<TokenStream> { in impl_proc_macro_error() 50 let (attrs, signature, body) = parse_input(input)?; in impl_proc_macro_error()
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | parse.go | 23 // Parse returns the location represented by the input. 27 func Parse(input string) Span { 29 valid := input 32 suf := rstripSuffix(input) 88 func rstripSuffix(input string) suffix { 89 if len(input) == 0 { 92 remains := input 106 return suffix{input, "", -1}
|
/third_party/node/deps/brotli/c/enc/ |
H A D | compress_fragment.c | 7 /* Function for fast encoding of an input fragment, independently from the input 65 of the "input" string and stores it into the bit stream. 66 Note that the prefix code here is built from the pre-LZ77 input, therefore 68 Moreover, for long inputs we build a histogram from a sample of the input 70 Returns estimated compression ratio millibytes/char for encoding given input 73 const uint8_t* input, in BuildAndStoreLiteralPrefixCode() 84 ++histogram[input[i]]; in BuildAndStoreLiteralPrefixCode() 97 ++histogram[input[i]]; in BuildAndStoreLiteralPrefixCode() 316 static BROTLI_INLINE void EmitLiterals(const uint8_t* input, cons argument 72 BuildAndStoreLiteralPrefixCode(MemoryManager* m, const uint8_t* input, const size_t input_size, uint8_t depths[256], uint16_t bits[256], size_t* storage_ix, uint8_t* storage) BuildAndStoreLiteralPrefixCode() argument 425 BrotliCompressFragmentFastImpl( MemoryManager* m, const uint8_t* input, size_t input_size, BROTLI_BOOL is_last, int* table, size_t table_bits, uint8_t cmd_depth[128], uint16_t cmd_bits[128], size_t* cmd_code_numbits, uint8_t* cmd_code, size_t* storage_ix, uint8_t* storage) BrotliCompressFragmentFastImpl() argument [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | compress_fragment.c | 7 /* Function for fast encoding of an input fragment, independently from the input 65 of the "input" string and stores it into the bit stream. 66 Note that the prefix code here is built from the pre-LZ77 input, therefore 68 Moreover, for long inputs we build a histogram from a sample of the input 70 Returns estimated compression ratio millibytes/char for encoding given input 73 const uint8_t* input, in BuildAndStoreLiteralPrefixCode() 84 ++histogram[input[i]]; in BuildAndStoreLiteralPrefixCode() 97 ++histogram[input[i]]; in BuildAndStoreLiteralPrefixCode() 316 static BROTLI_INLINE void EmitLiterals(const uint8_t* input, cons argument 72 BuildAndStoreLiteralPrefixCode(MemoryManager* m, const uint8_t* input, const size_t input_size, uint8_t depths[256], uint16_t bits[256], size_t* storage_ix, uint8_t* storage) BuildAndStoreLiteralPrefixCode() argument 425 BrotliCompressFragmentFastImpl( MemoryManager* m, const uint8_t* input, size_t input_size, BROTLI_BOOL is_last, int* table, size_t table_bits, uint8_t cmd_depth[128], uint16_t cmd_bits[128], size_t* cmd_code_numbits, uint8_t* cmd_code, size_t* storage_ix, uint8_t* storage) BrotliCompressFragmentFastImpl() argument [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_ladspa.c | 63 unsigned int channels; /* forced input channels, 0 = auto */ 65 LADSPA_Data *zero[2]; /* zero input or dummy output */ 85 snd_pcm_ladspa_eps_t input; member 106 snd_pcm_ladspa_plugin_io_t input; member 185 snd_pcm_ladspa_free_io(&plugin->input); in snd_pcm_ladspa_free_plugins() 334 if (instance->input.m_data) { in snd_pcm_ladspa_free_instances() 335 for (idx = 0; idx < instance->input.channels.size; idx++) in snd_pcm_ladspa_free_instances() 336 free(instance->input.m_data[idx]); in snd_pcm_ladspa_free_instances() 337 free(instance->input.m_data); in snd_pcm_ladspa_free_instances() 344 free(instance->input in snd_pcm_ladspa_free_instances() 1437 snd_config_t *input = NULL, *output = NULL; snd_pcm_ladspa_add_plugin() local [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_test.c | 156 const char *input; member 1005 static int convert_utf8_to_utf16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int *offsetmap, int max_length) in convert_utf8_to_utf16() argument 1007 PCRE2_SPTR8 iptr = input; in convert_utf8_to_utf16() 1017 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16() 1048 *offsetmap = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf16() 1053 static int copy_char8_to_char16(PCRE2_SPTR8 input, PCRE2_UCHAR16 *output, int max_length) in copy_char8_to_char16() argument 1055 PCRE2_SPTR8 iptr = input; in copy_char8_to_char16() 1077 static int convert_utf8_to_utf32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int *offsetmap, int max_length) in convert_utf8_to_utf32() argument 1079 PCRE2_SPTR8 iptr = input; in convert_utf8_to_utf32() 1089 *offsetmap++ = (int)(iptr - (unsigned char*)input); in convert_utf8_to_utf32() 1113 copy_char8_to_char32(PCRE2_SPTR8 input, PCRE2_UCHAR32 *output, int max_length) copy_char8_to_char32() argument 1135 check_ascii(const char *input) check_ascii() argument 1841 const char *input; global() member 2129 const PCRE2_UCHAR16 *input; global() member 2213 const PCRE2_UCHAR16 *input; run_invalid_utf16_test() local 2337 const PCRE2_UCHAR32 *input; global() member 2400 const PCRE2_UCHAR32 *input; run_invalid_utf32_test() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_program_opencl.c | 94 int err, input, plane; in program_opencl_run() local 128 for (input = 0; input < ctx->nb_inputs; input++) { in program_opencl_run() 129 av_assert0(ctx->frames[input]); in program_opencl_run() 131 src = (cl_mem)ctx->frames[input]->data[plane]; in program_opencl_run() 134 cle = clSetKernelArg(ctx->kernel, 2 + input, sizeof(cl_mem), &src); in program_opencl_run() 137 "source image argument %d: %d.\n", input, cle); in program_opencl_run() 281 AVFilterPad input; in program_opencl_init() local 282 memset(&input, in program_opencl_init() [all...] |
H A D | vf_hwupload.c | 117 // The input is already a hardware format, so we just want to in hwupload_config_output() 118 // pass through the input frames in their own hardware context. in hwupload_config_output() 120 av_log(ctx, AV_LOG_ERROR, "No input hwframe context.\n"); in hwupload_config_output() 171 static int hwupload_filter_frame(AVFilterLink *link, AVFrame *input) in hwupload_filter_frame() argument 179 if (input->format == outlink->format) in hwupload_filter_frame() 180 return ff_filter_frame(outlink, input); in hwupload_filter_frame() 189 output->width = input->width; in hwupload_filter_frame() 190 output->height = input->height; in hwupload_filter_frame() 192 err = av_hwframe_transfer_data(output, input, 0); in hwupload_filter_frame() 198 err = av_frame_copy_props(output, input); in hwupload_filter_frame() [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | regex.h | 80 * to be applied to input text, and a few convenience methods for simple common 331 * Creates a RegexMatcher that will match the given input against this pattern. The 333 * on the input. Note that a RegexPattern object must not be deleted while 336 * The matcher will retain a reference to the supplied input string, and all regexp 341 * @param input The input string to which the regular expression will be applied. 343 * @return A RegexMatcher object for this pattern and input. 347 virtual RegexMatcher *matcher(const UnicodeString &input, 353 * create a matcher with a (char16_t *) string as input rather than 363 RegexMatcher *matcher(const char16_t *input, 1160 RegexMatcher &reset(const char16_t *input) = delete; global() member in U_FINAL [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_surface_modifier_test.c | 131 ADDR2_COMPUTE_SURFACE_ADDRFROMCOORD_INPUT input = {0}; in generate_hash() local 132 input.size = sizeof(input); in generate_hash() 133 input.swizzleMode = surf->u.gfx9.swizzle_mode; in generate_hash() 134 input.resourceType = ADDR_RSRC_TEX_2D; in generate_hash() 135 input.bpp = util_format_get_blocksizebits(entry->format); in generate_hash() 136 input.unalignedWidth = entry->w; in generate_hash() 137 input.unalignedHeight = entry->h; in generate_hash() 138 input.numSlices = 1; in generate_hash() 139 input in generate_hash() [all...] |
/third_party/node/src/ |
H A D | node_url.cc | 74 std::string input = Utf8Value(env->isolate(), args[0]).ToString(); in DomainToASCII() local 75 if (input.empty()) { in DomainToASCII() 84 if (!out->set_hostname(input)) { in DomainToASCII() 97 std::string input = Utf8Value(env->isolate(), args[0]).ToString(); in DomainToUnicode() local 98 if (input.empty()) { in DomainToUnicode() 108 if (!out->set_hostname(input)) { in DomainToUnicode() 124 CHECK(args[0]->IsString()); // input in CanParse() 131 Utf8Value input(env->isolate(), args[0]); in CanParse() 143 ada::parse<ada::url_aggregator>(input.ToStringView(), base_pointer); in CanParse() 194 CHECK(args[0]->IsString()); // input in Parse() [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | regex.h | 80 * to be applied to input text, and a few convenience methods for simple common 331 * Creates a RegexMatcher that will match the given input against this pattern. The 333 * on the input. Note that a RegexPattern object must not be deleted while 336 * The matcher will retain a reference to the supplied input string, and all regexp 341 * @param input The input string to which the regular expression will be applied. 343 * @return A RegexMatcher object for this pattern and input. 347 virtual RegexMatcher *matcher(const UnicodeString &input, 353 * create a matcher with a (char16_t *) string as input rather than 363 RegexMatcher *matcher(const char16_t *input, 1160 RegexMatcher &reset(const char16_t *input) = delete; global() member in final [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | regex.h | 80 * to be applied to input text, and a few convenience methods for simple common 331 * Creates a RegexMatcher that will match the given input against this pattern. The 333 * on the input. Note that a RegexPattern object must not be deleted while 336 * The matcher will retain a reference to the supplied input string, and all regexp 341 * @param input The input string to which the regular expression will be applied. 343 * @return A RegexMatcher object for this pattern and input. 347 virtual RegexMatcher *matcher(const UnicodeString &input, 353 * create a matcher with a (char16_t *) string as input rather than 363 RegexMatcher *matcher(const char16_t *input, [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_fingerprint.cpp | 263 const uint8 *input = (const uint8 *) data; in Process() local 288 input, in Process() 296 MD5Transform (state, &input [i]); in Process() 304 // Buffer remaining input in Process() 307 &input [i], in Process() 361 // Encodes input (uint32) into output (uint8). Assumes len is 365 const uint32 *input, in Encode() 373 output [j ] = (uint8) ((input [i] ) & 0xff); in Encode() 374 output [j+1] = (uint8) ((input [i] >> 8) & 0xff); in Encode() 375 output [j+2] = (uint8) ((input [ in Encode() 364 Encode(uint8 *output, const uint32 *input, uint32 len) Encode() argument 386 Decode(uint32 *output, const uint8 *input, uint32 len) Decode() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | uts46test.cpp | 132 UnicodeString input=UNICODE_STRING_SIMPLE("www.eXample.cOm"); in TestAPI() local 134 trans->nameToASCII(input, result, info, errorCode); in TestAPI() 140 trans->nameToUnicode(input, result, info, errorCode); in TestAPI() 147 input.setToBogus(); in TestAPI() 149 nontrans->labelToASCII(input, result, info, errorCode); in TestAPI() 156 input=UNICODE_STRING_SIMPLE("xn--bcher.de-65a"); in TestAPI() 158 nontrans->labelToASCII(input, result, info, errorCode); in TestAPI() 228 UnicodeString input=UNICODE_STRING_SIMPLE("\\u0000A_2+2=4\\u000A.e\\u00DFen.net").unescape(); in TestNotSTD3() local 231 if( not3->nameToUnicode(input, result, info, errorCode)!= in TestNotSTD3() 240 input in TestNotSTD3() [all...] |
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_priv.h | 169 nir_variable *input; in blorp_create_nir_input() local 171 input = nir_variable_create(nir, nir_var_uniform, type, name); in blorp_create_nir_input() 172 input->data.driver_location = offset; in blorp_create_nir_input() 173 input->data.location = offset; in blorp_create_nir_input() 175 input = nir_variable_create(nir, nir_var_shader_in, type, name); in blorp_create_nir_input() 176 input->data.location = VARYING_SLOT_VAR0 + offset / (4 * sizeof(float)); in blorp_create_nir_input() 177 input->data.location_frac = (offset / sizeof(float)) % 4; in blorp_create_nir_input() 180 input->data.interpolation = INTERP_MODE_FLAT; in blorp_create_nir_input() 181 return input; in blorp_create_nir_input()
|
/third_party/node/test/parallel/ |
H A D | test-worker-message-port.js | 12 const input = { a: 1 }; 13 port1.postMessage(input); 15 assert.deepStrictEqual(received, input); 51 const input = { a: 1 }; 52 port1.postMessage(input); 57 assert.deepStrictEqual(received, input); 66 const input = { a: 1 }; 75 port1.postMessage(input); 78 assert.deepStrictEqual(received, input);
|
/third_party/ninja/src/ |
H A D | util.cc | 337 static inline bool StringNeedsShellEscaping(const string& input) {
in StringNeedsShellEscaping() argument 338 for (size_t i = 0; i < input.size(); ++i) {
in StringNeedsShellEscaping() 339 if (!IsKnownShellSafeCharacter(input[i])) return true;
in StringNeedsShellEscaping() 344 static inline bool StringNeedsWin32Escaping(const string& input) {
in StringNeedsWin32Escaping() argument 345 for (size_t i = 0; i < input.size(); ++i) {
in StringNeedsWin32Escaping() 346 if (!IsKnownWin32SafeCharacter(input[i])) return true;
in StringNeedsWin32Escaping() 351 void GetShellEscapedString(const string& input, string* result) {
in GetShellEscapedString() argument 354 if (!StringNeedsShellEscaping(input)) {
in GetShellEscapedString() 355 result->append(input);
in GetShellEscapedString() 364 string::const_iterator span_begin = input in GetShellEscapedString() 378 GetWin32EscapedString(const string& input, string* result) GetWin32EscapedString() argument [all...] |
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | des.h | 78 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, 82 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output, 89 void DES_cbc_encrypt(const unsigned char *input, unsigned char *output, 93 void DES_ncbc_encrypt(const unsigned char *input, unsigned char *output, 97 void DES_xcbc_encrypt(const unsigned char *input, unsigned char *output, 105 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, 142 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, 169 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, 173 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
|
/third_party/rust/crates/bindgen/csmith-fuzzing/ |
H A D | driver.py | 116 input = NamedTemporaryFile(delete=False, prefix="input-", suffix=".h") 117 input.close() 118 result = run_logged(["csmith", "-o", input.name] + shlex.split(args.csmith_args)) 126 input.name 133 cat(input.name, title="Failing test case: {}".format(input.name)) 138 creduce(args, input.name, result) 140 print_issue_template(args, input.name, predicate_command, result) 146 os.remove(input [all...] |
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | attr.rs | 75 fn parse(input: ParseStream) -> syn::Result<Self> { in parse() 76 let name: Ident = input.parse()?; in parse() 108 let value = if input.peek(Token![=]) { in parse() 110 let assign_token = input.parse::<Token![=]>()?; // skip '=' in parse() 111 if input.peek(LitStr) { in parse() 112 let lit: LitStr = input.parse()?; in parse() 115 match input.parse::<Expr>() { in parse() 124 } else if input.peek(syn::token::Paren) { in parse() 127 parenthesized!(nested in input); in parse()
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | FieldMask.cs | 368 public void MergeFrom(pb::CodedInputStream input) { in MergeFrom() argument 370 input.ReadRawMessage(this); in MergeFrom() 373 while ((tag = input.ReadTag()) != 0) { in MergeFrom() 376 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); in MergeFrom() 379 paths_.AddEntriesFrom(input, _repeated_paths_codec); in MergeFrom() 389 void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { in IBufferMessage.InternalMergeFrom() argument 391 while ((tag = input.ReadTag()) != 0) { in IBufferMessage.InternalMergeFrom() 394 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); in IBufferMessage.InternalMergeFrom() 397 paths_.AddEntriesFrom(ref input, _repeated_paths_codec); in IBufferMessage.InternalMergeFrom()
|
H A D | SourceContext.cs | 184 public void MergeFrom(pb::CodedInputStream input) { in MergeFrom() argument 186 input.ReadRawMessage(this); in MergeFrom() 189 while ((tag = input.ReadTag()) != 0) { in MergeFrom() 192 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); in MergeFrom() 195 FileName = input.ReadString(); in MergeFrom() 205 void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { in IBufferMessage.InternalMergeFrom() argument 207 while ((tag = input.ReadTag()) != 0) { in IBufferMessage.InternalMergeFrom() 210 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); in IBufferMessage.InternalMergeFrom() 213 FileName = input.ReadString(); in IBufferMessage.InternalMergeFrom()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestImport.cs | 210 public void MergeFrom(pb::CodedInputStream input) { in MergeFrom() argument 212 input.ReadRawMessage(this); in MergeFrom() 215 while ((tag = input.ReadTag()) != 0) { in MergeFrom() 218 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); in MergeFrom() 221 D = input.ReadInt32(); in MergeFrom() 231 void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { in IBufferMessage.InternalMergeFrom() argument 233 while ((tag = input.ReadTag()) != 0) { in IBufferMessage.InternalMergeFrom() 236 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); in IBufferMessage.InternalMergeFrom() 239 D = input.ReadInt32(); in IBufferMessage.InternalMergeFrom()
|
H A D | UnittestImportProto3.cs | 186 public void MergeFrom(pb::CodedInputStream input) { in MergeFrom() argument 188 input.ReadRawMessage(this); in MergeFrom() 191 while ((tag = input.ReadTag()) != 0) { in MergeFrom() 194 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); in MergeFrom() 197 D = input.ReadInt32(); in MergeFrom() 207 void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { in IBufferMessage.InternalMergeFrom() argument 209 while ((tag = input.ReadTag()) != 0) { in IBufferMessage.InternalMergeFrom() 212 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); in IBufferMessage.InternalMergeFrom() 215 D = input.ReadInt32(); in IBufferMessage.InternalMergeFrom()
|