/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | inspect.py | 283 def ismodule(object): argument 292 def isclass(object): argument 300 def ismethod(object): argument 310 def ismethoddescriptor(object): argument 330 def isdatadescriptor(object): argument 346 def ismemberdescriptor(object): argument 354 def ismemberdescriptor(object): argument 363 def isgetsetdescriptor(object): argument 371 def isgetsetdescriptor(object): argument 378 def isfunction(object): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | inspect.py | 283 def ismodule(object): argument 292 def isclass(object): argument 300 def ismethod(object): argument 310 def ismethoddescriptor(object): argument 330 def isdatadescriptor(object): argument 346 def ismemberdescriptor(object): argument 354 def ismemberdescriptor(object): argument 363 def isgetsetdescriptor(object): argument 371 def isgetsetdescriptor(object): argument 378 def isfunction(object): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | inspect.py | 283 def ismodule(object): argument 292 def isclass(object): argument 300 def ismethod(object): argument 310 def ismethoddescriptor(object): argument 330 def isdatadescriptor(object): argument 346 def ismemberdescriptor(object): argument 354 def ismemberdescriptor(object): argument 363 def isgetsetdescriptor(object): argument 371 def isgetsetdescriptor(object): argument 378 def isfunction(object): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | inspect.py | 283 def ismodule(object): argument 292 def isclass(object): argument 300 def ismethod(object): argument 310 def ismethoddescriptor(object): argument 330 def isdatadescriptor(object): argument 346 def ismemberdescriptor(object): argument 354 def ismemberdescriptor(object): argument 363 def isgetsetdescriptor(object): argument 371 def isgetsetdescriptor(object): argument 378 def isfunction(object): argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | fb_storage.h | 80 : FileStorage(path, error_reporter) {} in FileStorage() argument 146 flatbuffers::FlatBufferBuilder* fbb, flatbuffers::Offset<T> object) { in Append()
|
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/ |
D | api.py | 46 def path(self) -> str: member in ObservedWatch 64 def __eq__(self, watch: object) -> bool: 69 def __ne__(self, watch: object) -> bool:
|
D | kqueue.py | 308 def path(self) -> bytes | str: member in KeventDescriptor 335 def __eq__(self, descriptor: object) -> bool: 340 def __ne__(self, descriptor: object) -> bool:
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | dom4j-1.6.1.jar | ... Object object
public boolean remove (java.lang.Object)
Object object
public java.lang.Object remove ... |
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontMgr_fontconfig.cpp | 136 static bool get_bool(FcPattern* pattern, const char object[], bool missing = false) { in get_bool() 144 static int get_int(FcPattern* pattern, const char object[], int missing) { in get_int() 152 static const char* get_string(FcPattern* pattern, const char object[], const char* missing = "") { in get_string() 160 static const FcMatrix* get_matrix(FcPattern* pattern, const char object[]) { in get_matrix() 183 static SkWeakReturn is_weak(FcPattern* pattern, const char object[], int id) { in is_weak() 251 static void remove_weak(FcPattern* pattern, const char object[]) { in remove_weak() 704 static bool AnyStringMatching(FcPattern* font, FcPattern* pattern, const char* object) { in AnyStringMatching() 705 auto getStrings = [](FcPattern* p, const char* object, STArray<32, FcChar8*>& strings) { in AnyStringMatching() 943 sk_sp<SkTypeface> onMakeFromFile(const char path[], int ttcIndex) const override { in onMakeFromFile() argument
|
/aosp_15_r20/external/libconfig/contrib/libconfig-ruby/ext/ |
H A D | rconfig.c | 126 static void rconfig_check_setting_type(VALUE object, VALUE value) in rconfig_check_setting_type() 534 static VALUE rbConfig_read_bang(VALUE self, VALUE path) in rbConfig_read_bang() 552 static VALUE rbConfig_write_bang(VALUE self, VALUE path) in rbConfig_write_bang() 565 static VALUE rbConfig_read(VALUE self, VALUE path) in rbConfig_read() 575 static VALUE rbConfig_write(VALUE self, VALUE path) in rbConfig_write()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/ |
H A D | GetObjectIntegrationTest.java | 80 …try (ResponseInputStream<GetObjectResponse> object = s3.getObject(b -> b.bucket(BUCKET).key(PROPER… in toInputStream_loadFromProperties() 90 Path path = RandomTempFile.randomUncreatedFile().toPath(); in toFile() local
|
/aosp_15_r20/external/python/watchdog/src/watchdog/utils/ |
D | dirsnapshot.py | 255 def __exit__(self, *args: object) -> None: 349 def path(self, uid: tuple[int, int]) -> bytes | str | None: member in DirectorySnapshot 407 def path(_: Any) -> None: member in EmptyDirectorySnapshot
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | MotionMarkSlide.cpp | 474 virtual void append(SkPath* path) { in append() 510 void append(SkPath* path) override { in append() 535 void append(SkPath* path) override { in append() 579 CanvasLinePoint* object = reinterpret_cast<CanvasLinePoint*>(fObjects[i].get()); in draw() local 847 BouncingTaggedImage* object = reinterpret_cast<BouncingTaggedImage*>(fObjects[i].get()); in draw() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | shaderapi.c | 178 static const char *path = NULL; in _mesa_get_shader_capture_path() local 1791 _mesa_GetInfoLogARB(GLhandleARB object, GLsizei maxLength, GLsizei * length, in _mesa_GetInfoLogARB() 1808 _mesa_GetObjectParameterivARB(GLhandleARB object, GLenum pname, GLint *params) in _mesa_GetObjectParameterivARB() 1835 _mesa_GetObjectParameterfvARB(GLhandleARB object, GLenum pname, in _mesa_GetObjectParameterfvARB() 1946 const char *source, const char *path) in construct_name() 3222 char *path; member 3228 struct hash_table *path; member 3356 struct sh_incl_path_entry *path = in validate_and_tokenise_sh_incl() local 3370 lookup_shader_include(struct gl_context *ctx, char *path, in lookup_shader_include() 3471 _mesa_lookup_shader_include(struct gl_context *ctx, char *path, in _mesa_lookup_shader_include() [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-headers/src/tools/buildHeaders/ |
H A D | jsonToSpirv.cpp | 280 std::pair<bool, std::string> ReadFile(const std::string& path) in ReadFile() 516 const auto getCaps = [](const Json::Value& object) { in jsonToSpirv() 529 const auto getExts = [](const Json::Value& object) { in jsonToSpirv() 541 const auto getAliases = [](const Json::Value& object) { in jsonToSpirv()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xmlrpc/ |
D | server.py | 244 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 615 def add_dispatcher(self, path, dispatcher): argument 619 def get_dispatcher(self, path): argument 622 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 749 def docroutine(self, object, name, mod=None, argument
|
/aosp_15_r20/external/python/cpython3/Lib/xmlrpc/ |
D | server.py | 244 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 615 def add_dispatcher(self, path, dispatcher): argument 619 def get_dispatcher(self, path): argument 622 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 749 def docroutine(self, object, name, mod=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xmlrpc/ |
D | server.py | 244 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 615 def add_dispatcher(self, path, dispatcher): argument 619 def get_dispatcher(self, path): argument 622 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 749 def docroutine(self, object, name, mod=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xmlrpc/ |
D | server.py | 244 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 615 def add_dispatcher(self, path, dispatcher): argument 619 def get_dispatcher(self, path): argument 622 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 749 def docroutine(self, object, name, mod=None, argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xmlrpc/ |
H A D | server.py | 244 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 615 def add_dispatcher(self, path, dispatcher): argument 619 def get_dispatcher(self, path): argument 622 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 749 def docroutine(self, object, name, mod=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xmlrpc/ |
D | server.py | 244 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 615 def add_dispatcher(self, path, dispatcher): argument 619 def get_dispatcher(self, path): argument 622 def _marshaled_dispatch(self, data, dispatch_method = None, path = None): argument 749 def docroutine(self, object, name, mod=None, argument
|
/aosp_15_r20/external/iproute2/include/ |
H A D | bpf_util.h | 60 const char *object; member 271 static inline int bpf_send_map_fds(const char *path, const char *obj) in bpf_send_map_fds() 276 static inline int bpf_recv_map_fds(const char *path, int *fds, in bpf_recv_map_fds()
|
/aosp_15_r20/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.cpp | 76 std::pair<bool, std::string> ReadFile(const std::string& path) in ReadFile() 276 const auto getCaps = [](const Json::Value& object) { in jsonToSpirv() 289 const auto getExts = [](const Json::Value& object) { in jsonToSpirv()
|
/aosp_15_r20/frameworks/base/media/java/android/mtp/ |
H A D | MtpPropertyGroup.java | 179 MtpStorageManager.MtpObject object, MtpPropertyList list) { in getPropertyList() 182 String path = object.getPath().toString(); in getPropertyList() local
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path_watcher_win.cc | 91 bool FilePathWatcherImpl::Watch(const FilePath& path, in Watch() 132 void FilePathWatcherImpl::OnObjectSignaled(HANDLE object) { in OnObjectSignaled()
|