Home
last modified time | relevance | path

Searched refs:noext (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc_new/m4/
Dax_cxx_compile_stdcxx.m47 # AX_CXX_COMPILE_STDCXX(VERSION, [ext|noext], [mandatory|optional])
54 [$2], [noext], [],
71 m4_if([$2], [noext], [], [dnl
/external/grpc-grpc/third_party/nanopb/generator/
Dnanopb_generator.py1085 noext = os.path.splitext(incfile)[0]
1086 yield options.genformat % (noext + options.extension + '.h')
1481 noext = os.path.splitext(filename)[0]
1482 headername = noext + options.extension + '.h'
1483 sourcename = noext + options.extension + '.c'
/external/nanopb-c/generator/
Dnanopb_generator.py1181 noext = os.path.splitext(incfile)[0]
1182 yield options.genformat % (noext + options.extension + options.header_extension)
1589 noext = os.path.splitext(filename)[0]
1590 headername = noext + options.extension + options.header_extension
1591 sourcename = noext + options.extension + options.source_extension
/external/harfbuzz_ng/m4/
Dax_cxx_compile_stdcxx.m47 # AX_CXX_COMPILE_STDCXX(VERSION, [ext|noext], [mandatory|optional])
56 [$2], [noext], [],
73 m4_if([$2], [noext], [], [dnl
/external/flatbuffers/src/
Didl_gen_dart.cpp142 auto noext = flatbuffers::StripExtension(it->second); in GenIncludeDependencies() local
143 auto basename = flatbuffers::StripPath(noext); in GenIncludeDependencies()
Didl_gen_cpp.cpp178 auto noext = flatbuffers::StripExtension(it->second); in GenIncludeDependencies() local
179 auto basename = flatbuffers::StripPath(noext); in GenIncludeDependencies()
182 (parser_.opts.keep_include_path ? noext : basename) + in GenIncludeDependencies()
/external/harfbuzz_ng/
Dconfigure.ac26 dnl AX_CXX_COMPILE_STDCXX(11, noext, optional)
/external/jemalloc_new/
Dconfigure.ac289 AX_CXX_COMPILE_STDCXX([14], [noext], [optional])