HomeSort by relevance Sort by last modified time
    Searched full:replacement (Results 226 - 250 of 2295) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java 633 .constructGeneratedEntry("replacement", "replacement@replacement.com", true));
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/chromium/chrome/browser/search_engines/
template_url.h 59 // Returns true if this URL supports replacement.
69 // If this TemplateURLRef does not support replacement (SupportsReplacement
127 // Returns true if this TemplateURLRef has a replacement term of
165 struct Replacement {
166 Replacement(ReplacementType type, size_t index)
173 typedef std::vector<struct Replacement> Replacements;
175 // TemplateURLRef internally caches values to make replacement quick. This
242 // Do we support replacement?
289 // replacement.
381 // a TemplateURLRef that supports replacement. Use ShowInDefaultList t
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.c 155 node_t *node, *parent, *replacement; local
170 /* find replacement node: smallest key in right-subtree */
173 replacement = RIGHT_NODE(node);
174 while (LEFT_NODE(replacement) != NULL) {
175 parent = replacement;
177 replacement = LEFT_NODE(replacement);
179 LINK(parent, direction) = RIGHT_NODE(replacement);
181 ct_swap_data(node, replacement);
182 node = replacement; /* delete replacement node *
    [all...]
  /external/chromium_org/content/common/
sandbox_mac.mm 445 SandboxSubstring& replacement = replacement_it->second;
446 switch (replacement.type()) {
448 new_piece = replacement.value();
452 if (!QuotePlainString(replacement.value(), &new_piece))
453 FatalStringQuoteException(replacement.value());
457 if (!QuoteStringForRegex(replacement.value(), &new_piece))
458 FatalStringQuoteException(replacement.value());
  /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.
  /libcore/harmony-tests/src/test/java/tests/api/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/chromium_org/third_party/icu/source/i18n/unicode/
uregex.h     [all...]
  /external/icu4c/i18n/unicode/
uregex.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp     [all...]
  /external/chromium_org/third_party/icu/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...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h 55 // trampoline to jump to the replacement function if it is further than 2GB
192 // @param replacement_function Your replacement function which
196 // pointer that can be used (e.g. in the replacement function) to call the
241 // replace the target function. The replacement function must have
246 // pointer that can be used (e.g. in the replacement function) to call the
250 // pointer that can be used (e.g. in the replacement function) to call the
315 // replacement function is > +-2GB from target. This means that we only need
341 // In 64-bit mode, the replacement function must be within 2GB of the original
373 // replace the target function. The replacement function must have
404 // replace the target function. The replacement function must hav
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h 55 // trampoline to jump to the replacement function if it is further than 2GB
192 // @param replacement_function Your replacement function which
196 // pointer that can be used (e.g. in the replacement function) to call the
241 // replace the target function. The replacement function must have
246 // pointer that can be used (e.g. in the replacement function) to call the
250 // pointer that can be used (e.g. in the replacement function) to call the
315 // replacement function is > +-2GB from target. This means that we only need
341 // In 64-bit mode, the replacement function must be within 2GB of the original
373 // replace the target function. The replacement function must have
404 // replace the target function. The replacement function must hav
    [all...]
  /external/icu4c/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...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 442 // and such; to do the replacement, the argument must have type i8*.
463 Instruction *Replacement = Inst;
469 if (Replacement->getType() != UseTy)
470 Replacement = new BitCastInst(Replacement, UseTy, "",
482 PHI->setIncomingValue(i, Replacement);
485 if (Replacement->getType() != UseTy)
486 Replacement = new BitCastInst(Replacement, UseTy, "",
488 U.set(Replacement);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
cppinternals.info 328 The tokens forming a macro's replacement list are collected by the
448 is all you need to get the replacement list of a macro.
456 rapid replacement of parameters with their arguments during expansion.
469 normally holds the unexpanded replacement list of the innermost macro
486 replacement list of that macro. In the case of function-like macros,
487 `enter_macro_context' also replaces any parameters in the replacement
507 Scanning the replacement list for macros to expand
511 with their possibly-expanded arguments, the replacement list is scanned
512 for nested macros. Further, any identifiers in the replacement list
524 parameter in the macro's replacement list, the subsequent token happen
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
cppinternals.info 328 The tokens forming a macro's replacement list are collected by the
448 is all you need to get the replacement list of a macro.
456 rapid replacement of parameters with their arguments during expansion.
469 normally holds the unexpanded replacement list of the innermost macro
486 replacement list of that macro. In the case of function-like macros,
487 `enter_macro_context' also replaces any parameters in the replacement
507 Scanning the replacement list for macros to expand
511 with their possibly-expanded arguments, the replacement list is scanned
512 for nested macros. Further, any identifiers in the replacement list
524 parameter in the macro's replacement list, the subsequent token happen
    [all...]

Completed in 408 milliseconds

1 2 3 4 5 6 7 8 91011>>