Home
last modified time | relevance | path

Searched defs:prefix (Results 1026 - 1050 of 1050) sorted by relevance

1...<<4142

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp9427 std::string getUnusedVarTestNamePiece(const std::string& prefix, ShaderTask task) in getUnusedVarTestNamePiece() argument
10330 string prefix = isSigned(type) ? "" : "u"; in getTypeName() local
10350 string prefix; in getAsmTypeName() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c11154 static const char * prefix[] = { in wpas_global_ctrl_iface_redir_p2p() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c468 static struct wpabuf * dpp_get_pubkey_point(EVP_PKEY *pkey, int prefix) in dpp_get_pubkey_point() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android_ext.c182 char prefix; member
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c483 char postfix[VERIFIER_SIXTEEN] = {0}, prefix[VERIFIER_SIXTEEN] = {0}; in reg_type_str() local
11835 const char prefix[] = "btf_trace_"; in bpf_check_attach_target() local
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp1068 string prefix = MEDIA_DATA_DB_MEDIA_TYPE + " <> ? "; in GetFileAssetUpdateSelections() local
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h2489 const AstRawString* prefix = in ParseClassPropertyDefinition() local
2736 const AstRawString* prefix = in ParseObjectPropertyDefinition() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp7305 const std::string prefix; in createExtendedDynamicStateTests() member
7315 const auto& prefix = strideCase.prefix; in createExtendedDynamicStateTests() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp9833 std::string GPUShaderFP64Test7::getVariableDeclarations(const char* prefix, const _variables& variables, in getVariableDeclarations() argument
H A Dgl4cEnhancedLayoutsTests.cpp4607 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface() local
4619 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface() local
4638 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); CloneVertexInterface() local
4667 cloneVariableForStage(const Variable& variable, Shader::STAGES stage, const GLchar* prefix, VaryingPassthrough& varying_passthrough) cloneVariableForStage() argument
4701 cloneVariableForStage(const Variable& variable, Shader::STAGES stage, Variable::STORAGE storage, const GLchar* prefix) cloneVariableForStage() argument
4787 CloneBlockForStage(const Interface& block, Shader::STAGES stage, Variable::STORAGE storage, const GLchar* prefix) CloneBlockForStage() argument
8826 const GLchar* prefix = Utils::ProgramInterface::GetStagePrefix(stage, Utils::Variable::UNIFORM); test() local
10799 const GLchar* prefix = Utils::ProgramInterface::GetStagePrefix(stage, Utils::Variable::SSB); test() local
15042 const GLchar* prefix = Utils::ProgramInterface::GetStagePrefix(stage, storage); test() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c1047 store_verbose(png_store *ps, png_const_structp pp, png_const_charp prefix, in store_verbose() argument
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc1686 std::stringstream prefix; in Simulator() local
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c256 struct prefix *prefix; member
265 typedef struct prefix { struct
273 const XML_Char *prefix; member
347 PREFIX *prefix; member
366 PREFIX *prefix; member
3079 const XML_Char *prefix; doContent() local
3765 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) addBinding() argument
4867 const XML_Char *prefix; doProlog() local
6417 PREFIX *prefix; setElementTypePrefix() local
6550 PREFIX *prefix = (PREFIX *)hashTableIterNext(&iter); getContext() local
6618 PREFIX *prefix; setContext() local
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c4548 static const char *makefullname(const symtab_addctx *ctx, const char *prefix, in makefullname() argument
5050 static bool create_msgdef(symtab_addctx *ctx, const char *prefix, in create_msgdef() argument
4815 create_fielddef( const symtab_addctx *ctx, const char *prefix, upb_msgdef *m, const google_protobuf_FieldDescriptorProto *field_proto) create_fielddef() argument
4986 create_enumdef( const symtab_addctx *ctx, const char *prefix, const google_protobuf_EnumDescriptorProto *enum_proto) create_enumdef() argument
5165 resolve_fielddef(const symtab_addctx *ctx, const char *prefix, upb_fielddef *f) resolve_fielddef() argument
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c12845 unicode_removeprefix_impl(PyObject *self, PyObject *prefix) in unicode_removeprefix_impl() argument
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c249 struct prefix *prefix; member
258 typedef struct prefix { struct
266 const XML_Char *prefix; member
340 PREFIX *prefix; member
359 PREFIX *prefix; member
3036 const XML_Char *prefix; doContent() local
3833 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, const XML_Char *uri, BINDING **bindingsPtr) addBinding() argument
4948 const XML_Char *prefix; doProlog() local
6449 PREFIX *prefix; setElementTypePrefix() local
6582 PREFIX *prefix = (PREFIX *)hashTableIterNext(&iter); getContext() local
6650 PREFIX *prefix; setContext() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp5901 const std::string prefix; in createExtendedDynamicStateTests() member
5911 const auto& prefix = strideCase.prefix; in createExtendedDynamicStateTests() local
/third_party/libbpf/src/
H A Dlibbpf.c9727 static int find_btf_by_prefix_kind(const struct btf *btf, const char *prefix, argument
9704 btf_get_kernel_prefix_kind(enum bpf_attach_type attach_type, const char **prefix, int *kind) global() argument
9747 const char *prefix; global() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp10458 const char* prefix = g.LogNextPrefix; in LogRenderedText() local
10529 void ImGui::LogSetNextTextDecoration(const char* prefix, const char* suffix) in LogSetNextTextDecoration() argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4085 static const char *makefullname(const symtab_addctx *ctx, const char *prefix, in makefullname() argument
4579 static bool create_msgdef(symtab_addctx *ctx, const char *prefix, in create_msgdef() argument
4352 create_fielddef( const symtab_addctx *ctx, const char *prefix, upb_msgdef *m, const google_protobuf_FieldDescriptorProto *field_proto) create_fielddef() argument
4515 create_enumdef( const symtab_addctx *ctx, const char *prefix, const google_protobuf_EnumDescriptorProto *enum_proto) create_enumdef() argument
4694 resolve_fielddef(const symtab_addctx *ctx, const char *prefix, upb_fielddef *f) resolve_fielddef() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/glfw/deps/
H A Dnuklear.h7143 int prefix, cur_width = NK_MAX(width, 0); nk_vsnprintf() local
19466 nk_value_bool(struct nk_context *ctx, const char *prefix, int value) nk_value_bool() argument
19471 nk_value_int(struct nk_context *ctx, const char *prefix, int value) nk_value_int() argument
19476 nk_value_uint(struct nk_context *ctx, const char *prefix, unsigned int value) nk_value_uint() argument
19481 nk_value_float(struct nk_context *ctx, const char *prefix, float value) nk_value_float() argument
19499 nk_value_color_hex(struct nk_context *ctx, const char *prefix, struct nk_color color) nk_value_color_hex() argument
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c15038 wuffs_base__magic_number_guess_fourcc(wuffs_base__slice_u8 prefix) wuffs_base__magic_number_guess_fourcc() argument
39654 SelectDecoder(uint32_t fourcc, wuffs_base__slice_u8 prefix) SelectDecoder() argument
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c29995 etByte prefix; /* Offset into aPrefix[] of the prefix string */ global() member
30173 char prefix; /* Prefix character. "+" or "-" or " " or '\\0'. */ sqlite3_str_vappendf() local
[all...]

Completed in 446 milliseconds

1...<<4142