Home
last modified time | relevance | path

Searched refs:components (Results 1 – 25 of 2418) sorted by relevance

12345678910>>...97

/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/
Duri.js91 function _normalizeComponentEncoding(components, protocol) { argument
96 if (components.scheme)
97components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED, decodeUnreserved).toLo…
98 if (components.userinfo !== undefined)
99components.userinfo = String(components.userinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).…
100 if (components.host !== undefined)
101components.host = String(components.host).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerC…
102 if (components.path !== undefined)
103components.path = String(components.path).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(…
104 if (components.query !== undefined)
[all …]
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/
Dhttp.js4 parse: function (components, options) { argument
6 if (!components.host) {
7 components.error = components.error || "HTTP URIs must have a host.";
9 return components;
11 serialize: function (components, options) { argument
12 const secure = String(components.scheme).toLowerCase() === "https";
14 if (components.port === (secure ? 443 : 80) || components.port === "") {
15 components.port = undefined;
18 if (!components.path) {
19 components.path = "/";
[all …]
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.js782 function _normalizeComponentEncoding(components, protocol) { argument
787 …if (components.scheme) components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED,…
788 …if (components.userinfo !== undefined) components.userinfo = String(components.userinfo).replace(p…
789 …if (components.host !== undefined) components.host = String(components.host).replace(protocol.PCT_…
790 …if (components.path !== undefined) components.path = String(components.path).replace(protocol.PCT_…
791 …if (components.query !== undefined) components.query = String(components.query).replace(protocol.P…
792 …if (components.fragment !== undefined) components.fragment = String(components.fragment).replace(p…
793 return components;
871 var components = {};
878 components.scheme = matches[1];
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtype_trait.hpp46 static length_t const components = 0; member
59 components = 1 enumerator
71 components = 2 enumerator
83 components = 3 enumerator
95 components = 4 enumerator
107 components = 2, enumerator
121 components = 2, enumerator
135 components = 2, enumerator
149 components = 3, enumerator
163 components = 3, enumerator
[all …]
Drange.hpp31 inline length_t components(tvec1<T, P> const & v) in components() function
37 inline length_t components(tvec2<T, P> const & v) in components() function
43 inline length_t components(tvec3<T, P> const & v) in components() function
49 inline length_t components(tvec4<T, P> const & v) in components() function
55 inline length_t components(genType const & m) in components() function
69 return begin(v) + components(v); in end()
81 return begin(v) + components(v); in end()
/third_party/skia/src/sksl/ir/
DSkSLSwizzle.cpp100 static String mask_string(const ComponentArray& components) { in mask_string() argument
102 for (int8_t component : components) { in mask_string()
110 ComponentArray components) { in optimize_constructor_swizzle() argument
115 int swizzleSize = components.size(); in optimize_constructor_swizzle()
160 for (int8_t c : components) { in optimize_constructor_swizzle()
183 for (int8_t c : components) { in optimize_constructor_swizzle()
239 ComponentArray components; in Convert() local
242 case '0': components.push_back(SwizzleComponent::ZERO); break; in Convert()
243 case '1': components.push_back(SwizzleComponent::ONE); break; in Convert()
244 case 'x': components.push_back(SwizzleComponent::X); break; in Convert()
[all …]
DSkSLSwizzle.h26 const ComponentArray& components) in Swizzle()
28 &base->type().componentType().toCompound(context, components.size(), 1)) in Swizzle()
30 , fComponents(components) { in Swizzle()
31 SkASSERT(this->components().size() >= 1 && this->components().size() <= 4); in Swizzle()
59 const ComponentArray& components() const { in components() function
69 this->components())); in clone()
74 for (int x : this->components()) { in description()
81 Swizzle(const Type* type, std::unique_ptr<Expression> base, const ComponentArray& components) in Swizzle()
84 , fComponents(components) { in Swizzle()
85 SkASSERT(this->components().size() >= 1 && this->components().size() <= 4); in Swizzle()
/third_party/typescript/tests/baselines/reference/
DsymbolLinkDeclarationEmitModuleNamesImportRef.types3 …: import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").I…
6 …> import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").I…
9 …: import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").I…
13 export declare const styles: import("styled-components").InterpolationValue[];
14 …: import("tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components").I…
16 === tests/cases/compiler/Folder/node_modules/styled-components/typings/styled-components.d.ts ===
/third_party/libwebsockets/contrib/
Dcross-esp32.cmake36 -I${IDF_PATH}/components/newlib/platform_include \
37 -I${IDF_PATH}/components/mdns/include \
38 -I${IDF_PATH}/components/heap/include \
39 -I${IDF_PATH}/components/driver/include \
40 -I${IDF_PATH}/components/spi_flash/include \
41 -I${IDF_PATH}/components/nvs_flash/include \
42 -I${IDF_PATH}/components/tcpip_adapter/include \
43 -I${IDF_PATH}/components/lwip/include/lwip/posix \
44 -I${IDF_PATH}/components/lwip/include/lwip \
45 -I${IDF_PATH}/components/lwip/include/lwip/port \
[all …]
/third_party/libxkbcommon/src/
Dstate.c99 struct state_components components; member
136 xkb_mod_mask_t active_mods = state->components.mods & type->mods.mask; in get_entry_for_key_state()
211 return XkbWrapGroupIntoRange(state->components.group, key->num_groups, in xkb_state_key_get_layout()
276 filter->priv = state->components.base_group; in xkb_filter_group_set_new()
278 state->components.base_group = filter->action.group.group; in xkb_filter_group_set_new()
280 state->components.base_group += filter->action.group.group; in xkb_filter_group_set_new()
302 state->components.base_group = filter->priv; in xkb_filter_group_set_func()
305 state->components.locked_group = 0; in xkb_filter_group_set_func()
315 state->components.locked_group = filter->action.group.group; in xkb_filter_group_lock_new()
317 state->components.locked_group += filter->action.group.group; in xkb_filter_group_lock_new()
[all …]
/third_party/node/deps/npm/node_modules/sshpk/lib/
Didentity.js39 assert.arrayOfObject(opts.components, 'options.components');
40 this.components = opts.components;
42 this.components.forEach(function (c) {
56 if (this.components.length === 1 &&
64 this.components.length === this.componentLookup.dc.length) {
72 this.components.length ===
115 return (this.components.map(function (c) {
133 this.components.forEach(function (c) {
185 if (other.components.length !== this.components.length)
187 for (var i = 0; i < this.components.length; ++i) {
[all …]
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dflutter_app.gni14 # Defines JIT runtime components to be further distributed in one package.
16 # Takes a set of flutter components and puts them into one fuchsia package with
18 # components parameter isn't specified, in which we will create one default
23 # components (required)
24 # [list of scopes] Defines the components in the package. Either main_dart
25 # or components must be defined, but not both.
49 # components must be defined, but not both.
54 # Only compatible when components is not specified (use
55 # components.dart_package_name).
60 if (!defined(invoker.components)) {
[all …]
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Ddart_app.gni12 # Defines JIT runtime components to be further distributed in one package.
14 # Takes a set of dart components and puts them into one fuchsia package with
16 # components parameter isn't specified, in which we will create one default
21 # components (required)
22 # [list of scopes] Defines the components in the package. Either main_dart
23 # or components must be defined, but not both.
47 # components must be defined, but not both.
52 # Only compatible when components is not specified (use
53 # components.dart_package_name).
58 if (!defined(invoker.components)) {
[all …]
/third_party/cef/patch/patches/
Dviz_osr_2575.patch1 diff --git components/viz/host/host_display_client.cc components/viz/host/host_display_client.cc
3 --- components/viz/host/host_display_client.cc
4 +++ components/viz/host/host_display_client.cc
31 diff --git components/viz/host/host_display_client.h components/viz/host/host_display_client.h
33 --- components/viz/host/host_display_client.h
34 +++ components/viz/host/host_display_client.h
56 diff --git components/viz/host/layered_window_updater_impl.cc components/viz/host/layered_window_up…
58 --- components/viz/host/layered_window_updater_impl.cc
59 +++ components/viz/host/layered_window_updater_impl.cc
69 diff --git components/viz/host/layered_window_updater_impl.h components/viz/host/layered_window_upd…
[all …]
Dchrome_browser_safe_browsing.patch7 "//components/browser_sync",
8 "//components/enterprise/common:strings",
9 + "//components/gcm_driver:gcm_buildflags",
10 "//components/keyed_service/content",
11 "//components/language/core/browser",
12 "//components/no_state_prefetch/browser",
/third_party/typescript/src/harness/
DvpathUtil.ts64 …function validateComponents(components: string[], flags: ValidationFlags, hasTrailingSeparator: bo…
65 const hasRoot = !!components[0];
66 const hasDirname = components.length > 2;
67 const hasBasename = components.length > 1;
68 const hasExtname = hasBasename && extRegExp.test(components[components.length - 1]);
95 if (invalidRootComponentRegExp.test(components[0])) return false;
96 for (let i = 1; i < components.length; i++) {
97 if (invalidComponentRegExp.test(components[i])) return false;
104 const components = parse(path); constant
106 if (!validateComponents(components, flags, trailing)) throw vfs.createIOError("ENOENT");
[all …]
/third_party/flutter/engine/flutter/fml/
Dfile.cc12 const std::vector<std::string>& components, in CreateDirectory() argument
15 FML_DCHECK(index <= components.size()); in CreateDirectory()
17 const char* file_path = components[index].c_str(); in CreateDirectory()
25 if (index == components.size() - 1) { in CreateDirectory()
29 return CreateDirectory(directory, components, permission, index + 1); in CreateDirectory()
33 const std::vector<std::string>& components, in CreateDirectory() argument
39 if (components.size() == 0) { in CreateDirectory()
43 return CreateDirectory(base_directory, components, permission, 0); in CreateDirectory()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DSceneStore.h232 list<T> components;
241 for (typename list<T>::iterator it = components.begin(); it != components.end(); ++it) in toStringMapTree()
366 complexWrapper->components.push_back(&value); in addToComplexWrapper()
388 map<string, WrapperHelper*> components;\
411 if(components.find(type) != components.end())\
413 ComplexWrapper<T*>* obj = static_cast<ComplexWrapper<T*>* >(components[type]);\
415 vector<T*>* temp = new vector<T*>(obj->components.begin(), obj->components.end());\
417 *count = obj->components.size();\
426 if(components.find(type) != components.end())\
428 ComplexWrapper<T*>* obj = static_cast<ComplexWrapper<T*>* >(components[type]);\
[all …]
/third_party/python/Lib/
Dnturl2path.py27 components = url.split('/')
29 return urllib.parse.unquote('\\'.join(components))
35 components = comp[1].split('/')
37 for comp in components:
60 components = p.split('\\')
61 return urllib.parse.quote('/'.join(components))
68 components = comp[1].split('\\')
70 for comp in components:
/third_party/boost/libs/function_types/test/decomposition/
Dcomponents.cpp29 mpl::equal< ft::components<func>::types, mpl::vector<C> >
33 mpl::equal< ft::components<func_ptr>::types, mpl::vector<C,int> >
37 mpl::equal< ft::components<func_ref>::types, mpl::vector<C,int,int> >
41 mpl::equal< ft::components<mem_func_ptr>::types, mpl::vector<C,C &> >
45 mpl::equal< ft::components<c_mem_func_ptr>::types, mpl::vector<C,C const &,int> >
49 mpl::equal< ft::components<v_mem_func_ptr>::types, mpl::vector<C,C volatile &,int,int> >
53 …mpl::equal< ft::components<cv_mem_func_ptr>::types, mpl::vector<C,C const volatile &,int,int,int> >
57 mpl::equal< ft::components<mem_ptr>::types, mpl::vector<int &,C&> >
/third_party/uboot/u-boot-2020.01/scripts/
Dbuild_OID_registry53 my @components = split(/[.]/, $oid);
56 my $size = $#components;
57 for (my $loop = 2; $loop <= $#components; $loop++) {
58 my $c = $components[$loop];
93 my @components = split(/[.]/, $oids[$i]);
95 push @octets, $components[0] * 40 + $components[1];
97 for (my $loop = 2; $loop <= $#components; $loop++) {
98 my $c = $components[$loop];
/third_party/libexif/libexif/olympus/
Dmnote-olympus-entry.c291 if ((!entry->data) && (entry->components > 0)) in mnote_olympus_entry_get_value()
302 CC (entry->components, 4, v, maxlen); in mnote_olympus_entry_get_value()
312 CC (entry->components, 2, v, maxlen); in mnote_olympus_entry_get_value()
319 CC (entry->components, 2, v, maxlen); in mnote_olympus_entry_get_value()
344 CC (entry->components, 1, v, maxlen); in mnote_olympus_entry_get_value()
352 CC (entry->components, 4, v, maxlen); in mnote_olympus_entry_get_value()
361 CC (entry->components, 4, v, maxlen); in mnote_olympus_entry_get_value()
371 CC (entry->components, 1, v, maxlen); in mnote_olympus_entry_get_value()
377 CC (entry->components, 4, v, maxlen); in mnote_olympus_entry_get_value()
386 CC (entry->components, 1, v, maxlen); in mnote_olympus_entry_get_value()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvector_dce.cpp72 MarkExtractUseAsLive(current_inst, current_item.components, in FindLiveComponents()
87 MarkUsesAsLive(current_inst, current_item.components, live_components, in FindLiveComponents()
111 new_item.components = live_elements; in MarkExtractUseAsLive()
116 new_item.components.Set(element_index); in MarkExtractUseAsLive()
140 new_item.components = current_item.components; in MarkInsertUsesAsLive()
141 new_item.components.Clear(insert_position); in MarkInsertUsesAsLive()
146 if (current_item.components.Get(insert_position)) { in MarkInsertUsesAsLive()
153 new_item_for_obj.components.Set(0); in MarkInsertUsesAsLive()
165 new_item.components = current_item.components; in MarkInsertUsesAsLive()
191 if (current_item.components.Get(in_op - 2)) { in MarkVectorShuffleUsesAsLive()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dvector_dce.cpp72 MarkExtractUseAsLive(current_inst, current_item.components, in FindLiveComponents()
87 MarkUsesAsLive(current_inst, current_item.components, live_components, in FindLiveComponents()
111 new_item.components = live_elements; in MarkExtractUseAsLive()
116 new_item.components.Set(element_index); in MarkExtractUseAsLive()
140 new_item.components = current_item.components; in MarkInsertUsesAsLive()
141 new_item.components.Clear(insert_position); in MarkInsertUsesAsLive()
146 if (current_item.components.Get(insert_position)) { in MarkInsertUsesAsLive()
153 new_item_for_obj.components.Set(0); in MarkInsertUsesAsLive()
165 new_item.components = current_item.components; in MarkInsertUsesAsLive()
191 if (current_item.components.Get(in_op - 2)) { in MarkVectorShuffleUsesAsLive()
[all …]
/third_party/boost/boost/graph/
Dcreate_condensation_graph.hpp21 void create_condensation_graph(const Graph& g, const ComponentLists& components, in create_condensation_graph() argument
29 std::vector< cg_vertex > to_cg_vertex(components.size()); in create_condensation_graph()
30 for (size_type s = 0; s < components.size(); ++s) in create_condensation_graph()
33 for (size_type si = 0; si < components.size(); ++si) in create_condensation_graph()
37 for (size_type i = 0; i < components[si].size(); ++i) in create_condensation_graph()
39 vertex u = components[s][i]; in create_condensation_graph()
77 void create_condensation_graph(const Graph& g, const ComponentLists& components, in create_condensation_graph() argument
81 g, components, component_number, cg, dummy_property_map()); in create_condensation_graph()

12345678910>>...97