Searched defs:locations (Results 1 - 25 of 37) sorted by relevance

12

/external/v8/tools/turbolizer/
H A Dschedule-view.js111 var locations = []; variable
113 locations.push({ node_id : id });
115 this.selectLocations(locations, true, true);
/external/lisa/tests/benchmarks/
H A Dandroid_gmaps.py108 locations = [ variable
113 tests_remaining = len(governors) * len(locations)
116 for location in locations:
/external/r8/src/test/java/com/android/tools/r8/utils/
H A DArtErrorParser.java84 public final List<Long> locations; field in class:ArtErrorParser.ArtMethodError
90 List<Long> locations,
98 this.locations = locations;
131 if (markLocation && !locations.isEmpty()) {
132 for (Long location : locations) {
222 List<Long> locations = parseLocations(errorMessage);
224 methodReturn, methodFormals, methodSig, errorMessage, locations, currentLine - line);
277 List<Long> locations = new ArrayList<>();
287 locations
87 ArtMethodError(String className, String methodName, String methodReturn, List<String> methodFormals, String methodSignature, String errorMessage, List<Long> locations, int consumedLines) argument
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
H A DViewLoader.java140 public void setLayoutQualifierSearchPath(String... locations) { argument
141 qualifierSearchPath = Arrays.asList(locations);
/external/llvm/include/llvm/Object/
H A DStackMapParser.h208 /// Get the number of locations contained in this record.
220 /// Begin iterator for locations.
225 /// End iterator for locations.
230 /// Iterator range for locations.
231 iterator_range<location_iterator> locations() const { function in class:llvm::StackMapV1Parser::LocationKind::RecordAccessor
/external/skia/src/gpu/
H A DGrGpu.h337 MultisampleSpecs(uint8_t uniqueID, int effectiveSampleCnt, const SkPoint* locations) argument
340 fSampleLocations(locations) {}
347 // If sample locations are supported, points to the subpixel locations at which the GPU will
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp121 /// Numbered locations referenced by locmap.
122 SmallVector<MachineOperand, 4> locations; member in class:__anon12681::UserValue
191 // For register locations we dont care about use/def and other flags.
192 for (unsigned i = 0, e = locations.size(); i != e; ++i)
193 if (locations[i].isReg() &&
194 locations[i].getReg() == LocMO.getReg() &&
195 locations[i].getSubReg() == LocMO.getSubReg())
198 for (unsigned i = 0, e = locations.size(); i != e; ++i)
199 if (LocMO.isIdenticalTo(locations[i]))
201 locations
[all...]
/external/stressapptest/src/
H A Dos.cc172 // Returns a list of locations corresponding to HD devices.
175 list<string> locations; local
176 return locations;
H A Dsat.cc159 // Autodetect file locations.
161 // Get a space separated sting of disk locations.
162 list<string> locations = os_->FindFileDevices(); local
165 while (!locations.empty()) {
167 string disk = locations.back();
168 locations.pop_back();
443 // Initialize page locations.
507 // Initialize page locations.
873 // Autodetect tempfile locations.
1103 " --findfiles find locations t
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveDebugVariables.cpp116 /// Numbered locations referenced by locmap.
117 SmallVector<MachineOperand, 4> locations; member in class:__anon19818::UserValue
181 // For register locations we dont care about use/def and other flags.
182 for (unsigned i = 0, e = locations.size(); i != e; ++i)
183 if (locations[i].isReg() &&
184 locations[i].getReg() == LocMO.getReg() &&
185 locations[i].getSubReg() == LocMO.getSubReg())
188 for (unsigned i = 0, e = locations.size(); i != e; ++i)
189 if (LocMO.isIdenticalTo(locations[i]))
191 locations
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp1689 std::vector<Vec2> locations; local
1696 locations.push_back(Vec2(pixelData.x(), pixelData.y()));
1699 std::sort(locations.begin(), locations.end(), pixelOffsetCompare);
1700 for (std::vector<Vec2>::const_iterator sampleIt = locations.begin(); sampleIt != locations.end(); sampleIt++)
1712 std::vector<Vec2>::iterator last = std::unique(locations.begin(), locations.end());
1713 if (last != locations.end())
1715 log << TestLog::Message << "Fail: Sample locations contain
[all...]
/external/libcups/cups/
H A Ddest.c131 static CFStringRef appleGetPrinter(CFArrayRef locations,
319 CFArrayRef locations; /* Location array */ local
350 if ((locations = appleCopyLocations()) == NULL)
364 DEBUG_printf(("1_cupsAppleCopyDefaultPrinter: Got locations, %d entries.",
365 (int)CFArrayGetCount(locations)));
367 if ((locprinter = appleGetPrinter(locations, network, NULL)) != NULL)
371 CFRelease(locations);
432 CFArrayRef locations; /* Old locations array */ local
433 CFIndex locindex; /* Index in locations arra
2511 CFArrayRef locations; /* Location array */ local
2634 appleGetPrinter(CFArrayRef locations, CFStringRef network, CFIndex *locindex) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc180 const vector<TextFormat::ParseLocation>* locations = local
182 if (locations == NULL || index >= locations->size()) {
186 return (*locations)[index];
/external/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc266 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations) {
267 *locations = Array<protocol::Debugger::Location>::create();
307 if (location) (*locations)->addItem(std::move(location));
365 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations) {
392 *locations = protocol::Array<protocol::Debugger::Location>::create();
394 (*locations)
262 setBreakpointByUrl( int lineNumber, Maybe<String16> optionalURL, Maybe<String16> optionalURLRegex, Maybe<int> optionalColumnNumber, Maybe<String16> optionalCondition, String16* outBreakpointId, std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations) argument
362 getPossibleBreakpoints( std::unique_ptr<protocol::Debugger::Location> start, Maybe<protocol::Debugger::Location> end, std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations) argument
/external/v8/src/wasm/
H A Dwasm-objects.cc1044 std::vector<v8::debug::Location>* locations) {
1107 locations->push_back(v8::debug::Location(func_idx, offset));
1042 GetPossibleBreakpoints( const v8::debug::Location& start, const v8::debug::Location& end, std::vector<v8::debug::Location>* locations) argument
/external/v8/src/debug/
H A Ddebug.cc575 // A break location is considered muted if break locations on the current
1074 Handle<FixedArray> locations = local
1101 for (int j = 0; j < break_points; ++j) locations->set(count++, position);
1104 return locations;
/external/guice/extensions/persist/lib/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/guice/extensions/struts2/lib/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/guice/lib/build/
H A Dcommons-logging-1.0.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/robolectric/v1/lib/main/
H A Dcommons-logging-1.1.1.jar ... java.lang.Throwable) StackTraceElement caller Throwable dummyException StackTraceElement[] locations String cname String method java.util.logging. ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 1259 milliseconds

12