Home
last modified time | relevance | path

Searched defs:dataPath (Results 1 – 25 of 135) sorted by relevance

123456

/aosp_15_r20/external/libconfig/contrib/ls-config/src/
H A Dls-config.c187 char* path_parent(char *dataPath) { in path_parent()
227 char* path_name(char *dataPath) { in path_name()
262 int set_config(char *configFile, char *dataPath, struct flags optflags, char *dataString, char *dat… in set_config()
771 int unset_config(char *configFile, char *dataPath, struct flags optflags) { in unset_config()
833 int read_config(char *configFile, char *dataPath, struct flags optflags) { in read_config()
1144 …char *sinp, *dataPath=NULL, *dataString=NULL, *dataType=NULL; //string input, configuration variab… in main() local
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DIssue366FailFastTest.java49 String dataPath = "/data/issue366.json"; in firstOneValid() local
62 String dataPath = "/data/issue366.json"; in secondOneValid() local
75 String dataPath = "/data/issue366.json"; in bothValid() local
87 String dataPath = "/data/issue366.json"; in neitherValid() local
H A DIssue366FailSlowTest.java49 String dataPath = "/data/issue366.json"; in firstOneValid() local
62 String dataPath = "/data/issue366.json"; in secondOneValid() local
75 String dataPath = "/data/issue366.json"; in bothValid() local
89 String dataPath = "/data/issue366.json"; in neitherValid() local
H A DIssue550Test.java19 protected JsonNode getJsonNodeFromStreamContent(String dataPath) throws Exception { in getJsonNodeFromStreamContent()
29 String dataPath = "/data/issue500_1.json"; in testValidationMessageDoContainSchemaPath() local
43 String dataPath = "/data/issue500_2.json"; in testValidationMessageDoContainSchemaPathForOneOf() local
H A DAbstractJsonSchemaTest.java28 protected Set<ValidationMessage> validate(String dataPath) { in validate()
54 private JsonNode getJsonNodeFromPath(String dataPath) { in getJsonNodeFromPath()
H A DIssue456Test.java26 String dataPath = "/data/issue456-T2.json"; in shouldWorkT2() local
39 String dataPath = "/data/issue456-T3.json"; in shouldWorkT3() local
H A DIssue313Test.java33 String dataPath = "/data/issue313.json"; in shouldFailV201909() local
45 String dataPath = "/data/issue313.json"; in shouldFailV7() local
H A DIssue383Test.java27 String dataPath = "/data/issue383.json"; in nestedOneOfsShouldStillMatchV7() local
H A DIssue327Test.java26 String dataPath = "/data/issue327.json"; in shouldWorkV7() local
H A DIssue426Test.java28 String dataPath = "/data/issue426.json"; in shouldWorkV7() local
H A DIssue255Test.java41 String dataPath = "/data/issue255.json"; in shouldFailWhenRequiredPropertiesDoNotExistInReferencedSubSchema() local
H A DIssue295Test.java26 String dataPath = "/data/issue295.json"; in shouldWorkV7() local
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/
H A DPathUtilsTest.java48 String dataPath = "/data_path/a/b/c"; in testIsPathUnderAppDirFalse() local
64 String dataPath = "/data_path/a/b/c"; in testSetPrivateDirectoryPath() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothSocketManager.aidl33 …e device, int type, in @nullable ParcelUuid uuid, int port, int flag, int dataPath, in String sock… in connectSocketwithOffload()
37 …String serviceName, in @nullable ParcelUuid uuid, int port, int flag, int dataPath, in String sock… in createSocketChannelWithOffload()
/aosp_15_r20/system/security/identity/
H A DCredentialData.cpp44 string CredentialData::calculateCredentialFileName(const string& dataPath, uid_t ownerUid, in calculateCredentialFileName()
51 CredentialData::CredentialData(const string& dataPath, uid_t ownerUid, const string& name) in CredentialData()
476 optional<bool> CredentialData::credentialExists(const string& dataPath, uid_t ownerUid, in credentialExists()
H A DCredentialStoreFactory.cpp33 CredentialStoreFactory::CredentialStoreFactory(const std::string& dataPath) : dataPath_(dataPath) {} in CredentialStoreFactory()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterNativeInterface.java205 int dataPath, in connectSocket()
231 int dataPath, in createSocketChannel()
411 int dataPath, in connectSocketNative()
424 int dataPath, in createSocketChannelNative()
DBluetoothSocketManagerBinder.java105 int dataPath, in connectSocketwithOffload()
217 int dataPath, in createSocketChannelWithOffload()
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocketSettings.java372 int dataPath, in BluetoothSocketSettings()
546 public Builder setDataPath(@SocketDataPath int dataPath) { in setDataPath()
/aosp_15_r20/external/skia/tests/
H A DFontMgrFontConfigTest.cpp210 SkString dataPath = GetResourcePath("/fonts/data.png"); in testAllBold() local
286 SkString dataPath = GetResourcePath("/fonts/data.png"); in DEF_TEST_DISABLED() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/hfp_codec_capabilities/gen/cpp/
Daidl_android_hardware_bluetooth_audio_hfp_setting.cpp149 …rmat, std::optional<unsigned char> pcmPayloadMsbPosition, std::optional<unsigned char> dataPath, s… in PathConfiguration()
263 std::optional<unsigned char> dataPath = std::nullopt; in read() local
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/rjar/
H A Drjar_test.go71 func dataPath(fn string) string { func
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/shellapk/
H A Dshellapk_test.go112 func dataPath(fn string) string { func
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dudata.cpp989 const char *dataPath, const char *tocEntryPathSuffix, in doLoadFromIndividualFiles()
1165 const char *dataPath; in doOpenChoice() local
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dudata.cpp1021 const char *dataPath, const char *tocEntryPathSuffix, in doLoadFromIndividualFiles()
1197 const char *dataPath; in doOpenChoice() local

123456