Searched defs:locations (Results 1 - 25 of 44) 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/perf_data_converter/src/
H A Dperf_data_converter_test.cc46 std::unordered_map<uint64, const Location*> locations; local
58 locations[location.id()] = &location;
64 if (!locations[id]) {
72 if (locations[id]->mapping_id() != 0) {
74 uint64 addr = locations[id]->address();
/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/annotation-tools/annotation-file-utilities/
H A Dannotation-file-format.tex503 \subsection{Bytecode Locations\label{bytecode-locations}}
528 the syntax for specifying code locations is different for \code{.class} files
551 For locations in bytecode, the
565 For locations in source code, the annotation file indicates the kind of
589 \subsubsection{Code locations grammar\label{code-grammar}}
/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/skqp/src/gpu/
H A DGrGpu.h334 MultisampleSpecs(uint8_t uniqueID, int effectiveSampleCnt, const SkPoint* locations) argument
337 fSampleLocations(locations) {}
344 // If sample locations are supported, points to the subpixel locations at which the GPU will
/external/tensorflow/tensorflow/examples/multibox_detector/
H A Dmain.cc263 std::vector<float> locations; local
266 ReadLocationsFile(labels_file_name, &locations, &label_count);
300 &locations[label_index * 8], decoded_location);
/external/deqp/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp242 std::map<std::string, GLint>& locations,
253 std::map<std::string, GLint>::iterator it = locations.begin();
254 while (it != locations.end())
265 locations[name] = res;
832 return "vertex shader with different `in` variables locations set through layout and a fallthrough fragment "
934 return "fragment shader with different `out` variables locations set through layout and a fallthrough vertex "
3092 return "fragment and vertex shaders with no locations set";
3355 return "INVALID_OPERATION is generated when asking for locations after failed link.";
3366 "asking for locations.";
3438 return "INVALID_OPERATION is generated when asking for locations afte
241 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, std::map<std::string, GLint>& locations, const std::string& name, long& error) argument
[all...]
H A Des31cLayoutBindingTests.cpp220 StringIntMap locations; local
230 locations[name] = location;
234 return locations;
288 StringIntMap locations = getUniformLocations(args); local
289 if (!locations.empty())
292 for (StringIntMap::iterator it = locations.begin(); it != locations.end(); it++)
310 StringIntMap locations = getUniformLocations(list); local
311 if (!locations.empty())
313 for (StringIntMap::iterator it = locations
[all...]
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp121 /// Numbered locations referenced by locmap.
122 SmallVector<MachineOperand, 4> locations; member in class:__anon13912::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:__anon22625::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/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_code.cc164 locations() const { function in class:tensorflow::tfprof::__anon26791::LocationTable
370 for (const auto& location_it : loc_table_->locations()) {
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp294 std::map<std::string, GLint>& locations,
305 std::map<std::string, GLint>::iterator it = locations.begin();
306 while (it != locations.end())
317 locations[name] = res;
972 return "vertex shader with different `in` variables locations set through layout and a fallthrough fragment "
1084 return "fragment shader with different `out` variables locations set through layout and a fallthrough vertex "
1191 "locations set through layout and a fallthrough vertex shader";
4393 return "fragment and vertex shaders with no locations set";
4815 return "INVALID_OPERATION is generated when asking for locations after failed link.";
4826 "asking for locations
293 VerifyGetProgramResourceLocation(GLuint program, GLenum programInterface, std::map<std::string, GLint>& locations, const std::string& name, long& error) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp1685 std::vector<Vec2> locations; local
1692 locations.push_back(Vec2(pixelData.x(), pixelData.y()));
1695 std::sort(locations.begin(), locations.end(), pixelOffsetCompare);
1696 for (std::vector<Vec2>::const_iterator sampleIt = locations.begin(); sampleIt != locations.end(); sampleIt++)
1708 std::vector<Vec2>::iterator last = std::unique(locations.begin(), locations.end());
1709 if (last != locations.end())
1711 log << TestLog::Message << "Fail: Sample locations contain
[all...]
/external/libcups/cups/
H A Ddest.c151 static CFStringRef appleGetPrinter(CFArrayRef locations,
344 CFArrayRef locations; /* Location array */ local
375 if ((locations = appleCopyLocations()) == NULL)
389 DEBUG_printf(("1_cupsAppleCopyDefaultPrinter: Got locations, %d entries.",
390 (int)CFArrayGetCount(locations)));
392 if ((locprinter = appleGetPrinter(locations, network, NULL)) != NULL)
396 CFRelease(locations);
457 CFArrayRef locations; /* Old locations array */ local
458 CFIndex locindex; /* Index in locations arra
2378 CFArrayRef locations; /* Location array */ local
2501 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/ ...
/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/ ...

Completed in 2268 milliseconds

12