HomeSort by relevance Sort by last modified time
    Searched refs:Compile (Results 26 - 50 of 222) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/go/linux-x86/src/regexp/
onepass_test.go 189 // needs to be done before compile...
191 if p, err = syntax.Compile(re); err != nil {
192 t.Errorf("Compile(%q) got err:%s, want success", test.re, err)
212 re, err := Compile(test.re)
214 t.Errorf("Compile(%q): got err: %s", test.re, err)
218 t.Errorf("Compile(%q): got notOnePass, want one-pass", test.re)
  /external/regex-re2/re2/
filtered_re2.cc 31 LOG(ERROR) << "Couldn't compile regular expression, skipping: "
43 void FilteredRE2::Compile(vector<string>* atoms) {
54 prefilter_tree_->Compile(atoms);
68 LOG(DFATAL) << "FirstMatch called before Compile";
  /hardware/qcom/gps/msm8084/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8909/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8994/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8996/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.h 104 VOID Compile (VOID);
  /external/flatbuffers/include/flatbuffers/
flatc.h 75 int Compile(int argc, const char** argv);
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen.h 30 // Compile() to convert this DAG to a Program.
47 // CodeGen::Program program = gen.Compile(dag);
78 // Compile linearizes the instruction DAG rooted at |head| into a
80 Program Compile(Node head);
  /external/v8/samples/
hello-world.cc 44 // Compile the source code.
45 Local<Script> script = Script::Compile(context, source).ToLocalChecked();
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.h 72 void Compile();
  /frameworks/base/tools/preload/
Compile.java 31 public class Compile {
35 System.err.println("Usage: Compile [log file] [output file]");
  /external/flatbuffers/tests/
JavaTest.bat 16 rem Compile then run the Java test.
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
ReflectionUtil.cs 65 return Expression.Lambda<Func<IMessage, object>>(upcast, parameter).Compile();
78 return Expression.Lambda<Func<IMessage, T>>(upcast, parameter).Compile();
92 return Expression.Lambda<Action<IMessage, object>>(call, targetParameter, argParameter).Compile();
104 return Expression.Lambda<Action<IMessage>>(call, targetParameter).Compile();
  /frameworks/base/tools/aapt2/jni/
aapt2_jni.cpp 33 extern int Compile(const std::vector<StringPiece>& args, IDiagnostics* iDiagnostics);
129 return aapt::Compile(compile_args, &diagnostics);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Android.mk 2 #Compile this library only for builds with the latest modem image
  /hardware/qcom/gps/msm8998/utils/
Android.mk 3 #Compile this library only for builds with the latest modem image