Home
last modified time | relevance | path

Searched +full:copy +full:- +full:item (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/third_party/ffmpeg/doc/
Dbitstream_filters.texi6 the configure option @code{--list-bsfs}.
9 @code{--disable-bsfs}, and selectively enable any bitstream filter using
10 the option @code{--enable-bsf=BSF}, or you can disable a particular
11 bitstream filter using the option @code{--disable-bsf=BSF}.
13 The option @code{-bsfs} of the ff* tools will display the list of
16 The ff* tools have a -bsf option applied per stream, taking a
17 comma-separated list of filters, whose parameters follow the filter
21 ffmpeg -i INPUT -c:v copy -bsf:v filter1[=opt1=str1:opt2=str2][,filter2] OUTPUT
29 Convert MPEG-2/4 AAC ADTS to an MPEG-4 Audio Specific Configuration
32 This filter creates an MPEG-4 AudioSpecificConfig from an MPEG-2/4
[all …]
Dffmpeg.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
15 ffmpeg [@var{global_options}] @{[@var{input_file_options}] -i @file{input_url}@} ... @{[@var{output…
26 @code{-i} option, and writes to an arbitrary number of output "files", which are
34 or with the @code{-map} option (see the Stream selection chapter).
36 To refer to input files in options, you must use their indices (0-based). E.g.
48 Do not mix input and output files -- first specify all input files, then all
53 @item
56 ffmpeg -i input.avi -b:v 64k -bufsize 64k output.avi
59 @item
[all …]
/third_party/icu/icu4c/packaging/
Ddistrelease.ps13 #-------------------------
6 # Date: 2017-04-14
7 #-------------------------
9 # This builds a zipfile containing the 64-bit (x64) and/or 32-bit (x86) Windows binaries.
15 # Set-ExecutionPolicy -Scope Process Unrestricted
16 # .\packaging\distrelease.ps1 -arch "x64 or x86 or ARM64"
18 # Will emit: c:\icu4c\icu\source\dist\icu-windows.zip
22 …wershell.core/about/about_execution_policies?view=powershell-5.1&viewFallbackFrom=powershell-Micro…
29 $icuDir = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
30 $icuDir = Resolve-Path -Path '$icuDir\..'
[all …]
/third_party/mesa3d/.gitlab-ci/windows/
Dmesa_build.ps17 Write-Host "Refreshing Windows TLS CA cache"
8 (New-Object System.Net.WebClient).DownloadString("https://github.com") >$null
12 Get-Date
13 Write-Host "Compiling Mesa"
14 $builddir = New-Item -Force -ItemType Directory -Name "_build"
15 $installdir = New-Item -Force -ItemType Directory -Name "_install"
20 Remove-Item -Recurse -Force $builddir
21 Remove-Item -Recurse -Force $installdir
22 New-Item -ItemType Directory -Path $builddir
23 New-Item -ItemType Directory -Path $installdir
[all …]
Dmesa_deps_test.ps11 Get-Date
2 Write-Host "Downloading Freeglut"
4 $freeglut_zip = 'freeglut-MSVC.zip'
7 For ($i = 0; $i -lt 5; $i++) {
8 Invoke-WebRequest -Uri $freeglut_url -OutFile $freeglut_zip
16 Write-Host "Failed to download Freeglut"
20 Get-Date
21 Write-Host "Installing Freeglut"
22 Expand-Archive $freeglut_zip -DestinationPath C:\
24 Write-Host "Failed to install Freeglut"
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/
Dfdl-1.3.texi11 Everyone is permitted to copy and distribute verbatim copies
16 @item
21 assure everyone the effective freedom to copy and redistribute it,
40 @item
46 world-wide, royalty-free license, unlimited in duration, to use that
50 copy, modify or distribute the work in a way requiring permission
57 A ``Secondary Section'' is a named appendix or a front-matter section
77 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
78 the Document is released under this License. A Front-Cover Text may
79 be at most 5 words, and a Back-Cover Text may be at most 25 words.
[all …]
Dlgpl.texi9 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
11 Everyone is permitted to copy and distribute verbatim copies
24 free software---to make sure the software is free for all its users.
27 specially designated software---typically libraries---of the Free
54 We protect your rights with a two-step method: (1) we copyright the
56 permission to copy, distribute and/or modify the library.
77 libraries into non-free programs.
90 of an advantage over competing non-free programs. These disadvantages
97 a de-facto standard. To achieve this, non-free programs must be
99 library does the same job as widely used non-free libraries. In this
[all …]
Decos.texi7 59 Temple Place -- Suite 330, Boston, MA 02111-1307, USA
9 Everyone is permitted to copy and distribute verbatim copies
21 software---to make sure the software is free for all its users. This
47 (2) offer you this license which gives you legal permission to copy,
74 @item
92 @item
93 You may copy and distribute verbatim copies of the Program's
95 conspicuously and appropriately publish on each copy an appropriate
98 and give any other recipients of the Program a copy of this License
101 You may charge a fee for the physical act of transferring a copy, and
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs2 // Protocol Buffers - Google's data interchange format
4 // https://developers.google.com/protocol-buffers/
70 /// bytes, both of which are immutable) and so a simple copy is
123 // Non-nullable value types can be packed or not. in AddEntriesFrom()
132 // of the repeated field and pre-initialize the underlying collection. in AddEntriesFrom()
158 // Empty packed field. Odd, but valid - just ignore. in AddEntriesFrom()
288 …/// <exception cref="ArgumentOutOfRangeException">The new value is less than Count -or- when Count…
298 … $"Cannot set Capacity to a value smaller than the current item count, {count}");
325 Array.Copy(array, 0, tmp, 0, count); in SetSize()
331 /// Adds the specified item to the collection.
[all …]
/third_party/cJSON/
DcJSON.c2 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
4 Permission is hereby granted, free of charge, to any person obtaining a copy
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74 #define isinf(d) (isnan((d - d)) && !isnan(d))
82 #define NAN sqrt(-1.0)
99 CJSON_PUBLIC(char *) cJSON_GetStringValue(const cJSON * const item) in cJSON_GetStringValue() argument
101 if (!cJSON_IsString(item)) in cJSON_GetStringValue()
106 return item->valuestring; in cJSON_GetStringValue()
110 CJSON_PUBLIC(long long *) cJSON_GetInt64NumberValue(cJSON * const item) in cJSON_GetInt64NumberValue() argument
112 if (!cJSON_IsInt64Number(item)) in cJSON_GetInt64NumberValue()
[all …]
/third_party/cJSON/tests/
Dcommon.h2 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
4 Permission is hereby granted, free of charge, to any person obtaining a copy
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 void reset(cJSON *item);
29 void reset(cJSON *item) { in reset() argument
30 if ((item != NULL) && (item->child != NULL)) in reset()
32 cJSON_Delete(item->child); in reset()
34 if ((item->valuestring != NULL) && !(item->type & cJSON_IsReference)) in reset()
36 global_hooks.deallocate(item->valuestring); in reset()
38 if ((item->string != NULL) && !(item->type & cJSON_StringIsConst)) in reset()
[all …]
Dparse_array.c2 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
4 Permission is hereby granted, free of charge, to any person obtaining a copy
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31 static cJSON item[1]; variable
35 TEST_ASSERT_NOT_NULL_MESSAGE(array_item, "Item is NULL."); in assert_is_array()
52 TEST_ASSERT_FALSE(parse_array(item, &buffer)); in assert_not_array()
53 assert_is_invalid(item); in assert_not_array()
63 TEST_ASSERT_TRUE(parse_array(item, &buffer)); in assert_parse_array()
64 assert_is_array(item); in assert_parse_array()
70 assert_has_no_child(item); in parse_array_should_parse_empty_arrays()
[all …]
Dmisc_int64_tests.c2 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
4 Permission is hereby granted, free of charge, to any person obtaining a copy
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34 …TEST_ASSERT_BITS_MESSAGE(cJSON_IsInt64, cJSON_IsInt64, int64_number_item->type, "Item should be a … in assert_is_int64()
39 cJSON *item = NULL; in cjson_get_object_item_should_get_object_items_with_int64() local
42 item = cJSON_Parse("{\"one\":1, \"Two\":2, \"tHree\":3}"); in cjson_get_object_item_should_get_object_items_with_int64()
47 found = cJSON_GetObjectItem(item, NULL); in cjson_get_object_item_should_get_object_items_with_int64()
50 found = cJSON_GetObjectItem(item, "one"); in cjson_get_object_item_should_get_object_items_with_int64()
51 TEST_ASSERT_NOT_NULL_MESSAGE(found, "Failed to find first item."); in cjson_get_object_item_should_get_object_items_with_int64()
52 TEST_ASSERT_EQUAL_DOUBLE(found->valuedouble, 1); in cjson_get_object_item_should_get_object_items_with_int64()
[all …]
Dparse_object.c2 Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
4 Permission is hereby granted, free of charge, to any person obtaining a copy
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31 static cJSON item[1]; variable
35 TEST_ASSERT_NOT_NULL_MESSAGE(object_item, "Item is NULL."); in assert_is_object()
47 TEST_ASSERT_NOT_NULL_MESSAGE(child_item, "Child item is NULL."); in assert_is_child()
48 TEST_ASSERT_NOT_NULL_MESSAGE(child_item->string, "Child item doesn't have a name."); in assert_is_child()
49 TEST_ASSERT_EQUAL_STRING_MESSAGE(name, child_item->string, "Child item has the wrong name."); in assert_is_child()
50 TEST_ASSERT_BITS(0xFF, type, child_item->type); in assert_is_child()
60 TEST_ASSERT_FALSE(parse_object(item, &parsebuffer)); in assert_not_object()
[all …]
/third_party/python/Lib/test/
Dtest_xml_dom_minicompat.py3 import copy
15 # Test item access on an EmptyNodeList.
18 self.assertIsNone(node_list.item(0))
19 self.assertIsNone(node_list.item(-1)) # invalid item
24 node_list[-1]
51 self.assertIsNone(node_list.item(0))
52 self.assertIsNone(node_list.item(-1))
57 node_list[-1]
63 self.assertEqual(node_list.item(0), 111)
64 self.assertIsNone(node_list.item(-1)) # invalid item
[all …]
/third_party/python/Lib/
D_weakrefset.py2 # This code is separated-out because it is needed
15 # This technique should be relatively thread-safe (since sets are).
39 def _remove(item, selfref=ref(self)): argument
43 self._pending_removals.append(item)
45 self.data.discard(item)
58 item = pop()
61 discard(item)
66 item = itemref()
67 if item is not None:
69 # `item` until it is resumed or closed.
[all …]
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dderive.rs11 use crate::ir::item::{IsOpaque, Item};
20 #[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
22 /// The `Copy` trait.
23 Copy, enumerator
34 /// An analysis that finds for each IR item whether a trait cannot be derived.
70 // Contains information whether particular item can derive `derive_trait`
83 type EdgePredicate = fn(EdgeKind) -> bool;
85 fn consider_edge_default(kind: EdgeKind) -> bool { in consider_edge_default()
112 ) -> ConstrainResult { in insert()
141 fn constrain_type(&mut self, item: &Item, ty: &Type) -> CanDerive { in constrain_type() argument
[all …]
/third_party/openssl/doc/man3/
DOPENSSL_ia32cap.pod5 OPENSSL_ia32cap - the x86[_64] processor capabilities vector
24 =item bit #4 denoting presence of Time-Stamp Counter.
26 =item bit #19 denoting availability of CLFLUSH instruction;
28 =item bit #20, reserved by Intel, is used to choose among RC4 code paths;
30 =item bit #23 denoting MMX support;
32 =item bit #24, FXSR bit, denoting availability of XMM registers;
34 =item bit #25 denoting SSE support;
36 =item bit #26 denoting SSE2 support;
38 =item bit #28 denoting Hyperthreading, which is used to distinguish
41 =item bit #30, reserved by Intel, denotes specifically Intel CPUs;
[all …]
DSSL_CTX_set_options.pod7 SSL_get_secure_renegotiation_support - manipulate SSL options
26 SSL_CTX_set_options() adds the options set via bit-mask in B<options> to B<ctx>.
29 SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>.
32 SSL_CTX_clear_options() clears the options set via bit-mask in B<options>
35 SSL_clear_options() clears the options set via bit-mask in B<options> to B<ssl>.
48 The options are coded as bit-masks and can be combined by a bitwise B<or>
65 =item SSL_OP_CRYPTOPRO_TLSEXT_BUG
67 Add server-hello extension from the early version of cryptopro draft
71 =item SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS
78 =item SSL_OP_SAFARI_ECDHE_ECDSA_BUG
[all …]
DSCT_new.pod14 - A Certificate Transparency Signed Certificate Timestamp
21 CT_LOG_ENTRY_TYPE_NOT_SET = -1,
27 SCT_VERSION_NOT_SET = -1,
89 =item *
95 =item *
100 B<CT_LOG_ENTRY_TYPE_PRECERT> for a pre-certificate.
102 =item *
106 The former takes ownership, whereas the latter makes a copy.
109 =item *
114 =item *
[all …]
/third_party/python/Lib/venv/scripts/common/
DActivate.ps126 Activate.ps1 -Verbose
31 Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv
35 Activate.ps1 -Prompt "MyPython"
45 PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
60 <# Function declarations --------------------------------------------------- #>
77 if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { in global:deactivate()
78 Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt in global:deactivate()
79 Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT in global:deactivate()
83 if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { in global:deactivate()
84 Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME in global:deactivate()
[all …]
/third_party/libwebsockets/lib/misc/cache-ttl/
Dheap.c2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2021 Andy Green <andy@warmcat.com>
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
25 #include <private-lib-core.h>
26 #include "private-lib-misc-cache-ttl.h"
45 if (c->expiry > d->expiry) in sort_expiry()
47 if (c->expiry < d->expiry) in sort_expiry()
48 return -1; in sort_expiry()
55 lws_cache_ttl_item_heap_t *item) in _lws_cache_heap_item_destroy() argument
[all …]
/third_party/cups-filters/filter/foomatic-rip/
Dutil.c6 * This file is part of foomatic-rip.
8 * Foomatic-rip is free software; you can redistribute it and/or modify
13 * Foomatic-rip is distributed in the hope that it will be useful, but
18 * You should have received a copy of the GNU Lesser General Public
20 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 * Boston, MA 02111-1307, USA.
89 pstr = &str[slen - plen]; in endswith()
104 while (*psrc && --destlen > 0) in strlower()
122 int cnt = n -1; in strncpy_omit()
130 cnt--; in strncpy_omit()
[all …]
/third_party/libdrm/
Dutil_double_list.h7 * copy of this software and associated documentation files (the
9 * without limitation the rights to use, copy, modify, merge, publish,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
47 static inline void list_inithead(struct list_head *item) in list_inithead() argument
49 item->prev = item; in list_inithead()
50 item->next = item; in list_inithead()
53 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() argument
55 item->prev = list; in list_add()
56 item->next = list->next; in list_add()
57 list->next->prev = item; in list_add()
[all …]
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs16 use super::item::{IsOpaque, Item, ItemAncestors, ItemSet};
36 /// An identifier for some kind of IR item.
37 #[derive(Debug, Copy, Clone, Eq, PartialOrd, Ord, Hash)]
53 #[derive(Debug, Copy, Clone, Eq, PartialOrd, Ord, Hash)]
58 pub fn into_resolver(self) -> ItemResolver {
66 T: Copy + Into<ItemId>
68 fn eq(&self, rhs: &T) -> bool {
75 fn from(id: $name) -> ItemId {
81 fn from(id: &'a $name) -> ItemId {
88 pub fn $checked(&self, ctx: &BindgenContext) -> Option<$name> {
[all …]

12345678910>>...43