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

1 2 3 45 6 7 8 91011>>

  /external/protobuf/src/
Makefile.am 46 google/protobuf/compiler/plugin.proto
144 google/protobuf/compiler/code_generator.h \
145 google/protobuf/compiler/command_line_interface.h \
146 google/protobuf/compiler/importer.h \
147 google/protobuf/compiler/parser.h \
148 google/protobuf/compiler/plugin.h \
149 google/protobuf/compiler/plugin.pb.h \
150 google/protobuf/compiler/cpp/cpp_generator.h \
151 google/protobuf/compiler/csharp/csharp_generator.h \
152 google/protobuf/compiler/csharp/csharp_names.h
    [all...]
  /external/clang/tools/scan-build-py/tests/functional/exec/
main.c 2 // The LLVM Compiler Infrastructure
116 char *const compiler = "/usr/bin/cc"; local
122 FORK(execv(compiler, argv);)
129 char *const compiler = "/usr/bin/cc"; local
130 char *const argv[] = {compiler, "-c", file, 0};
136 FORK(execve(compiler, argv, envp);)
143 char *const compiler = "cc"; local
144 char *const argv[] = {compiler, "-c", file, 0};
149 FORK(execvp(compiler, argv);)
156 char *const compiler = "cc" local
169 char *const compiler = "cc"; local
183 char *const compiler = "\/usr\/bin\/cc"; local
197 char *const compiler = "\/usr\/bin\/cc"; local
209 char *const compiler = "cc"; local
221 char *const compiler = "\/usr\/bin\/cc"; local
234 char *const compiler = "cc"; local
252 char *const compiler = "cc"; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_source_generator_base.cc 33 #include <google/protobuf/compiler/code_generator.h>
34 #include <google/protobuf/compiler/plugin.h>
40 #include <google/protobuf/compiler/csharp/csharp_source_generator_base.h>
41 #include <google/protobuf/compiler/csharp/csharp_helpers.h>
42 #include <google/protobuf/compiler/csharp/csharp_names.h>
43 #include <google/protobuf/compiler/csharp/csharp_options.h>
47 namespace compiler { namespace in namespace:google::protobuf
71 } // namespace compiler
csharp_reflection_class.h 36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_source_generator_base.h>
41 namespace compiler { namespace in namespace:google::protobuf
67 } // namespace compiler
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AttributeIterator.java 24 import org.apache.xpath.compiler.Compiler;
39 * @param compiler A reference to the Compiler that contains the op map.
45 AttributeIterator(Compiler compiler, int opPos, int analysis)
48 super(compiler, opPos, analysis);
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_builder_lite.h 40 #include <google/protobuf/compiler/java/java_field.h>
44 namespace compiler { namespace in namespace:google::protobuf
56 namespace compiler { namespace in namespace:google::protobuf
79 } // namespace compiler
  /external/pcre/dist2/src/sljit/
sljitNativeARM_32.c 2 * Stack-less Just-In-Time compiler
129 static sljit_s32 push_cpool(struct sljit_compiler *compiler)
138 if (compiler->last_label && compiler->last_label->size == compiler->size)
139 compiler->last_label->size += compiler->cpool_fill + (CONST_POOL_ALIGNMENT - 1) + 1;
141 SLJIT_ASSERT(compiler->cpool_fill > 0 && compiler->cpool_fill <= CPOOL_SIZE);
142 inst = (sljit_uw*)ensure_buf(compiler, sizeof(sljit_uw))
    [all...]
  /bionic/libc/kernel/uapi/asm-mips/asm/
swab.h 21 #include <linux/compiler.h>
  /bionic/libc/kernel/uapi/linux/
ivtvfb.h 21 #include <linux/compiler.h>
uio.h 21 #include <linux/compiler.h>
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
PsuedoNames.java 21 package org.apache.xpath.compiler;
  /external/emma/core/java12/com/vladium/jcd/compiler/
IClassFormatOutput.java 9 package com.vladium.jcd.compiler;
  /external/freetype/builds/windows/
w32-lcc.mk 18 include $(TOP_DIR)/builds/compiler/win-lcc.mk
  /external/kernel-headers/original/uapi/linux/
ivtvfb.h 25 #include <linux/compiler.h>
uio.h 13 #include <linux/compiler.h>
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.mod.c 22 #include <linux/compiler.h>
  /external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
tmod.mod.c 22 #include <linux/compiler.h>
  /external/mesa3d/src/compiler/glsl/tests/
warnings-test 5 compiler=./glsl_compiler
12 $compiler --just-log --version 150 "$test" > "$test.out" 2>&1
  /external/syslinux/com32/elflink/ldlinux/
adv.c 36 #include <klibc/compiler.h>
  /external/syslinux/com32/include/
fcntl.h 9 #include <klibc/compiler.h>
ilog2.h 35 #include <klibc/compiler.h>
  /external/syslinux/com32/include/sys/
bitops.h 37 #include <klibc/compiler.h>
  /external/v8/src/compiler/
basic-block-instrumentor.h 16 namespace compiler { namespace in namespace:v8::internal
27 } // namespace compiler
graph-replay.h 8 #include "src/compiler/node.h"
12 namespace compiler { namespace in namespace:v8::internal
36 } // namespace compiler
  /external/v8/src/compiler/mips/
instruction-scheduler-mips.cc 5 #include "src/compiler/instruction-scheduler.h"
9 namespace compiler { namespace in namespace:v8::internal
24 } // namespace compiler

Completed in 1939 milliseconds

1 2 3 45 6 7 8 91011>>