/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/ |
H A D | gcs_filesystem.cc | 76 std::string* bucket, std::string* object, TF_Status* status) { in ParseGCSPath() 109 static int64_t LoadBufferFromGCS(const std::string& path, size_t offset, in LoadBufferFromGCS() 113 std::string bucket, object; in LoadBufferFromGCS() local 164 const std::string path; member 248 const std::string object; member 257 static void SyncImpl(const std::string& bucket, const std::string& object, in SyncImpl() 532 const std::string& object, GcsFileStat* stat, in UncachedStatForObject() 550 void NewRandomAccessFile(const TF_Filesystem* filesystem, const char* path, in NewRandomAccessFile() 552 std::string bucket, object; in NewRandomAccessFile() local 571 [gcs_file, bucket, object](const std::string& path, GcsFileStat* stat, in NewRandomAccessFile() [all …]
|
H A D | gcs_filesystem_test.cc | 38 std::string bucket, object; in InitializeTmpDir() local 92 std::string GetURIForPath(absl::string_view path) { in GetURIForPath() 125 void WriteString(const std::string& path, const std::string& content) { in WriteString() 137 std::string ReadAll(const std::string& path) { in ReadAll() 170 ::testing::AssertionResult WriteToServer(const std::string& path, size_t offset, in WriteToServer() 173 std::string bucket, object; in WriteToServer() local 189 ::testing::AssertionResult InsertObject(const std::string& path, in InsertObject() 193 std::string bucket, object; in InsertObject() local 218 ::testing::AssertionResult CompareWithServer(const std::string& path, in CompareWithServer() 222 std::string bucket, object; in CompareWithServer() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pydoc.py | 170 def _getdoc(object): argument 186 def getdoc(object): argument 200 def classname(object, modname): argument 207 def isdata(object): argument 300 def classify_class_attrs(object): argument 311 def sort_attributes(attrs, object): argument 325 def ispackage(path): argument 399 def importfile(path): argument 417 def safeimport(path, forceload=0, cache={}): argument 471 def document(self, object, name=None, *args): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | pydoc.py | 170 def _getdoc(object): argument 186 def getdoc(object): argument 200 def classname(object, modname): argument 207 def isdata(object): argument 300 def classify_class_attrs(object): argument 311 def sort_attributes(attrs, object): argument 325 def ispackage(path): argument 399 def importfile(path): argument 417 def safeimport(path, forceload=0, cache={}): argument 471 def document(self, object, name=None, *args): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pydoc.py | 170 def _getdoc(object): argument 186 def getdoc(object): argument 200 def classname(object, modname): argument 207 def isdata(object): argument 300 def classify_class_attrs(object): argument 311 def sort_attributes(attrs, object): argument 325 def ispackage(path): argument 399 def importfile(path): argument 417 def safeimport(path, forceload=0, cache={}): argument 471 def document(self, object, name=None, *args): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pydoc.py | 170 def _getdoc(object): argument 186 def getdoc(object): argument 200 def classname(object, modname): argument 207 def isdata(object): argument 300 def classify_class_attrs(object): argument 311 def sort_attributes(attrs, object): argument 325 def ispackage(path): argument 399 def importfile(path): argument 417 def safeimport(path, forceload=0, cache={}): argument 471 def document(self, object, name=None, *args): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pydoc.py | 170 def _getdoc(object): argument 186 def getdoc(object): argument 200 def classname(object, modname): argument 207 def isdata(object): argument 300 def classify_class_attrs(object): argument 311 def sort_attributes(attrs, object): argument 325 def ispackage(path): argument 399 def importfile(path): argument 417 def safeimport(path, forceload=0, cache={}): argument 471 def document(self, object, name=None, *args): argument [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pydoc.py | 170 def _getdoc(object): argument 186 def getdoc(object): argument 200 def classname(object, modname): argument 207 def isdata(object): argument 300 def classify_class_attrs(object): argument 311 def sort_attributes(attrs, object): argument 325 def ispackage(path): argument 399 def importfile(path): argument 417 def safeimport(path, forceload=0, cache={}): argument 471 def document(self, object, name=None, *args): argument [all …]
|
/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/ |
H A D | ObjectAnimatorTest.java | 123 Object object = mActivity.view.newBall; in testOfFloat() local 152 Object object = mActivity.view.newBall; in testOfFloatBase() local 167 Object object = mActivity.view.newBall; in testOfInt() local 192 Object object = mActivity.view.newBall; in testOfObject() local 257 Object object = mActivity.view.newBall; in testOfPropertyValuesHolder() local 284 Object object = mActivity.view; in testOfArgb() local 340 Object object = mActivity.view.newBall; in testGetPropertyName() local 355 Object object = mActivity.view.newBall; in testSetFloatValues() local 385 Object object = mActivity.view.newBall; in testGetTarget() local 399 Object object = mActivity.view.newBall; in testClone() local [all …]
|
H A D | PropertyValuesHolderTest.java | 296 Object object = mActivity.view; in testOfInt_Property() local 333 Path path = new Path(); in testOfMultiFloat_Path() local 428 Path path = new Path(); in testOfMultiInt_Path() local 525 Path path = new Path(); in testOfObject_Converter() local 726 public void setObject(Object object){ in setObject() 731 public Object get(Object object) { in get() 751 public void set(Object object, Object value) { in set() 770 public void setObject(Object object){ in setObject() 775 public Object get(Object object) { in get() 795 public void set(Object object, Object value) { in set()
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | pydoc.py | 82 def getdoc(object): argument 97 def classname(object, modname): argument 104 def isdata(object): argument 178 def classify_class_attrs(object): argument 219 def ispackage(path): argument 281 def importfile(path): argument 300 def safeimport(path, forceload=0, cache={}): argument 351 def document(self, object, name=None, *args): argument 369 def fail(self, object, name=None, *args): argument 377 def getdocloc(self, object, argument [all …]
|
D | inspect.py | 51 def ismodule(object): argument 59 def isclass(object): argument 67 def ismethod(object): argument 78 def ismethoddescriptor(object): argument 98 def isdatadescriptor(object): argument 110 def ismemberdescriptor(object): argument 118 def ismemberdescriptor(object): argument 127 def isgetsetdescriptor(object): argument 135 def isgetsetdescriptor(object): argument 142 def isfunction(object): argument [all …]
|
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/ |
H A D | ifapi_keystore.c | 179 full_path_to_fapi_path(IFAPI_KEYSTORE *keystore, char *path) in full_path_to_fapi_path() 247 expand_path(IFAPI_KEYSTORE *keystore, const char *path, char **file_name) in expand_path() 301 const char *path, in expand_path_to_object() 485 const char *path) in ifapi_keystore_load_async() 527 IFAPI_OBJECT *object) in ifapi_keystore_load_finish() 578 const char *path, in ifapi_keystore_store_async() 579 const IFAPI_OBJECT *object) in ifapi_keystore_store_async() 790 char *path) in ifapi_keystore_delete() 820 expand_directory(IFAPI_KEYSTORE *keystore, const char *path, char **directory_name) in expand_directory() 943 char *path; in keystore_search_obj() local [all …]
|
H A D | ifapi_helpers.c | 235 ifapi_path_type_p(const char *path, const char *type) in ifapi_path_type_p() 268 ifapi_get_hierary_handle(const char *path) in ifapi_get_hierary_handle() 297 ifapi_hierarchy_path_p(const char *path) in ifapi_hierarchy_path_p() 848 push_object_to_list(void *object, NODE_OBJECT_T **object_list) in push_object_to_list() 869 append_object_to_list(void *object, NODE_OBJECT_T **object_list) in append_object_to_list() 913 get_description(IFAPI_OBJECT *object) in get_description() 965 ifapi_create_dirs(const char *supdir, const char *path) in ifapi_create_dirs() 993 object_with_auth(IFAPI_OBJECT *object) in object_with_auth() 1113 cleanup_policy_object(POLICY_OBJECT * object) { in cleanup_policy_object() 1583 ifapi_object_cmp_name(IFAPI_OBJECT *object, void *name, bool *equal) in ifapi_object_cmp_name() [all …]
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_util_FileObserver.cpp | 42 static jint android_os_fileobserver_init(JNIEnv* env, jobject object) in android_os_fileobserver_init() 51 static void android_os_fileobserver_observe(JNIEnv* env, jobject object, jint fd) in android_os_fileobserver_observe() 77 jstring path = NULL; in android_os_fileobserver_observe() local 103 static void android_os_fileobserver_startWatching(JNIEnv* env, jobject object, jint fd, in android_os_fileobserver_startWatching() 120 ScopedUtfChars path(env, pathString); in android_os_fileobserver_startWatching() local 129 static void android_os_fileobserver_stopWatching(JNIEnv* env, jobject object, in android_os_fileobserver_stopWatching()
|
/aosp_15_r20/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
H A D | SerializationTest.java | 114 String path = name.substring(0, dot).replace('.', File.separatorChar); in getDataFile() local 269 public static SerializableAssert defineComparator(Object test, Object object) in defineComparator() 303 public static void verifyGolden(Object test, Object object) throws Exception { in verifyGolden() 319 public static void verifyGolden(Object test, Object object, SerializableAssert comparator) in verifyGolden() 373 public static void verifySelf(Object object) throws Exception { in verifySelf() 386 public static void verifySelf(Object object, SerializableAssert comparator) throws Exception { in verifySelf() 424 StringBuilder path = new StringBuilder("/serialization"); in getObject() local 447 public static void createGoldenFile(String root, TestCase test, Object object) in createGoldenFile()
|
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/api/ |
H A D | Fapi_Delete.c | 65 char const *path) in Fapi_Delete() 126 char const *path) in Fapi_Delete_Async() 139 IFAPI_OBJECT *object = &command->object; in Fapi_Delete_Async() local 246 char *path; in Fapi_Delete_Finish() local 253 IFAPI_OBJECT *object = &command->object; in Fapi_Delete_Finish() local
|
/aosp_15_r20/frameworks/av/media/libeffects/factory/ |
H A D | EffectsXmlConfigLoader.cpp | 47 bool resolveLibrary(const std::string& path, std::string* resolvedPath) { in resolveLibrary() 71 const char* path = absolutePath.c_str(); in loadLibrary() local 133 void listPush(T* object, ListElem** list, pthread_mutex_t* mutex = nullptr) noexcept { in listPush() 148 void listPush(UniqueCPtr<T>&& object, ListElem** list, pthread_mutex_t* mutex = nullptr) noexcept { in listPush() 179 auto* object = static_cast<lib_entry_t*>(list->object); in findLibrary() local 319 extern "C" ssize_t EffectLoadXmlEffectConfig(const char* path) in EffectLoadXmlEffectConfig()
|
H A D | EffectsFactory.h | 35 void *object; member 43 void *object; member 51 char *path; member 65 char *path; member 75 void *object; member
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/provider/ |
D | GalleryProvider.java | 73 public static Uri getUriFor(Context context, Path path) { in getUriFor() 92 Path path = Path.fromString(uri.getPath()); in getType() local 118 Path path = Path.fromString(uri.getPath()); in query() local 119 MediaObject object = mDataManager.getMediaObject(path); in query() local 180 Path path = Path.fromString(uri.getPath()); in openFile() local 181 MediaObject object = mDataManager.getMediaObject(path); in openFile() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/ |
H A D | Cargo.toml | 15 alloc = { path = "../alloc", public = true } qkey 17 panic_unwind = { path = "../panic_unwind", optional = true } qkey 18 panic_abort = { path = "../panic_abort" } qkey 19 core = { path = "../core", public = true } qkey 21 profiler_builtins = { path = "../profiler_builtins", optional = true } qkey 22 unwind = { path = "../unwind" } qkey 24 std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-… qkey 37 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 40 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 103 path = "benches/lib.rs" qkey
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/ |
H A D | Cargo.toml | 15 alloc = { path = "../alloc", public = true } qkey 17 panic_unwind = { path = "../panic_unwind", optional = true } qkey 18 panic_abort = { path = "../panic_abort" } qkey 19 core = { path = "../core", public = true } qkey 21 profiler_builtins = { path = "../profiler_builtins", optional = true } qkey 22 unwind = { path = "../unwind" } qkey 24 std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-… qkey 37 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 40 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 99 path = "benches/lib.rs" qkey
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/ |
H A D | Cargo.toml | 15 alloc = { path = "../alloc", public = true } qkey 17 panic_unwind = { path = "../panic_unwind", optional = true } qkey 18 panic_abort = { path = "../panic_abort" } qkey 19 core = { path = "../core", public = true } qkey 21 profiler_builtins = { path = "../profiler_builtins", optional = true } qkey 22 unwind = { path = "../unwind" } qkey 24 std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-… qkey 37 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 40 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 99 path = "benches/lib.rs" qkey
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/ |
H A D | Cargo.toml | 15 alloc = { path = "../alloc", public = true } qkey 17 panic_unwind = { path = "../panic_unwind", optional = true } qkey 18 panic_abort = { path = "../panic_abort" } qkey 19 core = { path = "../core", public = true } qkey 21 profiler_builtins = { path = "../profiler_builtins", optional = true } qkey 22 unwind = { path = "../unwind" } qkey 24 std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-… qkey 37 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 40 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 103 path = "benches/lib.rs" qkey
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/ |
H A D | Cargo.toml | 15 alloc = { path = "../alloc", public = true } qkey 17 panic_unwind = { path = "../panic_unwind", optional = true } qkey 18 panic_abort = { path = "../panic_abort" } qkey 19 core = { path = "../core", public = true } qkey 21 profiler_builtins = { path = "../profiler_builtins", optional = true } qkey 22 unwind = { path = "../unwind" } qkey 24 std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-… qkey 37 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 40 object = { version = "0.36.0", default-features = false, optional = true, features = ['read_core', … qkey 103 path = "benches/lib.rs" qkey
|