Home
last modified time | relevance | path

Searched refs:replaced (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/external/v8/test/mjsunit/
Dregexp-results-cache.js66 var replaced = string.replace(/\b\w+\b/g, function() { return "foo"; }); variable
68 assertEquals(replaced,
/external/llvm/test/Object/
Darchive-update.test22 Check that without the 'u' option the member is replaced with an older file.
26 Check that with the 'u' option the member is replaced with a newer file.
30 Check that with the 'u' option the member is not replaced with an older file.
/external/smali/baksmali/src/test/smali/deodex_test1/
Dmain.smali21 #replaced with throw v0.
31 #reached, and should be replaced with throw v2
36 #be replaced with throw v1
/external/skia/src/core/
DSkPictureFlat.h414 bool* replaced) { in findAndReplace() argument
415 SkASSERT(added != NULL && replaced != NULL); in findAndReplace()
423 *replaced = false; in findAndReplace()
430 *replaced = false; in findAndReplace()
446 *replaced = true; in findAndReplace()
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_shader.h88 uint32_t *replaced; member
125 uint32_t *replaced,
Drbug_shader.c254 uint32_t *replaced, in rbug_send_shader_info_reply() argument
267 LEN_ARRAY(4, replaced); /* replaced */ in rbug_send_shader_info_reply()
281 WRITE_ARRAY(4, uint32_t, replaced); /* replaced */ in rbug_send_shader_info_reply()
464 READ_ARRAY(4, uint32_t, replaced); /* replaced */ in rbug_demarshal_shader_info_reply()
/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java403 return new MoveDesc<E>(actualLastElement, changes.replaced); in removeAt()
437 final E replaced; field in MinMaxPriorityQueue.MoveDesc
439 MoveDesc(E toTrickle, E replaced) { in MoveDesc() argument
441 this.replaced = replaced; in MoveDesc()
794 skipMe.add(moved.replaced); in remove()
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DTokenRewriteStream.js201 var len, pos, searchOp, replaced, prevOp, i;
210 replaced = false;
219 replaced=true;
224 if ( !replaced ) {
/external/llvm/test/Linker/
Dreplaced-function-matches-first-subprogram.ll1 ; RUN: llvm-link %s %S/Inputs/replaced-function-matches-first-subprogram.ll -S | FileCheck %s
48 ; Extract out each compile unit's single subprogram. The replaced subprogram's
57 ; Extract out the file from the replaced subprogram. Confirm that each
/external/bison/m4/
Dperror.m414 dnl since on glibc systems, strerror_r is replaced only for signature
16 dnl replace perror if strerror_r was replaced for a content fix.
Dobstack-printf.m434 dnl (whether or not they are being replaced).
/external/openssh/
Dsftp-server.026 runtime: %% is replaced by a literal '%', %d is replaced by the
28 replaced by the username of that user. The default is to use the
/external/doclava/res/assets/templates/
Dcomponents.cs1 <?cs # This default template file is meant to be replaced. ?>
/external/wpa_supplicant_8/hostapd/
Dhostapd.vlan7 # name will be replaced with the VLAN ID. The network interfaces are created
/external/llvm/test/MC/MachO/
Dcstexpr-gotpcrel-32.ll5 ; GOT equivalent globals references can be replaced by the GOT entry of the
21 ; equivalent since it can't be replaced by the GOT entry. @bargotequiv is
Dcstexpr-gotpcrel-64.ll5 ; GOT equivalent globals references can be replaced by the GOT entry of the
22 ; equivalent since it can't be replaced by the GOT entry. @bargotequiv is
/external/llvm/test/MC/MachO/ARM/
Dcstexpr-gotpcrel.ll5 ; GOT equivalent globals references can be replaced by the GOT entry of the
21 ; equivalent since it can't be replaced by the GOT entry. @bargotequiv is
/external/llvm/test/CodeGen/R600/
Dselectcc-icmp-select-float.ll3 ; Note additional optimizations may cause this SGT to be replaced with a
/external/llvm/test/Transforms/InstCombine/
Dno_cgscc_assert.ll4 ; When the call to sqrtf is replaced by an intrinsic call to fabs,
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/
DDESCRIPTION25 - Optional space after unicode escapes is kept, resp. replaced by a simple
29 - All other comments and/or whitespace characters are replaced by a single
/external/iptables/extensions/
Dlibipt_SAME.man5 N.B.: The DNAT target's \fB\-\-persistent\fP option replaced the SAME target.
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dfuture.txt7 …he code. Those core functions are largely replaced in `WebOb <http://pythonpaste.org/webob/>`_, a…
/external/llvm/test/MC/MachO/AArch64/
Dcstexpr-gotpcrel.ll3 ; GOT equivalent globals references can be replaced by the GOT entry of the
16 ; equivalent since it can't be replaced by the GOT entry. @bargotequiv is
/external/v8/test/webkit/fast/js/
DJSON-parse-reviver-expected.txt59 PASS currentHolder[2] is "a replaced value"
112 PASS currentHolder['and another property'] is "a replaced value"
115 PASS value is "a replaced value"
/external/llvm/test/Transforms/GlobalOpt/
Dmetadata.ll18 ; null, the ValueAsMetadata instance gets replaced by metadata !{}, or

12345678910>>...13