/third_party/skia/src/core/ |
H A D | SkMaskGamma.h | 179 SkTMaskPreBlend(sk_sp<const SkTMaskGamma<R_LUM_BITS, G_LUM_BITS, B_LUM_BITS>> parent, in SkTMaskPreBlend() argument 181 : fParent(std::move(parent)), fR(r), fG(g), fB(b) { } in SkTMaskPreBlend()
|
/third_party/openssl/providers/implementations/rands/ |
H A D | seed_src.c | 45 static void *seed_src_new(void *provctx, void *parent, in seed_src_new() argument 50 if (parent != NULL) { in seed_src_new()
|
/third_party/toybox/kconfig/ |
H A D | expr.h | 20 struct file *parent; member 136 struct menu *parent; member
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | RepeatedFieldBuilderV3Test.java | 179 newRepeatedFieldBuilderV3(GeneratedMessage.BuilderParent parent) { in newRepeatedFieldBuilderV3() argument 181 Collections.<TestAllTypes>emptyList(), false, parent, false); in newRepeatedFieldBuilderV3()
|
/third_party/python/Doc/tools/extensions/ |
H A D | c_annotations.py | 102 par = node.parent 215 signode.parent['stableabi'] = 'stableabi' in self.options
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_objectwriter.h | 93 : element_(new Element(/*parent=*/nullptr, /*is_json_object=*/false)), in JsonObjectWriter() 140 Element(Element* parent, bool is_json_object) in Element() argument 141 : BaseElement(parent), in Element()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | addinterface.cpp | 29 AddInterface::AddInterface(WpaGui *_wpagui, QWidget *parent) in AddInterface() argument 30 : QDialog(parent), wpagui(_wpagui) in AddInterface()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | addinterface.cpp | 29 AddInterface::AddInterface(WpaGui *_wpagui, QWidget *parent) in AddInterface() argument 30 : QDialog(parent), wpagui(_wpagui) in AddInterface()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 167 nir_instr *parent = intr->src[0].ssa->parent_instr; in lower_64bit_vertex_attribs_instr() local 169 nir_deref_instr_remove_if_unused(nir_instr_as_deref(parent)); in lower_64bit_vertex_attribs_instr() 218 nir_instr *parent = intr->src[0].ssa->parent_instr; in lower_64bit_uint_attribs_instr() local 220 nir_deref_instr_remove_if_unused(nir_instr_as_deref(parent)); in lower_64bit_uint_attribs_instr() 1601 nir_deref_instr *parent = nir_deref_instr_parent(deref); in deref_is_matrix() 1602 if (parent) in deref_is_matrix() 1603 return deref_is_matrix(parent); in deref_is_matrix() 1637 nir_deref_instr *parent = nir_deref_instr_parent(deref); in lower_64bit_vars() local 1641 /* propagate parent matrix type to row deref */ in lower_64bit_vars() 1642 if (he->key == parent) in lower_64bit_vars() 1885 nir_deref_instr *parent = nir_deref_instr_parent(deref); split_blocks() local 2809 nir_instr *parent = src->parent_instr; is_residency_code() local 2855 nir_instr *parent = instr->src[0].ssa->parent_instr; lower_sparse_instr() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 2966 EnvClone (const Environment& parent, const Device::Parameters& deviceParams, deUint32 maxResourceConsumers) in EnvClone() 2967 : deviceRes (parent, deviceParams) in EnvClone() 2968 , device (Device::create(parent, deviceRes, deviceParams)) in EnvClone() 2970 , vkd(de::MovePtr<DeviceDriver>(new DeviceDriver(parent.vkp, parent.instance, *device))) in EnvClone() 2971 , env(parent.vkp, parent.apiVersion, parent.instanceInterface, parent.instance, *vkd, *device, deviceRes.queueFamilyIndex, parent in EnvClone() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 465 Scope *parent = nullptr; 690 struct CompositeType *parent = nullptr; 706 Object *parent = nullptr; 824 Scope *parent = nullptr; 853 Scope *parent = nullptr; 913 return scope->parent ? find<T>(scope->parent) : nullptr; 1642 type->parent = get(debug::Object::ID(insn.word(10))); 1663 member->parent = get(debug::CompositeType::ID(insn.word(10))); 1695 var->parent [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | governor.h | 73 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | governor.h | 73 return df->profile->get_dev_status(df->dev.parent, &df->last_status); in devfreq_update_stats()
|
/third_party/curl/src/ |
H A D | tool_formparse.h | 43 struct tool_mime *parent; /* Parent item. */ member
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_multiplier.h | 25 void setAndChain(const Scale& multiplier, const MicroPropsGenerator* parent);
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.h | 136 const struct isa_bitset *parent; member
|
/third_party/node/test/parallel/ |
H A D | test-http2-client-request-options-errors.js | 16 parent: 'number',
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_multiplier.h | 25 void setAndChain(const Scale& multiplier, const MicroPropsGenerator* parent);
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_isinstance.py | 47 atom = testlist.parent
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_multiplier.h | 25 void setAndChain(const Scale& multiplier, const MicroPropsGenerator* parent);
|
/third_party/skia/src/pdf/ |
H A D | SkPDFTag.h | 26 // tree node, via a page entry in the parent tree. Returns -1 if no 30 // tree node, via the struct parent tree. Returns -1 if no struct parent 49 SkPDFIndirectReference PrepareTagTreeToEmit(SkPDFIndirectReference parent,
|
/third_party/protobuf/objectivec/ |
H A D | GPBMessage_PackagePrivate.h | 109 BOOL GPBWasMessageAutocreatedBy(GPBMessage *message, GPBMessage *parent); 115 // Call this when an array/dictionary is mutated so the parent message that
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | EnumValue.php | 53 parent::__construct($data);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | GeneratedCodeInfo.php | 43 parent::__construct($data);
|
H A D | SourceCodeInfo.php | 52 * - A location's span is not always a subset of its parent's span. For 105 * - A location's span is not always a subset of its parent's span. For 120 parent::__construct($data); 154 * - A location's span is not always a subset of its parent's span. For 205 * - A location's span is not always a subset of its parent's span. For
|