Home
last modified time | relevance | path

Searched defs:existing (Results 1 – 25 of 118) sorted by relevance

12345

/external/fonttools/Lib/fontTools/misc/
Dfilenames.py33 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/
Dfilenames.py18 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/
DPreCompCallback.java5 PreCompInfo precompute(PreCompInfo existing); in precompute()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DPreCompCallback.java9 PreCompInfo precompute(PreCompInfo existing); in precompute()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DPreCompCallback.java9 PreCompInfo precompute(PreCompInfo existing); in precompute()
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
DKeyboardBuilder.java61 … CharacterMap existing = modifierAndPositionToCharacter.get(combination, characterMap.position()); in addCharacterMap() local
67 existing); in addCharacterMap() local
/external/llvm-project/lld/wasm/
DSymbolTable.cpp133 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/
DScopeBindingProcessor.java53 ScopeBinding existing = injector.state.getScopeBinding(annotationType); in visit() local
/external/tensorflow/tensorflow/core/util/proto/
Ddescriptor_pool_registry.cc39 auto existing = Get(source); in Register() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dvectorizer_registry.cc38 auto existing = Get(op_type); in Register() local
/external/llvm-project/lld/lib/Core/
DSymbolTable.cpp117 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/
DBuilderCallSitePool.java62 … BuilderCallSiteReference existing = internedItems.putIfAbsent(internedCallSite, internedCallSite); in internCallSite() local
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DBodyDeclarationLocatorStore.java46 T existing = locator2Data.putIfAbsent(locator, data); in add() local
/external/mesa3d/src/panfrost/bifrost/
Disa_parse.py85 def parse_copy(enc, existing): argument
/external/tensorflow/tensorflow/core/framework/
Dallocator_registry.cc49 const FactoryEntry* existing = FindEntry(name, priority); in Register() local
Dshape_inference.cc313 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/
DGraph.java64 Node<T> existing = nodes.get(a); in getNode() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_refcnt.c165 boolean existing = debug_serial((void *) p, &serial); in debug_reference_slowpath() local
/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp139 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/
DTurbineFilerTest.java97 public void existing() throws IOException { in existing() method in TurbineFilerTest
/external/skqp/src/sksl/ir/
DSkSLSymbolTable.cpp78 const auto& existing = fSymbols.find(name); in addWithoutOwnership() local
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DUnixAttributeProvider.java89 Integer existing = idCache.putIfAbsent(object, id); in getUniqueId() local
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc450 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/
Diris_program_cache.c185 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/
DDYLDRendezvous.cpp310 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

12345