Searched refs:locations (Results 1 - 25 of 133) sorted by relevance

123456

/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_l_o_c_a.py18 locations = array.array(format)
19 locations.fromstring(data)
21 locations.byteswap()
24 for i in range(len(locations)):
25 l.append(locations[i] * 2)
26 locations = l
27 if len(locations) < (ttFont['maxp'].numGlyphs + 1):
28 warnings.warn("corrupt 'loca' table, or wrong numGlyphs in 'maxp': %d %d" % (len(locations) - 1, ttFont['maxp'].numGlyphs))
29 self.locations = locations
[all...]
H A DE_B_L_C_.py406 # Remove any of the glyph locations and names that are flagged as skipped.
415 dataPairs = list(filter(isValidLocation, zip(self.names, self.locations)))
416 self.names, self.locations = list(map(list, zip(*dataPairs)))
438 self.locations = list(zip(modifiedOffsets, modifiedOffsets[1:]))
446 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
453 # Run a simple algorithm to add skip glyphs to the data locations at
456 locQueue = deque(self.locations)
466 # Now that all the locations are collected, pack them appropriately into
470 # Image data offset must be less than or equal to the minimum of locations
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_l_o_c_a.py18 locations = array.array(format)
19 locations.fromstring(data)
21 locations.byteswap()
24 for i in range(len(locations)):
25 l.append(locations[i] * 2)
26 locations = l
27 if len(locations) < (ttFont['maxp'].numGlyphs + 1):
28 warnings.warn("corrupt 'loca' table, or wrong numGlyphs in 'maxp': %d %d" % (len(locations) - 1, ttFont['maxp'].numGlyphs))
29 self.locations = locations
[all...]
H A DE_B_L_C_.py406 # Remove any of the glyph locations and names that are flagged as skipped.
415 dataPairs = list(filter(isValidLocation, zip(self.names, self.locations)))
416 self.names, self.locations = list(map(list, zip(*dataPairs)))
438 self.locations = list(zip(modifiedOffsets, modifiedOffsets[1:]))
446 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
453 # Run a simple algorithm to add skip glyphs to the data locations at
456 locQueue = deque(self.locations)
466 # Now that all the locations are collected, pack them appropriately into
470 # Image data offset must be less than or equal to the minimum of locations
[all...]
/external/v8/src/compiler/
H A Dlinkage.cc235 LocationSignature::Builder locations(zone, static_cast<size_t>(return_count),
239 if (locations.return_count_ > 0) {
240 locations.AddReturn(regloc(kReturnRegister0, MachineType::AnyTagged()));
242 if (locations.return_count_ > 1) {
243 locations.AddReturn(regloc(kReturnRegister1, MachineType::AnyTagged()));
245 if (locations.return_count_ > 2) {
246 locations.AddReturn(regloc(kReturnRegister2, MachineType::AnyTagged()));
251 locations.AddParam(LinkageLocation::ForCallerFrameSlot(
255 locations.AddParam(
259 locations
[all...]
H A Dc-linkage.cc158 LocationSignature::Builder locations(zone, msig->return_count(),
182 CHECK(locations.return_count_ <= 2);
184 if (locations.return_count_ > 0) {
185 locations.AddReturn(regloc(kReturnRegister0, msig->GetReturn(0)));
187 if (locations.return_count_ > 1) {
188 locations.AddReturn(regloc(kReturnRegister1, msig->GetReturn(1)));
209 locations.AddParam(regloc(kParamRegisters[i], msig->GetParam(i)));
211 locations.AddParam(LinkageLocation::ForCallerFrameSlot(
241 locations.Build(), // location_sig
H A Dwasm-linkage.cc281 LocationSignature::Builder locations(zone, fsig->return_count(),
287 const int return_count = static_cast<int>(locations.return_count_);
290 locations.AddReturn(rets.Next(ret));
299 locations.AddParam(params.Next(param));
313 locations.Build(), // location_sig
342 LocationSignature::Builder locations(zone, return_count, parameter_count);
349 locations.AddReturn(rets.Next(output_type));
352 locations.AddReturn(
362 locations.AddParam(params.Next(output_type));
365 locations
[all...]
/external/v8/tools/turbolizer/
H A Dselection-broker.js38 SelectionBroker.prototype.select = function(from, locations, selected) {
44 let enrichLocations = function(locations) {
46 for (let location of locations) {
72 locations = enrichLocations(locations);
75 b.brokeredSelect(locations, selected);
H A Dschedule-view.js111 var locations = []; variable
113 locations.push({ node_id : id });
115 this.selectLocations(locations, true, true);
H A Dcode-view.js28 var locations = [];
30 locations.push({pos_start: span.start, pos_end: span.end});
33 broker.select(selectionHandler, locations, selected);
56 brokeredSelect: function(locations, selected) {
58 for (let location of locations) {
H A Dtext-view.js35 brokeredSelect: function(locations, selected) {
36 view.selectLocations(locations, selected, true);
89 selectLocations(locations, selected, makeVisible) {
92 for (let l of locations) {
/external/scapy/scapy/contrib/
H A Dpnio_rtc.py254 # Counts possible data locations
275 # Determine data locations
276 locations = {}
280 loc = locations[comm] = []
295 return locations
298 def analyse_profisafe(packets, locations=None):
304 locations: possible data locations. If not provided, analyse_pn_rt will
307 # get data locations and entropy of bytes
308 if not locations
[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/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/lisa/tests/benchmarks/
H A Dandroid_gmaps.py108 locations = [ variable
113 tests_remaining = len(governors) * len(locations)
116 for location in locations:
/external/apache-http/src/org/apache/commons/logging/impl/
H A DJdk14Logger.java93 StackTraceElement locations[]=dummyException.getStackTrace();
97 if( locations!=null && locations.length >2 ) {
98 StackTraceElement caller=locations[2];
/external/iproute2/tc/
H A Demp_ematch.y9 %locations
/external/libnl/lib/route/
H A Dpktloc_syntax.y9 %locations
H A Dpktloc_grammar.l17 %option bison-locations
/external/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h40 << "\n " << R.getNumLocations() << " locations:";
43 for (const auto &Loc : R.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/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_x64-64_PIC_relocations.s5 # Test that we can load this code twice at memory locations more than 2GB apart
/external/tensorflow/tensorflow/contrib/cluster_resolver/python/training/
H A Dtpu_cluster_resolver.py141 full_name = 'projects/%s/locations/%s/nodes/%s' % (
143 request = self._service.projects().locations().nodes().get(name=full_name)
/external/v8/src/inspector/
H A Dv8-debugger-script.h80 std::vector<v8::debug::Location>* locations) = 0;
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
H A DSmaliPositionManager.java136 final ArrayList<Location> locations = new ArrayList<Location>(1);
153 locations.add(location);
158 return locations;

Completed in 721 milliseconds

123456