Home
last modified time | relevance | path

Searched defs:include (Results 26 - 50 of 66) sorted by relevance

123

/third_party/vk-gl-cts/scripts/
H A Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists, parseBuildConfigFromCmdLineArgs namespace
[all...]
H A Dmustpass.py142 def include (*filenames): function
/third_party/gn/src/gn/
H A Dheader_checker.cc269 SourceFileForInclude( const IncludeStringWithLocation& include, const std::vector<SourceDir>& include_dirs, const InputFile& source_file, Err* err) const SourceFileForInclude() argument
341 IncludeStringWithLocation include; CheckFile() local
[all...]
/third_party/mesa3d/android/
H A Dmesa3d_cross.mk
/third_party/lzma/CPP/Common/
H A DWildcard.cpp344 void CCensorNode::AddItemSimple(bool include, CItem &item) in AddItemSimple() argument
350 void CCensorNode::AddItem(bool include, CItem &item, int ignoreWildcardIndex) in AddItem() argument
412 CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const CheckPathCurrent() argument
476 CheckPathToRoot_Change(bool include, UStringVector &pathParts, bool isFile) const CheckPathToRoot_Change() argument
486 CheckPathToRoot(bool include, const UStringVector &pathParts, bool isFile) const CheckPathToRoot() argument
606 AddItem(ECensorPathMode pathMode, bool include, const UString &path, const CCensorPathProps &props) AddItem() argument
780 AddPreItem(bool include, const UString &path, const CCensorPathProps &props) AddPreItem() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c682 static void si_set_window_rectangles(struct pipe_context *ctx, bool include, in si_set_window_rectangles() argument
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.h191 void AddInclude(std::string include) { includes_.insert(std::move(include)); } in AddInclude() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp75 void HexagonBlockRanges::RangeList::include(const RangeList &RL) { include() function in HexagonBlockRanges::RangeList
[all...]
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp207 AddNameToCensor(NWildcard::CCensor &wildcardCensor, const UString &name, bool include, NRecursedType::EEnum type) AddNameToCensor() argument
236 AddCommandLineWildcardToCensor(NWildcard::CCensor &wildcardCensor, const UString &name, bool include, NRecursedType::EEnum type) AddCommandLineWildcardToCensor() argument
[all...]
/third_party/lzma/Asm/x86/
H A DAesOpt.asm4 include 7zAsm.asm label
H A DLzFindOpt.asm10 include 7zAsm.asm label
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.h578 util_blitter_save_window_rectangles(struct blitter_context *blitter, boolean include, unsigned num_rectangles, const struct pipe_scissor_state *rects) util_blitter_save_window_rectangles() argument
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c443 char *include = NULL; def_load_bio() local
815 process_include(char *include, OPENSSL_DIR_CTX **dirctx, char **dirpath) process_include() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_backend.c544 ec_set_include_public(EC_KEY *ec, int include) ec_set_include_public() argument
574 int include = 1; ossl_ec_key_otherparams_fromdata() local
[all...]
/third_party/openssl/crypto/ec/
H A Dec_backend.c544 ec_set_include_public(EC_KEY *ec, int include) ec_set_include_public() argument
574 int include = 1; ossl_ec_key_otherparams_fromdata() local
[all...]
/third_party/openssl/crypto/conf/
H A Dconf_def.c443 char *include = NULL; def_load_bio() local
815 process_include(char *include, OPENSSL_DIR_CTX **dirctx, char **dirpath) process_include() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dudp.c270 udp_set_multicast_sources(URLContext *h, int sockfd, struct sockaddr *addr, int addr_len, struct sockaddr_storage *local_addr, struct sockaddr_storage *sources, int nb_sources, int include) udp_set_multicast_sources() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h718 TShader::Includer::IncludeResult* include = includeStack.top(); in pop_include() local
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java245 public void includeStatusVersion(boolean include) { in includeStatusVersion() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state.c1055 nv50_set_window_rectangles(struct pipe_context *pipe, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rectangles) nv50_set_window_rectangles() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c423 dd_context_set_window_rectangles(struct pipe_context *_pipe, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rects) dd_context_set_window_rectangles() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c274 noop_set_window_rectangles(struct pipe_context *ctx, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rects) noop_set_window_rectangles() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c979 nvc0_set_window_rectangles(struct pipe_context *pipe, bool include, unsigned num_rectangles, const struct pipe_scissor_state *rectangles) nvc0_set_window_rectangles() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp969 bool include; createBufferMemoryRequirementsTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp969 bool include; createBufferMemoryRequirementsTests() member
[all...]

Completed in 31 milliseconds

123