HomeSort by relevance Sort by last modified time
    Searched defs:location (Results 251 - 275 of 315) sorted by null

<<111213

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 862 Point location = chosen.getSelection(document); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 139 Extension::Location location)
140 : location_(location), visitor_(visitor), visit_count_(0) {
173 Extension::Location* location,
182 if (location)
183 *location = location_;
203 Extension::Location location_;
260 Extension::Location unused) {
277 Extension::Location location = Extension::INVALID local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 2455 ModelTypeBitSet(), location); local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 49 // A patch site is a location in the code which it is possible to patch. This
646 MemOperand location = EmitSlotSearch(dst, scratch1); local
647 __ str(src, location);
648 // Emit the write barrier code if the location is in the heap.
    [all...]
  /external/v8/src/
debug.cc 405 // called. If the executing code has a debug break at the location change
645 // Globalize the script object, make it weak and use the location of the
651 reinterpret_cast<Object**>(script_.location()),
654 entry->value = script_.location();
686 Object** location = reinterpret_cast<Object**>(entry->value); local
687 ASSERT((*location)->IsScript());
688 global_handles->ClearWeakness(location);
689 global_handles->Destroy(location);
698 // Find the location of the global handle.
699 Script** location local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 601 MemOperand location = EmitSlotSearch(source, destination); local
602 __ mov(destination, location);
612 MemOperand location = EmitSlotSearch(dst, scratch1); local
613 __ mov(location, src);
614 // Emit the write barrier code if the location is in the heap.
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 605 MemOperand location = EmitSlotSearch(source, destination); local
606 __ movq(destination, location);
616 MemOperand location = EmitSlotSearch(dst, scratch1); local
617 __ movq(location, src);
618 // Emit the write barrier code if the location is in the heap.
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 2421 GC3Dint location = uniformLocation->location(); local
2522 m_context->getUniformfv(objectOrZero(program), location, value); local
2529 m_context->getUniformiv(objectOrZero(program), location, value); local
2536 m_context->getUniformiv(objectOrZero(program), location, value); local
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 840 // At the original click location we draw a 4 arrowed icon. Over this icon there won't be any scroll
2254 IntPoint location; local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 604 writer.writeTag("X-LIC-LOCATION", tz.getDisplayName());
1526 String location = null; local
1712 String location = null; local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/chromium/testing/gtest/src/
gtest.cc 2040 message << " thrown in " << location << "."; local
3256 const string location = internal::FormatCompilerIndependentFileLocation( local
    [all...]
  /external/grub/stage2/
builtins.c 2137 char *location; local
    [all...]
  /external/libpng/
png.h 769 png_byte location; \/* mode of operation at read time *\/ member in struct:png_unknown_chunk_t
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 2040 message << " thrown in " << location << "."; local
3227 const string location = internal::FormatCompilerIndependentFileLocation( local
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 211 GENERAL_NAME *location; member in struct:ACCESS_DESCRIPTION_st
  /external/openssl/include/openssl/
x509v3.h 211 GENERAL_NAME *location; member in struct:ACCESS_DESCRIPTION_st
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 1796 uint16_t* location = reinterpret_cast<uint16_t*>(reinterpret_cast<intptr_t>(code) + from.m_offset); local
1916 uint16_t* location = reinterpret_cast<uint16_t*>(code); local
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 5404 RefPtr<CSSPrimitiveValue> location; local
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 391 return focusedNode->getRect().location();
408 IntPoint location = getLocationForKeyboardGeneratedContextMenu(frame); local
415 location = view->contentsToWindow(location);
416 location.expandedTo(IntPoint(gContextMenuMargin, gContextMenuMargin));
417 location.shrunkTo(IntPoint(view->width() - gContextMenuMargin, view->height() - gContextMenuMargin));
419 IntPoint globalPoint(globalPointForClientPoint(gtk_widget_get_window(widget), location));
420 PlatformMouseEvent event(location, globalPoint, RightButton, MouseEventPressed, 0, false, false, false, false, gtk_get_current_event_time());
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 32 import android.location.Address;
33 import android.location.Criteria;
34 import android.location.GeocoderParams;
35 import android.location.IGpsStatusListener;
36 import android.location.IGpsStatusProvider;
37 import android.location.ILocationListener;
38 import android.location.ILocationManager;
39 import android.location.INetInitiatedListener;
40 import android.location.Location;
1851 Location location = (Location) msg.obj; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 3159 String location; local
    [all...]
  /external/emma/lib/
emma_ant.jar 
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 2289 public int[] location; field in class:ViewGroupTest.MockViewGroup
    [all...]

Completed in 943 milliseconds

<<111213