Home
last modified time | relevance | path

Searched refs:target (Results 2651 - 2675 of 4218) sorted by relevance

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

/third_party/skia/third_party/externals/swiftshader/third_party/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...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc691 std::string* target = &it->second; in ~MemoryOutputStream() local
696 std::string::size_type pos = target->find(magic_string); in ~MemoryOutputStream()
705 if ((pos > 3) && (target->substr(pos - 3, 2) == "/*")) { in ~MemoryOutputStream()
714 pos = target->find_last_of('\n', pos); in ~MemoryOutputStream()
725 std::string indent_(*target, pos, in ~MemoryOutputStream()
726 target->find_first_not_of(" \t", pos) - pos); in ~MemoryOutputStream()
730 target->insert(pos, data_); in ~MemoryOutputStream()
740 target->insert(pos, data_.size() + indent_size, '\0'); in ~MemoryOutputStream()
745 char* target_ptr = ::google::protobuf::string_as_array(target) + pos; in ~MemoryOutputStream()
762 ::google::protobuf::string_as_array(target) in ~MemoryOutputStream()
[all...]
/third_party/spirv-tools/test/val/
H A Dval_memory_test.cpp26 std::ostream& operator<<(std::ostream& stream, spv_target_env target) { in operator <<() argument
27 switch (target) { in operator <<()
33 return stream << (unsigned)target; in operator <<()
4003 const spv_target_env target = std::get<3>(GetParam()); in TEST_P() local
4005 ASSERT_TRUE(target == SPV_ENV_UNIVERSAL_1_3 || in TEST_P()
4006 target == SPV_ENV_UNIVERSAL_1_4); in TEST_P()
4073 CompileSuccessfully(generator.Build(), target); in TEST_P()
4074 spv_result_t result = ValidateInstructions(target); in TEST_P()
4075 if (target < SPV_ENV_UNIVERSAL_1_4 && in TEST_P()
4081 } else if (buffer_block && target > SPV_ENV_UNIVERSAL_1_ in TEST_P()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc1509 // -- 2: target in ReduceBuiltin()
1522 Node* target = node->InputAt(JSCallOrConstructNode::TargetIndex()); in ReduceBuiltin() local
1555 node->InsertInput(zone, 2, target); in ReduceBuiltin()
1585 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceJSConstructForwardVarargs() local
1586 Type target_type = NodeProperties::GetType(target); in ReduceJSConstructForwardVarargs()
1588 // Check if {target} is a JSFunction. in ReduceJSConstructForwardVarargs()
1616 Node* target = n.target(); in ReduceJSConstruct() local
1617 Type target_type = NodeProperties::GetType(target); in ReduceJSConstruct()
1619 // Check if {target} i in ReduceJSConstruct()
1657 Node* target = NodeProperties::GetValueInput(node, 0); ReduceJSCallForwardVarargs() local
1685 Node* target = n.target(); ReduceJSCall() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc120 void TurboAssembler::Jump(Register target, Condition cond) { bx(target, cond); } in Jump() argument
122 void TurboAssembler::Jump(intptr_t target, RelocInfo::Mode rmode, in Jump() argument
124 mov(pc, Operand(target, rmode), LeaveCC, cond); in Jump()
127 void TurboAssembler::Jump(Address target, RelocInfo::Mode rmode, in Jump() argument
130 Jump(static_cast<intptr_t>(target), rmode, cond); in Jump()
180 void TurboAssembler::Call(Register target, Condition cond) { in Call() argument
183 blx(target, cond); in Call()
186 void TurboAssembler::Call(Address target, RelocInfo::Mode rmode, Condition cond, in Call() argument
213 mov(ip, Operand(target, rmod in Call()
365 StoreReturnAddressAndCall(Register target) StoreReturnAddressAndCall() argument
400 Call(Label* target) Call() argument
2636 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1406 os << "\n - target: " << Brief(target()); in JSWeakRefPrint()
2015 os << "\n - call target: " << reinterpret_cast<void*>(foreign_address()); in WasmInternalFunctionPrint()
2418 if (HasNewTarget()) os << "\n - needs new target"; in ScopeInfoPrint()
2698 Map target) { in PrintOneTransition()
2714 os << "(transition to " << ElementsKindToString(target.elements_kind()) in PrintOneTransition()
2721 InternalIndex descriptor = target.LastAdded(); in PrintOneTransition()
2722 DescriptorArray descriptors = target.instance_descriptors(); in PrintOneTransition()
2727 os << " -> " << Brief(target); in PrintOneTransition()
2735 Map target in PrintInternal() local
2697 PrintOneTransition(std::ostream& os, Name key, Map target) PrintOneTransition() argument
2748 Map target = Map::cast(raw_transitions_->GetHeapObjectAssumeWeak()); PrintTransitions() local
2773 Map target = GetTarget(i); PrintTransitionTree() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp134 TextureTarget target, in QueryTexLevelParameterBase()
140 const InternalFormat *info = texture->getTextureState().getImageDesc(target, level).format.info; in QueryTexLevelParameterBase()
191 pname, static_cast<uint32_t>(texture->getWidth(target, level))); in QueryTexLevelParameterBase()
195 pname, static_cast<uint32_t>(texture->getHeight(target, level))); in QueryTexLevelParameterBase()
199 pname, static_cast<uint32_t>(texture->getDepth(target, level))); in QueryTexLevelParameterBase()
202 *params = CastFromStateValue<ParamType>(pname, texture->getSamples(target, level)); in QueryTexLevelParameterBase()
206 pname, static_cast<GLint>(texture->getFixedSampleLocations(target, level))); in QueryTexLevelParameterBase()
213 CastFromStateValue<ParamType>(pname, texture->getLevelMemorySize(target, level)); in QueryTexLevelParameterBase()
217 pname, texture->initState(ImageIndex::MakeFromTarget(target, level)) == in QueryTexLevelParameterBase()
1506 TextureTarget target, in QueryTexLevelParameterfv()
133 QueryTexLevelParameterBase(const Texture *texture, TextureTarget target, GLint level, GLenum pname, ParamType *params) QueryTexLevelParameterBase() argument
1505 QueryTexLevelParameterfv(const Texture *texture, TextureTarget target, GLint level, GLenum pname, GLfloat *params) QueryTexLevelParameterfv() argument
1514 QueryTexLevelParameteriv(const Texture *texture, TextureTarget target, GLint level, GLenum pname, GLint *params) QueryTexLevelParameteriv() argument
2751 SetTextureEnv(unsigned int unit, GLES1State *state, TextureEnvTarget target, TextureEnvParameter pname, const GLfloat *params) SetTextureEnv() argument
2841 GetTextureEnv(unsigned int unit, const GLES1State *state, TextureEnvTarget target, TextureEnvParameter pname, GLfloat *params) GetTextureEnv() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc106 void TurboAssembler::Jump(Register target) { in Jump() argument
107 mtctr(target); in Jump()
137 void TurboAssembler::Jump(intptr_t target, RelocInfo::Mode rmode, in Jump() argument
143 mov(ip, Operand(target, rmode)); in Jump()
150 void TurboAssembler::Jump(Address target, RelocInfo::Mode rmode, Condition cond, in Jump() argument
153 Jump(static_cast<intptr_t>(target), rmode, cond, cr); in Jump()
205 void TurboAssembler::Call(Register target) { in Call() argument
208 mtctr(target); in Call()
212 void MacroAssembler::CallJSEntry(Register target) { in CallJSEntry() argument
213 CHECK(target in CallJSEntry()
217 CallSizeNotPredictableCodeSize(Address target, RelocInfo::Mode rmode, Condition cond) CallSizeNotPredictableCodeSize() argument
223 Call(Address target, RelocInfo::Mode rmode, Condition cond) Call() argument
300 Call(Label* target) Call() argument
3697 StoreReturnAddressAndCall(Register target) CallRecordWriteStub() argument
3731 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js361 public targetType: Type = null; // Target type for an object literal (null if no target type)
520 public target: AST,
523 this.minChar = this.target.minChar;
542 emitter.emitNew(this.target, this.arguments);
545 emitter.emitCall(this, this.target, this.arguments);
982 public scopeType: Type = null; // Type of the FuncDecl, before target typing
1402 public target: string = null;
1403 public hasExplicitTarget() { return (this.target); }
1446 emitter.writeToOutput(" " + this.target);
1722 var target
[all...]
/base/global/i18n_lite/frameworks/i18n/include/
H A Dmeasure_format_impl.h38 int SearchUnits(std::string &target, I18nStatus &status);
/base/startup/init/test/unittest/ueventd/
H A Dueventd_config_unittest.cpp28 bool IsMatch(const char *target, const char *pattern);
/base/update/sys_installer/services/module_update/include/
H A Dmodule_loop.h66 const std::string &target, const uint32_t imageOffset, const uint32_t imageSize);
/base/usb/usb_manager/interfaces/kits/js/napi/include/
H A Dusb_async_context.h89 int32_t target; member
H A Dnapi_util.h26 const napi_env &env, const napi_value &value, const int32_t bufLen, std::string &target);
/test/xts/tools/lite/
H A Dbuild.sh59 target) TARGET="$PARAM"
85 TARGET_PARAM=" --target $TARGET"
/third_party/curl/tests/libtest/
H A Dlib576.c66 printf("Target: %s\n", finfo->strings.target); in chunk_bgn()
/third_party/ffmpeg/libavfilter/
H A Ddnn_interface.h77 const char *target; member
H A Ddnn_filter_common.h59 int ff_dnn_execute_model_classification(DnnContext *ctx, AVFrame *in_frame, AVFrame *out_frame, const char *target);
/third_party/gn/misc/vim/autoload/
H A Dgn.vim9 " Strip the build target name (necessary if 'isfname' contains ':')
/third_party/gn/src/gn/
H A Dninja_build_writer.h86 void WritePhonyRule(const Target* target, std::string_view phony_name);
H A Dninja_binary_target_writer.h16 // Writes a .ninja file for a binary target type (an executable, a shared
20 NinjaBinaryTargetWriter(const Target* target, std::ostream& out);
37 // implicit dependencies for the current target.
40 // If there are no implicit dependencies and no extra target dependencies
45 // Gets all target dependencies and classifies them, as well as accumulates
50 // target, adding it to the appropriate vector of |classified_deps|. If the
/third_party/icu/icu4c/source/i18n/unicode/
H A Dcurrpinf.h226 * @param target the target to copy to
229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.h147 struct usb_symlink *usb_alloc_symlink(const char *target);
/third_party/icu/icu4c/source/i18n/
H A Ducol_imp.h43 * @param target second collator
48 ucol_equals(const UCollator *source, const UCollator *target);
/third_party/mesa3d/include/GL/
H A Dmesa_glinterop.h41 * as checking the target, miplevel, and texture completeness.
159 unsigned target; member
161 /* If target is GL_ARRAY_BUFFER, it's a buffer object.
162 * If target is GL_RENDERBUFFER, it's a renderbuffer object.
163 * If target is GL_TEXTURE_*, it's a texture object.

Completed in 36 milliseconds

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