/external/fonttools/Lib/fontTools/misc/ |
D | filenames.py | 33 def userNameToFileName(userName, existing=[], prefix="", suffix=""): argument 136 def handleClash1(userName, existing=[], prefix="", suffix=""): argument 192 def handleClash2(existing=[], prefix="", suffix=""): argument
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | filenames.py | 18 def userNameToFileName(userName: str, existing=[], prefix="", suffix=""): argument 106 def handleClash1(userName, existing=[], prefix="", suffix=""): argument 162 def handleClash2(existing=[], prefix="", suffix=""): argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | PreCompCallback.java | 5 PreCompInfo precompute(PreCompInfo existing); in precompute()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | PreCompCallback.java | 9 PreCompInfo precompute(PreCompInfo existing); in precompute()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
D | PreCompCallback.java | 9 PreCompInfo precompute(PreCompInfo existing); in precompute()
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/ |
D | KeyboardBuilder.java | 61 … CharacterMap existing = modifierAndPositionToCharacter.get(combination, characterMap.position()); in addCharacterMap() local 67 existing); in addCharacterMap() local
|
/external/llvm-project/lld/wasm/ |
D | SymbolTable.cpp | 133 static void reportTypeError(const Symbol *existing, const InputFile *file, in reportTypeError() 144 static bool signatureMatches(FunctionSymbol *existing, in signatureMatches() 157 static void checkGlobalType(const Symbol *existing, const InputFile *file, in checkGlobalType() 172 static void checkEventType(const Symbol *existing, const InputFile *file, in checkEventType() 194 static void checkDataType(const Symbol *existing, const InputFile *file) { in checkDataType() 256 static bool shouldReplace(const Symbol *existing, InputFile *newFile, in shouldReplace() 420 static void setImportAttributes(T *existing, Optional<StringRef> importName, in setImportAttributes()
|
/external/guice/core/src/com/google/inject/internal/ |
D | ScopeBindingProcessor.java | 53 ScopeBinding existing = injector.state.getScopeBinding(annotationType); in visit() local
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | descriptor_pool_registry.cc | 39 auto existing = Get(source); in Register() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/ |
D | vectorizer_registry.cc | 38 auto existing = Get(op_type); in Register() local
|
/external/llvm-project/lld/lib/Core/ |
D | SymbolTable.cpp | 117 const Atom *existing = findByName(name); in addByName() local 244 const Atom* existing = *pos; in addByContent() local
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
D | BuilderCallSitePool.java | 62 … BuilderCallSiteReference existing = internedItems.putIfAbsent(internedCallSite, internedCallSite); in internCallSite() local
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/ |
D | BodyDeclarationLocatorStore.java | 46 T existing = locator2Data.putIfAbsent(locator, data); in add() local
|
/external/mesa3d/src/panfrost/bifrost/ |
D | isa_parse.py | 85 def parse_copy(enc, existing): argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | allocator_registry.cc | 49 const FactoryEntry* existing = FindEntry(name, priority); in Register() local
|
D | shape_inference.cc | 313 const int32 existing = Rank(shape); in WithRank() local 338 const int32 existing = Rank(shape); in WithRankAtLeast() local 353 const int32 existing = Rank(shape); in WithRankAtMost() local 365 const int64 existing = Value(dim); in WithValue() local 1179 const ShapeAndType& existing = (*to_update)[i]; in MergeHandleShapesAndTypes() local 1238 const ShapeAndType& existing = (*to_update)[i]; in RelaxHandleShapesAndMergeTypes() local
|
/external/antlr/tool/src/main/java/org/antlr/misc/ |
D | Graph.java | 64 Node<T> existing = nodes.get(a); in getNode() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_refcnt.c | 165 boolean existing = debug_serial((void *) p, &serial); in debug_reference_slowpath() local
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_symbol_table.cpp | 139 symbol_table_entry *existing = get_entry(v->name); in add_variable() local 196 symbol_table_entry *existing = get_entry(f->name); in add_function() local
|
/external/turbine/javatests/com/google/turbine/processing/ |
D | TurbineFilerTest.java | 97 public void existing() throws IOException { in existing() method in TurbineFilerTest
|
/external/skqp/src/sksl/ir/ |
D | SkSLSymbolTable.cpp | 78 const auto& existing = fSymbols.find(name); in addWithoutOwnership() local
|
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | UnixAttributeProvider.java | 89 Integer existing = idCache.putIfAbsent(object, id); in getUniqueId() local
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator.cc | 450 HistogramBase* existing = GetOrCreateStatisticsRecorderHistogram(histogram); in MergeHistogramDeltaToStatisticsRecorder() local 468 HistogramBase* existing = GetOrCreateStatisticsRecorderHistogram(histogram); in MergeHistogramFinalDeltaToStatisticsRecorder() local 631 HistogramBase* existing = in GetOrCreateStatisticsRecorderHistogram() local 896 size_t existing = StatisticsRecorder::GetHistogramCount(); in Set() local
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_program_cache.c | 185 const struct iris_compiled_shader *existing = entry->data; in find_existing_assembly() local 212 const struct iris_compiled_shader *existing = in iris_upload_shader() local
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DYLDRendezvous.cpp | 310 for (auto const &existing : m_loaded_modules.m_list) { in AddSOEntriesFromRemote() local 337 for (auto const &existing : m_loaded_modules.m_list) { in RemoveSOEntriesFromRemote() local
|