Home
last modified time | relevance | path

Searched refs:incpath (Results 1 – 13 of 13) sorted by relevance

/external/nanopb-c/tests/multiple_files/
DSConscript5 incpath = env.Clone()
6 incpath.Append(PROTOCPATH = '#multiple_files')
7 incpath.Append(CPPPATH = '$BUILD/multiple_files')
9 incpath.NanopbProto(["multifile1", "multifile1.options"])
10 incpath.NanopbProto("multifile2")
11 incpath.NanopbProto("subdir/multifile2")
12 test = incpath.Program(["test_multiple_files.c", "multifile1.pb.c",
/external/grpc-grpc/third_party/nanopb/tests/multiple_files/
DSConscript5 incpath = env.Clone()
6 incpath.Append(PROTOCPATH = '#multiple_files')
7 incpath.Append(CPPPATH = '$BUILD/multiple_files')
9 incpath.NanopbProto(["multifile1", "multifile1.options"])
10 incpath.NanopbProto("multifile2")
11 incpath.NanopbProto("subdir/multifile2")
12 test = incpath.Program(["test_multiple_files.c", "multifile1.pb.c",
/external/nanopb-c/tests/regression/issue_172/
DSConscript6 incpath = env.Clone()
7 incpath.Append(PROTOCPATH="#regression/issue_172/submessage")
8 incpath.Append(CPPPATH="$BUILD/regression/issue_172/submessage")
9 incpath.NanopbProto('test')
10 incpath.NanopbProto(['submessage/submessage', 'submessage/submessage.options'])
12 p = incpath.Program(["msg_size.c",
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_172/
DSConscript6 incpath = env.Clone()
7 incpath.Append(PROTOCPATH="#regression/issue_172/submessage")
8 incpath.Append(CPPPATH="$BUILD/regression/issue_172/submessage")
9 incpath.NanopbProto('test')
10 incpath.NanopbProto(['submessage/submessage', 'submessage/submessage.options'])
12 p = incpath.Program(["msg_size.c",
/external/grpc-grpc/third_party/nanopb/tests/extensions/
DSConscript6 incpath = env.Clone()
7 incpath.Append(PROTOCPATH = '$BUILD/alltypes')
8 incpath.Append(CPPPATH = '$BUILD/alltypes')
10 incpath.NanopbProto(["extensions", "extensions.options"])
11 enc = incpath.Program(["encode_extensions.c", "extensions.pb.c", "$BUILD/alltypes/alltypes.pb$OBJSU…
12 dec = incpath.Program(["decode_extensions.c", "extensions.pb.c", "$BUILD/alltypes/alltypes.pb$OBJSU…
/external/nanopb-c/tests/extensions/
DSConscript6 incpath = env.Clone()
7 incpath.Append(PROTOCPATH = '$BUILD/alltypes')
8 incpath.Append(CPPPATH = '$BUILD/alltypes')
10 incpath.NanopbProto(["extensions", "extensions.options"])
11 enc = incpath.Program(["encode_extensions.c", "extensions.pb.c", "$BUILD/alltypes/alltypes.pb$OBJSU…
12 dec = incpath.Program(["decode_extensions.c", "extensions.pb.c", "$BUILD/alltypes/alltypes.pb$OBJSU…
/external/nanopb-c/tests/message_sizes/
DSConscript5 incpath = env.Clone()
6 incpath.Append(PROTOCPATH = '#message_sizes')
8 incpath.NanopbProto("messages1")
9 incpath.NanopbProto("messages2")
11 incpath.Program(['dummy.c', 'messages1.pb.c', 'messages2.pb.c'])
/external/grpc-grpc/third_party/nanopb/tests/message_sizes/
DSConscript5 incpath = env.Clone()
6 incpath.Append(PROTOCPATH = '#message_sizes')
8 incpath.NanopbProto("messages1")
9 incpath.NanopbProto("messages2")
11 incpath.Program(['dummy.c', 'messages1.pb.c', 'messages2.pb.c'])
/external/libcxx/cmake/Modules/
DHandleLibCXXABI.cmake37 foreach(incpath ${LIBCXX_CXX_ABI_INCLUDE_PATHS})
38 if (EXISTS "${incpath}/${fpath}")
42 set(src ${incpath}/${fpath})
/external/deqp/external/openglcts/scripts/
Dmustpass.py44 def __init__ (self, name, path, incpath, devicepath, copyright = None): argument
47 self.incpath = incpath
385 …specFilename = os.path.join(mustpass.project.incpath, "glc%s.hpp" % convertToCamelcase(mustpass.pr…
Dbuild_mustpass.py62 CTS_AOSP_MP_ES_PROJECT = Project(name = "AOSP Mustpass ES", path = CTS_AOSP_MP_DATA_DIR, incpath
68 CTS_KHR_MP_ES_PROJECT = Project(name = "Khronos Mustpass ES", path = CTS_KHR_MP_DATA_DIR, incpath
74 … = Project(name = "AOSP Mustpass EGL", path = CTS_AOSP_MP_EGL_DATA_DIR, incpath = CTS_MP_INC_DIR,…
80 …ame = "Khronos Mustpass ES NoContext", path = CTS_KHR_MP_NOCTX_DATA_DIR, incpath = CTS_MP_INC_DIR,…
1004 … = Project(name = "Khronos Mustpass GL", path = GL_CTS_KHR_MP_DATA_DIR, incpath = GL_CTS_MP_INC_D…
1010 … = "Khronos Mustpass GL NoContext", path = GL_CTS_KHR_MP_NOCTX_DATA_DIR, incpath = GL_CTS_MP_INC_D…
/external/python/cpython3/Lib/venv/
D__init__.py116 incpath = 'Include'
120 incpath = 'include'
124 context.inc_path = path = os.path.join(env_dir, incpath)
/external/icu/icu4c/source/config/
Dtest-icu-config.sh23 icu-config --incpath