| /third_party/mesa3d/src/gallium/tests/graw/ |
| H A D | vs-test.c | 86 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 D | nvc0_miptree.c | 239 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 D | util.js | 829 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 D | validationES31_autogen.h | 71 GLenum target, 80 GLenum target, 85 GLenum target,
|
| H A D | validationEGL_autogen.h | 29 EGLNativePixmapType target); 139 EGLenum target, 385 EGLenum target,
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TextureRectangleTest.cpp | 129 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 D | SampleFilterBounds.cpp | 191 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 D | DrawAtlasOp.cpp | 221 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 D | utils.py | 182 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 D | wrtjava.cpp | 107 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 D | SkOTTable_name.cpp | 575 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 D | index_sub_table_format4.cc | 236 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 D | build_py.py | 139 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 D | module_scope_var_to_entry_point_param.cc | 310 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 D | generator_impl_intrinsic_test.cc | 191 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 D | Window_unix.cpp | 337 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 D | extension_set_heavy.cc | 473 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 D | lib.rs | 93 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 D | tcuOhosNativeDisplay.hpp | 59 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 D | input_method_system_ability.cpp | 779 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 D | TestMessageFormat.java | 1236 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 D | TestMessageFormat.java | 1239 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 D | macro-assembler-ppc.h | 135 // 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 D | maglev-ir.h | 1235 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 D | val_memory_test.cpp | 26 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...] |