/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | InitOutputVariables_test.cpp | 104 VerifyOutputVariableInitializers(TIntermBlock *root) : TIntermTraverser(true, false, false) in VerifyOutputVariableInitializers() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | cfg.cpp | 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() argument
|
H A D | scalar_analysis_simplification.cpp | 373 SENode* SENodeSimplifyImpl::FoldRecurrentAddExpressions(SENode* root) { in FoldRecurrentAddExpressions() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | cfg.cpp | 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() argument
|
H A D | scalar_analysis_simplification.cpp | 373 SENode* SENodeSimplifyImpl::FoldRecurrentAddExpressions(SENode* root) { in FoldRecurrentAddExpressions() argument
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | huffman_utils.c | 268 HuffmanTablesSegment* const root = &huffman_tables->root; in VP8LHuffmanTablesAllocate() local [all...] |
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.cpp | 292 Window root = RootWindow(mDisplay, screen); in initializeImpl() local 661 Window root = RootWindow(mDisplay, screen); in processEvent() local
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | compiler_test.cpp | 337 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionMangledName) in FindFunctionCallNode() argument
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.h | 111 AF_StyleMetricsRec root; member
|
/third_party/skia/third_party/externals/freetype/src/cid/ |
H A D | cidload.c | 162 FT_Face root = (FT_Face)&face->root; in cid_parse_font_matrix() local [all...] |
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfdrivr.c | 71 FT_CMapRec root; member
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42objs.c | 173 FT_Face root = (FT_Face)&face->root; in FT_LOCAL_DEF() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | dag.h | 307 DAGNodeBuilder<T> DAGBuilder<T>::root() { in root() function in marl::DAGBuilder
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | stringtriebuilder.cpp | 74 Node *root=makeNode(0, elementsLength, 0, errorCode); in build() local
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_namespace_pkgs.py | 62 root = os.path.join(os.path.dirname(__file__), 'namespace_pkgs') variable in NamespacePackageTest
|
H A D | fixtures.py | 287 root = 'test.test_importlib.data' variable in ZipFixtures
|
/third_party/skia/gm/ |
H A D | animated_gif.cpp | 191 const char* root = "/skia/anim/"; in AnimCodecPlayerGM() local 253 const float root = sqrt((float) count); in init() local 275 const float root = sqrt((float) fFrameInfos.size()); variable
|
/third_party/skia/bench/ |
H A D | RectBench.cpp | 39 const char* computeName(const char root[]) { in computeName() argument
|
/third_party/spirv-tools/source/opt/ |
H A D | cfg.cpp | 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() argument 80 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() argument
|
H A D | scalar_analysis_simplification.cpp | 372 SENode* SENodeSimplifyImpl::FoldRecurrentAddExpressions(SENode* root) { in FoldRecurrentAddExpressions() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboNoAttachmentTests.cpp | 535 tcu::TestCaseGroup* const root = new tcu::TestCaseGroup(testCtx, "no_attachments", "Framebuffer without attachments"); in createFboNoAttachmentTests() member in deqp::gles31::Functional::tcu
|
H A D | es31fTextureBufferTests.cpp | 565 TestCaseGroup* const root = new TestCaseGroup(context, "texture_buffer", "Texture buffer syncronization tests"); in createTextureBufferTests() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | json.c | 222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; in json_parse() local 572 void json_print_tree(struct json_token *root, char *buf, size_t buflen) in json_print_tree() argument [all...] |
H A D | xml-utils.c | 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() argument 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() argument 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() argument 15 get_node_uri_iter(struct xml_node_ctx *ctx, xml_node_t *root, char *uri) get_node_uri_iter() argument 63 get_node_iter(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) get_node_iter() argument 280 xml_node_t *root; mo_to_tnds() local 337 add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) add_mo_node() argument 384 tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) tnds_to_mo_iter() argument [all...] |
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11.cpp | 159 ::Window root = DefaultRootWindow(dpy); in XlibWindow() local 253 ::Window root; in getDimensions() local
|