Home
last modified time | relevance | path

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

/external/elfutils/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/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/protobuf/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.cpp179 auto noext = flatbuffers::StripExtension(it->second); in GenIncludeDependencies() local
180 auto basename = flatbuffers::StripPath(noext); in GenIncludeDependencies()
183 (parser_.opts.keep_include_path ? noext : basename) + in GenIncludeDependencies()
/external/protobuf/
Dconfigure.ac175 AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
/external/elfutils/
Dconfigure.ac681 AX_CXX_COMPILE_STDCXX(11, noext, optional)
/external/jemalloc_new/
Dconfigure.ac289 AX_CXX_COMPILE_STDCXX([14], [noext], [optional])