| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | currpinf.h | 226 * @param target the target to copy to 229 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
| H A D | tmutfmt.h | 231 void copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status);
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | ucbuf.h | 214 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | ftglyph.h | 301 * target :: 302 * A handle to the target glyph object. 0~in case of error. 309 FT_Glyph *target ); 322 * A handle to the target glyph object. 477 * A pointer to a handle to the target glyph. 588 * A handle to the target glyph object. 643 * A pointer to the target matrix. Remains untouched in case of error.
|
| H A D | ftoutln.h | 96 * A pointer to the source target. 261 * A pointer to the target outline descriptor. 291 * target :: 292 * A handle to the target outline. 299 FT_Outline *target ); 313 * A pointer to the target outline descriptor. 343 * A handle to the target outline. 408 * A pointer to the target outline descriptor. 428 * OR-ed to the target bitmap. 439 * A pointer to the target bitma [all...] |
| H A D | ftrender.h | 58 FT_Glyph target );
|
| /third_party/python/Lib/test/ |
| H A D | test_fork1.py | 35 t = threading.Thread(target=importer)
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | importHelpersES6.js | 16 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
|
| H A D | parserharness.js | 959 public get (code: string, target: any) { 962 if (typeof target === "string") { 963 targetIdentifier = target; 965 else if (typeof target === "number") { 966 targetPosition = target; 969 throw new Error("Expected string or number not " + (typeof target)); 1035 throw new Error("Found multiple matching identifiers for " + target); 1297 function clone/* <T> */(source: any, target: any) { 1299 target[prop] = source[prop]; 1434 var fileMetadataNames = ["filename", "comments", "declaration", "module", "nolib", "sourcemap", "target", "ou [all...] |
| /third_party/python/Lib/test/test_importlib/import_/ |
| H A D | test___loader__.py | 12 def find_spec(self, fullname, path=None, target=None):
|
| /third_party/python/Lib/xml/sax/ |
| H A D | handler.py | 182 def processingInstruction(self, target, data):
|
| /third_party/spirv-tools/utils/ |
| H A D | generate_registry_tables.py | 83 parser = XMLParser(target=TreeBuilder(), encoding='utf-8')
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| H A D | megaraid.c | 532 int target = 0; in mega_build_cmd() local 556 target = cmd->device->id; in mega_build_cmd() 563 if( target == 0 ) { in mega_build_cmd() 564 target = adapter->boot_pdrv_tgt; in mega_build_cmd() 566 else if( target == adapter->boot_pdrv_tgt ) { in mega_build_cmd() 567 target = 0; in mega_build_cmd() 579 target = cmd->device->id; in mega_build_cmd() 586 /* have just LUN 0 for each target on virtual channels */ in mega_build_cmd() 913 channel, target); in mega_build_cmd() 923 channel, target); in mega_build_cmd() 953 mega_prepare_passthru(adapter_t *adapter, scb_t *scb, struct scsi_cmnd *cmd, int channel, int target) mega_prepare_passthru() argument 1017 mega_prepare_extpassthru(adapter_t *adapter, scb_t *scb, struct scsi_cmnd *cmd, int channel, int target) mega_prepare_extpassthru() argument [all...] |
| /kernel/linux/linux-5.10/kernel/locking/ |
| H A D | lockdep.c | 1656 * @target_entry: pointer to the target of a matched path 1812 print_circular_bug_entry(struct lock_list *target, int depth) in print_circular_bug_entry() argument 1817 print_lock_name(target->class); in print_circular_bug_entry() 1819 print_lock_trace(target->trace, 6); in print_circular_bug_entry() 1828 struct lock_class *target = hlock_class(tgt); in print_circular_lock_scenario() local 1850 __print_lock_name(target); in print_circular_lock_scenario() 1858 __print_lock_name(target); in print_circular_lock_scenario() 1864 __print_lock_name(target); in print_circular_lock_scenario() 1967 struct lock_list *target, in print_circular_bug() 1983 depth = get_lock_depth(target); in print_circular_bug() 1966 print_circular_bug(struct lock_list *this, struct lock_list *target, struct held_lock *check_src, struct held_lock *check_tgt) print_circular_bug() argument 2078 check_path(struct held_lock *target, struct lock_list *src_entry, bool (*match)(struct lock_list *entry, void *data), struct lock_list **target_entry) check_path() argument 2100 check_noncircular(struct held_lock *src, struct held_lock *target, struct lock_trace **const trace) check_noncircular() argument 2139 check_redundant(struct held_lock *src, struct held_lock *target) check_redundant() argument [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | megaraid.c | 530 int target = 0; in mega_build_cmd() local 554 target = cmd->device->id; in mega_build_cmd() 561 if( target == 0 ) { in mega_build_cmd() 562 target = adapter->boot_pdrv_tgt; in mega_build_cmd() 564 else if( target == adapter->boot_pdrv_tgt ) { in mega_build_cmd() 565 target = 0; in mega_build_cmd() 577 target = cmd->device->id; in mega_build_cmd() 584 /* have just LUN 0 for each target on virtual channels */ in mega_build_cmd() 911 channel, target); in mega_build_cmd() 921 channel, target); in mega_build_cmd() 951 mega_prepare_passthru(adapter_t *adapter, scb_t *scb, struct scsi_cmnd *cmd, int channel, int target) mega_prepare_passthru() argument 1015 mega_prepare_extpassthru(adapter_t *adapter, scb_t *scb, struct scsi_cmnd *cmd, int channel, int target) mega_prepare_extpassthru() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 1728 // if the target platform will need alignment, so this is controlled from a in ActivationFrameAlignment() 1840 void TurboAssembler::Jump(Register target, Condition cond) { in Jump() argument 1844 Br(target); in Jump() 1867 // * the 'target' input unmodified if this is a Wasm call, or 1868 // * the offset of the target from the code range start, if this is a call to 1870 // * the offset of the target from the current PC, in instructions, for any 1872 int64_t TurboAssembler::CalculateTargetOffset(Address target, in CalculateTargetOffset() argument 1874 int64_t offset = static_cast<int64_t>(target); in CalculateTargetOffset() 1876 // The target of WebAssembly calls is still an index instead of an actual in CalculateTargetOffset() 1897 void TurboAssembler::Jump(Address target, RelocInf argument 1935 Call(Register target) Call() argument 1940 Call(Address target, RelocInfo::Mode rmode) Call() argument 1975 Call(ExternalReference target) Call() argument 2209 StoreReturnAddressAndCall(Register target) StoreReturnAddressAndCall() argument 2243 IndirectCall(Address target, RelocInfo::Mode rmode) IndirectCall() argument 2255 CallForDeoptimization( Builtin target, int deopt_id, Label* exit, DeoptimizeKind kind, Label* ret, Label* jump_deoptimization_entry_label) CallForDeoptimization() argument [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_emit_nvc0.cpp | 1370 // texture target: in emitTEX() 1371 code[1] |= (i->tex.target.getDim() - 1) << 20; in emitTEX() 1372 if (i->tex.target.isCube()) in emitTEX() 1374 if (i->tex.target.isArray()) in emitTEX() 1376 if (i->tex.target.isShadow()) in emitTEX() 1389 if (i->tex.target == TEX_TARGET_2D_MS || in emitTEX() 1390 i->tex.target == TEX_TARGET_2D_MS_ARRAY) in emitTEX() 1453 unsigned mask; // bit 0: predicate, bit 1: target in emitFlow() 1522 uint32_t pcAbs = targNVC0->getBuiltinOffset(f->target.builtin); in emitFlow() 1527 int32_t pcRel = f->target in emitFlow() [all...] |
| /base/global/i18n_lite/frameworks/i18n/src/ |
| H A D | data_resource.cpp | 121 char *DataResource::BinarySearchString(uint32_t *indexArray, uint32_t length, uint32_t target,
in BinarySearchString() argument 135 if (temp == target) {
in BinarySearchString() 137 } else if (temp < target) {
in BinarySearchString()
|
| /base/startup/init/test/unittest/param/ |
| H A D | param_stub.cpp | 647 int __attribute__((weak))MountStub(const char* source, const char* target, in MountStub() argument 653 int __attribute__((weak))UmountStub(const char *target) in UmountStub() argument 658 int __attribute__((weak))Umount2Stub(const char *target, int flags) in Umount2Stub() argument
|
| /base/startup/init/ueventd/ |
| H A D | ueventd_read_cfg.c | 289 bool IsMatch(const char *target, const char *pattern) in IsMatch() argument 291 INIT_CHECK_RETURN_VALUE(target != NULL, false); in IsMatch() 294 const char *t = target; in IsMatch()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_dummy_job_wa.c | 89 u32 target = 0; in wait() local 92 target = bits; in wait() 96 if ((val & bits) == target) in wait()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_dummy_job_wa.c | 89 u32 target = 0; in wait() local 92 target = bits; in wait() 97 if ((val & bits) == target) { in wait()
|
| /foundation/CastEngine/castengine_wifi_display/services/utils/ |
| H A D | utils.cpp | 149 void Replace(std::string &target, std::string search, std::string replacement) in Replace() argument 161 while ((i = target.find(search, lastPos)) != std::string::npos) { in Replace() 162 target.replace(i, search.length(), replacement); in Replace()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
| H A D | grid_irregular_filler.cpp | 140 bool GridIrregularFiller::FindNextItem(int32_t target) in FindNextItem() argument 144 if (mat.at(posY_).at(posX_) == target) { in FindNextItem() 152 if (item == target) { in FindNextItem()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
| H A D | property.h | 382 #define ACE_PROPERTY_TO_JSON_VALUE(target, type) \ 384 if (target) { \ 385 (target)->ToJsonValue(json, filter); \
|