Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/tetheroffload/control/1.0/vts/functional/
DVtsHalTetheroffloadControlV1_0TargetTest.cpp86 const vector<hidl_string> prefixes{hidl_string("2001:db8::/64")}; in TEST_P() local
87 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_FALSE_CALLBACK); in TEST_P()
161 const vector<hidl_string> prefixes{hidl_string("192.0.2.1")}; in TEST_P() local
162 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P()
168 const vector<hidl_string> prefixes{hidl_string("fe80::1")}; in TEST_P() local
169 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P()
175 const vector<hidl_string> prefixes{hidl_string("192.0.2.0/24"), hidl_string("fe80::/64")}; in TEST_P() local
176 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_TRUE_CALLBACK); in TEST_P()
184 const vector<hidl_string> prefixes{}; in TEST_P() local
185 const Return<void> ret = control->setLocalPrefixes(prefixes, ASSERT_FALSE_CALLBACK); in TEST_P()
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_entrypoints_gen.py254 instance_prefixes = args.prefixes
255 physical_device_prefixes = args.prefixes
256 device_prefixes = args.prefixes + args.device_prefixes
/hardware/interfaces/tetheroffload/aidl/vts/functional/
DVtsHalTetheroffloadTargetTest.cpp278 const std::vector<std::string> prefixes{std::string("2001:db8::/64")}; in TEST_P() local
279 EXPECT_EQ(EX_ILLEGAL_STATE, mOffload->setLocalPrefixes(prefixes).getExceptionCode()); in TEST_P()
352 const std::vector<std::string> prefixes{std::string("192.0.2.1")}; in TEST_P() local
353 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, mOffload->setLocalPrefixes(prefixes).getExceptionCode()); in TEST_P()
358 const std::vector<std::string> prefixes{std::string("fe80::1")}; in TEST_P() local
359 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, mOffload->setLocalPrefixes(prefixes).getExceptionCode()); in TEST_P()
364 const std::vector<std::string> prefixes{std::string("192.0.2.0/24"), std::string("fe80::/64")}; in TEST_P() local
365 auto ret = mOffload->setLocalPrefixes(prefixes); in TEST_P()
373 const std::vector<std::string> prefixes{}; in TEST_P() local
374 EXPECT_EQ(EX_ILLEGAL_ARGUMENT, mOffload->setLocalPrefixes(prefixes).getExceptionCode()); in TEST_P()
[all …]
/hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/1/android/hardware/tetheroffload/
DIOffload.aidl39 void setLocalPrefixes(in String[] prefixes); in setLocalPrefixes() argument
/hardware/interfaces/tetheroffload/aidl/aidl_api/android.hardware.tetheroffload/current/android/hardware/tetheroffload/
DIOffload.aidl39 void setLocalPrefixes(in String[] prefixes); in setLocalPrefixes() argument
/hardware/interfaces/tetheroffload/aidl/android/hardware/tetheroffload/
DIOffload.aidl97 void setLocalPrefixes(in String[] prefixes); in setLocalPrefixes() argument
/hardware/interfaces/tetheroffload/control/1.0/
DIOffloadControl.hal66 * Instruct management process not to forward traffic destined to or from the specified prefixes.
70 * @param prefixes List containing fully specified prefixes. For e.g. 192.168.1.12/24
78 setLocalPrefixes(vec<string> prefixes) generates (bool success, string errMsg);
180 * If no upstream is currently configured, then these downstream interface and prefixes must be
196 * happen because the hardware cannot support the current number of prefixes, the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc11 The Vulkan C API uses prefixes as an implicit namespace control mechanism.
12 Bindings to other languages can choose not to use these prefixes if the
23 Abbreviations and prefixes are sometimes used in the API when they do not
25 All abbreviations and prefixes used in the API must be approved by the
27 Abbreviations>> and <<naming-prefixes,Standard Prefixes>> sections,
611 [[naming-prefixes]]
Dmarkup.adoc793 with common prefixes or suffixes, or common subsets of API names.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Ddocgenerator.py32 prefixes = (
39 for prefix in prefixes:
Dextensionmetadocgenerator.py523 prefixes = self.conventions.extension_index_prefixes
524 for i, prefix in enumerate(prefixes):
527 return (len(prefixes), name)
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
DHAL.cpp400 const hidl_vec<hidl_string>& prefixes, in setLocalPrefixes() argument
405 vector<string> prefixesStr = convertHidlStrToStdStr(prefixes); in setLocalPrefixes()
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/
DHAL.cpp402 const hidl_vec<hidl_string>& prefixes, in setLocalPrefixes() argument
407 vector<string> prefixesStr = convertHidlStrToStdStr(prefixes); in setLocalPrefixes()
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal145 * prefixes).
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_image_drm_format_modifier.adoc48 The canonical list of _modifiers_ and vendor prefixes is found in
Dglossary.adoc6 // The abbreviations and prefixes probably belong in the upcoming
13 This appendix defines terms, abbreviations, and API prefixes used in the
2116 [[lexicon-prefixes]]
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4981 * The mapping between extension names and prefixes of operand and
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal5640 * The mapping between extension names and prefixes of operand and
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc3256 prefixes on URLs instead of `http:` where possible.
5171 * Move the un-numbered glossary / abbreviations / prefixes pseudo-chapters