| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | image_source_napi.cpp | 959 static bool ParseSize(napi_env env, napi_value root, Size* size) in ParseSize() argument 976 static bool ParseRegion(napi_env env, napi_value root, Rect* region) in ParseRegion() argument 1027 static ResolutionQuality ParseResolutionQuality(napi_env env, napi_value root) in ParseResolutionQuality() argument 1041 static DecodeDynamicRange ParseDynamicRange(napi_env env, napi_value root) in ParseDynamicRange() argument 1055 ParseDecodeOptions2(napi_env env, napi_value root, DecodeOptions* opts, std::string &error) ParseDecodeOptions2() argument 1100 ParseDecodeOptions(napi_env env, napi_value root, DecodeOptions* opts, uint32_t* pIndex, std::string &error) ParseDecodeOptions() argument 1162 parseSourceOptions(napi_env env, napi_value root, SourceOptions* opts) parseSourceOptions() argument 1699 ParsePropertyOptions(napi_env env, napi_value root, ImageSourceAsyncContext* context) ParsePropertyOptions() argument 2838 ParseDecodingOptionsForPicture(napi_env env, napi_value root, DecodingOptionsForPicture* opts) ParseDecodingOptionsForPicture() argument [all...] |
| /foundation/window/window_manager/wmserver/src/ |
| H A D | window_node_container.cpp | 138 sptr<WindowNode> root = FindRoot(node->GetWindowType()); in AddWindowNodeOnWindowTree() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_local.h | 999 snd_pcm_open_slave(snd_pcm_t **pcmp, snd_config_t *root, in snd_pcm_open_slave() argument
|
| /third_party/alsa-lib/src/control/ |
| H A D | control.c | 1561 static int snd_ctl_open_noupdate(snd_ctl_t **ctlp, snd_config_t *root, in snd_ctl_open_noupdate() argument 1652 int snd_ctl_open_fallback(snd_ctl_t **ctlp, snd_config_t *root, in snd_ctl_open_fallback() argument 1584 _snd_ctl_open_named_child(snd_ctl_t **pctl, const char *name, snd_config_t *root, snd_config_t *conf, int mode, snd_config_t *parent_conf) _snd_ctl_open_named_child() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ccapitst.c | 92 void addTestConvert(TestNode** root) in addTestConvert() argument [all...] |
| H A D | capitst.c | 64 void addCollAPITest(TestNode** root) in addCollAPITest() argument [all...] |
| H A D | nccbtst.c | 92 void addTestConvertErrorCallBack(TestNode** root) in addTestConvertErrorCallBack() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | loctest.cpp | 6063 static const char root[] = "root"; TestUnd() local 6213 static const char root[] = "root"; TestUndCAPI() local [all...] |
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asequencer.h | 598 struct snd_seq_addr root; /* client/port id to be searched */ member
|
| /third_party/libuv/src/unix/ |
| H A D | linux.c | 685 struct watcher_list* root; in uv__io_fork() local 2378 static int uv__inotify_fork(uv_loop_t* loop, struct watcher_list* root) { in uv__inotify_fork() argument
|
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse.c | 3058 struct node *root; in fuse_new() local [all...] |
| /third_party/nghttp2/src/ |
| H A D | nghttp.cc | 1510 auto root = json_object(); in output_har() local
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_display.c | 2410 xcb_window_t root = 0; in wsi_display_output_to_root() local 2519 xcb_window_t root = wsi_display_output_to_root(connection, output); in wsi_display_get_output() local 2598 wsi_display_find_crtc_for_output(xcb_connection_t *connection, xcb_window_t root, xcb_randr_output_t output) wsi_display_find_crtc_for_output() argument 2663 xcb_window_t root; wsi_AcquireXlibDisplayEXT() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | code-assembler.cc | 728 Handle<Object> root = isolate()->root_handle(root_index); in LoadRootMapWord() local 739 Handle<Object> root = isolate()->root_handle(root_index); in LoadRoot() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 3755 BasicBlock *root = BasicBlock::get(func->cfg.getRoot()); in handleInstruction() local
|
| /third_party/protobuf/conformance/third_party/jsoncpp/ |
| H A D | jsoncpp.cpp | 285 Reader::parse(const std::string& document, Value& root, bool collectComments) { in parse() argument 292 bool Reader::parse(std::istream& sin, Value& root, bool collectComments) { in parse() argument 305 parse(const char* beginDoc, const char* endDoc, Value& root, bool collectComments) parse() argument 3917 resolve(const Value& root, const Value& defaultValue) const resolve() argument 4296 write(const Value& root) write() argument 4364 write(const Value& root) write() argument 4534 writeCommentBeforeValue(const Value& root) writeCommentBeforeValue() argument 4554 writeCommentAfterValueOnSameLine(const Value& root) writeCommentAfterValueOnSameLine() argument 4578 write(std::ostream& out, const Value& root) write() argument 4751 writeCommentBeforeValue(const Value& root) writeCommentBeforeValue() argument 4769 writeCommentAfterValueOnSameLine(const Value& root) writeCommentAfterValueOnSameLine() argument 4858 write(Value const& root, std::ostream* sout) write() argument 5038 writeCommentBeforeValue(Value const& root) writeCommentBeforeValue() argument 5057 writeCommentAfterValueOnSameLine(Value const& root) writeCommentAfterValueOnSameLine() argument 5169 writeString(StreamWriter::Factory const& builder, Value const& root) writeString() argument 5176 operator <<(std::ostream& sout, Value const& root) operator <<() argument [all...] |
| /third_party/python/Lib/test/support/ |
| H A D | __init__.py | 277 root = Tk() variable in _is_gui_available.USEROBJECTFLAGS
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.cpp | 2598 TIntermTyped *root = nullptr; in evaluateRvalue() local 2617 TIntermTyped *root = nullptr; in evaluateRvalue() local 2637 TIntermTyped *root = nullptr; in lvalue() local 2649 lvalue(TIntermTyped *&root, unsigned int &offset, sw::Shader::Relative &rel, unsigned char &mask, Temporary &address, TIntermTyped *node) lvalue() argument [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_c.cpp | 881 RootConstants root; in spvc_compiler_hlsl_set_root_constants_layout() local
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | psaux.h | 43 FT_DriverRec root; member
|
| H A D | tttypes.h | 1464 FT_FaceRec root; member
|
| /third_party/python/Modules/ |
| H A D | _elementtree.c | 2317 PyObject *root; /* root node (first created node) */ member
|
| /third_party/protobuf/src/google/protobuf/compiler/js/ |
| H A D | js_generator.cc | 3583 GenerateFileAndDeps( const GeneratorOptions& options, io::Printer* printer, const FileDescriptor* root, std::set<const FileDescriptor*>* all_files, std::set<const FileDescriptor*>* generated) const GenerateFileAndDeps() argument
|
| /third_party/python/PC/ |
| H A D | launcher2.c | 1325 addEnvironmentInfo(EnvironmentInfo **root, EnvironmentInfo* parent, EnvironmentInfo *node) in addEnvironmentInfo() argument 1389 _registryReadString(const wchar_t **dest, HKEY root, const wchar_t *subkey, const wchar_t *value) in _registryReadString() argument 1451 _registryReadLegacyEnvironment(const SearchInfo *search, HKEY root, EnvironmentInfo *env, const wchar_t *fallbackArch) in _registryReadLegacyEnvironment() argument 1525 _registryReadEnvironment(const SearchInfo *search, HKEY root, EnvironmentInfo *env, const wchar_t *fallbackArch) _registryReadEnvironment() argument 1580 _registrySearchTags(const SearchInfo *search, EnvironmentInfo **result, HKEY root, int sortKey, const wchar_t *company, const wchar_t *fallbackArch) _registrySearchTags() argument 1619 registrySearch(const SearchInfo *search, EnvironmentInfo **result, HKEY root, int sortKey, const wchar_t *fallbackArch) registrySearch() argument 1882 HKEY root; collectEnvironments() local 2177 selectEnvironment(const SearchInfo *search, EnvironmentInfo *root, EnvironmentInfo **best) selectEnvironment() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp.c | 1894 struct json_token *root = NULL, *token; in dpp_conf_req_rx() local 2313 struct json_token *root, *groups, *netkey, *token; dpp_parse_connector() local 2712 struct json_token *root, *token, *discovery, *cred; dpp_parse_conf_obj() local 3170 struct json_token *root = NULL, *token; dpp_conn_status_result_rx() local 3525 dpp_connector_compatible_group(struct json_token *root, const char *group_id, const char *net_role, bool reconfig) dpp_connector_compatible_group() argument 3645 struct json_token *root = NULL, *netkey, *token; dpp_peer_intro() local 3774 struct json_token *root, *token; dpp_get_connector_version() local [all...] |