Home
last modified time | relevance | path

Searched refs:target (Results 2626 - 2650 of 4218) sorted by relevance

1...<<101102103104105106107108109110>>...169

/third_party/mesa3d/src/gallium/tests/graw/
H A Dvs-test.c86 templat.target = PIPE_BUFFER; in init_fs_constbuf()
290 templat.target = PIPE_TEXTURE_2D; in init_tex()
399 templat.target = PIPE_TEXTURE_2D; in init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c239 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nvc0_miptree_init_layout_video()
258 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nvc0_miptree_init_layout_tiled()
469 switch (pt->target) { in nvc0_miptree_create()
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js829 target: iterator
853 // 8. Let values be object’s target's value pairs to iterate over.
854 const { index, kind, target } = object
855 const values = target()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31_autogen.h71 GLenum target,
80 GLenum target,
85 GLenum target,
H A DvalidationEGL_autogen.h29 EGLNativePixmapType target);
139 EGLenum target,
385 EGLenum target,
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureRectangleTest.cpp129 auto TexStorage2D = [useES3](GLenum target, GLint levels, GLenum format, GLint width, in TEST_P()
133 glTexStorage2D(target, levels, format, width, height); in TEST_P()
137 glTexStorage2DEXT(target, levels, format, width, height); in TEST_P()
/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp191 SkIRect target = ctm.mapRect(localContentRect).roundOut(); variable
192 if (!target.intersect(SkIRect::MakeWH(canvas->imageInfo().width(),
196 skif::DeviceSpace<SkIRect> targetOutput(target);
/third_party/skia/src/gpu/ops/
H A DDrawAtlasOp.cpp221 void DrawAtlasOpImpl::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
223 this->createProgramInfo(target); in onPrepareDraws()
230 QuadHelper helper(target, vertexStride, numQuads); in onPrepareDraws()
/third_party/skia/third_party/externals/jinja2/
H A Dutils.py182 def urlize(text, trim_url_limit=None, rel=None, target=None):
194 If target is not None, a target attribute will be added to the link.
203 target_attr = target and ' target="%s"' % escape(target) or ""
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtjava.cpp107 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument
113 uprv_strcat(target, "\\n"); in uCharsToChars()
118 uprv_strcat(target,"\\f"); in uCharsToChars()
124 uprv_strcat(target,"\\"); in uCharsToChars()
125 target[j+1]= (char)source[i]; in uCharsToChars()
131 uprv_strcat(target,"\\"); in uCharsToChars()
132 target[j+1]= (char)source[i]; in uCharsToChars()
136 target[j++]= (char)source[i]; in uCharsToChars()
151 uprv_strcat(target,"\\\\"); in uCharsToChars()
158 uprv_strcat(target,"\\\\\\"); in uCharsToChars()
[all...]
/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp575 const BCP47FromLanguageId target = { languageID, "" };
577 BCP47FromLanguageID, SK_ARRAY_COUNT(BCP47FromLanguageID), target, sizeof(target));
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format4.cc236 WritableFontDataPtr target; in SubSerialize() local
239 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize()
241 size += source->CopyTo(target); in SubSerialize()
/third_party/python/Lib/distutils/command/
H A Dbuild_py.py139 target = os.path.join(build_dir, filename)
140 self.mkpath(os.path.dirname(target))
141 self.copy_file(os.path.join(src_dir, filename), target,
/third_party/skia/third_party/externals/tint/src/transform/
H A Dmodule_scope_var_to_entry_point_param.cc310 auto* target = in Process() local
311 ctx.src->AST().Functions().Find(call->target.name->symbol); in Process()
312 auto* target_sem = ctx.src->Sem().Get(target); in Process()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_intrinsic_test.cc191 auto* target = sem->Target(); in TEST_P() local
192 ASSERT_NE(target, nullptr); in TEST_P()
193 auto* intrinsic = target->As<sem::Intrinsic>(); in TEST_P()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp337 xsel.target = xsr->target; in handleEvent()
346 if (fClipboardText.empty() || xsr->target != UTF8 || xsr->property == None) { in handleEvent()
/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc473 uint8* target) const { in SerializeMessageSetWithCachedSizesToArray()
475 target, MessageSetByteSize(), in SerializeMessageSetWithCachedSizesToArray()
477 return InternalSerializeMessageSetWithCachedSizesToArray(target, &stream); in SerializeMessageSetWithCachedSizesToArray()
/third_party/rust/crates/cxx/gen/build/src/
H A Dlib.rs93 mod target; modules
103 use crate::target::TargetDir;
154 // Normally available at target/cxxbridge/ if we are able to know where the
155 // target dir is, otherwise under a common scratch dir.
177 let shared_dir = match target::find_target_dir(&out_dir) { in init()
/third_party/vk-gl-cts/framework/platform/ohos/display/
H A DtcuOhosNativeDisplay.hpp59 eglw::EGLBoolean copyBuffers(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const;
61 eglw::EGLImage createImage(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) const;
62 eglw::EGLImageKHR createImageKHR(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) const;
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp779 ImeIdentification target = { bundleName, subName }; in IsNeedSwitch() local
780 return !(target == InputTypeManager::GetInstance().GetCurrentIme()); in IsNeedSwitch()
1266 auto target = ImeInfoInquirer::GetInstance().FindTargetSubtypeByCondition(info->subProps, condition); in SwitchMode() local
1267 if (target == nullptr) { in SwitchMode()
1268 IMSA_HILOGE("target is empty!"); in SwitchMode()
1271 SwitchInfo switchInfo = { std::chrono::system_clock::now(), target->name, target->id }; in SwitchMode()
1298 auto target = ImeInfoInquirer::GetInstance().FindTargetSubtypeByCondition(info->subProps, condition); in SwitchLanguage() local
1299 if (target == nullptr) { in SwitchLanguage()
1300 IMSA_HILOGE("target i in SwitchLanguage()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTestMessageFormat.java1236 String target = "X:two Y:one"; in testNumericFormatWithMap()
1238 if (!target.equals(result)) { in testNumericFormatWithMap()
1239 errln("expected '" + target + "' but got '" + result + "'"); in testNumericFormatWithMap()
1243 Map mapResult = mf.parseToMap(target); in testNumericFormatWithMap()
1254 target = "X:{2} Y:one"; in testNumericFormatWithMap()
1256 if (!target.equals(result)) { in testNumericFormatWithMap()
1257 errln("expected '" + target + "' but got '" + result + "'"); in testNumericFormatWithMap()
1278 target = "X:5:17:00\u202FAM Y:Dec 17, 1990"; in testNumericFormatWithMap()
1280 if (!target.equals(result)) { in testNumericFormatWithMap()
1281 errln("expected '" + target in testNumericFormatWithMap()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTestMessageFormat.java1239 String target = "X:two Y:one"; in testNumericFormatWithMap()
1241 if (!target.equals(result)) { in testNumericFormatWithMap()
1242 errln("expected '" + target + "' but got '" + result + "'"); in testNumericFormatWithMap()
1246 Map mapResult = mf.parseToMap(target); in testNumericFormatWithMap()
1257 target = "X:{2} Y:one"; in testNumericFormatWithMap()
1259 if (!target.equals(result)) { in testNumericFormatWithMap()
1260 errln("expected '" + target + "' but got '" + result + "'"); in testNumericFormatWithMap()
1281 target = "X:5:17:00 AM Y:Dec 17, 1990"; in testNumericFormatWithMap()
1283 if (!target.equals(result)) { in testNumericFormatWithMap()
1284 errln("expected '" + target in testNumericFormatWithMap()
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h135 // Get the actual activation frame alignment for target environment.
694 void Jump(Register target);
695 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al,
700 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al,
702 void Call(Register target);
703 void Call(Address target, RelocInfo::Mode rmode, Condition cond = al);
706 void Call(Label* target);
719 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit,
955 void StoreReturnAddressAndCall(Register target);
1242 static int CallSizeNotPredictableCodeSize(Address target,
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h1235 compiler::AllocatedOperand target) in GapMove()
1236 : Base(bitfield), source_(source), target_(target) {} in GapMove()
1239 compiler::AllocatedOperand target() const { return target_; } in target() function in v8::internal::maglev::GapMove
1441 BasicBlock* target() const { return target_.block_ptr(); } in target() function in v8::internal::maglev::UnconditionalControlNode
1449 explicit UnconditionalControlNode(uint32_t bitfield, BasicBlock* target) in UnconditionalControlNode() argument
1450 : ControlNode(bitfield), target_(target) {} in UnconditionalControlNode()
1478 explicit UnconditionalControlNodeT(uint32_t bitfield, BasicBlock* target) in UnconditionalControlNodeT() argument
1479 : UnconditionalControlNode(bitfield, target) { in UnconditionalControlNodeT()
1541 explicit JumpLoop(uint32_t bitfield, BasicBlock* target) in JumpLoop() argument
1542 : Base(bitfield, target) {} in JumpLoop()
1234 GapMove(uint32_t bitfield, compiler::AllocatedOperand source, compiler::AllocatedOperand target) GapMove() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_memory_test.cpp26 std::ostream& operator<<(std::ostream& stream, spv_target_env target) in operator <<() argument
28 switch (target) { in operator <<()
31 default: return stream << (unsigned)target; in operator <<()
3511 const spv_target_env target = std::get<3>(GetParam()); in TEST_P() local
3513 ASSERT_TRUE(target == SPV_ENV_UNIVERSAL_1_3 || in TEST_P()
3514 target == SPV_ENV_UNIVERSAL_1_4); in TEST_P()
3581 CompileSuccessfully(generator.Build(), target); in TEST_P()
3582 spv_result_t result = ValidateInstructions(target); in TEST_P()
3583 if (target < SPV_ENV_UNIVERSAL_1_4 && in TEST_P()
3589 } else if (buffer_block && target > SPV_ENV_UNIVERSAL_1_ in TEST_P()
[all...]

Completed in 39 milliseconds

1...<<101102103104105106107108109110>>...169