HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 176 - 200 of 2053) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/AST/
TemplateName.cpp 31 Profile(ID, Parameter, Replacement);
36 TemplateName replacement) {
38 ID.AddPointer(replacement.getAsVoidPointer());
  /external/clang/test/SemaTemplate/
deduction.cpp 42 // Replacement of the whole type.
53 // Replacement through cv-qualifiers
59 // Replacement of templates
  /external/clang/tools/clang-format/
clang-format.el 71 ('replacement
75 (error "<replacement> node does not have offset and length attributes"))
77 (error "More than one child node in <replacement> node"))
  /external/skia/src/gpu/
GrLayerHoister.h 87 /** Convert all the layers in 'layers' into replacement objects in 'replacements'.
89 @param replacements Replacement object that will be used for a replacement draw
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
exception 86 /// If you write a replacement %terminate handler, it must be of this type.
89 /// If you write a replacement %unexpected handler, it must be of this type.
127 * @brief A replacement for the standard terminate_handler which
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
exception 86 /// If you write a replacement %terminate handler, it must be of this type.
89 /// If you write a replacement %unexpected handler, it must be of this type.
127 * @brief A replacement for the standard terminate_handler which
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
exception 86 /// If you write a replacement %terminate handler, it must be of this type.
89 /// If you write a replacement %unexpected handler, it must be of this type.
127 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
exception 85 /// If you write a replacement %terminate handler, it must be of this type.
88 /// If you write a replacement %unexpected handler, it must be of this type.
123 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
exception 85 /// If you write a replacement %terminate handler, it must be of this type.
88 /// If you write a replacement %unexpected handler, it must be of this type.
123 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
exception 85 /// If you write a replacement %terminate handler, it must be of this type.
88 /// If you write a replacement %unexpected handler, it must be of this type.
123 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
exception 85 /// If you write a replacement %terminate handler, it must be of this type.
88 /// If you write a replacement %unexpected handler, it must be of this type.
123 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
exception 87 /// If you write a replacement %terminate handler, it must be of this type.
90 /// If you write a replacement %unexpected handler, it must be of this type.
128 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
exception 88 /// If you write a replacement %terminate handler, it must be of this type.
91 /// If you write a replacement %unexpected handler, it must be of this type.
129 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
exception 87 /// If you write a replacement %terminate handler, it must be of this type.
90 /// If you write a replacement %unexpected handler, it must be of this type.
128 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
exception 88 /// If you write a replacement %terminate handler, it must be of this type.
91 /// If you write a replacement %unexpected handler, it must be of this type.
129 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
exception 86 /// If you write a replacement %terminate handler, it must be of this type.
89 /// If you write a replacement %unexpected handler, it must be of this type.
127 * @brief A replacement for the standard terminate_handler which
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
exception 86 /// If you write a replacement %terminate handler, it must be of this type.
89 /// If you write a replacement %unexpected handler, it must be of this type.
137 * @brief A replacement for the standard terminate_handler which
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java 633 .constructGeneratedEntry("replacement", "replacement@replacement.com", true))
    [all...]
  /external/mesa3d/src/glsl/
list.h 173 void replace_with(exec_node *replacement)
175 replacement->prev = this->prev;
176 replacement->next = this->next;
178 this->prev->next = replacement;
179 this->next->prev = replacement;
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 34 * another given replacement instruction sequence. The arguments of the
100 * @param replacementInstructions the replacement instruction sequence.
179 System.out.println(" Replacement:");
234 * This class creates replacement instructions for matched sequences, with
244 * Creates the replacement instruction for the given index in the
  /external/clang/utils/
FuzzTest 235 group.add_option("", "--replacement-chars", dest="replacement_chars",
238 group.add_option("", "--replacement-string", dest="replacement_strings",
239 action="append", help="Add a replacement string to use",
241 group.add_option("", "--replacement-list", dest="replacement_lists",
242 help="Add a list of replacement strings (one per line)",
301 # Get the list if insert/replacement strings.
314 # Unique and order the replacement list.
  /external/valgrind/VEX/priv/
host_generic_regs.c 244 ppHReg(map->replacement[i]);
251 void addToHRegRemap ( HRegRemap* map, HReg orig, HReg replacement )
259 if (hregIsVirtual(replacement))
260 vpanic("addToHRegMap: replacement is a vreg");
264 map->replacement[map->n_used] = replacement;
276 return map->replacement[i];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoderTest.java 68 byte[] replacement = encoder.replacement();
69 unibytesWithRep = new byte[replacement.length + unibytes.length];
70 System.arraycopy(replacement, 0, unibytesWithRep, 0,
71 replacement.length);
72 System.arraycopy(unibytes, 0, unibytesWithRep, replacement.length,
95 assertTrue(Arrays.equals(encoder.replacement(), defaultReplacement));
97 assertTrue(Arrays.equals(encoder.replacement(), specifiedReplacement));
114 assertEquals(new String(encoder.replacement()), new String(
181 assertSame(ba, ec.replacement());
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
uregex.h     [all...]
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 587 UnicodeString replacement; local
596 replacement.setTo((UChar)x_AMP);
598 replacement.setTo((UChar)x_LT);
600 replacement.setTo((UChar)x_GT);
602 replacement.setTo((UChar)x_APOS);
604 replacement.setTo((UChar)x_QUOT);
612 replacement.setTo(val);
620 replacement.setTo(val);
625 replacement = mAmps.group((int32_t)0, status);
627 mAmps.appendReplacement(result, replacement, status)
    [all...]

Completed in 2189 milliseconds

1 2 3 4 5 6 78 91011>>