HomeSort by relevance Sort by last modified time
    Searched refs:locations (Results 126 - 150 of 639) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/compiler/optimizing/
code_generator_arm_vixl.h 227 void SaveLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) OVERRIDE;
228 void RestoreLiveRegisters(CodeGenerator* codegen, LocationSummary* locations) OVERRIDE;
281 void HandleIntegerRotate(LocationSummary* locations);
282 void HandleLongRotate(LocationSummary* locations);
437 void AddLocationAsTemp(Location location, LocationSummary* locations) OVERRIDE;
474 // Helper method to move a 32-bit value between two locations.
604 void MaybeAddBakerCcEntrypointTempForFields(LocationSummary* locations);
694 // point, which is passed the values in locations `ref`, `obj`, and
    [all...]
graph_visualizer.cc 617 LocationSummary* locations = instruction->GetLocations(); local
618 if (locations != nullptr) {
620 for (size_t i = 0, e = locations->GetInputCount(); i < e; ++i) {
621 DumpLocation(input_list.NewEntryStream(), locations->InAt(i));
623 std::ostream& attr = StartAttributeStream("locations");
625 DumpLocation(attr, locations->Out());
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java 1613 Set<Token> locations = altToLocationsReachableWithoutPredicate.get(altI); local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
encode.go 223 locations := make(map[uint64]*Location)
236 locations[l.ID] = l
265 s.Location = append(s.Location, locations[lid])
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
encode.go 223 locations := make(map[uint64]*Location)
236 locations[l.ID] = l
265 s.Location = append(s.Location, locations[lid])
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 140 public void setLayoutQualifierSearchPath(String... locations) {
141 qualifierSearchPath = Arrays.asList(locations);
  /external/skqp/src/gpu/
GrGpu.h 334 MultisampleSpecs(uint8_t uniqueID, int effectiveSampleCnt, const SkPoint* locations)
337 fSampleLocations(locations) {}
344 // If sample locations are supported, points to the subpixel locations at which the GPU will
  /system/tools/hidl/c2hal/
c2hal_l.ll 90 %option bison-locations
  /external/deqp/external/openglcts/modules/gles31/
es31cLayoutBindingTests.cpp 220 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.begin(); it != locations.end(); it++
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 1685 std::vector<Vec2> locations; local
    [all...]
  /external/v8/src/debug/
debug-interface.h 140 std::vector<debug::Location>* locations) const;
debug.js 287 var locations = [];
289 locations.push(this.break_points_[i].actual_location);
291 return locations;
768 var locations = %GetBreakLocations(f, position_alignment);
769 if (!locations) return source;
770 locations.sort(function(x, y) { return x - y; });
774 for (var i = 0; i < locations.length; i++) {
775 pos = locations[i] - offset;
  /hardware/google/av/codec2/include/
C2Config.h 1331 C2ChromaOffsetStruct locations[]; \/\/ max 2 elements member in struct:C2ColorInfoStruct
    [all...]
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp 92 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; local
96 memcpy(defaultColorInfo->m.locations, locations, sizeof(locations));
    [all...]
  /external/v8/tools/turbolizer/
graph-view.js 37 var locations = [];
45 locations.push({ pos_start: data.pos, pos_end: data.pos + 1, node_id: data.id});
47 broker.select(selectionHandler, locations, selected);
52 brokeredSelect: function(locations, selected) {
57 for (var location of locations) {
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /external/v8/src/inspector/
v8-debugger-agent-impl.cc 266 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) {
377 return Response::Error("Locations should contain the same scriptId");
392 *locations = protocol::Array<protocol::Debugger::Location>::create();
394 (*locations)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
encode.go 265 locations := make(map[uint64]*Location, len(p.Location))
287 locations[l.ID] = l
335 s.Location[i] = locations[lid]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
encode.go 265 locations := make(map[uint64]*Location, len(p.Location))
287 locations[l.ID] = l
335 s.Location[i] = locations[lid]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 884 Field locations = horizontal.getClass().getDeclaredField("locations"); \/\/$NON-NLS-1\$ local
    [all...]
  /compatibility/cdd/9_security-model/
9_9_full-disk-encryption.md 37 Device Encrypted (DE) and Credential Encrypted (CE) storage locations are
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py 490 # fit as many locations on one line, as long as the
546 locations = {'gnu' : options.GNU,
571 options.locationstyle = locations.get(arg.lower())
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSemanticPredicates.java 878 Map<Integer, Set<Token>> locations = insuffPredMsg.altToLocations; local
879 Set actualAlts = locations.keySet();
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-lex.l 163 %option bison-bridge bison-locations reentrant noyywrap

Completed in 1071 milliseconds

1 2 3 4 56 7 8 91011>>