Home
last modified time | relevance | path

Searched refs:compile (Results 1 – 25 of 57) sorted by relevance

123

/device/sample/etc/
Dfix_apns_full_conf.py66 RE_TYPE = re.compile(r"^\s*type")
67 RE_IA_DEFAULT = re.compile(r"(?!.*ia)default")
69 RE_BEAR_BITMASK = re.compile(r"bearer_bitmask=\"[\d|]+\"")
/device/google/coral/json-c/
DRELEASE_CHECKLIST.txt8 Check that the compile works on Linux
9 Check that the compile works on NetBSD
10 Check that the compile works on Windows
DChangeLog83 * Fix various compile issues for Visual Studio and MinGW.
132 * Don't use this as a variable, so we can compile with a C++ compiler
154 * Patch allows for json-c compile with -Werror and not fail due to
DMakefile.am52 -rm -f INSTALL test-driver tests/Makefile.in compile
/device/google/redbull/json-c/
DRELEASE_CHECKLIST.txt8 Check that the compile works on Linux
9 Check that the compile works on NetBSD
10 Check that the compile works on Windows
DChangeLog83 * Fix various compile issues for Visual Studio and MinGW.
132 * Don't use this as a variable, so we can compile with a C++ compiler
154 * Patch allows for json-c compile with -Werror and not fail due to
DMakefile.am52 -rm -f INSTALL test-driver tests/Makefile.in compile
/device/google/sunfish/json-c/
DRELEASE_CHECKLIST.txt8 Check that the compile works on Linux
9 Check that the compile works on NetBSD
10 Check that the compile works on Windows
DChangeLog83 * Fix various compile issues for Visual Studio and MinGW.
132 * Don't use this as a variable, so we can compile with a C++ compiler
154 * Patch allows for json-c compile with -Werror and not fail due to
DMakefile.am52 -rm -f INSTALL test-driver tests/Makefile.in compile
/device/google/cuttlefish/tools/
Dtombstone_to_line.py36 (re.compile('(.* pc )([0-9a-f]+) +([^ ]+) .*'), 1, 3, 2),
37 (re.compile('(.*)#[0-9]+ 0x[0-9a-f]+ +\((.*)\+0x([0-9a-f]+)\)'), 1, 2, 3)]
/device/google/cuttlefish_vmm/
Drebuild-internal.sh449 compile() { function
480 BUILD_CROSVM=1 BUILD_GFXSTREAM=1 compile
489 MINIGBM_DRV="I915 RADEON VC4" BUILD_CROSVM=1 BUILD_GFXSTREAM=1 compile
/device/generic/opengl-transport/host/libs/virglrenderer/
Dgen_entries.py32 re_func = re.compile(r"""^(.*[\* ])([A-Za-z_][A-Za-z0-9_]*)\((.*)\);$""")
33 re_param = re.compile(r"""^(.*[\* ])([A-Za-z_][A-Za-z0-9_]*)$""")
/device/google/contexthub/firmware/
DCodingStandard.txt50 This will be enforced at compile time and will fail your build. This is intentional as the power
53 at compile time and will fail your build. This is intentional as the power and speed costs are
/device/google/trout/tools/tracing/tooling/
Dqnx_perfetto.py30 trace_input_regex = re.compile( r"(?P<CPU>\d+) (?P<time_s>\d+)\.(?P<time_ns>\d+)\.(?P<time_us>\d+)u…
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java242 Pattern.compile( in getDisplayHotplugHelperAppOutput()
502 private static final Pattern USED_RAM_PATTERN = Pattern.compile("Used RAM: (.*?)K \\(");
/device/google/trout/tools/
Dlogcat_diff.py42 self.rgx = re.compile(RE_TEXT, re.MULTILINE)
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
DREADME21 compile-time error.
/device/sample/frameworks/PlatformLibrary/jni/
DAndroid.bp28 // All of the source files that we will compile.
/device/sample/apps/client/
DAndroid.bp29 // Only compile source java files in this apk.
/device/generic/goldfish/camera/
Dabc3d.h126 GLuint compile(GLenum type, const char* text);
DFakeRotatingCamera.cpp369 if (!vertexShader.compile(GL_VERTEX_SHADER, kVertexShaderStr)) { in initOpenGL()
382 if (!fragmentShader.compile(GL_FRAGMENT_SHADER, kFragmentShaderStr)) { in initOpenGL()
Dabc3d.cpp317 GLuint AutoShader::compile(const GLenum type, const char* text) { in compile() function in android::hardware::camera::provider::implementation::abc3d::AutoShader
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME28 Those flags modify @ compile time the behavior of the driver enabling for
/device/google/pantah/self-extractors_cheetah/google_devices/
DLICENSE85 incorporate, and/or compile the Software or any of its derivative

123