Home
last modified time | relevance | path

Searched defs:extend (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dextend.inl7 GLM_FUNC_QUALIFIER genType extend function
18 GLM_FUNC_QUALIFIER tvec2<T, P> extend function
29 GLM_FUNC_QUALIFIER tvec3<T, P> extend function
40 GLM_FUNC_QUALIFIER tvec4<T, P> extend function
/third_party/typescript/tests/cases/compiler/
DobjectLiteralParameterResolution.ts2 extend<T>(target: T, ...objs: any[]): T; method
3 extend<T>(deep: boolean, target: T, ...objs: any[]): T; method
DallowJscheckJsTypeParameterNoCrash.ts9 declare function extend(options: ComponentOptions<{}>): void; function
DjsEmitIntersectionProperty.ts14 static extend< method in CoreObject
DreverseMappedPartiallyInferableTypes.ts28 declare function extend<T>({ props }: { props: PropsDefinition<T> }): PropsDefinition<T>; function
/third_party/protobuf/js/commonjs/
Dexport.js30 exports.object = {extend: goog.object.extend}; property
/third_party/skia/modules/skparagraph/src/
DTextWrapper.h66 void extend(TextStretch& stretch) { in extend() function
78 void extend(Cluster* cluster) { in extend() function
92 void extend(Cluster* cluster, size_t pos) { in extend() function
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionTypeInference.ts1 function extend<T, U>(obj1: T, obj2: U): T & U { function
DintersectionThisTypes.ts29 extend<T>(props: T): this & T; method
/third_party/jsframework/runtime/main/extend/dpi/
DDpi.ts71 public extend(Vm: VMInterface): void { method in Dpi
/third_party/rust/crates/proc-macro2/src/
Drcvec.rs78 pub fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() method
100 pub fn extend(&mut self, iter: impl IntoIterator<Item = T>) { in extend() method
/third_party/jsframework/runtime/main/util/
Dshared.js7 export function extend(obj, ...prop) { function
/third_party/typescript/tests/baselines/reference/
DintersectionTypeInference.js32 function extend(obj1, obj2) { function
/third_party/mesa3d/bin/
Dgen_calendar_entries.py166 def extend(args: ExtendArguments) -> None: function
/third_party/jsframework/runtime/main/extend/i18n/
DI18n.ts110 public extend(Vm: VMInterface): void { method in I18n
/third_party/node/deps/npm/node_modules/debug/src/
Dcommon.js149 function extend(namespace, delimiter) { function
/third_party/vixl/src/aarch64/
Doperands-aarch64.cc165 Operand::Operand(Register reg, Extend extend, unsigned shift_amount) in Operand()
250 Extend extend, in MemOperand()
/third_party/typescript/tests/cases/fourslash/
DetsOption.json11 "extend": { object
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPSInt.h102 APSInt extend(uint32_t width) const { in extend() function
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java110 int direction, boolean extend) { in nextBound()
/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts82 …static extend(this: typeof Parser, ...plugins: ((BaseParser: typeof Parser) => typeof Parser)[]): … method in acorn.Parser
/third_party/rust/crates/clap/src/util/
Dflat_set.rs92 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I) { in extend() method
/third_party/python/Lib/distutils/
Dfilelist.py54 def extend(self, items): member in FileList
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DVariable.hpp198 void VariableContainer::extend(const std::shared_ptr<Variables> &base) in extend() function in vk::dbg::VariableContainer
/third_party/mesa3d/src/asahi/compiler/
Dagx_pack.c293 uint16_t extend = 0; in agx_pack_alu() local
568 uint32_t extend = in agx_pack_instr() local

123456