| /third_party/skia/src/gpu/tessellate/ |
| H A D | PathWedgeTessellator.cpp | 278 void PathWedgeTessellator::prepareFixedCountBuffers(GrMeshDrawTarget* target) { in prepareFixedCountBuffers() argument 279 GrResourceProvider* rp = target->resourceProvider(); in prepareFixedCountBuffers()
|
| /third_party/skia/tests/ |
| H A D | DrawOpAtlasTest.cpp | 115 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 D | test_sched.py | 69 t = threading.Thread(target=scheduler.run) 140 t = threading.Thread(target=scheduler.run)
|
| H A D | test_fcntl.py | 163 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 D | test_poll.py | 198 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 D | SystemZInstrInfo.h | 65 // 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 D | ToolUtils.h | 152 void targets(uint32_t target) { *fTargets.append() = target; } in targets() argument
|
| /third_party/skia/tools/flags/ |
| H A D | CommandLineFlags.cpp | 61 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 D | TestOps.cpp | 201 void TestRectOp::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument 202 QuadHelper helper(target, fGP.vertexStride(), 1); in onPrepareDraws()
|
| /third_party/skia/tools/skiaserve/ |
| H A D | Request.cpp | 73 SkCanvas* target = fSurface->getCanvas(); in getCanvas() local 74 return target; in getCanvas()
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | zero_copy_stream_impl_lite.cc | 139 StringOutputStream::StringOutputStream(std::string* target) : target_(target) {} in StringOutputStream() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | message.cc | 144 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 D | stringpiece.h | 317 void CopyToString(std::string* target) const; 318 void AppendToString(std::string* target) const;
|
| /third_party/skia/modules/skottie/src/animator/ |
| H A D | VectorKeyframeAnimator.cpp | 85 // 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 D | animationCommon.js | 96 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 D | runtests.py | 148 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 D | fold.rs | 70 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 D | visit_mut.rs | 86 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 D | es3fFboTestCase.cpp | 137 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 D | es31fFboTestCase.cpp | 141 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 D | BufferGL.cpp | 57 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 D | assembler-aarch32.cc | 2566 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 D | overlay_manager_testone_ng.cpp | 657 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 D | auth_session_json.c | 193 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 D | trans_lane_pending_ctl.c | 310 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...] |