/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | DeprecatedAPIChecker.java | 98 String clsName = clsNameMap.get(clsPath); in checkClass() 144 assert paramNames.get(0).equals(declClass.getName()); in checkClass() 189 String enumName = clsNameMap.get(enumPath); in checkEnum() 304 if (!params.get(i).equals(paramsFromApi.get(i))) { in findConstructorInfo() 327 if (!params.get(i).equals(paramsFromApi.get(i))) { in findMethodInfo()
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 378 worktrees = WorkTrees(config.get('root', '.')) 381 infos = socket.getaddrinfo(config.get('bind', None), config.get('port', 8443), 387 https = config.get('https', {}) 388 if https.get('enabled', True): 389 cert_file = https.get('cert_file', 'localhost.pem') 390 key_file = https.get('key_file', 'localhost-key.pem')
|
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxmlparser.cpp | 68 *tag += in->get(); in StreamWhiteSpace() 81 in->get(); in StreamTo() 270 int c = in->get(); in StreamIn() 421 int c = in->get(); in StreamIn() 481 in->get(); in StreamIn() 494 int c = in->get(); in StreamIn() 678 int c = in->get(); in StreamIn() 718 int c = in->get(); in StreamIn() 820 in->get(); in StreamIn() 846 int c = in->get(); in StreamIn() [all...] |
/third_party/node/lib/internal/policy/ |
H A D | manifest.js | 197 ret = parsedURLs.get(to); 507 dependencies.get(requesterHREF) ?? null : 540 const entry = this.#scopeIntegrities.get(scope); 569 let integrityEntries = integrities.get(href); 603 const entry = this.#scopeIntegrities.get(scope); 635 return this.#scopeDependencies.get(scopeHREF); 709 return parsedURLs.get(originalHREF);
|
/third_party/node/src/ |
H A D | heap_utils.cc | 86 auto it = engine_nodes_.find(n.get()); 89 engine_nodes_.insert(n.get()); 94 Node* n = node.get(); 119 info_objects[n.get()] = Object::New(isolate_); in CreateObject() 125 Local<Object> obj = info_objects[n.get()]; in CreateObject() 153 value = static_cast<JSGraphJSNode*>(n.get())->JSValue(); in CreateObject() 163 Local<Object> from = info_objects[n.get()]; in CreateObject()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | load-actual.js | 150 // we can't easily get a ref to Arborist in this module, without 198 const node = this.#cache.get(path) 202 node.fsParent = this.#cache.get(p) 264 const cached = this.#cache.get(path) 266 // missing edges get a dummy node, assign the parent and return it 306 // it'll get parented later, making the fsParent scan a no-op, but better 318 const target = this.#cache.get(realpath) 393 // ie, if it has to go up and back out to get to the path 405 entries = nmContents.get(p) 417 d = this.#cache.get( [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.h | 235 return current_interpreter_frame_.get( in GetContext() 267 DCHECK_EQ(0, new_nodes_.count(current_interpreter_frame_.get(src))); in MoveNodeBetweenRegisters() 268 DCHECK_NOT_NULL(current_interpreter_frame_.get(src)); in MoveNodeBetweenRegisters() 270 current_interpreter_frame_.set(dst, current_interpreter_frame_.get(src)); in MoveNodeBetweenRegisters() 276 ValueNode* value = current_interpreter_frame_.get(reg); in GetTaggedValue() 290 ValueNode* value = current_interpreter_frame_.get(reg); in GetSmiUntaggedValue() 309 return current_interpreter_frame_.get(source) == in IsRegisterEqualToAccumulator()
|
/third_party/python/Tools/scripts/ |
H A D | summarize_stats.py | 38 total = sum(family_stats.get(kind, 0) for kind in TOTAL) 61 total_attempts += family_stats.get(key, 0) 66 val = family_stats.get(key, 0) 69 total_failures = family_stats.get("specialization.failure", 0) 154 miss = opcode_stat.get("specialization.miss", 0) 214 miss = opcode_stat.get("specialization.miss") 268 total = stats.get("Object new values")
|
/third_party/protobuf/conformance/ |
H A D | ConformanceJava.java | 193 if (messages.get(i) != null) { in parseBinary() 205 throw exceptions.get(0); in parseBinary() 212 if (!messages.get(0).equals(messages.get(i))) { in parseBinary() 223 if (!messages.get(i).equals(messages.get(j))) { in parseBinary() 234 return messages.get(0); in parseBinary()
|
/third_party/python/Lib/ |
H A D | csv.py | 151 return (rowdict.get(key, self.restval) for key in self.fieldnames) 237 quotes[key] = quotes.get(key, 0) + 1 244 delims[key] = delims.get(key, 0) + 1 252 quotechar = max(quotes, key=quotes.get) 255 delim = max(delims, key=delims.get) 314 metaFrequency = charFrequency.get(char, {}) 318 metaFrequency[freq] = metaFrequency.get(freq, 0) + 1 325 # get the mode of the frequencies
|
H A D | sysconfig.py | 110 env_base = os.environ.get("PYTHONUSERBASE", None) 122 base = os.environ.get("APPDATA") or "~" 381 # get it on a subsequent round 458 return os.environ.get( 678 srcdir = _CONFIG_VARS.get('srcdir', _PROJECT_BASE) 703 vals.append(_CONFIG_VARS.get(name)) 713 Equivalent to get_config_vars().get(name) 715 return get_config_vars().get(name) 775 # bootstrap problem. We use a dict to get an error 823 s = s[0:beg] + vars.get( [all...] |
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | gen_spirv_builder_and_parser.py | 247 depends = item.get('capabilities', []) 253 extensions = item.get('extensions', []) 282 name = operand.get('name') 289 quantifier = operand.get('quantifier', '') 328 quantifier = operand.get('quantifier', '') 475 operands = instruction.get('operands', []) 492 assert (operand.get('quantifier') != '*' or len(cpp_in_parse_lines) == len(operands))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 159 PHI.addIncoming(UndefValue::get(PHI.getType()), Block); in splitBlockDescriptor() 201 Result.push_back(ConstantInt::get(Int32Ty, 0)); in validExtractValueIndex() 203 Result.push_back(ConstantInt::get(Int32Ty, N - 1)); in validExtractValueIndex() 205 Result.push_back(ConstantInt::get(Int32Ty, N / 2)); in validExtractValueIndex() 260 Result.push_back(ConstantInt::get(Int32Ty, I)); in validInsertValueIndex() 306 UndefValue::get(VectorType::get(Int32Ty, FirstTy->getNumElements()))}; in validShuffleVectorIndex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ModuleSummaryIndex.cpp | 78 auto *Summary = dyn_cast_or_null<FunctionSummary>(GlobSummary.get()); 98 return Summary.get(); 109 if (isGlobalValueLive(I.get())) 169 if (!isGlobalValueLive(S.get())) 174 // to import since we need to ensure that all external references get 183 // Here we intentionally pass S.get() not GVS, because S could be 186 if (!canImportGlobalVar(S.get(), /* AnalyzeRefs */ false) || 191 propagateAttributesToRefs(S.get()); 250 F = cast<FunctionSummary>(V.getSummaryList().front().get());
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | cgenerator.py | 324 category = typeElem.get('category') 393 if data.elem.get('mayalias') == 'true') 396 polymorphic_bases = (otherType.elem.get('parentstruct') 425 (protect_begin, protect_end) = self.genProtectString(typeElem.get('protect')) 430 structextends = typeElem.get('structextends') 433 body += 'typedef ' + typeElem.get('category') 465 if groupElem.get('type') == 'bitmask':
|
H A D | docgenerator.py | 186 # It is possible to get both 'A with B' and 'B with A' for 336 category = typeElem.get('category') 377 body = 'typedef ' + typeElem.get('category') + ' ' + typeName + ' {\n' 412 if not elem.get('required'): 414 name = elem.get('name') 423 extname = elem.get('extname') 430 comment = elem.get('comment') 459 group_type = groupinfo.elem.get('type')
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_attach_test.cc | 163 const auto* pipeline = pipelines[0].get(); in TEST_F() 238 const auto* pipeline = pipelines[0].get(); in TEST_F() 328 const auto* pipeline = pipelines[0].get(); in TEST_F() 353 const auto* pipeline = pipelines[0].get(); in TEST_F() 378 const auto* pipeline = pipelines[0].get(); in TEST_F() 468 const auto* pipeline = pipelines[0].get(); in TEST_F() 495 const auto* pipeline = pipelines[0].get(); in TEST_F()
|
/third_party/skia/src/image/ |
H A D | SkImage_Lazy.cpp | 105 return fSharedGenerator->fGenerator.get(); in operator ->() 110 return fSharedGenerator->fGenerator.get(); in operator SkImageGenerator*() 215 SkColorSpace::Equals(targetCS.get(), fOnMakeColorTypeAndSpaceResult->colorSpace())) { in onMakeColorTypeAndColorSpace() 272 std::get<0>(this->asView(rContext, mm)), in onAsFragmentProcessor() 316 SkRef(dataStorage.get())); in textureProxyViewFromPlanes() 401 SkYUVPlanesCache::Add(this->uniqueID(), data.get(), *yuvaPixmaps); in getPlanes() 512 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(rContext, in lockTextureProxyView()
|
/third_party/skia/src/gpu/ops/ |
H A D | SoftwarePathRenderer.cpp | 284 SkScalar sx = args.fViewMatrix->get(SkMatrix::kMScaleX); in onDrawPath() 285 SkScalar sy = args.fViewMatrix->get(SkMatrix::kMScaleY); in onDrawPath() 286 SkScalar kx = args.fViewMatrix->get(SkMatrix::kMSkewX); in onDrawPath() 287 SkScalar ky = args.fViewMatrix->get(SkMatrix::kMSkewY); in onDrawPath() 301 SkScalar tx = args.fViewMatrix->get(SkMatrix::kMTransX); in onDrawPath() 302 SkScalar ty = args.fViewMatrix->get(SkMatrix::kMTransY); in onDrawPath() 348 GrTDeferredProxyUploader<SoftwarePathData>* uploaderRaw = uploader.get(); in onDrawPath()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLAssembleGLInterfaceAutogen.cpp | 16 #define GET_PROC(F) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F) 17 #define GET_PROC_SUFFIX(F, S) functions->f##F = (GrGL##F##Fn*)get(ctx, "gl" #F #S) 18 #define GET_PROC_LOCAL(F) GrGL##F##Fn* F = (GrGL##F##Fn*)get(ctx, "gl" #F) 20 #define GET_EGL_PROC_SUFFIX(F, S) functions->fEGL##F = (GrEGL##F##Fn*)get(ctx, "egl" #F #S) 23 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() argument 27 sk_sp<const GrGLInterface> GrGLMakeAssembledGLInterface(void *ctx, GrGLGetProc get) { in GrGLMakeAssembledGLInterface() argument 47 GrGetEGLQueryAndDisplay(&queryString, &display, ctx, get); in GrGLMakeAssembledGLInterface()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.cpp | 60 stream_(out_.get()), in Disassembler() 95 if (color_) out_.get() << spvtools::clr::reset{print_}; in ResetColor() 99 if (color_) out_.get() << spvtools::clr::grey{print_}; in SetGrey() 103 if (color_) out_.get() << spvtools::clr::blue{print_}; in SetBlue() 107 if (color_) out_.get() << spvtools::clr::yellow{print_}; in SetYellow() 111 if (color_) out_.get() << spvtools::clr::red{print_}; in SetRed() 115 if (color_) out_.get() << spvtools::clr::green{print_}; in SetGreen()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | disassemble.cpp | 60 stream_(out_.get()), in Disassembler() 95 if (color_) out_.get() << spvtools::clr::reset{print_}; in ResetColor() 99 if (color_) out_.get() << spvtools::clr::grey{print_}; in SetGrey() 103 if (color_) out_.get() << spvtools::clr::blue{print_}; in SetBlue() 107 if (color_) out_.get() << spvtools::clr::yellow{print_}; in SetYellow() 111 if (color_) out_.get() << spvtools::clr::red{print_}; in SetRed() 115 if (color_) out_.get() << spvtools::clr::green{print_}; in SetGreen()
|
/third_party/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 121 memset(storage.get(), initValue, size0); in test_writeToMemory() 123 size_t size1 = iden0.writeToMemory(storage.get()); in test_writeToMemory() 127 size_t size2 = iden1.readFromMemory(storage.get(), size1); in test_writeToMemory() 527 const char* sysroot = (const char*)FcConfigGetSysRoot(fcConfig.get()); 598 FcConfigSubstitute(fcConfig.get(), pattern, FcMatchPattern); 637 FcFontSet* font_set = FcFontSort(fcConfig.get(), pattern, 0, nullptr, &result); 665 const char* sysroot = (const char*)FcConfigGetSysRoot(fcConfig.get());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 546 Type *Int64 = IntegerType::get(AccessType->getContext(), 64); in createAccessTag() 547 auto *OffsetNode = ConstantAsMetadata::get(ConstantInt::get(Int64, 0)); in createAccessTag() 554 ConstantAsMetadata::get(ConstantInt::get(Int64, AccessSize)); in createAccessTag() 558 return MDNode::get(AccessType->getContext(), Ops); in createAccessTag() 564 return MDNode::get(AccessType->getContext(), Ops); in createAccessTag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | Profile.cpp | 202 for (const auto &Block : P.get()) { in mergeProfilesByThread() 210 Merged.internPath(cantFail(P.get().expandPath(PathID))); in mergeProfilesByThread() 238 for (const auto &Block : P.get()) in mergeProfilesByStack() 243 Merged.internPath(cantFail(P.get().expandPath(PathId))); in mergeProfilesByStack() 270 Twine("Cannot get filesize of '") + Filename + "'", EC); in loadProfile() 286 // For each block we get from the file: in loadProfile() 294 const auto &Header = HeaderOrError.get(); in loadProfile() 300 const auto &Path = PathOrError.get(); in loadProfile() 302 // For each path we encounter, we should intern it to get a PathID. in loadProfile() 306 auto &Data = DataOrError.get(); in loadProfile() [all...] |