/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_core02.c | 45 struct lesser_ns_open_thread_arg *targ = arg; in lesser_ns_open_thread_fn() local 47 targ->loops = SAFE_CG_OPEN(cg_child_b, "cgroup.procs", O_RDWR, targ->fds); in lesser_ns_open_thread_fn() 57 struct lesser_ns_open_thread_arg targ = { .fds = {0}, .loops = -1}; in test_lesser_ns_open() local 67 lesser_ns_open_thread_fn, &targ, 65536, stack); in test_lesser_ns_open() 74 for (i = 0; i < targ.loops; i++) { in test_lesser_ns_open() 75 if (targ.fds[i] < 1) { in test_lesser_ns_open() 76 tst_res(TFAIL, "unexpected negative fd %d", targ.fds[i]); in test_lesser_ns_open() 80 TEST(write(targ.fds[i], "0", 1)); in test_lesser_ns_open() 86 SAFE_CLOSE(targ in test_lesser_ns_open() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | FixTypeConstructors.cpp | 43 TIntermTyped *targ = arg->getAsTyped(); variable 45 if (targ) 47 argsSize += targ->getNominalSize(); 51 beforeSize += targ->getNominalSize(); 57 TIntermTyped *targ = lastArg->getAsTyped(); variable 62 newSwizzle = new TIntermSwizzle(targ->deepCopy(), {0}); 65 newSwizzle = new TIntermSwizzle(targ->deepCopy(), {0, 1}); 68 newSwizzle = new TIntermSwizzle(targ->deepCopy(), {0, 1, 2});
|
H A D | AstHelpers.cpp | 186 TIntermTyped *targ = arg->getAsTyped(); in GetArg() 187 ASSERT(targ); in GetArg() 188 return *targ; in GetArg() 518 TemplateArg targ(toType); 520 *new TIntermSequence{&fromNode}, 1, &targ);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 532 UnicodeString targ = srcStr; in checkIrrelevants() local 533 t->transliterate(targ); in checkIrrelevants() 534 if (srcStr == targ) return true; in checkIrrelevants() 541 UnicodeString srcStr, targ, reverse; in test2() local 610 UnicodeString targ = srcStr; in test2() local 611 sourceToTarget->transliterate(targ); in test2() 614 if (targ != targ2) { in test2() 615 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2); in test2() 625 UnicodeString targ = srcStr; in test2() local 626 targetToSource->transliterate(targ); in test2() 644 UnicodeString targ = srcStr; test2() local 694 UnicodeString targ = srcStr; test2() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ncnvfbts.c | 143 char *targ; in testConvertFromUnicode() local 181 targ = junkout; in testConvertFromUnicode() 196 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode() 201 if(targ == realBufferEnd) in testConvertFromUnicode() 203 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromUnicode() 206 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"true":"false"); in testConvertFromUnicode() 212 (char **)&targ, in testConvertFromUnicode() 229 sourceLen, targ-junkout); in testConvertFromUnicode() 237 for(p = junkout;p<targ; in testConvertFromUnicode() 305 UChar *targ; testConvertToUnicode() local [all...] |
H A D | ncnvtst.c | 1006 char *targ; in convertFromU() local 1026 targ=buffer; in convertFromU() 1027 targetLimit=targ+MAX_LENGTH; in convertFromU() 1030 (char **)&targ, in convertFromU() 1044 sourceLen, targ-buffer); in convertFromU() 1046 if(expectLen != targ-buffer) in convertFromU() 1048 log_err("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage); in convertFromU() 1049 log_verbose("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage); in convertFromU() 1050 printSeqErr((const unsigned char *)buffer, (int32_t)(targ-buffer)); in convertFromU() 1068 log_verbose("comparing %d offsets..\n", targ in convertFromU() 1096 UChar *targ; convertToU() local 1192 char *targ; testConvertFromU() local 1365 UChar *targ; testConvertToU() local [all...] |
H A D | nccbtst.c | 2634 char *targ; in testConvertFromUnicode() local 2685 targ = junkout; in testConvertFromUnicode() 2700 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode() 2705 if(targ == realBufferEnd) in testConvertFromUnicode() 2707 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromUnicode() 2710 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"true":"false"); in testConvertFromUnicode() 2716 (char **)&targ, in testConvertFromUnicode() 2750 sourceLen, targ-junkout); in testConvertFromUnicode() 2756 for(p = junkout;p<targ; in testConvertFromUnicode() 2831 UChar *targ; testConvertToUnicode() local 3025 char *targ; testConvertFromUnicodeWithContext() local 3204 UChar *targ; testConvertToUnicodeWithContext() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 1295 String targ = t.transliterate(cs); in checkIrrelevants() 1296 if (cs.equals(targ)) return true; in checkIrrelevants() 1384 String targ = sourceToTarget.transliterate(cs); in checkSourceTargetSource() 1386 if (!targ.equals(targ2)) { in checkSourceTargetSource() 1387 logToRulesFails("" + getSourceTarget(transliteratorID) + ", toRules", cs, targ, targ2); in checkSourceTargetSource() 1400 String targ = targetToSource.transliterate(cs); in checkTargetSourceTarget() 1402 if (!targ.equals(targ2)) { in checkTargetSourceTarget() 1403 logToRulesFails("" + getTargetSource(transliteratorID) + ", toRules", cs, targ, targ2); in checkTargetSourceTarget() 1422 String targ = sourceToTarget.transliterate(cs); in checkSourceTargetSingles() 1423 if (!toTarget.containsAll(targ) in checkSourceTargetSingles() [all...] |
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 1280 String targ = t.transliterate(cs); in checkIrrelevants() 1281 if (cs.equals(targ)) return true; in checkIrrelevants() 1369 String targ = sourceToTarget.transliterate(cs); in checkSourceTargetSource() 1371 if (!targ.equals(targ2)) { in checkSourceTargetSource() 1372 logToRulesFails("" + getSourceTarget(transliteratorID) + ", toRules", cs, targ, targ2); in checkSourceTargetSource() 1385 String targ = targetToSource.transliterate(cs); in checkTargetSourceTarget() 1387 if (!targ.equals(targ2)) { in checkTargetSourceTarget() 1388 logToRulesFails("" + getTargetSource(transliteratorID) + ", toRules", cs, targ, targ2); in checkTargetSourceTarget() 1407 String targ = sourceToTarget.transliterate(cs); in checkSourceTargetSingles() 1408 if (!toTarget.containsAll(targ) in checkSourceTargetSingles() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_shader_state.c | 347 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]); in nvc0_tfb_validate() local 350 if (targ && tfb) in nvc0_tfb_validate() 351 targ->stride = tfb->stride[b]; in nvc0_tfb_validate() 353 if (!targ || !targ->stride) { in nvc0_tfb_validate() 358 buf = nv04_resource(targ->pipe.buffer); in nvc0_tfb_validate() 365 if (!targ->clean) in nvc0_tfb_validate() 366 nvc0_hw_query_fifo_wait(nvc0, nvc0_query(targ->pq)); in nvc0_tfb_validate() 370 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); in nvc0_tfb_validate() 371 PUSH_DATA (push, buf->address + targ in nvc0_tfb_validate() [all...] |
H A D | nvc0_state.c | 1083 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target); in nvc0_so_target_create() local 1084 if (!targ) in nvc0_so_target_create() 1087 targ->pq = pipe->create_query(pipe, NVC0_HW_QUERY_TFB_BUFFER_OFFSET, 0); in nvc0_so_target_create() 1088 if (!targ->pq) { in nvc0_so_target_create() 1089 FREE(targ); in nvc0_so_target_create() 1092 targ->clean = true; in nvc0_so_target_create() 1094 targ->pipe.buffer_size = size; in nvc0_so_target_create() 1095 targ->pipe.buffer_offset = offset; in nvc0_so_target_create() 1096 targ->pipe.context = pipe; in nvc0_so_target_create() 1097 targ in nvc0_so_target_create() 1112 struct nvc0_so_target *targ = nvc0_so_target(ptarg); nvc0_so_target_save_offset() local 1130 struct nvc0_so_target *targ = nvc0_so_target(ptarg); nvc0_so_target_destroy() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_shader_state.c | 699 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]); in nv50_stream_output_validate() local 700 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer); in nv50_stream_output_validate() 706 if (!targ->clean) { in nv50_stream_output_validate() 708 nv84_hw_query_fifo_wait(push, nv50_query(targ->pq)); in nv50_stream_output_validate() 713 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset + so_used); in nv50_stream_output_validate() 714 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset + so_used); in nv50_stream_output_validate() 717 PUSH_DATA(push, targ->pipe.buffer_size); in nv50_stream_output_validate() 718 if (!targ->clean) { in nv50_stream_output_validate() 719 assert(targ->pq); in nv50_stream_output_validate() 721 nv50_query(targ in nv50_stream_output_validate() [all...] |
H A D | nv50_state.c | 1139 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target); in nv50_so_target_create() local 1140 if (!targ) in nv50_so_target_create() 1144 targ->pq = pipe->create_query(pipe, in nv50_so_target_create() 1146 if (!targ->pq) { in nv50_so_target_create() 1147 FREE(targ); in nv50_so_target_create() 1151 targ->pq = NULL; in nv50_so_target_create() 1153 targ->clean = true; in nv50_so_target_create() 1155 targ->pipe.buffer_size = size; in nv50_so_target_create() 1156 targ->pipe.buffer_offset = offset; in nv50_so_target_create() 1157 targ in nv50_so_target_create() 1173 struct nv50_so_target *targ = nv50_so_target(ptarg); nva0_so_target_save_offset() local 1190 struct nv50_so_target *targ = nv50_so_target(ptarg); nv50_so_target_destroy() local [all...] |
H A D | nv50_push.c | 299 struct nv50_so_target *targ; in nv50_push_vbo() local 300 targ = nv50_so_target(indirect->count_from_stream_output); in nv50_push_vbo() 301 if (!targ->pq) { in nv50_push_vbo() 305 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo() 306 vert_count /= targ->stride; in nv50_push_vbo()
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgtypes.c | 251 const char *targ; 259 targ = s+len; 261 while(*s && s<targ) { 262 while(s<targ&&isspace(*s)) s++; 263 for(p=s;s<targ&&!isspace(*p);p++);
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgtypes.c | 251 const char *targ; 259 targ = s+len; 261 while(*s && s<targ) { 262 while(s<targ&&isspace(*s)) s++; 263 for(p=s;s<targ&&!isspace(*p);p++);
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgtypes.c | 251 const char *targ; 259 targ = s+len; 261 while(*s && s<targ) { 262 while(s<targ&&isspace(*s)) s++; 263 for(p=s;s<targ&&!isspace(*p);p++);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | misspelledNewMetaProperty.js | 2 function foo(){new.targ}
5 function foo() { new.targ; }
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_sched_gm107.h | 8 SchedDataCalculatorGM107(const TargetGM107 *targ) : score(NULL), targ(targ) {} in SchedDataCalculatorGM107() argument 105 const TargetGM107 *targ; member in nv50_ir::SchedDataCalculatorGM107
|
H A D | nv50_ir_target.cpp | 182 void Target::destroy(Target *targ) in destroy() argument 184 delete targ; in destroy() 187 CodeEmitter::CodeEmitter(const Target *target) : targ(target), code(NULL), in CodeEmitter() 513 nv50_ir::Target *targ = nv50_ir::Target::create(chipset); in nv50_ir_get_target_library() local 514 targ->getBuiltinCode(code, size); in nv50_ir_get_target_library() 515 nv50_ir::Target::destroy(targ); in nv50_ir_get_target_library()
|
H A D | nv50_ir.h | 1014 Target(TexTarget targ = TEX_TARGET_1D) : target(targ) { } in Target() 1033 Target& operator=(TexTarget targ) in operator =() argument 1035 assert(targ < TEX_TARGET_COUNT); in operator =() 1036 target = targ; in operator =() 1040 inline bool operator==(TexTarget targ) const { return target == targ; } 1041 inline bool operator!=(TexTarget targ) const { return target != targ; } 1083 inline void setTexture(Target targ, uint8_ [all...] |
H A D | nv50_ir.cpp | 1124 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ) in FlowInstruction() argument 1128 target.fn = reinterpret_cast<Function *>(targ); in FlowInstruction() 1130 target.bb = reinterpret_cast<BasicBlock *>(targ); in FlowInstruction() 1138 terminator = targ ? 1 : 0; in FlowInstruction() 1298 nv50_ir::Target *targ = nv50_ir::Target::create(info->target); in nv50_ir_generate_code() local 1299 if (!targ) in nv50_ir_generate_code() 1302 nv50_ir::Program *prog = new nv50_ir::Program(type, targ); in nv50_ir_generate_code() 1304 nv50_ir::Target::destroy(targ); in nv50_ir_generate_code() 1328 targ->parseDriverInfo(info, info_out); in nv50_ir_generate_code() 1364 nv50_ir::Target::destroy(targ); in nv50_ir_generate_code() [all...] |
H A D | nv50_ir_emit_nvc0.cpp | 824 assert(targ->getChipset() >= NVISA_GK104_CHIPSET); in emitMADSP() 1881 if (targ->getChipset() >= NVISA_GK104_CHIPSET) 1897 if (targ->getChipset() >= NVISA_GK104_CHIPSET) { 1930 if (targ->getChipset() >= NVISA_GK104_CHIPSET) 1973 if (targ->getChipset() >= NVISA_GK104_CHIPSET) 2398 assert(targ->getChipset() < NVISA_GK104_CHIPSET); 2411 assert(targ->getChipset() < NVISA_GK104_CHIPSET); 2426 assert(targ->getChipset() < NVISA_GK104_CHIPSET); 2449 assert(targ->getChipset() < NVISA_GK104_CHIPSET); 2467 assert(targ [all...] |
H A D | nv50_ir_lowering_nvc0.h | 156 Value *loadMsAdjInfo32(TexInstruction::Target targ, uint32_t index, int slot, Value *ind, bool bindless); 190 const Target *const targ; member in nv50_ir::NVC0LoweringPass
|
/third_party/mesa3d/docs/_exts/ |
H A D | nir.py | 144 targ = 'nir-alu-op-' + opname 145 return make_refnode(builder, fromdocname, todocname, targ, 146 contnode, targ)
|