Searched refs:associated (Results 1 – 25 of 2033) sorted by relevance
12345678910>>...82
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | test_associated_interfaces.mojom | 12 associated FooInterface? foo_interface; 13 associated FooInterface& foo_request; 14 array<associated FooInterface> foo_interfaces; 15 array<associated FooInterface&> foo_requests; 19 associated FooInterface foo_interface; 20 associated FooInterface& foo_request; 21 array<associated FooInterface> foo_interfaces; 22 array<associated FooInterface&> foo_requests; 26 PassFoo(associated FooInterface foo_interface, 27 associated FooInterface& foo_request) => [all …]
|
D | validation_test_associated_interfaces.mojom | 13 Method0(associated InterfaceX param0); 14 Method1(associated InterfaceX& param0); 15 Method2(associated InterfaceX? param0); 16 Method3(array<associated InterfaceX> param0);
|
D | test_sync_methods.mojom | 31 // Test sync method support with associated interfaces. 41 SendInterface(associated TestSync ptr); 43 SendRequest(associated TestSync& request);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | elf-associated.ll | 5 @b = global i32 2, !associated !0 9 …so, normally -data-sections=0 would place @c and @d in the same section. !associated prevents that. 10 @c = global i32 2, !associated !2 11 @d = global i32 2, !associated !1 19 @f = global i32 0, !associated !3 20 @g = global i32 1, !associated !3 27 @i = global i32 1, section "bbb", !associated !4 28 @j = global i32 1, section "bbb", !associated !4 29 @k = global i32 1, !associated !4 37 @l = global i32 1, section "ccc", !associated !5 [all …]
|
/external/ltp/testcases/kernel/syscalls/epoll2/man/ |
D | epoll_ctl.txt | 37 The associated file is available for read(2) operations. 40 The associated file is available for write(2) operations. 46 Error condition happened on the associated file descriptor. 49 Hang up happened on the associated file descriptor. 52 Sets the Edge Triggered behaviour for the associated file 58 Sets the One-Shot behaviour for the associated file descriptor. 60 the associated file descriptor is internally disabled and no 75 Change the event event associated to the target file descriptor
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SdcaOptimizerV2.pbtxt | 20 associated with each feature group. 32 a vector which contains the weight associated with each 39 a vector which contains the label/target associated with each 54 a list of vectors where each value is the weight associated with 61 a list of vectors where the values are the weights associated 82 weights associated with a sparse feature group. 89 weights associated with a dense feature group. 118 associated with it, otherwise implicitly treats values as 1.0.
|
D | api_def_SdcaOptimizer.pbtxt | 19 associated with each feature group. 31 a vector which contains the weight associated with each 38 a vector which contains the label/target associated with each 53 a list of vectors where each value is the weight associated with 60 a list of vectors where the values are the weights associated 81 weights associated with a sparse feature group. 88 weights associated with a dense feature group. 117 associated with it, otherwise implicitly treats values as 1.0.
|
D | api_def_ParseSingleSequenceExample.pbtxt | 14 associated FeatureList is missing, it is treated as empty. By default, 22 The keys expected in the Examples' features associated with context_sparse 30 The keys expected in the SequenceExamples' context features associated with 38 (scalars). The keys expected in the FeatureLists associated with sparse 46 The keys expected in the SequenceExamples' feature_lists associated
|
D | api_def_ParseSequenceExample.pbtxt | 37 associated FeatureList is missing, it is treated as empty. By default, 45 The keys expected in the Examples' features associated with context_sparse 53 The keys expected in the SequenceExamples' context features associated with 61 (scalars). The keys expected in the FeatureLists associated with sparse 69 The keys expected in the SequenceExamples' feature_lists associated
|
/external/python/cpython2/Doc/c-api/ |
D | function.rst | 34 Return a new function object associated with the code object *code*. *globals* 43 Return the code object associated with the function object *op*. 48 Return the globals dictionary associated with the function object *op*. 74 Return the closure associated with the function object *op*. This can be *NULL* 80 Set the closure associated with the function object *op*. *closure* must be
|
/external/python/cpython3/Doc/c-api/ |
D | function.rst | 34 Return a new function object associated with the code object *code*. *globals* 54 Return the code object associated with the function object *op*. 59 Return the globals dictionary associated with the function object *op*. 85 Return the closure associated with the function object *op*. This can be *NULL* 91 Set the closure associated with the function object *op*. *closure* must be
|
/external/hyphenation-patterns/en-GB/ |
D | NOTICE | 6 a copy of the Unicode data files and any associated documentation 7 (the "Data Files") or Unicode software and any associated documentation 15 (b) this copyright and permission notice appear in associated 18 as well as in the documentation associated with the Data File(s) or
|
/external/libchrome/ipc/ |
D | ipc.mojom | 10 // A placeholder interface type since we don't yet support generic associated 29 // Requests a Channel-associated interface. 30 GetAssociatedInterface(string name, associated GenericInterface& request);
|
/external/noto-fonts/emoji-compat/ |
D | LICENSE_UNICODE | 8 a copy of the Unicode data files and any associated documentation 9 (the "Data Files") or Unicode software and any associated documentation 17 (b) this copyright and permission notice appear in associated 20 as well as in the documentation associated with the Data File(s) or
|
/external/unicode/ |
D | NOTICE | 8 a copy of the Unicode data files and any associated documentation 9 (the "Data Files") or Unicode software and any associated documentation 17 (b) this copyright and permission notice appear in associated 20 as well as in the documentation associated with the Data File(s) or
|
/external/hyphenation-patterns/hr/ |
D | NOTICE | 9 a copy of the Unicode data files and any associated documentation 10 (the "Data Files") or Unicode software and any associated documentation 18 (b) this copyright and permission notice appear in associated 21 as well as in the documentation associated with the Data File(s) or
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | metadata-global.ll | 4 ; CHECK-DAG: @b = global i32 0, !associated !0 9 @b = global i32 0, !associated !0
|
/external/libchrome/mojo/public/interfaces/bindings/tests/data/validation/ |
D | associated_conformance_mthd2_good.data | 15 [u4]0xFFFFFFFF // associated interface pointer: Invalid interface ID 17 [u4]1 // associated interface pointer: version
|
D | associated_conformance_mthd0_unexpected_invalid_associated_interface.data | 15 [u4]0xFFFFFFFF // associated interface pointer: Unexpected invalid 17 [u4]1 // associated interface pointer: version
|
D | associated_conformance_mthd0_illegal_invalid_interface_id.data | 15 [u4]1 // associated interface pointer: interface ID index 16 [u4]1 // associated interface pointer: version
|
D | associated_conformance_mthd0_illegal_master_interface_id.data | 15 [u4]1 // associated interface pointer: interface ID index 16 [u4]1 // associated interface pointer: version
|
D | associated_conformance_mthd0_good.data | 15 [u4]1 // associated interface pointer: interface ID index 16 [u4]1 // associated interface pointer: version
|
D | associated_conformance_mthd0_interface_id_index_out_of_range.data | 15 [u4]1111 // associated interface pointer: The interface ID index 17 [u4]1 // associated interface pointer: version
|
/external/icu/icu4c/source/data/unidata/ |
D | ucdterms.txt | 22 the Unicode data files and associated documentation (the "Data Files") or 23 Unicode software and associated documentation (the "Software") to deal in the 30 associated documentation, and (c) there is clear notice in each modified Data 31 File or in the Software as well as in the documentation associated with the Data
|
/external/hyphenation-patterns/eu/ |
D | NOTICE | 4 a copy of this file and any associated documentation 12 (b) this copyright and permission notice appear in associated 15 as well as in the documentation associated with the Data File(s)
|
12345678910>>...82