HomeSort by relevance Sort by last modified time
    Searched refs:Compile (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/lib/Driver/
Phases.cpp 20 case Compile: return "compiler";
  /external/clang/include/clang/Driver/
Phases.h 21 Compile,
  /external/chromium_org/v8/test/cctest/
test-func-name-inference.cc 95 static v8::Handle<v8::Script> Compile(v8::Isolate* isolate, const char* src) {
96 return v8::Script::Compile(v8::String::NewFromUtf8(isolate, src));
104 v8::Handle<v8::Script> script = Compile(
117 v8::Handle<v8::Script> script = Compile(
130 v8::Handle<v8::Script> script = Compile(
145 v8::Handle<v8::Script> script = Compile(
160 v8::Handle<v8::Script> script = Compile(
177 v8::Handle<v8::Script> script = Compile(
196 v8::Handle<v8::Script> script = Compile(
215 v8::Handle<v8::Script> script = Compile(
    [all...]
test-thread-termination.cc 56 v8::Handle<v8::Value> result = v8::Script::Compile(source)->Run();
65 v8::Script::Compile(v8::String::NewFromUtf8(args.GetIsolate(),
90 v8::Script::Compile(v8::String::NewFromUtf8(args.GetIsolate(),
134 v8::Script::Compile(source)->Run();
137 v8::Script::Compile(source)->Run();
154 v8::Script::Compile(source)->Run();
157 v8::Script::Compile(source)->Run();
194 v8::Script::Compile(source)->Run();
221 v8::Script::Compile(
264 v8::Script::Compile(source)->Run()
    [all...]
  /external/chromium_org/third_party/re2/
testinstall.cc 16 f.Compile(&v);
  /external/regex-re2/
testinstall.cc 16 f.Compile(&v);
  /external/lldb/source/Core/
RegularExpression.cpp 39 Compile(re);
53 Compile(re);
59 Compile(rhs.GetText(), rhs.GetCompileFlags());
67 Compile (rhs.GetText(), rhs.GetCompileFlags());
83 // Compile a regular expression using the supplied regular
95 RegularExpression::Compile(const char* re)
97 return Compile (re, m_compile_flags);
101 RegularExpression::Compile(const char* re, int flags)
154 // The regular expression didn't compile, so clear the matches
235 // Returns the text that was used to compile the current regula
    [all...]
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.h 65 static bool Compile(const std::string& source_code,
jtl_compiler_unittest.cc 82 EXPECT_TRUE(JtlCompiler::Compile(
105 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, NULL));
115 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, &error));
131 EXPECT_FALSE(JtlCompiler::Compile(
162 EXPECT_FALSE(JtlCompiler::Compile(
183 EXPECT_FALSE(JtlCompiler::Compile(
199 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, &error));
211 JtlCompiler::Compile(kSourceCode, kTestHashSeed, &bytecode, &error));
  /external/chromium_org/third_party/re2/re2/
set.h 32 // Compile prepares the Set for matching.
33 // Add must not be called again after Compile.
34 // Compile must be called before FullMatch or PartialMatch.
35 // Compile may return false if it runs out of memory.
36 bool Compile();
filtered_re2.h 12 // Compile the FilteredRE2. The compile returns strings that need to
48 // strings from the set of strings returned by Compile. Call after
50 void Compile(vector<string>* strings_to_match);
53 // Returns -1 on no match. Can be called prior to Compile.
59 // Returns -1 on no match. Compile has to be called before
88 // Has the FilteredRE2 been compiled using Compile()
prefilter_tree.h 38 // must precede Compile.
41 // The Compile returns a vector of string in atom_vec.
43 // No calls to Add after Compile are allowed.
47 void Compile(vector<string>* atom_vec);
108 // These are all the nodes formed by Compile. Essentially, there is
  /external/regex-re2/re2/
set.h 32 // Compile prepares the Set for matching.
33 // Add must not be called again after Compile.
34 // Compile must be called before FullMatch or PartialMatch.
35 // Compile may return false if it runs out of memory.
36 bool Compile();
filtered_re2.h 12 // Compile the FilteredRE2. The compile returns strings that need to
48 // strings from the set of strings returned by Compile. Call after
50 void Compile(vector<string>* strings_to_match);
53 // Returns -1 on no match. Can be called prior to Compile.
59 // Returns -1 on no match. Compile has to be called before
88 // Has the FilteredRE2 been compiled using Compile()
prefilter_tree.h 35 // must precede Compile.
38 // The Compile returns a vector of string in atom_vec.
40 // No calls to Add after Compile are allowed.
44 void Compile(vector<string>* atom_vec);
105 // These are all the nodes formed by Compile. Essentially, there is
  /external/lldb/include/lldb/Core/
RegularExpression.h 100 /// compile.
125 /// Compile a regular expression.
127 /// Compile a regular expression using the supplied regular
136 /// expression to compile.
146 Compile (const char* re);
149 Compile (const char* re, int flags);
162 /// The string to match against the compile regular expression.
194 /// Returns the text that was used to compile the current regular
198 /// The NULL terminated C string that was used to compile the
247 int m_compile_flags; ///< Stores the flags from the last compile
    [all...]
  /frameworks/base/tools/preload/
Android.mk 6 Compile.java \
  /art/compiler/jni/portable/
jni_compiler.h 60 CompiledMethod* Compile();
  /external/chromium_org/third_party/re2/re2/testing/
set_test.cc 22 CHECK_EQ(s.Compile(), true);
48 CHECK_EQ(s.Compile(), true);
76 CHECK_EQ(s.Compile(), true);
91 CHECK_EQ(s.Compile(), true);
  /external/lldb/include/lldb/Interpreter/
OptionValueRegex.h 81 m_regex.Compile (value, regex_flags);
  /external/llvm/test/Object/Inputs/
elfver.S 0 # Compile with:
  /external/regex-re2/re2/testing/
set_test.cc 22 CHECK_EQ(s.Compile(), true);
48 CHECK_EQ(s.Compile(), true);
76 CHECK_EQ(s.Compile(), true);
91 CHECK_EQ(s.Compile(), true);
  /art/compiler/
compilers.h 32 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
62 * @param driver CompilerDriver for this compile.
78 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
  /hardware/qcom/gps/msm8960/utils/
Android.mk 0 #Compile this library only for builds with the latest modem image
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 1 r"""Utilities to compile possibly incomplete Python source code.
4 function compile(), which take program text, a filename and a 'mode'
19 Compile three times: as is, with \n, and with \n\n appended. If it
21 we expect more. If it doesn't compile either way, we compare the
53 Compile():
55 Instances of this class act like the built-in function compile,
64 __all__ = ["compile_command", "Compile", "CommandCompiler"]
102 return compile(source, filename, symbol, PyCF_DONT_IMPLY_DEDENT)
105 r"""Compile a command and determine whether it is incomplete.
124 class Compile
    [all...]

Completed in 1595 milliseconds

1 2 3 4 5 6 7 8