Home
last modified time | relevance | path

Searched defs:APPEND (Results 1 – 23 of 23) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DFileWriteMode.java27 APPEND enumConstant
/external/skia/tests/
DRecordTest.cpp56 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro
/external/skqp/tests/
DRecordTest.cpp56 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro
/external/swiftshader/src/D3D9/
DDebug.hpp27 #define APPEND(x, y) x ## y macro
/external/swiftshader/src/D3D8/
DDebug.hpp27 #define APPEND(x, y) x ## y macro
/external/libdrm/etnaviv/
Detnaviv_cmd_stream.c47 #define APPEND(x, name) ({ \ macro
/external/pdfium/third_party/libpng16/
Dpng.c719 # define APPEND(ch) if (pos < 28) out[pos++] = (ch) in png_convert_to_rfc1123_buffer() macro
/external/libpng/
Dpng.c760 # define APPEND(ch) if (pos < 28) out[pos++] = (ch) in png_convert_to_rfc1123_buffer() macro
/external/icu/icu4c/source/tools/genrb/
Drle.c94 #define APPEND( buffer, bufLimit, value, num, status){ \ macro
/external/harfbuzz_ng/src/
Dhb-buffer-serialize.cc120 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END in _hb_buffer_serialize_glyphs_json() macro
/external/one-true-awk/
Dytab.h72 APPEND = 282, enumerator
169 #define APPEND 282 macro
Dytab.c140 APPEND = 282, enumerator
237 #define APPEND 282 macro
/external/clang/test/Misc/
Dcaret-diags-macros.c184 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF) macro
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DAgentOptions.java51 public static final String APPEND = "append"; field in AgentOptions
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c185 #define APPEND(x, name) ({ \ macro
/external/python/cpython3/Python/
Dast_unparse.c55 #define APPEND(type, value) do { \ macro
/external/elfutils/libcpu/
Di386_parse.y1151 #define APPEND(a, b) APPEND_ (a, b) in instrtable_out() macro
/external/python/cpython3/Modules/
Dpyexpat.c1047 #define APPEND(list, str) \ in pyexpat_xmlparser___dir___impl() macro
D_pickle.c52 APPEND = 'a', enumerator
/external/python/cpython2/Lib/
Dpickle.py122 APPEND = 'a' # append stack top to list below it variable
/external/python/cpython2/Modules/
Dpyexpat.c1474 #define APPEND(list, str) \ in xmlparse_getattr() macro
DcPickle.c53 #define APPEND 'a' macro
/external/python/cpython3/Lib/
Dpickle.py122 APPEND = b'a' # append stack top to list below it variable