Home
last modified time | relevance | path

Searched refs:target (Results 3226 - 3250 of 4886) sorted by relevance

1...<<121122123124125126127128129130>>...196

/third_party/skia/src/gpu/tessellate/
H A DPathWedgeTessellator.cpp278 void PathWedgeTessellator::prepareFixedCountBuffers(GrMeshDrawTarget* target) { in prepareFixedCountBuffers() argument
279 GrResourceProvider* rp = target->resourceProvider(); in prepareFixedCountBuffers()
/third_party/skia/tests/
H A DDrawOpAtlasTest.cpp115 GrDeferredUploadTarget* target, in fill_plot()
125 code = atlas->addToAtlas(resourceProvider, target, kPlotSize, kPlotSize, in fill_plot()
113 fill_plot(GrDrawOpAtlas* atlas, GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, GrDrawOpAtlas::AtlasLocator* atlasLocator, int alpha) fill_plot() argument
/third_party/python/Lib/test/
H A Dtest_sched.py69 t = threading.Thread(target=scheduler.run)
140 t = threading.Thread(target=scheduler.run)
H A Dtest_fcntl.py163 p = Process(target=try_lockf_on_other_process_fail, args=(TESTFN, cmd))
174 p = Process(target=try_lockf_on_other_process, args=(TESTFN, cmd))
H A Dtest_poll.py198 t = threading.Thread(target=pollster.poll)
222 poll_thread = threading.Thread(target=pollster.poll, args=(timeout_ms,))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h65 // SystemZ MachineOperand target flags.
112 // The target of the branch. In case of INLINEASM_BR, this is nullptr.
126 const MachineOperand *target) in Branch()
127 : Target(target), Type(type), CCValid(ccValid), CCMask(ccMask) {} in Branch()
284 // to the operand that contains the branch target. This target
326 // Perform target specific instruction verification.
330 // Sometimes, it is possible for the target to tell, even without
125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, const MachineOperand *target) Branch() argument
/third_party/skia/tools/
H A DToolUtils.h152 void targets(uint32_t target) { *fTargets.append() = target; } in targets() argument
/third_party/skia/tools/flags/
H A DCommandLineFlags.cpp61 static bool string_is_in(const char* target, const char* set[], size_t len) { in string_is_in() argument
63 if (0 == strcmp(target, set[i])) { in string_is_in()
/third_party/skia/tools/gpu/
H A DTestOps.cpp201 void TestRectOp::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
202 QuadHelper helper(target, fGP.vertexStride(), 1); in onPrepareDraws()
/third_party/skia/tools/skiaserve/
H A DRequest.cpp73 SkCanvas* target = fSurface->getCanvas(); in getCanvas() local
74 return target; in getCanvas()
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc139 StringOutputStream::StringOutputStream(std::string* target) : target_(target) {} in StringOutputStream() argument
/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc144 uint8* Message::_InternalSerialize(uint8* target, in _InternalSerialize() argument
146 return WireFormat::_InternalSerialize(*this, target, stream); in _InternalSerialize()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h317 void CopyToString(std::string* target) const;
318 void AppendToString(std::string* target) const;
/third_party/skia/modules/skottie/src/animator/
H A DVectorKeyframeAnimator.cpp85 // Resize the target value appropriately. in VectorKeyframeAnimator()
174 VectorAnimatorBuilder::VectorAnimatorBuilder(std::vector<float>* target, in VectorAnimatorBuilder() argument
180 , fTarget(target) {} in VectorAnimatorBuilder()
/third_party/skia/experimental/docs/
H A DanimationCommon.js96 var targetSpec = 'target' in action ? action.target : animationState.defaults.target;
161 assert('range' == p || 'target' == p || 'formula' == p || 'params' == p);
183 action.funcParams[i] = 'target' == action.params[i]
188 action.funcParams = 'target' == action.params
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py148 return os.path.join(projectdir(), 'target')
173 target=init_worker,
229 mailman = threading.Thread(target=write_errors)
/third_party/rust/crates/syn/codegen/src/
H A Dfold.rs70 let target = defs.types.iter().find(|ty| ty.ident == *t).unwrap(); in visit()
71 if requires_full(&target.features) && !requires_full(features) { in visit()
H A Dvisit_mut.rs86 let target = defs.types.iter().find(|ty| ty.ident == *t).unwrap(); in visit()
87 if requires_full(&target.features) && !requires_full(features) { in visit()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp137 void FboTestCase::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus() argument
139 deUint32 status = glCheckFramebufferStatus(target); in checkFramebufferStatus()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp141 void FboTestCase::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus() argument
143 deUint32 status = glCheckFramebufferStatus(target); in checkFramebufferStatus()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBufferGL.cpp57 gl::BufferBinding target, in setData()
89 gl::BufferBinding target, in setSubData()
56 setData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, gl::BufferUsage usage) setData() argument
88 setSubData(const gl::Context *context, gl::BufferBinding target, const void *data, size_t size, size_t offset) setSubData() argument
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc2566 const int32_t target = off >> 2; in adr() local
2567 return instr | (target & 0xff); in adr()
2596 int32_t target; in adr() local
2598 target = off; in adr()
2600 target = -off; in adr()
2601 VIXL_ASSERT((target >= 0) && (target <= 4095)); in adr()
2605 return instr | (target & 0xff) | ((target & 0x700) << 4) | in adr()
2606 ((target in adr()
2631 int32_t target; adr() local
3034 const int32_t target = off >> 1; b() local
3060 const int32_t target = off >> 1; b() local
3084 const int32_t target = off >> 1; b() local
3113 int32_t target = off >> 1; b() local
3141 const int32_t target = off >> 2; b() local
3471 int32_t target = off >> 1; bl() local
3499 const int32_t target = off >> 2; bl() local
3559 int32_t target = off >> 2; blx() local
3588 const int32_t target = off >> 1; blx() local
3706 const int32_t target = off >> 1; cbnz() local
3755 const int32_t target = off >> 1; cbz() local
5215 const int32_t target = off >> 2; ldr() local
5241 int32_t target = abs(off) | (U << 12); ldr() local
5268 int32_t target = abs(off) | (U << 12); ldr() local
5515 int32_t target = abs(off) | (U << 12); ldrb() local
5542 int32_t target = abs(off) | (U << 12); ldrb() local
5758 int32_t target = off >> 2; ldrd() local
5789 int32_t target = abs(off) | (U << 8); ldrd() local
6142 int32_t target = abs(off) | (U << 12); ldrh() local
6169 int32_t target = abs(off) | (U << 8); ldrh() local
6397 int32_t target = abs(off) | (U << 12); ldrsb() local
6424 int32_t target = abs(off) | (U << 8); ldrsb() local
6652 int32_t target = abs(off) | (U << 12); ldrsh() local
6679 int32_t target = abs(off) | (U << 8); ldrsh() local
8058 int32_t target = abs(off) | (U << 12); pld() local
8082 int32_t target = abs(off) | (U << 12); pld() local
8422 int32_t target = abs(off) | (U << 12); pli() local
8446 int32_t target = abs(off) | (U << 12); pli() local
19634 int32_t target = off >> 2; vldr() local
19664 int32_t target = off >> 2; vldr() local
19788 int32_t target = off >> 2; vldr() local
19818 int32_t target = off >> 2; vldr() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_testone_ng.cpp657 popupInfo.target = targetNode; in HWTEST_F()
691 popupInfo.target = targetNode; in HWTEST_F()
746 popupInfo.target = targetNode; in HWTEST_F()
810 popupInfo.target = targetNode; in HWTEST_F()
871 popupInfo.target = targetNode; in HWTEST_F()
927 popupInfo.target = targetNode; in HWTEST_F()
987 popupInfo.target = targetNode; in HWTEST_F()
1054 popupInfo.target = targetNode; in HWTEST_F()
1096 popupInfo.target = targetNode; in HWTEST_F()
1143 popupInfo.target in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c193 char *target, uint32_t targetLen, const char *defaultValue) in OptString()
195 if (JSON_GetStringFromOject(json, key, target, targetLen)) { in OptString()
198 if (strcpy_s(target, targetLen, defaultValue) != EOK) { in OptString()
205 static void OptInt(const JsonObj *json, const char * const key, int *target, int defaultValue) in OptInt() argument
207 if (JSON_GetInt32FromOject(json, key, target)) { in OptInt()
211 *target = defaultValue; in OptInt()
214 static void OptInt64(const JsonObj *json, const char * const key, int64_t *target, int64_t defaultValue) in OptInt64() argument
216 if (JSON_GetInt64FromOject(json, key, target)) { in OptInt64()
220 *target = defaultValue; in OptInt64()
223 static void OptBool(const JsonObj *json, const char * const key, bool *target, boo argument
192 OptString(const JsonObj *json, const char * const key, char *target, uint32_t targetLen, const char *defaultValue) OptString() argument
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c310 static int32_t CopyAsyncReqItemSessionParamIds(const SessionParam *source, SessionParam *target) in CopyAsyncReqItemSessionParamIds() argument
319 target->groupId = groupId; in CopyAsyncReqItemSessionParamIds()
329 target->attr = tmpAttr; in CopyAsyncReqItemSessionParamIds()
330 target->qosCount = source->qosCount; in CopyAsyncReqItemSessionParamIds()
332 (memcpy_s(target->qos, sizeof(target->qos), source->qos, sizeof(QosTV) * (source->qosCount)) != EOK)) { in CopyAsyncReqItemSessionParamIds()
338 static int32_t CopyAsyncReqItemSessionParam(const SessionParam *source, SessionParam *target) in CopyAsyncReqItemSessionParam() argument
348 target->sessionName = sessionName; in CopyAsyncReqItemSessionParam()
359 target->peerSessionName = peerSessionName; in CopyAsyncReqItemSessionParam()
369 target in CopyAsyncReqItemSessionParam()
[all...]

Completed in 35 milliseconds

1...<<121122123124125126127128129130>>...196