Home
last modified time | relevance | path

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

12345678910>>...23

/external/libdrm/intel/
Duthash.h191 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ argument
193 (replaced) = NULL; \
194 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \
195 if (replaced) { \
196 HASH_DELETE(hh, head, replaced); \
201 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ argument
203 (replaced) = NULL; \
204 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \
205 if (replaced) { \
206 HASH_DELETE(hh, head, replaced); \
[all …]
/external/curl/tests/data/
Dtest47 HTTP replaced headers
33 …-H "extra-header: here" -H "Accept: replaced" -H "X-Custom-Header;" -H "X-Test: foo; " -H "X-Test:…
47 Accept: replaced
Dtest976 HTTP replaced headers
/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/llvm/test/Object/
Darchive-update.test24 Check that without the 'u' option the member is replaced with an older file.
28 Check that with the 'u' option the member is replaced with a newer file.
32 Check that with the 'u' option the member is not replaced with an older file.
/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/ltp/testcases/kernel/security/integrity/ima/
DREADME53 If the TCB policy has been replaced, loading another measurement
54 policy will fail, as the policy may only be replaced once per boot.
73 replaced with an identical policy. If you want to install a different
/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.
/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.cs2 # This default template file is meant to be replaced. ?><?cs
/external/wpa_supplicant_8/hostapd/
Dhostapd.vlan7 # name will be replaced with the VLAN ID. The network interfaces are created
/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
52 ; Extract out the file from the replaced subprogram.
/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
/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/AMDGPU/
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/llvm/test/CodeGen/AArch64/
Dsubs-to-sub-opt.ll6 ; Test that SUBS is replaced by SUB if condition flags are not used.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
Dcoverage.txt8 If it is, the time() calls should be replaced with clock_gettime().
/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/libchrome/base/third_party/icu/
DREADME.chromium13 The main change is that U_/U8_/U16_ prefixes have been replaced with
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
DREADME11 in the POSIX definition of required signals where %%MYSIG%% is replaced
/external/python/cpython2/Doc/library/
Dxml.sax.utils.rst24 replaced with its corresponding value. The characters ``'&'``, ``'<'`` and
34 replaced with its corresponding value. ``'&amp'``, ``'&lt;'``, and ``'&gt;'``

12345678910>>...23