HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 276 - 300 of 14007) sorted by null

<<11121314151617181920>>

  /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...]
  /build/soong/cmd/symbol_inject/
symbol_inject.go 30 from = flag.String("from", "", "optional existing value of the symbol for verification")
142 existing := make([]byte, size)
144 _, err := file.r.ReadAt(existing, int64(offset))
148 if bytes.Compare(existing, expected) != 0 {
149 return fmt.Errorf("existing symbol contents %q did not match expected value %q",
150 string(existing), string(expected))
  /external/autotest/server/site_tests/firmware_UpdateFirmwareDataKeyVersion/files/
common.sh 148 # Make backups of existing kernel subkeys and keyblocks that will be revved.
159 # Make backups of existing kernel subkeys and keyblocks that will be revved.
167 # --no-clobber to prevent accidentally overwriting existing
174 # Make backups of existing kernel data keys and keyblocks that will be revved.
182 # --no-clobber to prevent accidentally overwriting existing
189 # Make backups of existing firmware keys and keyblocks that will be revved.
  /external/autotest/server/site_tests/firmware_UpdateKernelDataKeyVersion/files/
common.sh 148 # Make backups of existing kernel subkeys and keyblocks that will be revved.
159 # Make backups of existing kernel subkeys and keyblocks that will be revved.
167 # --no-clobber to prevent accidentally overwriting existing
174 # Make backups of existing kernel data keys and keyblocks that will be revved.
182 # --no-clobber to prevent accidentally overwriting existing
189 # Make backups of existing firmware keys and keyblocks that will be revved.
  /external/autotest/server/site_tests/firmware_UpdateKernelSubkeyVersion/files/
common.sh 148 # Make backups of existing kernel subkeys and keyblocks that will be revved.
159 # Make backups of existing kernel subkeys and keyblocks that will be revved.
167 # --no-clobber to prevent accidentally overwriting existing
174 # Make backups of existing kernel data keys and keyblocks that will be revved.
182 # --no-clobber to prevent accidentally overwriting existing
189 # Make backups of existing firmware keys and keyblocks that will be revved.
  /external/vboot_reference/scripts/keygeneration/
common.sh 149 # Make backups of existing kernel subkeys and keyblocks that will be revved.
160 # Make backups of existing kernel subkeys and keyblocks that will be revved.
168 # --no-clobber to prevent accidentally overwriting existing
175 # Make backups of existing kernel data keys and keyblocks that will be revved.
183 # --no-clobber to prevent accidentally overwriting existing
190 # Make backups of existing firmware keys and keyblocks that will be revved.
  /frameworks/av/services/oboeservice/
AAudioEndpointManager.cpp 106 // Try to find an existing endpoint.
124 // Try to find an existing endpoint.
160 // Try to find an existing endpoint.
163 // If we find an existing one then this one cannot be exclusive.
200 // Try to find an existing endpoint.
203 // If we can't find an existing one then open a new one.
  /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
Javadoc.kt 27 * Various utilities for merging comments into existing javadoc sections.
33 * Merges the given [newText] into the existing documentation block [existingDoc]
52 // There's no existing comment: Create a new one. This is easy.
91 // Add text to the existing @return tag
120 // Add to existing tag/parameter
181 // TODO: Insert "." between existing documentation and new documentation, if necessary.
  /art/cmdline/
cmdline_type_parser.h 42 // Parse a value and append it into the existing value so far, for argument
59 // e.g. -Xenable-profiler just mutates the existing profiler struct in-place
  /art/compiler/utils/
atomic_dex_ref_map.h 36 // Atomically swap the element in if the existing value matches expected.
49 // Remove an item and return the existing value. Returns false if the dex file is not added.
  /compatibility/cdd/3_software/
3_6_api-namespaces.md 20 interfaces, or fields or methods to existing classes or interfaces) or Test
44 (such as by adding useful new functionality to an existing API, or adding a new
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 215 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
238 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
251 waitForResultOrThrow(DELAY_MSEC, "the existing connection to receive service");
269 waitForResultOrThrow(DELAY_MSEC, "the existing connection to lose service");
282 waitForResultOrThrow(DELAY_MSEC, "existing connection to receive service");
300 waitForResultOrThrow(DELAY_MSEC, "existing connection to unbind service");
305 waitForResultOrThrow(DELAY_MSEC, "existing connection to rebind service");
310 waitForResultOrThrow(DELAY_MSEC, "existing connection to lose service");

Completed in 1369 milliseconds

<<11121314151617181920>>