/external/libdrm/intel/ |
D | uthash.h | 191 #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/ |
D | test4 | 7 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
|
D | test97 | 6 HTTP replaced headers
|
/external/smali/baksmali/src/test/smali/deodex_test1/ |
D | main.smali | 21 #replaced with throw v0. 31 #reached, and should be replaced with throw v2 36 #be replaced with throw v1
|
/external/llvm/test/Object/ |
D | archive-update.test | 24 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/ |
D | rbug_shader.h | 88 uint32_t *replaced; member 125 uint32_t *replaced,
|
D | rbug_shader.c | 254 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/ |
D | MinMaxPriorityQueue.java | 403 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/ |
D | TokenRewriteStream.js | 201 var len, pos, searchOp, replaced, prevOp, i; 210 replaced = false; 219 replaced=true; 224 if ( !replaced ) {
|
/external/ltp/testcases/kernel/security/integrity/ima/ |
D | README | 53 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/ |
D | perror.m4 | 14 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/ |
D | sftp-server.0 | 26 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/ |
D | components.cs | 2 # This default template file is meant to be replaced. ?><?cs
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.vlan | 7 # name will be replaced with the VLAN ID. The network interfaces are created
|
/external/llvm/test/Linker/ |
D | replaced-function-matches-first-subprogram.ll | 1 ; 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/ |
D | cstexpr-gotpcrel-32.ll | 5 ; 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/ |
D | cstexpr-gotpcrel.ll | 5 ; 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/ |
D | selectcc-icmp-select-float.ll | 3 ; Note additional optimizations may cause this SGT to be replaced with a
|
/external/llvm/test/Transforms/InstCombine/ |
D | no_cgscc_assert.ll | 4 ; When the call to sqrtf is replaced by an intrinsic call to fabs,
|
/external/llvm/test/CodeGen/AArch64/ |
D | subs-to-sub-opt.ll | 6 ; Test that SUBS is replaced by SUB if condition flags are not used.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
D | coverage.txt | 8 If it is, the time() calls should be replaced with clock_gettime().
|
/external/llvm/test/MC/MachO/AArch64/ |
D | cstexpr-gotpcrel.ll | 3 ; 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/ |
D | README.chromium | 13 The main change is that U_/U8_/U16_ prefixes have been replaced with
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
D | README | 11 in the POSIX definition of required signals where %%MYSIG%% is replaced
|
/external/python/cpython2/Doc/library/ |
D | xml.sax.utils.rst | 24 replaced with its corresponding value. The characters ``'&'``, ``'<'`` and 34 replaced with its corresponding value. ``'&'``, ``'<'``, and ``'>'``
|