/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 117 SmallVector<MachineOperand, 4> locations; member in __anonadd3828c0211::UserValue 182 for (unsigned i = 0, e = locations.size(); i != e; ++i) in getLocationNo() 183 if (locations[i].isReg() && in getLocationNo() 184 locations[i].getReg() == LocMO.getReg() && in getLocationNo() 185 locations[i].getSubReg() == LocMO.getSubReg()) in getLocationNo() 188 for (unsigned i = 0, e = locations.size(); i != e; ++i) in getLocationNo() 189 if (LocMO.isIdenticalTo(locations[i])) in getLocationNo() 191 locations.push_back(LocMO); in getLocationNo() 193 locations.back().clearParent(); in getLocationNo() 195 if (locations.back().isReg()) in getLocationNo() [all …]
|
/external/chromium/chrome/browser/ui/web_applications/ |
D | web_app_ui.cc | 172 } locations[] = { in CheckExistingShortcuts() local 191 for (int i = 0; i < arraysize(locations); ++i) { in CheckExistingShortcuts() 192 locations[i].use_this_location = false; in CheckExistingShortcuts() 195 if (!PathService::Get(locations[i].location_id, &path)) { in CheckExistingShortcuts() 200 if (locations[i].sub_dir != NULL) in CheckExistingShortcuts() 201 path = path.Append(locations[i].sub_dir); in CheckExistingShortcuts() 206 locations[i].use_this_location = true; in CheckExistingShortcuts()
|
/external/bison/tests/ |
D | calc.at | 452 # 3. If locations are not used, remove them. 600 AT_CHECK_CALC_LALR([%locations]) 607 AT_CHECK_CALC_LALR([%define api.pure full %locations]) 608 AT_CHECK_CALC_LALR([%define api.push-pull both %define api.pure full %locations]) 609 AT_CHECK_CALC_LALR([%error-verbose %locations]) 611 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %name-prefix "calc" %verbose %yacc]) 612 AT_CHECK_CALC_LALR([%error-verbose %locations %defines %define api.prefix "calc" %verbose %yacc]) 615 AT_CHECK_CALC_LALR([%error-verbose %debug %locations %defines %name-prefix "calc" %verbose %yacc]) 616 AT_CHECK_CALC_LALR([%error-verbose %debug %locations %defines %define api.prefix "calc" %verbose %y… 618 AT_CHECK_CALC_LALR([%define api.pure full %verbose %debug %locations %defines %name-prefix "calc" %… [all …]
|
D | cxx-type.at | 394 AT_SETUP([GLR: Resolve ambiguity, impure, no locations]) 401 AT_SETUP([GLR: Resolve ambiguity, impure, locations]) 402 _AT_TEST_GLR_CXXTYPES([%locations],[%dprec 1],[%dprec 2]) 407 AT_SETUP([GLR: Resolve ambiguity, pure, no locations]) 414 AT_SETUP([GLR: Resolve ambiguity, pure, locations]) 415 _AT_TEST_GLR_CXXTYPES([%define api.pure %locations], 421 AT_SETUP([GLR: Merge conflicting parses, impure, no locations]) 428 AT_SETUP([GLR: Merge conflicting parses, impure, locations]) 429 _AT_TEST_GLR_CXXTYPES([%locations], 435 AT_SETUP([GLR: Merge conflicting parses, pure, no locations]) [all …]
|
D | headers.at | 72 [%locations 219 AT_TEST([x2], [%locations %debug]) 221 AT_TEST([x4], [%locations %debug %glr-parser]) 222 AT_TEST([x5], [%locations %debug %language "c++"]) 226 #AT_TEST([x5], [%locations %language "c++" %glr-parser])
|
D | actions.at | 82 AT_BISON_OPTION_PUSHDEFS([%locations %skeleton "$1" $2]) 85 %locations 144 ## locations. See 187 AT_BISON_OPTION_PUSHDEFS([%locations %skeleton "$1" $2]) 190 %locations 573 # Check locations in error recovery 744 %locations 770 AT_BISON_OPTION_PUSHDEFS([%locations]) 774 %locations 1000 AT_BISON_OPTION_PUSHDEFS([%locations]) [all …]
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GradientCG.cpp | 88 Vector<CGFloat, cReservedStops> locations; in platformGradient() local 89 locations.reserveCapacity(m_stops.size()); in platformGradient() 97 locations.uncheckedAppend(m_stops[i].stop); in platformGradient() 100 …teWithColorComponents(deviceRGBColorSpaceRef(), colorComponents.data(), locations.data(), m_stops.… in platformGradient()
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/ |
D | PerspectiveLodCalculator.java | 77 …public boolean calculateLod(List<Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates… in calculateLod() argument 78 return calculateLod(patch, locations, updates); in calculateLod() 81 …public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String, U… in calculateLod() argument 97 float distance = patchPos.distance(locations.get(0)); in calculateLod()
|
D | DistanceLodCalculator.java | 65 …public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String, U… in calculateLod() argument 66 float distance = getCenterLocation(terrainPatch).distance(locations.get(0)); in calculateLod()
|
D | LodCalculator.java | 50 …public boolean calculateLod(TerrainPatch terrainPatch, List<Vector3f> locations, HashMap<String,Up… in calculateLod() argument
|
/external/timezonepicker-support/ |
D | zone.tab | 46 AR -3124-06411 America/Argentina/Cordoba most locations (CB, CC, CN, ER, FM, MN, SE, SF) 59 AU -3352+15113 Australia/Sydney New South Wales - most locations 63 AU -4253+14719 Australia/Hobart Tasmania - most locations 67 AU -2728+15302 Australia/Brisbane Queensland - most locations 70 AU -3157+11551 Australia/Perth Western Australia - most locations 114 CA +5320-06025 America/Goose_Bay Atlantic Time - Labrador - most locations 116 CA +4531-07334 America/Montreal Eastern Time - Quebec - most locations 117 CA +4339-07923 America/Toronto Eastern Time - Ontario - most locations 120 CA +6344-06828 America/Iqaluit Eastern Time - east Nunavut - most locations 127 CA +5024-10439 America/Regina Central Standard Time - Saskatchewan - most locations [all …]
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | Jdk14Logger.java | 88 StackTraceElement locations[]=dummyException.getStackTrace(); in log() local 92 if( locations!=null && locations.length >2 ) { in log() 93 StackTraceElement caller=locations[2]; in log()
|
/external/llvm/docs/CommandGuide/ |
D | llvm-symbolizer.rst | 1 llvm-symbolizer - convert addresses into source code locations 13 input and prints corresponding source code locations to standard output. This 46 Print function names as well as source file/line locations. Defaults to true.
|
/external/chromium/chrome/browser/web_applications/ |
D | web_app.cc | 243 } locations[] = { in CreateShortcut() local 264 for (int i = 0; i < arraysize(locations); ++i) { in CreateShortcut() 265 if (locations[i].use_this_location) { in CreateShortcut() 269 if (locations[i].location_id == base::PATH_START) in CreateShortcut() 272 if (!PathService::Get(locations[i].location_id, &path)) { in CreateShortcut() 277 if (locations[i].sub_dir != NULL) in CreateShortcut() 278 path = path.Append(locations[i].sub_dir); in CreateShortcut()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | 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/emma/ |
D | work.dirs.properties | 9 # ---- root locations created by the build: 24 # ---- module-specific locations created by the build:
|
/external/qemu/android/skin/ |
D | file.h | 82 SkinLocation* locations; member 87 SkinLocation* __loc = (layout)->locations; \
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
D | TerrainQuad.java | 256 public void update(List<Vector3f> locations, LodCalculator lodCalculator) { 257 updateLOD(locations, lodCalculator); 276 protected void updateLOD(List<Vector3f> locations, LodCalculator lodCalculator) { 290 if (lastCameraLocationsTheSame(locations) && !lodCalculator.isLodOff()) 293 lastCameraLocations = cloneVectorList(locations); 296 lastCameraLocations = cloneVectorList(locations); 311 UpdateLOD updateLodThread = new UpdateLOD(locations, lodCalculator); 323 private List<Vector3f> cloneVectorList(List<Vector3f> locations) { 325 for(Vector3f l : locations) 330 private boolean lastCameraLocationsTheSame(List<Vector3f> locations) { [all …]
|
D | TerrainGrid.java | 284 public void update(List<Vector3f> locations, LodCalculator lodCalculator) { in update() argument 289 Vector3f cam = locations.isEmpty() ? Vector3f.ZERO.clone() : locations.get(0); in update() 304 super.update(locations, lodCalculator); in update()
|
/external/bison/data/ |
D | glr.cc | 39 # The locations 42 # the locations in a (C++) union, the position and location classes 48 # We require a pure interface using locations. 92 # Hijack the initial action to initialize the locations.
|
/external/oprofile/events/arm/armv6/ |
D | events | 11 …t:0x09 counters:0,1 um:zero minimum:500 name:DCACHE_ACCESS : data cache access, cacheable locations 12 …ent:0x0a counters:0,1 um:zero minimum:500 name:DCACHE_ACCESS_ALL : data cache access, all locations
|
/external/bison/doc/ |
D | cross-options.texi | 37 @item @option{--locations} 39 @tab @code{%locations}
|
/external/jmonkeyengine/engine/src/core/checkers/quals/ |
D | DefaultQualifier.java | 43 DefaultLocation[] locations() default {DefaultLocation.ALL}; in locations() method
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DebuggerModel.js | 87 function didSetBreakpoint(error, breakpointId, locations) argument 90 callback(error ? null : breakpointId, locations);
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
D | README | 4 These files can be installed by copying them to following locations:
|