HomeSort by relevance Sort by last modified time
    Searched refs:Existing (Results 1 - 25 of 39) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
libprep.bat 11 echo Existing files will be overwritten.
  /external/clang/lib/Sema/
IdentifierResolver.cpp 183 // Add the new declaration before the existing declaration.
189 // Add new declaration after the existing declaration.
257 /// existing declaration.
258 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) {
260 if (Existing == New)
264 if (Existing->getKind() != New->getKind())
268 if (Existing->getCanonicalDecl() == New->getCanonicalDecl()) {
271 if (Existing->isFromASTFile() && New->isFromASTFile())
275 Decl *MostRecent = Existing->getMostRecentDecl();
276 if (Existing == MostRecent
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfFile.cpp 37 if (DIEAbbrev *Existing =
39 Die.setAbbrevNumber(Existing->getNumber());
40 return *Existing;
  /external/skia/src/core/
SkRecord.h 90 // You must show proof that you've already adopted the existing command.
91 template <typename T, typename Existing>
92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) {
95 SkASSERT(Existing::kType == fRecords[i].type());
  /external/skqp/src/core/
SkRecord.h 90 // You must show proof that you've already adopted the existing command.
91 template <typename T, typename Existing>
92 T* replace(int i, const SkRecords::Adopted<Existing>& proofOfAdoption) {
95 SkASSERT(Existing::kType == fRecords[i].type());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Core/
Replacement.h 156 /// \brief Constructs an error related to an existing replacement.
157 ReplacementError(replacement_error Err, Replacement Existing)
158 : Err(Err), ExistingReplacement(std::move(Existing)) {}
160 /// \brief Constructs an error related to a new replacement and an existing
162 ReplacementError(replacement_error Err, Replacement New, Replacement Existing)
164 ExistingReplacement(std::move(Existing)) {}
192 // An existing replacement in a replacements set that is causing problem.
218 /// \p R must have the same file path as all existing replacements.
221 /// existing replacements (i.e. they are order-dependent) or R's file path is
222 /// different from the filepath of existing replacements. Callers mus
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 165 /// \brief Class used to capture the result of searching for an existing
173 NamedDecl *Existing;
183 : Reader(Reader), New(nullptr), Existing(nullptr), AddResult(false),
186 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing,
189 : Reader(Reader), New(New), Existing(Existing), AddResult(true),
194 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing),
207 operator NamedDecl*() const { return Existing; }
210 operator T*() const { return dyn_cast_or_null<T>(Existing); }
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 189 EntryType *Existing = Specializations.GetOrInsertNode(Entry);
190 (void)Existing;
191 assert(SETraits::getDecl(Existing)->isCanonicalDecl() &&
400 ClassTemplatePartialSpecializationDecl *Existing
402 (void)Existing;
403 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?");
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 738 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) {
739 InsertNS = Existing->getIfNamespace();
766 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace);
767 assert(Existing && "Namespace containing handler does not exist!");
769 NS = Existing->getIfNamespace();
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_7_usb.md 19 Existing and new Android devices are **STRONGLY RECOMMENDED to meet these
24 the device is oriented with the port at bottom. Existing and new Android
29 Existing and new Android devices are **STRONGLY RECOMMENDED to meet these
7_3_sensors.md 40 SystemClock.elapsedRealtimeNano() clock. Existing and new Android devices are
133 * [SR] Existing and new Android devices are STRONGLY RECOMMENDED to
169 * [SR] Existing and new Android devices are STRONGLY RECOMMENDED to implement the
290 * [SR] Existing and new Android devices are STRONGLY RECOMMENDED to
305 * [SR] Existing and new Android devices are STRONGLY RECOMMENDED to implement
527 of trust by having the user confirm existing or add a new device credential
  /compatibility/cdd/5_multimedia/
5_4_audio-recording.md 5 to change these to MUST. Existing and new Android devices are **STRONGLY

Completed in 631 milliseconds

1 2