HomeSort by relevance Sort by last modified time
    Searched refs:APPEND (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/libaom/libaom/build/cmake/
generate_exports.cmake 61 file(APPEND "${aom_sym_file}" "${exported_symbol}\n")
65 file(APPEND "${aom_sym_file}" " \nlocal:\n *;\n};")
util.cmake 30 list(APPEND "${out_file_list_var}" "${dummy_source_file}")
109 list(APPEND AOM_DETECT_VARS ${name})
139 list(APPEND AOM_CONFIG_VARS ${name})
163 list(APPEND AOM_OPTION_VARS ${name})
compiler_tests.cmake 38 list(APPEND AOM_C_CONFIGS "CMAKE_C_FLAGS_${config}")
39 list(APPEND AOM_CXX_CONFIGS "CMAKE_CXX_FLAGS_${config}")
40 list(APPEND AOM_EXE_LINKER_CONFIGS "CMAKE_EXE_LINKER_FLAGS_${config}")
aom_optimization.cmake 61 list(APPEND AOM_LIB_TARGETS ${target_name})
74 set_property(SOURCE ${source} APPEND PROPERTY COMPILE_FLAGS ${flag})
153 list(APPEND AOM_LIB_TARGETS ${lib_name})
  /external/llvm/utils/unittest/
CMakeLists.txt 37 list(APPEND LIBS pthread)
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/
CMakeLists.txt 50 list(APPEND LIBS pthread)
  /external/gflags/cmake/
utils.cmake 121 list (APPEND tmp "${src}")
124 list (APPEND tmp "${PROJECT_BINARY_DIR}/include/${GFLAGS_INCLUDE_DIR}/${src}")
127 list (APPEND tmp "${PROJECT_BINARY_DIR}/include/${GFLAGS_INCLUDE_DIR}/${src}")
140 list (APPEND tmp "${PROJECT_BINARY_DIR}/include/${GFLAGS_INCLUDE_DIR}/${src}")
142 list (APPEND tmp "${PROJECT_SOURCE_DIR}/src/${src}")
  /external/scapy/scapy/tools/
check_asdis.py 11 -a open pcap file in append mode""", file=sys.stderr)
17 APPEND=False
35 APPEND = True
57 pcap_out = RawPcapWriter(PCAP_OUT, append=APPEND, gz=COMPRESS, linktype=pcap.linktype)
  /external/icu/icu4c/source/tools/genrb/
rle.c 33 * Append a byte to the given StringBuffer, packing two bytes into each
94 #define APPEND( buffer, bufLimit, value, num, status){ \
114 APPEND(buffer,bufLimit,ESCAPE, num, status);
117 APPEND(buffer,bufLimit,value,num, status);
123 APPEND(buffer,bufLimit,ESCAPE,num,status);
126 APPEND(buffer,bufLimit,value,num,status);
129 APPEND(buffer,bufLimit,ESCAPE,num,status);
130 APPEND(buffer,bufLimit,(uint16_t) length, num,status);
131 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
list.h 55 #define APPEND(list, elt, link) \
107 APPEND(list, elt, link); \
116 #define ENQUEUE(list, elt, link) APPEND(list, elt, link)
  /external/clang/test/Misc/
caret-diags-macros.c 184 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
185 #define UTARG_MAX_U APPEND (MAX_UINT, UL)
194 // CHECK-NEXT: #define UTARG_MAX_U APPEND (MAX_UINT, UL)
196 // CHECK-NEXT: {{.*}}:184:27: note: expanded from macro 'APPEND'
197 // CHECK-NEXT: #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
  /external/cn-cbor/src/
CMakeLists.txt 33 list (APPEND COVERAGE_SRCS ${S_ABS})
  /external/one-true-awk/
ytab.h 72 APPEND = 282,
169 #define APPEND 282
  /external/swiftshader/src/D3D8/
Debug.hpp 27 #define APPEND(x, y) x ## y
28 #define MACRO_APPEND(x, y) APPEND(x, y)
  /external/swiftshader/src/D3D9/
Debug.hpp 27 #define APPEND(x, y) x ## y
28 #define MACRO_APPEND(x, y) APPEND(x, y)
  /art/test/151-OpenFileLimit/src/
Main.java 35 streams.add(Files.newOutputStream(file.toPath(), CREATE, APPEND));
  /external/catch2/examples/
CMakeLists.txt 63 list( APPEND SOURCES_SPECIFIC_REPORTERS_MAIN ${BASENAMES_REPORTERS_MAIN}${reporter}.cpp )
84 list( APPEND SOURCES_ALL_PATH ${EXAMPLES_DIR}/${name} )
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
ChangeLog.java 47 // Append entries to the change log.
48 writer = Files.newBufferedWriter(path, StandardOpenOption.APPEND);
52 // Append the entry to the change log.
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java 51 public static final String APPEND = "append";
192 DESTFILE, APPEND, INCLUDES, EXCLUDES, EXCLCLASSLOADER,
286 return getOption(APPEND, true);
292 * @param append
295 public void setAppend(final boolean append) {
296 setOption(APPEND, append);
649 sb.append(',');
651 sb.append(key).append('=').append(value)
    [all...]
  /external/libdrm/etnaviv/
etnaviv_cmd_stream.c 47 #define APPEND(x, name) ({ \
132 idx = APPEND(&priv->submit, bos);
133 idx = APPEND(priv, bos);
251 uint32_t idx = APPEND(&priv->submit, relocs);
268 uint32_t idx = APPEND(&priv->submit, pmrs);
  /external/python/cpython3/Python/
ast_unparse.c 55 #define APPEND(type, value) do { \
205 APPEND(arg, (arg_ty)asdl_seq_GET(args->args, i));
219 APPEND(arg, args->vararg);
228 APPEND(arg, (arg_ty)asdl_seq_GET(args->kwonlyargs, i));
244 APPEND(arg, args->kwarg);
255 APPEND(args, e->v.Lambda.args);
379 APPEND(comprehension, (comprehension_ty)asdl_seq_GET(comprehensions, i));
390 APPEND(comprehensions, e->v.GeneratorExp.generators);
399 APPEND(comprehensions, e->v.ListComp.generators);
408 APPEND(comprehensions, e->v.SetComp.generators)
    [all...]
  /external/libcap/kdebug/
test-kernel.sh 8 #APPEND="console=ttyS0"
67 -append "$APPEND"
  /external/libdrm/freedreno/msm/
msm_ringbuffer.c 185 #define APPEND(x, name) ({ \
202 idx = APPEND(&msm_ring->submit, bos);
203 idx = APPEND(msm_ring, bos);
276 i = APPEND(&msm_ring->submit, cmds);
277 APPEND(msm_ring, cmds);
475 uint32_t idx = APPEND(cmd, relocs);
496 /* NOTE: grab reloc_idx *before* APPEND() since that could
501 idx = APPEND(cmd, relocs);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c     [all...]

Completed in 868 milliseconds

12 3 4