HomeSort by relevance Sort by last modified time
    Searched full:locations (Results 51 - 75 of 1131) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/Analysis/
LibCallSemantics.cpp 34 NumLocations = getLocationInfo(Locations);
37 return Locations[LocID];
  /external/oprofile/events/arm/armv6/
events 11 event:0x09 counters:0,1 um:zero minimum:500 name:DCACHE_ACCESS : data cache access, cacheable locations
12 event:0x0a counters:0,1 um:zero minimum:500 name:DCACHE_ACCESS_ALL : data cache access, all locations
  /external/oprofile/libpp/
locate_images.h 23 * such as 'floppy.ko', to locations in the paths passed
26 * The name may exist multiple times; all locations are recorded
  /external/bison/src/
location.c 0 /* Locations for Bison
location.h 0 /* Locations for Bison
  /external/chromium/chrome/common/extensions/
extension_resource.h 15 // because extension resources can come from multiple physical file locations
  /external/llvm/test/CodeGen/X86/
unknown-location.ll 1 ; RUN: llc < %s -asm-verbose=false -mtriple=x86_64-apple-darwin10 -use-unknown-locations | FileCheck %s
  /external/skia/include/effects/
Sk2DPathEffect.h 39 /** Low-level virtual called per span of locations in the u-direction.
  /external/smali/smali/
runjflex.sh 16 # Get the location of this script used to find locations of other things in the tree.
  /external/webkit/Source/WebCore/bindings/v8/
DebuggerScript.js 103 var locations = Debug.findBreakPointActualLocations(breakId);
104 if (!locations.length)
106 args.lineNumber = locations[0].line;
107 args.columnNumber = locations[0].column;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GeometryBinding.h 50 // All layer shaders share the same attribute locations for the vertex
  /external/webkit/Source/WebKit/qt/docs/
qtwebkit.qdoc 103 The following locations are searched for plugins:
111 \o System locations, such as
130 \o Locations specified by environment variables:
144 \o Standard system locations of plugins for Quicktime, Flash, etc.
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 39 * Construct a helper for backing up / restoring the files at the given absolute locations
  /libcore/luni/src/test/java/libcore/javax/security/auth/x500/
GeneralNameTest.java 25 // examples of potential DNS wildcard locations from RFC 6125 section 7.2
  /frameworks/base/location/java/android/location/
Location.java 35 * <p>All locations generated by the {@link LocationManager} are
64 * LocationFudger. Allows location providers to flag locations as being
73 * Allows location providers to flag locations as being safe to
387 * locations, and optionally the initial and final bearings of the
442 * using the WGS84 ellipsoid. Locations that are (nearly)
493 * <p>All locations generated by the {@link LocationManager}
523 * <p>All locations generated by the {@link LocationManager}
544 * <p>All locations generated by the {@link LocationManager}
561 * <p>All locations generated by the {@link LocationManager}
702 * <p>All locations generated by the {@link LocationManager} have a
    [all...]
LocationRequest.java 43 * power blame) any location updates, but will receive locations
56 * still receive locations triggered by other applications at a rate up
81 * locations that are more accurate, less accurate, and slower
88 * Used with {@link #setQuality} to request the most accurate locations available.
113 * Used with {@link #setQuality} to require no direct power impact (passive locations).
116 * but will receive locations triggered by other applications. Your application
329 * <p>This allows your application to passively acquire locations
330 * at a rate faster than it actively acquires locations, saving power.
434 * <p>By default locations are continuously updated until the request is explicitly
454 * locations are updated until the request is explicitly removed
    [all...]
  /external/bison/data/
glr.cc 40 # The locations
43 # the locations in a (C++) union, the position and location classes
49 # We require a pure interface using locations.
230 /* Using locations. */
302 /// Symbol locations.
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 1 //== Environment.cpp - Map from Stmt* to Locations/Values -------*- C++ -*--==//
176 // we also maintain a mapping from EnvironmentEntry -> SVals (locations)
214 // For recorded locations (used when evaluating loads and stores), we
241 // Go through he deferred locations and add them to the new environment if
280 << (printLocations ? "Load/Store locations:" : "Expressions:")
  /external/clang/include/clang/Sema/
Initialization.h 395 /// \brief The source locations involved in the initialization.
396 SourceLocation Locations[3];
402 Locations[0] = Loc1;
403 Locations[1] = Loc2;
404 Locations[2] = Loc3;
501 SourceLocation getLocation() const { return Locations[0]; }
505 return SourceRange(Locations[0], Locations[2]);
512 return Locations[1];
527 /// \brief Retrieve the source range containing the locations of the ope
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ArraySizeDetector.java 83 /** Locations for each array name. Populated during phase 2, if necessary */
162 // gather the actual locations
172 // We were prepending locations, but we want to prefer the base folders
  /dalvik/vm/compiler/
Ralloc.cpp 80 /* Remap SSA names back to original frame locations. */
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 88 StackTraceElement locations[]=dummyException.getStackTrace(); local
92 if( locations!=null && locations.length >2 ) {
93 StackTraceElement caller=locations[2];
  /external/bison/tests/
local.at 58 [m4_bmatch([$3], [%locations], [$1], [$2])])
62 [m4_bmatch([$3], [%locations.*%pure-parser\|%pure-parser.*%locations],
74 # yyerror always sees the locations (when activated), except if
  /external/chromium/base/allocator/
README 28 (currently, the actual locations are defined in the allocator.gyp file).
  /external/chromium/base/
event_recorder.h 28 // to constant sizes and locations.

Completed in 1885 milliseconds

1 23 4 5 6 7 8 91011>>