/art/compiler/dex/quick/arm/ |
codegen_arm.h | 163 RegLocation ArgLoc(RegLocation loc); 183 RegLocation LoadArg(RegLocation loc);
|
/external/apache-http/src/org/apache/http/impl/ |
EnglishReasonPhraseCatalog.java | 78 * @param loc ignored 82 public String getReason(int status, Locale loc) {
|
/external/bison/examples/calc++/ |
calc++-parser.hh | 132 /// \param loc where the syntax error is found. 134 virtual void error (const location_type& loc, const std::string& msg);
|
/external/chromium/chrome/browser/ |
background_application_list_model.cc | 83 icu::Locale loc(locale.c_str()); 85 scoped_ptr<icu::Collator> collator(icu::Collator::createInstance(loc, error));
|
/external/chromium_org/ash/wm/workspace/ |
multi_window_resize_controller_unittest.cc | 85 bool IsOverWindows(const gfx::Point& loc) { 86 return resize_controller_->IsOverWindows(loc);
|
/external/chromium_org/chrome/browser/translate/ |
translate_ui_delegate.cc | 51 icu::Locale loc(locale.c_str()); 52 scoped_ptr<icu::Collator> collator(icu::Collator::createInstance(loc, error));
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-buildbot.py | 148 loc = value.index(existing[0]) 149 value[loc] = bundle
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBicubicImageFilter.cpp | 87 SkIPoint* loc) { 89 if (getInput(0) && !getInput(0)->filterImage(proxy, source, matrix, &src, loc)) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-dbgfmt.c | 333 { ".loc", "gas", yasm_dwarf2__dir_loc, YASM_DIR_ARG_REQUIRED }, 335 { "loc", "nasm", yasm_dwarf2__dir_loc, YASM_DIR_ARG_REQUIRED },
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 555 /// \brief If \p Loc is a loaded location from the preamble, returns 557 /// \p Loc. 558 SourceLocation mapLocationFromPreamble(SourceLocation Loc); 560 /// \brief If \p Loc is a local location of the main file but inside the 562 /// preamble, otherwise it returns \p Loc. 563 SourceLocation mapLocationToPreamble(SourceLocation Loc); 565 bool isInPreambleFileID(SourceLocation Loc); 566 bool isInMainFileID(SourceLocation Loc); [all...] |
/external/clang/include/clang/Lex/ |
LiteralSupport.h | 148 SourceLocation Loc, Preprocessor &PP, 239 void DiagnoseLexingError(SourceLocation Loc);
|
TokenLexer.h | 172 /// \brief If \p loc is a FileID and points inside the current macro 175 SourceLocation getExpansionLocForMacroDefLoc(SourceLocation loc) const;
|
/external/clang/lib/Lex/ |
Preprocessor.cpp | 216 void Preprocessor::DumpLocation(SourceLocation Loc) const { 217 Loc.dump(SourceMgr); 305 SourceLocation Loc, 314 Def = I->second->findDirectiveAtLoc(Loc, SourceMgr); 430 SourceLocation Loc = ScratchBuf->getToken(Str.data(), Str.size(), DestPtr); 433 Loc = SourceMgr.createExpansionLoc(Loc, ExpansionLocStart, 435 Tok.setLocation(Loc);
|
/external/clang/test/CodeGenCXX/ |
blocks.cpp | 26 struct loc { double x, y; }; struct in namespace:test1 28 const loc target = { 5, 6 };
|
/external/icu4c/test/intltest/ |
alphaindextst.cpp | 357 Locale loc = Locale::createFromName(localeName); local 358 AlphabeticIndex index(loc, status); 479 Locale loc("root"); 480 AlphabeticIndex aindex(loc, status); 667 char loc[100]; local 668 uloc_forLanguageTag("zh-u-co-zhuyin", loc, LENGTHOF(loc), NULL, &status); 669 AlphabeticIndex index(loc, status);
|
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/ |
HelloPhysics.java | 183 public void makeBrick(Vector3f loc) {
189 brick_geo.setLocalTranslation(loc);
|
/external/libvpx/libvpx/ |
webmenc.c | 264 cue->loc = glob->cluster_pos; 312 cue->loc - glob->position_reference);
|
/external/llvm/include/llvm/CodeGen/ |
GCMetadata.h | 63 DebugLoc Loc; 66 : Kind(K), Label(L), Loc(DL) {}
|
/external/skia/src/effects/ |
SkBicubicImageFilter.cpp | 87 SkIPoint* loc) { 89 if (getInput(0) && !getInput(0)->filterImage(proxy, source, matrix, &src, loc)) {
|
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_tytypes.h | 85 UChar* loc; /* location expr, in mallocville */ member in union:__anon27727::__anon27728::__anon27733::__anon27734 89 Word nLoc; /* number of bytes in .pos.loc if >= 0, or -1
|
/frameworks/base/graphics/java/android/graphics/ |
NinePatch.java | 241 private static native void nativeDraw(int canvas_instance, RectF loc, int bitmap_instance, 243 private static native void nativeDraw(int canvas_instance, Rect loc, int bitmap_instance,
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
diagnostic.h | 238 #define diagnostic_report_warnings_p(DC, LOC) \ 240 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
diagnostic.h | 238 #define diagnostic_report_warnings_p(DC, LOC) \ 240 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
diagnostic.h | 238 #define diagnostic_report_warnings_p(DC, LOC) \ 240 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
diagnostic.h | 238 #define diagnostic_report_warnings_p(DC, LOC) \ 240 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))
|