HomeSort by relevance Sort by last modified time
    Searched refs:interpreter (Results 176 - 200 of 282) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.c 815 error = face->interpreter( exec );
886 error = face->interpreter( exec );
    [all...]
  /external/lldb/source/Target/
TargetList.cpp 24 #include "lldb/Interpreter/CommandInterpreter.h"
25 #include "lldb/Interpreter/OptionGroupPlatform.h"
147 CommandInterpreter &interpreter = debugger.GetCommandInterpreter(); local
153 platform_sp = platform_options->CreatePlatformWithOptions (interpreter,
  /external/lldb/include/lldb/Interpreter/
OptionValue.h 110 AutoComplete (CommandInterpreter &interpreter,
ScriptInterpreter.h 168 ScriptInterpreter (CommandInterpreter &interpreter, lldb::ScriptLanguage script_lang);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argument_factory.hpp 82 optionally_assign( m_value_interpreter, m, interpreter );
  /external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js 30 // individual returns getting optimized away (if the interpreter would do dead code elimination)
  /external/lldb/source/Interpreter/
OptionValueProperties.cpp 10 #include "lldb/Interpreter/OptionValueProperties.h"
20 #include "lldb/Interpreter/Args.h"
21 #include "lldb/Interpreter/OptionValues.h"
22 #include "lldb/Interpreter/Property.h"
692 OptionValueProperties::DumpAllDescriptions (CommandInterpreter &interpreter,
707 property->DumpDescription (interpreter, strm, max_name_len, false);
OptionValue.cpp 10 #include "lldb/Interpreter/OptionValue.h"
17 #include "lldb/Interpreter/OptionValues.h"
588 OptionValue::AutoComplete (CommandInterpreter &interpreter,
Options.cpp 12 #include "lldb/Interpreter/Options.h"
22 #include "lldb/Interpreter/CommandObject.h"
23 #include "lldb/Interpreter/CommandReturnObject.h"
24 #include "lldb/Interpreter/CommandCompletions.h"
25 #include "lldb/Interpreter/CommandInterpreter.h"
35 Options::Options (CommandInterpreter &interpreter) :
36 m_interpreter (interpreter),
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 1261 TT_Interpreter interpreter; member in struct:TT_FaceRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 1337 TT_Interpreter interpreter; member in struct:TT_FaceRec_
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
ExpressionEvaluator.java 17 package com.google.clearsilver.jsilver.interpreter;
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 1261 TT_Interpreter interpreter; member in struct:TT_FaceRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h 1261 TT_Interpreter interpreter; member in struct:TT_FaceRec_
    [all...]
  /external/lldb/examples/python/
crashlog.py 6 # To use this in the embedded python interpreter using "lldb":
15 # embedded python interpreter is when the command completes, there
419 '''Catch all for unknown command, which will exit the interpreter.'''
524 interpreter = Interactive(crash_logs)
526 interpreter.do_list()
527 interpreter.cmdloop()
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp     [all...]
  /art/patchoat/
patchoat.cc 426 uintptr_t interpreter = reinterpret_cast<uintptr_t>( local
428 if (interpreter != 0) {
430 reinterpret_cast<mirror::EntryPointFromInterpreter*>(interpreter + delta_));
    [all...]
  /art/compiler/
common_compiler_test.cc 31 #include "interpreter/interpreter.h"
217 // No code? You must mean to go into the interpreter.
227 method->SetEntryPointFromInterpreter(interpreter::artInterpreterToInterpreterBridge);
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 22 #include "interpreter/interpreter.h"
197 const char* old_cause = self->StartAssertNoThreadSuspension("Building interpreter shadow frame");
225 JValue result = interpreter::EnterInterpreterFromStub(self, mh, code_item, *shadow_frame);
  /art/runtime/interpreter/
interpreter_common.h 20 #include "interpreter.h"
65 namespace interpreter { namespace in namespace:art
67 // External references to both interpreter implementations.
411 } // namespace interpreter
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 375 Byte-compilation is either done directly in this interpreter process
389 # approach: choose direct mode *only* if the current interpreter is
392 # interpreter is running with, so we can't do direct
394 # always compile indirectly if the current interpreter is in either
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 375 Byte-compilation is either done directly in this interpreter process
389 # approach: choose direct mode *only* if the current interpreter is
392 # interpreter is running with, so we can't do direct
394 # always compile indirectly if the current interpreter is in either

Completed in 8984 milliseconds

1 2 3 4 5 6 78 91011>>