Searched refs:compiled (Results 1 - 25 of 77) sorted by relevance

1234

/external/ltp/testcases/kernel/containers/
H A DREADME23 The tests requires the Kernel to be compiled with the following config's
/external/llvm/test/MC/Mips/
H A Delf_eflags_abicalls.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_noreorder.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_pic0.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_pic2.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_mips16.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_micromips2.s4 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_nan2008.s7 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_micromips.s7 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_nanlegacy.s7 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_reginfo.s1 # These *MUST* match the output of gas compiled with the same triple and
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.h53 unsigned compiled; member in struct:gallivm_state
/external/valgrind/drd/tests/
H A Datomic_var.c22 #error Sorry, but this test program can only be compiled by a compiler that\
/external/iproute2/misc/
H A DAndroid.mk17 # "-x c" forces the lex/yacc files to be compiled as c the build system
/external/mesa3d/src/gallium/state_trackers/xa/
H A DREADME42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled
/external/python/cpython2/Tools/scripts/
H A Dredemo.py63 self.compiled = None
104 self.compiled = re.compile(self.regexdisplay.get(),
109 self.compiled = None
125 if not self.compiled:
133 m = self.compiled.search(text, last)
/external/skia/src/gpu/mtl/
H A DGrMtlGpu.mm11 #error This file must be compiled with Arc. Use -fobjc-arc flag
/external/swiftshader/third_party/LLVM/utils/
H A Dcodegen-diff95 by running B<objdump> on the B<llc> compiled and linked binary. You need to
101 the function you want is compiled. Then use the B<disassemble> command
102 to print out the assembly dump of the function B<lli> just compiled.
/external/webrtc/webrtc/modules/video_render/ios/
H A Dopen_gles20.mm172 GLint compiled = 0;
173 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
174 if (!compiled) {
/external/ltp/testcases/kernel/power_management/
H A DREADME23 The tests requires the Kernel to be compiled with the following config's
/external/safe-iop/testsuite/
H A DAndroid.mk21 # TODO: make the test use the compiled static lib.
/external/llvm/utils/
H A Dcodegen-diff95 by running B<objdump> on the B<llc> compiled and linked binary. You need to
101 the function you want is compiled. Then use the B<disassemble> command
102 to print out the assembly dump of the function B<lli> just compiled.
/external/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp130 GrGLint compiled = GR_GL_INIT_ZERO; local
131 GR_GL_CALL(gli, GetShaderiv(shaderId, GR_GL_COMPILE_STATUS, &compiled));
133 if (!compiled) {
/external/python/cpython2/Lib/test/
H A Dtest_strptime.py139 # Check that compiled regex is correct
143 compiled = self.time_re.compile(r"%a %b")
144 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
148 (compiled.pattern, "%s %s" % (self.locale_time.a_weekday[4],
158 compiled = self.time_re.compile("%" + directive)
159 found = compiled.match(time.strftime("%" + directive))
162 compiled.pattern))
374 # unbalanced parentheses when the regex is compiled if they are not
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc246 GLint compiled = 0; local
247 glGetShaderiv(shader, GL_COMPILE_STATUS, &compiled);
248 if (!compiled) {

Completed in 806 milliseconds

1234