HomeSort by relevance Sort by last modified time
    Searched refs:compiler (Results 226 - 250 of 3285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/java/
java_enum_lite.h 44 namespace compiler { namespace in namespace:google::protobuf
56 namespace compiler { namespace in namespace:google::protobuf
95 } // namespace compiler
java_extension_lite.h 38 #include <google/protobuf/compiler/java/java_extension.h>
42 namespace compiler { namespace in namespace:google::protobuf
72 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum.h 41 #include <google/protobuf/compiler/javamicro/javamicro_params.h>
52 namespace compiler { namespace in namespace:google::protobuf
83 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum.h 41 #include <google/protobuf/compiler/javanano/javanano_params.h>
52 namespace compiler { namespace in namespace:google::protobuf
83 } // namespace compiler
javanano_extension.h 39 #include <google/protobuf/compiler/javanano/javanano_params.h>
51 namespace compiler { namespace in namespace:google::protobuf
70 } // namespace compiler
  /external/toolchain-utils/crosperf/
mock_instance.py 23 compiler='gcc') variable
36 compiler='gcc') variable
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 367 struct r300_vertex_program_compiler *compiler = (struct r300_vertex_program_compiler*)c; local
373 compiler->code->pos_end = 0; /* Not supported yet */
374 compiler->code->length = 0;
375 compiler->code->num_temporaries = 0;
377 compiler->SetHwInputOutput(compiler);
379 for(rci = compiler->Base.Program.Instructions.Next; rci != &compiler->Base.Program.Instructions; rci = rci->Next) {
381 unsigned int *inst = compiler->code->body.d + compiler->code->length
562 struct r300_vertex_program_compiler *compiler = (struct r300_vertex_program_compiler*)c; local
752 struct r300_vertex_program_compiler * compiler = (struct r300_vertex_program_compiler*)c; local
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_msvccompiler.py 21 # a DistutilsPlatformError if the compiler
44 compiler = _msvccompiler.MSVCCompiler()
45 compiler.initialize()
47 self.assertIn('/MT', compiler.compile_options)
48 self.assertNotIn('/MD', compiler.compile_options)
63 compiler = _msvccompiler.MSVCCompiler()
64 compiler.initialize()
65 compiler._copy_vcruntime(tempdir)
76 compiler = _msvccompiler.MSVCCompiler()
77 compiler.initialize(
    [all...]
  /build/soong/cc/
compiler.go 170 // Sources that were passed to the C/C++ compiler
179 var _ compiler = (*baseCompiler)(nil)
185 func (compiler *baseCompiler) Srcs() android.Paths {
186 return append(android.Paths{}, compiler.srcs...)
189 func (compiler *baseCompiler) appendCflags(flags []string) {
190 compiler.Properties.Cflags = append(compiler.Properties.Cflags, flags...)
193 func (compiler *baseCompiler) appendAsflags(flags []string) {
194 compiler.Properties.Asflags = append(compiler.Properties.Asflags, flags...
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeTILEGX_64.c 2 * Stack-less Just-In-Time compiler
330 static sljit_s32 push_inst_debug(struct sljit_compiler *compiler, sljit_ins ins, int line)
332 sljit_ins *ptr = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins));
335 compiler->size++;
341 static sljit_s32 push_inst_nodebug(struct sljit_compiler *compiler, sljit_ins ins)
343 sljit_ins *ptr = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins));
346 compiler->size++;
352 static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins)
354 sljit_ins *ptr = (sljit_ins *)ensure_buf(compiler, sizeof(sljit_ins));
357 compiler->size++
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
signal-defs.h 21 #include <linux/compiler.h>
  /bionic/libc/kernel/uapi/asm-mips/asm/
sgidefs.h 22 #error Use a Linux compiler or give up .
  /bionic/libc/kernel/uapi/linux/
blkpg.h 21 #include <linux/compiler.h>
hpet.h 21 #include <linux/compiler.h>
  /external/emma/core/java12/com/vladium/jcd/cls/
IInterfaceCollection.java 11 import com.vladium.jcd.compiler.IClassFormatOutput;
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 11 import com.vladium.jcd.compiler.IClassFormatOutput;
IExceptionHandlerTable.java 11 import com.vladium.jcd.compiler.IClassFormatOutput;
  /external/emma/core/java12/com/vladium/jcd/compiler/
ClassWriter.java 9 package com.vladium.jcd.compiler;
  /external/freetype/builds/os2/
os2-dev.mk 24 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
  /external/freetype/builds/unix/
unix-dev.mk 22 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
  /external/freetype/builds/windows/
w32-bcc.mk 22 include $(TOP_DIR)/builds/compiler/bcc.mk
w32-bccd.mk 20 include $(TOP_DIR)/builds/compiler/bcc-dev.mk
w32-dev.mk 26 include $(TOP_DIR)/builds/compiler/gcc-dev.mk
w32-gcc.mk 25 include $(TOP_DIR)/builds/compiler/gcc.mk
w32-icc.mk 22 include $(TOP_DIR)/builds/compiler/visualage.mk

Completed in 1237 milliseconds

1 2 3 4 5 6 7 8 91011>>