Home
last modified time | relevance | path

Searched refs:Existing (Results 1 – 25 of 119) sorted by relevance

12345

/external/libvpx/
Dvp8_api1_migration.txt60 `vpx_codec_encode()`. Existing code such as:
118 VPX_DL_BEST_QUALITY. Existing code such as:
136 `vpx_codec_encode()`. Existing code such as:
157 both bits will result in an error being returned. Existing code such as:
184 Existing code such as:
/external/clang/lib/Lex/
DPragma.cpp674 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local
675 InsertNS = Existing->getIfNamespace(); in AddPragmaHandler()
702 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
703 assert(Existing && "Namespace containing handler does not exist!"); in RemovePragmaHandler()
705 NS = Existing->getIfNamespace(); in RemovePragmaHandler()
/external/iptables/extensions/
Dlibxt_connbytes.man15 whether \fBnew\fP connections will be byte/packet counted. Existing connection
/external/chromium/base/
Dobserver_list_unittest.cc327 TEST(ObserverListTest, Existing) { in TEST() argument
/external/clang/lib/AST/
DDecl.cpp2022 FunctionTemplateSpecializationInfo *Existing in setFunctionTemplateSpecialization() local
2024 (void)Existing; in setFunctionTemplateSpecialization()
2025 assert((!Existing || Existing->Function->isCanonicalDecl()) && in setFunctionTemplateSpecialization()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1545 if (NoThrowAttr *Existing = D->getAttr<NoThrowAttr>()) { in handleNothrowAttr() local
1546 if (Existing->getLocation().isInvalid()) in handleNothrowAttr()
1547 Existing->setLocation(Attr.getLoc()); in handleNothrowAttr()
1560 if (ConstAttr *Existing = D->getAttr<ConstAttr>()) { in handleConstAttr() local
1561 if (Existing->getLocation().isInvalid()) in handleConstAttr()
1562 Existing->setLocation(Attr.getLoc()); in handleConstAttr()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp672 SDNode *Existing = CSEMap.GetOrInsertNode(N); in AddModifiedNodeToCSEMaps() local
673 if (Existing != N) { in AddModifiedNodeToCSEMaps()
677 ReplaceAllUsesWith(N, Existing, UpdateListener); in AddModifiedNodeToCSEMaps()
681 UpdateListener->NodeDeleted(N, Existing); in AddModifiedNodeToCSEMaps()
4582 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) in UpdateNodeOperands() local
4583 return Existing; in UpdateNodeOperands()
4607 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) in UpdateNodeOperands() local
4608 return Existing; in UpdateNodeOperands()
4665 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, NumOps, InsertPos)) in UpdateNodeOperands() local
4666 return Existing; in UpdateNodeOperands()
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginController.mm532 // Existing versions of the Flip4Mac WebKit plug-in have an object lifetime bug related to an NSAle…
/external/chromium/testing/gmock/
DREADME221 * Right-click on your project and select "Add Existing Property Sheet..."
/external/bison/tests/
Dexisting.at21 AT_BANNER([[Existing Grammars.]])
/external/bluetooth/glib/po/
Den_GB.po232 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
233 msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dhe.po239 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
240 msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s"
Den_CA.po233 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
234 msgstr "Existing file '%s' could not be removed: g_unlink() failed: %s"
Doc.po233 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dam.po232 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dps.po233 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dhy.po231 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Duk.po235 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dkn.po234 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dka.po239 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dhi.po244 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dar.po238 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dbn.po234 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Dbg.po243 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
Das.po234 msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"

12345