/third_party/skia/third_party/externals/angle2/include/GLES2/ |
H A D | gl2ext_angle.h | 233 typedef void (GL_APIENTRYP PFNGLGETBUFFERPARAMETERIVROBUSTANGLEPROC) (GLenum target, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params); 235 typedef void (GL_APIENTRYP PFNGLGETFRAMEBUFFERATTACHMENTPARAMETERIVROBUSTANGLEPROC) (GLenum target, GLenum attachment, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params); 238 typedef void (GL_APIENTRYP PFNGLGETRENDERBUFFERPARAMETERIVROBUSTANGLEPROC) (GLenum target, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params); 240 typedef void (GL_APIENTRYP PFNGLGETTEXPARAMETERFVROBUSTANGLEPROC) (GLenum target, GLenum pname, GLsizei bufSize, GLsizei *length, GLfloat *params); 241 typedef void (GL_APIENTRYP PFNGLGETTEXPARAMETERIVROBUSTANGLEPROC) (GLenum target, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params); 248 typedef void (GL_APIENTRYP PFNGLTEXIMAGE2DROBUSTANGLEPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels); 249 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERFVROBUSTANGLEPROC) (GLenum target, GLenum pname, GLsizei bufSize, const GLfloat *params); 250 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERIVROBUSTANGLEPROC) (GLenum target, GLenum pname, GLsizei bufSize, const GLint *params); 251 typedef void (GL_APIENTRYP PFNGLTEXSUBIMAGE2DROBUSTANGLEPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels); 252 typedef void (GL_APIENTRYP PFNGLTEXIMAGE3DROBUSTANGLEPROC) (GLenum target, GLin [all...] |
/third_party/node/deps/v8/src/baseline/mips/ |
H A D | baseline-assembler-mips-inl.h | 70 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() argument 71 return op.is_reg() && op.rm() == target; in Clobbers() 99 void BaselineAssembler::Jump(Label* target, Label::Distance distance) { in Jump() argument 100 __ Branch(target); in Jump() 103 Label* target, Label::Distance) { in JumpIfRoot() 104 __ JumpIfRoot(value, index, target); in JumpIfRoot() 107 Label* target, Label::Distance) { in JumpIfNotRoot() 108 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot() 110 void BaselineAssembler::JumpIfSmi(Register value, Label* target, in JumpIfSmi() argument 112 __ JumpIfSmi(value, target); in JumpIfSmi() 102 JumpIfRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfRoot() argument 106 JumpIfNotRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfNotRoot() argument 114 JumpIfNotSmi(Register value, Label* target, Label::Distance) JumpIfNotSmi() argument 118 JumpIfImmediate(Condition cc, Register left, int right, Label* target, Label::Distance distance) JumpIfImmediate() argument 140 TestAndBranch(Register value, int mask, Condition cc, Label* target, Label::Distance) TestAndBranch() argument 148 JumpIf(Condition cc, Register lhs, const Operand& rhs, Label* target, Label::Distance) JumpIf() argument 152 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument 161 JumpIfInstanceType(Condition cc, Register map, InstanceType instance_type, Label* target, Label::Distance) JumpIfInstanceType() argument 174 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument 182 JumpIfSmi(Condition cc, Register value, Smi smi, Label* target, Label::Distance) JumpIfSmi() argument 190 JumpIfSmi(Condition cc, Register lhs, Register rhs, Label* target, Label::Distance) JumpIfSmi() argument 196 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument 204 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance) JumpIfTagged() argument 212 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance) JumpIfByte() argument 372 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument 380 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument 390 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument [all...] |
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 66 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() argument 67 return op.is_reg() && op.rm() == target; in Clobbers() 96 void BaselineAssembler::Jump(Label* target, Label::Distance distance) { in Jump() argument 97 __ jmp(target); in Jump() 100 Label* target, Label::Distance) { in JumpIfRoot() 101 __ JumpIfRoot(value, index, target); in JumpIfRoot() 104 Label* target, Label::Distance) { in JumpIfNotRoot() 105 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot() 107 void BaselineAssembler::JumpIfSmi(Register value, Label* target, in JumpIfSmi() argument 109 __ JumpIfSmi(value, target); in JumpIfSmi() 99 JumpIfRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfRoot() argument 103 JumpIfNotRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfNotRoot() argument 111 JumpIfNotSmi(Register value, Label* target, Label::Distance) JumpIfNotSmi() argument 115 JumpIfImmediate(Condition cc, Register left, int right, Label* target, Label::Distance distance) JumpIfImmediate() argument 136 TestAndBranch(Register value, int mask, Condition cc, Label* target, Label::Distance) TestAndBranch() argument 144 JumpIf(Condition cc, Register lhs, const Operand& rhs, Label* target, Label::Distance) JumpIf() argument 148 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument 157 JumpIfInstanceType(Condition cc, Register map, InstanceType instance_type, Label* target, Label::Distance) JumpIfInstanceType() argument 170 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument 178 JumpIfSmi(Condition cc, Register value, Smi smi, Label* target, Label::Distance) JumpIfSmi() argument 186 JumpIfSmi(Condition cc, Register lhs, Register rhs, Label* target, Label::Distance) JumpIfSmi() argument 193 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument 202 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance) JumpIfTagged() argument 211 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance) JumpIfByte() argument 362 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument 370 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument 378 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument [all...] |
/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-assembler-mips64-inl.h | 68 inline bool Clobbers(Register target, MemOperand op) { in Clobbers() argument 69 return op.is_reg() && op.rm() == target; in Clobbers() 97 void BaselineAssembler::Jump(Label* target, Label::Distance distance) { in Jump() argument 98 __ Branch(target); in Jump() 101 Label* target, Label::Distance) { in JumpIfRoot() 102 __ JumpIfRoot(value, index, target); in JumpIfRoot() 105 Label* target, Label::Distance) { in JumpIfNotRoot() 106 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot() 108 void BaselineAssembler::JumpIfSmi(Register value, Label* target, in JumpIfSmi() argument 110 __ JumpIfSmi(value, target); in JumpIfSmi() 100 JumpIfRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfRoot() argument 104 JumpIfNotRoot(Register value, RootIndex index, Label* target, Label::Distance) JumpIfNotRoot() argument 112 JumpIfNotSmi(Register value, Label* target, Label::Distance) JumpIfNotSmi() argument 116 JumpIfImmediate(Condition cc, Register left, int right, Label* target, Label::Distance distance) JumpIfImmediate() argument 138 TestAndBranch(Register value, int mask, Condition cc, Label* target, Label::Distance) TestAndBranch() argument 146 JumpIf(Condition cc, Register lhs, const Operand& rhs, Label* target, Label::Distance) JumpIf() argument 150 JumpIfObjectType(Condition cc, Register object, InstanceType instance_type, Register map, Label* target, Label::Distance) JumpIfObjectType() argument 159 JumpIfInstanceType(Condition cc, Register map, InstanceType instance_type, Label* target, Label::Distance) JumpIfInstanceType() argument 172 JumpIfPointer(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfPointer() argument 180 JumpIfSmi(Condition cc, Register value, Smi smi, Label* target, Label::Distance) JumpIfSmi() argument 188 JumpIfSmi(Condition cc, Register lhs, Register rhs, Label* target, Label::Distance) JumpIfSmi() argument 194 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument 202 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance) JumpIfTagged() argument 210 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance) JumpIfByte() argument 370 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument 378 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument 388 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.h | 140 ANGLE_EXPORT void GL_APIENTRY GL_GetMapdv(GLenum target, GLenum query, GLdouble *v); 141 ANGLE_EXPORT void GL_APIENTRY GL_GetMapfv(GLenum target, GLenum query, GLfloat *v); 142 ANGLE_EXPORT void GL_APIENTRY GL_GetMapiv(GLenum target, GLenum query, GLint *v); 150 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params); 151 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnviv(GLenum target, GLenum pname, GLint *params); 156 GL_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels); 157 ANGLE_EXPORT void GL_APIENTRY GL_GetTexLevelParameterfv(GLenum target, 161 ANGLE_EXPORT void GL_APIENTRY GL_GetTexLevelParameteriv(GLenum target, 165 ANGLE_EXPORT void GL_APIENTRY GL_GetTexParameterfv(GLenum target, GLenum pname, GLfloat *params); 166 ANGLE_EXPORT void GL_APIENTRY GL_GetTexParameteriv(GLenum target, GLenu [all...] |
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-sysfs.c | 73 if (!info->orig || !info->target || in coresight_add_sysfs_link() 76 if (!info->orig->has_conns_grp || !info->target->has_conns_grp) in coresight_add_sysfs_link() 79 /* first link orig->target */ in coresight_add_sysfs_link() 82 &info->target->dev.kobj, in coresight_add_sysfs_link() 87 /* second link target->orig */ in coresight_add_sysfs_link() 88 ret = sysfs_add_link_to_group(&info->target->dev.kobj, in coresight_add_sysfs_link() 100 info->target->nr_links++; in coresight_add_sysfs_link() 111 if (!info->orig || !info->target || in coresight_remove_sysfs_link() 119 sysfs_remove_link_from_group(&info->target->dev.kobj, in coresight_remove_sysfs_link() 124 info->target in coresight_remove_sysfs_link() 143 coresight_make_links(struct coresight_device *orig, struct coresight_connection *conn, struct coresight_device *target) coresight_make_links() argument [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationCurrencyTest.java | 73 String target; in TestCurrency() 78 target = new String(currency[j]); in TestCurrency() 88 int compareResult = c.compare(source, target); in TestCurrency() 99 targetKey = c.getCollationKey(target); in TestCurrency() 107 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult ); in TestCurrency() 112 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument 136 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 138 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult() 146 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 148 errln(msg1 + source + msg2 + target in reportCResult() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationCurrencyTest.java | 76 String target; in TestCurrency() 81 target = new String(currency[j]); in TestCurrency() 91 int compareResult = c.compare(source, target); in TestCurrency() 102 targetKey = c.getCollationKey(target); in TestCurrency() 110 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult ); in TestCurrency() 115 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument 139 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 141 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult() 149 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult() 151 errln(msg1 + source + msg2 + target in reportCResult() [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | LigatureTree.java | 27 int target; field in LigatureTree.Lignode 33 target = -1; in Lignode() 36 Lignode(int target) in Lignode() argument 38 this.target = target; in Lignode() 56 if (c <= subnodes[len - 1].target) { in subnode() 58 int t = subnodes[i].target; in subnode() 117 int t = subnodes[i].target; in insert() 147 if (target != -1) { in walk() 148 walker.down(target); in walk() [all...] |
/third_party/jerryscript/tests/unit-core/ |
H A D | test-newtarget.cpp | 71 /* Method was called with "new": new.target should be equal to the function object. */ in construct_handler() 72 jerry_value_t target = jerry_get_new_target (); in construct_handler() local 73 TEST_ASSERT (!jerry_value_is_undefined (target)); in construct_handler() 74 TEST_ASSERT (target == func_obj_val); in construct_handler() 75 jerry_release_value (target); in construct_handler() 80 /* Method was called directly without "new": new.target should be equal undefined. */ in construct_handler() 81 jerry_value_t target = jerry_get_new_target (); in construct_handler() local 82 TEST_ASSERT (jerry_value_is_undefined (target)); in construct_handler() 83 TEST_ASSERT (target != func_obj_val); in construct_handler() 84 jerry_release_value (target); in construct_handler() 90 jerry_value_t target = jerry_get_new_target (); construct_handler() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video_ppp.c | 26 nv98_decoder_setup_ppp(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target, uint32_t low700) { in nv98_decoder_setup_ppp() argument 30 uint32_t stride_out = mb(target->resources[0]->width0); in nv98_decoder_setup_ppp() 46 struct nv50_miptree *mt = (struct nv50_miptree *)target->resources[i]; in nv98_decoder_setup_ppp() 54 in_addr = nouveau_vp3_video_addr(dec, target) >> 8; in nv98_decoder_setup_ppp() 67 struct nv50_miptree *mt = (struct nv50_miptree *)target->resources[i]; in nv98_decoder_setup_ppp() 76 nv98_decoder_vc1_ppp(struct nouveau_vp3_decoder *dec, struct pipe_vc1_picture_desc *desc, struct nouveau_vp3_video_buffer *target) { in nv98_decoder_vc1_ppp() argument 79 nv98_decoder_setup_ppp(dec, target, 0x1412); in nv98_decoder_vc1_ppp() 92 nv98_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq) { in nv98_decoder_ppp() argument 102 nv98_decoder_setup_ppp(dec, target, 0x1410 | mpeg2); in nv98_decoder_ppp() 105 case PIPE_VIDEO_FORMAT_MPEG4: nv98_decoder_setup_ppp(dec, target, in nv98_decoder_ppp() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video_ppp.c | 26 nvc0_decoder_setup_ppp(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target, uint32_t low700) { in nvc0_decoder_setup_ppp() argument 30 uint32_t stride_out = mb(target->resources[0]->width0); in nvc0_decoder_setup_ppp() 46 struct nv50_miptree *mt = (struct nv50_miptree *)target->resources[i]; in nvc0_decoder_setup_ppp() 54 in_addr = nouveau_vp3_video_addr(dec, target) >> 8; in nvc0_decoder_setup_ppp() 67 struct nv50_miptree *mt = (struct nv50_miptree *)target->resources[i]; in nvc0_decoder_setup_ppp() 76 nvc0_decoder_vc1_ppp(struct nouveau_vp3_decoder *dec, struct pipe_vc1_picture_desc *desc, struct nouveau_vp3_video_buffer *target) { in nvc0_decoder_vc1_ppp() argument 79 nvc0_decoder_setup_ppp(dec, target, 0x1412); in nvc0_decoder_vc1_ppp() 92 nvc0_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq) { in nvc0_decoder_ppp() argument 102 nvc0_decoder_setup_ppp(dec, target, 0x1410 | mpeg2); in nvc0_decoder_ppp() 105 case PIPE_VIDEO_FORMAT_MPEG4: nvc0_decoder_setup_ppp(dec, target, in nvc0_decoder_ppp() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/config/extension-highlighter/ |
H A D | extension.rb | 28 def preprocess_conditional_directive directive, target, delimiter, text 29 # If we are tracking a target for highlighting already, we do not need to do 34 if @tracking_target != nil && directive == 'endif' && @tracking_target == target.downcase 37 return super(directive, target, delimiter, text) 58 modified_target = target.downcase 68 # If any of the extensions are in the target, and the conditional text 73 if target.downcase.include?(extension) 75 @tracking_target = target.downcase 91 def preprocess_conditional_inclusion directive, target, delimiter, text 92 # If we are tracking a target fo [all...] |
/third_party/skia/src/gpu/ |
H A D | GrRenderTaskCluster.cpp | 16 static GrSurfaceProxy* first_target(GrRenderTask* task) { return task->target(0); } in first_target() 20 if (GrSurfaceProxy* target = first_target(t)) { in describe_task() 21 return SkStringPrintf("%s(%d)", target->getDebugName().c_str(), t->uniqueID()); in describe_task() 69 // target, search backward for the last task that uses the target and add a dep. in depends_on() 71 if (dependee->isUsed(depender->target(i))) { in depends_on() 75 depender->target(i)->getDebugName().c_str()); in depends_on() 99 if (lastTaskMap->find(task->target(0))) { in task_cluster_visit() 100 lastTaskMap->remove(task->target(0)); in task_cluster_visit() 106 GrSurfaceProxy* target in task_cluster_visit() local [all...] |
H A D | GrRenderTask.cpp | 38 for (const sk_sp<GrSurfaceProxy>& target : fTargets) { in disown() 39 if (this == drawingMgr->getLastRenderTask(target.get())) { in disown() 40 drawingMgr->setLastRenderTask(target.get(), nullptr); in disown() 76 GrSurfaceProxy* proxy = this->target(0); in makeClosed() 78 SkASSERT(this->target(0)->asRenderTargetProxy()); in makeClosed() 79 this->target(0)->asRenderTargetProxy()->markMSAADirty(targetUpdateBounds); in makeClosed() 81 GrTextureProxy* textureProxy = this->target(0)->asTextureProxy(); in makeClosed() 226 for (auto& target : fDependencies) { in replaceDependency() 227 if (target == toReplace) { in replaceDependency() 228 target in replaceDependency() [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetSCSU.java | 236 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() argument 260 labelType = fastSingle(source, target, offsets, ByteMode); in decodeLoop() 264 labelType = singleByteMode(source, target, offsets, ByteMode); in decodeLoop() 267 endLoop(source, target, offsets); in decodeLoop() 274 labelType = fastSingle(source, target, offsets, UnicodeMode); in decodeLoop() 278 labelType = singleByteMode(source, target, offsets, UnicodeMode); in decodeLoop() 281 endLoop(source, target, offsets); in decodeLoop() 290 private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in fastSingle() argument 295 while(source.hasRemaining() && target.hasRemaining() && (b=(short)(source.get(source.position()) & UConverterConstants.UNSIGNED_BYTE_MASK)) >= 0x20){ in fastSingle() 300 target in fastSingle() 356 singleByteMode(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType) singleByteMode() argument 582 endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets) endLoop() argument 645 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument 767 loop(CharBuffer source, ByteBuffer target, IntBuffer offsets) loop() argument 1052 getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets) getTrail() argument 1077 getTrailUnicode(CharBuffer source, ByteBuffer target, IntBuffer offsets) getTrailUnicode() argument 1150 endLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets) endLoop() argument 1159 outputBytes(CharBuffer source, ByteBuffer target, IntBuffer offsets) outputBytes() argument [all...] |
/third_party/rust/crates/libc/libc-test/ |
H A D | build.rs | 12 let target = env::var("TARGET").unwrap(); in do_cc() 15 if !exclude.iter().any(|x| target.contains(x)) { in do_cc() 20 if target.contains("solaris") || target.contains("illumos") { in do_cc() 26 if target.contains("linux") in do_cc() 27 || target.contains("android") in do_cc() 28 || target.contains("emscripten") in do_cc() 29 || target.contains("fuchsia") in do_cc() 30 || target.contains("bsd") in do_cc() 35 if target in do_cc() [all...] |
/third_party/gn/src/gn/ |
H A D | resolved_target_data.cc | 10 const Target* target) const { in GetTargetInfo() 11 auto ret = targets_.PushBackWithIndex(target); in GetTargetInfo() 13 infos_.push_back(std::make_unique<TargetInfo>(target)); in GetTargetInfo() 22 for (ConfigValuesIterator iter(info->target); !iter.done(); iter.Next()) { in ComputeLibInfo() 45 for (ConfigValuesIterator iter(info->target); !iter.done(); iter.Next()) { in ComputeFrameworkInfo() 70 if (info->target->hard_dep() || dep->hard_dep()) { in ComputeHardDeps() 74 // If |dep| is binary target and |dep| has no public header, in ComputeHardDeps() 75 // |this| target does not need to have |dep|'s hard_deps as its in ComputeHardDeps() 76 // hard_deps to start compiles earlier. Unless the target compiles a in ComputeHardDeps() 78 // by the current target) in ComputeHardDeps() 230 const Target* target = info->target; ComputeSwiftValues() local [all...] |
/third_party/skia/src/gpu/gl/ |
H A D | GrGLBuffer.cpp | 116 GrGLenum target = gpu->bindBuffer(fIntendedType, this); in GrGLBuffer() local 117 GrGLenum error = GL_ALLOC_CALL(BufferData(target, (GrGLsizeiptr)size, data, fUsage)); in GrGLBuffer() 181 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap() local 186 GL_ALLOC_CALL(BufferData(target, this->size(), nullptr, fUsage)); in onMap() 192 GL_CALL_RET(fMapPtr, MapBuffer(target, readOnly ? GR_GL_READ_ONLY : GR_GL_WRITE_ONLY)); in onMap() 196 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap() local 199 GrGLenum error = GL_ALLOC_CALL(BufferData(target, this->size(), nullptr, fUsage)); in onMap() 214 GL_CALL_RET(fMapPtr, MapBufferRange(target, 0, this->size(), access)); in onMap() 218 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); in onMap() local 221 GrGLenum error = GL_ALLOC_CALL(BufferData(target, thi in onMap() 250 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); onUnmap() local 275 GrGLenum target = this->glGpu()->bindBuffer(fIntendedType, this); onUpdateData() local [all...] |
/third_party/libuv/src/win/ |
H A D | atomicops-inl.h | 34 * and interlocked operations on larger targets might require the target to be 38 static char INLINE uv__atomic_exchange_set(char volatile* target) { in uv__atomic_exchange_set() argument 39 return _InterlockedOr8(target, 1); in uv__atomic_exchange_set() 44 static inline char uv__atomic_exchange_set(char volatile* target) { in uv__atomic_exchange_set() argument 50 : "=r"(old_value), "=m"(*target) in uv__atomic_exchange_set() 51 : "0"(one), "m"(*target) in uv__atomic_exchange_set() 55 return __sync_fetch_and_or(target, 1); in uv__atomic_exchange_set()
|
/third_party/node/deps/uv/src/win/ |
H A D | atomicops-inl.h | 34 * and interlocked operations on larger targets might require the target to be 38 static char INLINE uv__atomic_exchange_set(char volatile* target) { in uv__atomic_exchange_set() argument 39 return _InterlockedOr8(target, 1); in uv__atomic_exchange_set() 44 static inline char uv__atomic_exchange_set(char volatile* target) { in uv__atomic_exchange_set() argument 50 : "=r"(old_value), "=m"(*target) in uv__atomic_exchange_set() 51 : "0"(one), "m"(*target) in uv__atomic_exchange_set() 55 return __sync_fetch_and_or(target, 1); in uv__atomic_exchange_set()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | TransliteratorIDParser.java | 31 * A basic ID, which contains source, target, and variant, but no 73 * 'source' and 'target' will always be non-null. The 'variant' 85 public String target; // not null field in TransliteratorIDParser.Specs 91 target = t; in Specs() 461 * @return an array of 4 strings: source, target, variant, and 464 * isSourcePresent will be non-null. The target may be empty if the 469 String target = null; in IDtoSTV() 481 target = id.substring(0, var); in IDtoSTV() 489 target = id.substring(++sep, var); in IDtoSTV() 498 target in IDtoSTV() 514 STVtoID(String source, String target, String variant) STVtoID() argument 560 registerSpecialInverse(String target, String inverseTarget, boolean bidirectional) registerSpecialInverse() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TransliteratorIDParser.java | 32 * A basic ID, which contains source, target, and variant, but no 74 * 'source' and 'target' will always be non-null. The 'variant' 86 public String target; // not null field in TransliteratorIDParser.Specs 92 target = t; in Specs() 462 * @return an array of 4 strings: source, target, variant, and 465 * isSourcePresent will be non-null. The target may be empty if the 470 String target = null; in IDtoSTV() 482 target = id.substring(0, var); in IDtoSTV() 490 target = id.substring(++sep, var); in IDtoSTV() 499 target in IDtoSTV() 515 STVtoID(String source, String target, String variant) STVtoID() argument 561 registerSpecialInverse(String target, String inverseTarget, boolean bidirectional) registerSpecialInverse() argument [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | idtracking.py | 48 def find_load(self, target): 49 if target in self.loads: 50 return self.loads[target] 52 return self.parent.find_load(target) 100 target = self.find_ref(name) 101 if target is None: 107 for target in branch.stores: 108 if target in self.stores: 110 stores[target] = stores.get(target, [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | idtracking.py | 50 def find_load(self, target): 51 if target in self.loads: 52 return self.loads[target] 54 return self.parent.find_load(target) 100 target = self.find_ref(name) 101 if target is None: 107 for target in branch.stores: 108 if target in self.stores: 110 stores[target] = stores.get(target, [all...] |