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

1 2 34 5 6 7 8 91011>>

  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliPositionManager.java 136 final ArrayList<Location> locations = new ArrayList<Location>(1);
153 locations.add(location);
158 return locations;
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
TensorFlowMultiBoxDetector.java 172 final float[] locations = new float[locationEncoding.length]; local
184 locations[4 * i + j] = currentLocation;
191 return locations;
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
ScopedException.java 106 List<Location> locations = new ArrayList<Location>(); local
133 locations.add(loc);
141 new ScopedErrorReport(Strings.isNullOrEmpty(file) ? null : file.trim(), locations));
  /external/v8/src/inspector/
v8-debugger-script.cc 175 std::vector<v8::debug::Location>* locations) override {
178 return script->GetPossibleBreakpoints(start, end, locations);
231 std::vector<v8::debug::Location>* locations) override {
251 translatedEnd, locations);
252 for (v8::debug::Location& loc : *locations) {
debugger-script.js 112 var locations = Debug.findBreakPointActualLocations(breakId);
113 if (!locations.length)
115 info.lineNumber = locations[0].line;
116 info.columnNumber = locations[0].column;
v8-debugger-agent-impl.h 53 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
70 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
profile.go 243 // Check that all mappings/locations/functions are in the tables
265 locations := make(map[uint64]*Location, len(p.Location))
270 if locations[l.ID] != nil {
271 return fmt.Errorf("multiple locations with same id: %d", l.ID)
273 locations[l.ID] = l
290 // Aggregate merges the locations in the profile into equivalence
292 // samples to point to the merged locations.
314 // Aggregate locations
383 ss = append(ss, "Locations")
499 // HasFunctions determines if all locations in this profile hav
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
profile.go 243 // Check that all mappings/locations/functions are in the tables
265 locations := make(map[uint64]*Location, len(p.Location))
270 if locations[l.ID] != nil {
271 return fmt.Errorf("multiple locations with same id: %d", l.ID)
273 locations[l.ID] = l
290 // Aggregate merges the locations in the profile into equivalence
292 // samples to point to the merged locations.
314 // Aggregate locations
383 ss = append(ss, "Locations")
499 // HasFunctions determines if all locations in this profile hav
    [all...]
  /art/compiler/optimizing/
register_allocator_linear_scan.cc 225 LocationSummary* locations = instruction->GetLocations(); local
228 if (locations == nullptr) return;
231 for (size_t i = 0; i < locations->GetTempCount(); ++i) {
232 Location temp = locations->GetTemp(i);
274 if (locations->NeedsSafepoint()) {
286 if (locations->WillCall()) {
290 for (size_t i = 0; i < locations->GetInputCount(); ++i) {
291 Location input = locations->InAt(i);
338 // to ensure we know these locations before doing register allocation. For a
339 // given register, we create an interval that covers these locations. The registe
636 LocationSummary* locations = defined_by->GetLocations(); local
    [all...]
register_allocator_graph_color.cc 716 // (6) Resolve locations and deconstruct SSA form.
809 LocationSummary* locations = instruction->GetLocations(); local
878 LocationSummary* locations = instruction->GetLocations(); local
951 LocationSummary* locations = instruction->GetLocations(); local
992 LocationSummary* locations = instruction->GetLocations(); local
1150 LocationSummary* locations = defined_by->GetLocations(); local
1400 LocationSummary* locations = defined_by->GetLocations(); local
1436 LocationSummary* locations = user->GetLocations(); local
    [all...]
code_generator_mips64.h 296 void GenerateIntLongCompare(IfCondition cond, bool is64bit, LocationSummary* locations);
306 LocationSummary* locations,
311 LocationSummary* locations);
323 LocationSummary* locations,
336 int32_t VecAddress(LocationSummary* locations,
423 // point, which is passed the values in locations `ref`, `obj`, and
495 // at aligned locations.
505 void AddLocationAsTemp(Location location, LocationSummary* locations) OVERRIDE;
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.3.9/
maven-model-3.3.9.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java 88 * wishes to occupy, GridLayout assigns cell locations automatically using its:
1035 int[] locations = axis.getLocations(); local
1241 public int[] locations; field in class:GridLayout.Axis
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/tensorflow/tensorflow/contrib/cluster_resolver/python/training/
tpu_cluster_resolver.py 141 full_name = 'projects/%s/locations/%s/nodes/%s' % (
143 request = self._service.projects().locations().nodes().get(name=full_name)
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 124 // Constants for recent locations query (in Events table):
256 * Return filter for matching against contacts info and recent locations.
265 * recent locations.
277 // Start the recent locations query (async).
292 // Wait for the locations query.
295 // Add the matched recent locations to returned results. If a match exists in
296 // both the recent locations query and the contacts addresses, only display it
305 Log.e(TAG, "Failed waiting for locations query results.", e);
307 Log.e(TAG, "Failed waiting for locations query results.", e);
420 * Matches the input string against recent locations
456 TreeSet<String> locations = new TreeSet<String>(String.CASE_INSENSITIVE_ORDER); local
    [all...]
  /prebuilts/build-tools/common/bison/
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.
268 /// Symbol locations.
  /frameworks/support/gridlayout/src/main/java/androidx/gridlayout/widget/
GridLayout.java 86 * wishes to occupy, GridLayout assigns cell locations automatically using its:
928 int[] locations = axis.getLocations(); local
1129 public int[] locations; field in class:GridLayout.Axis
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
profile.go 353 // Check that all mappings/locations/functions are in the tables
381 locations := make(map[uint64]*Location, len(p.Location))
389 if locations[l.ID] != nil {
390 return fmt.Errorf("multiple locations with same id: %d", l.ID)
392 locations[l.ID] = l
409 // Aggregate merges the locations in the profile into equivalence
411 // samples to point to the merged locations.
433 // Aggregate locations
549 ss = append(ss, "Locations")
709 // HasFunctions determines if all locations in this profile hav
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
profile.go 353 // Check that all mappings/locations/functions are in the tables
381 locations := make(map[uint64]*Location, len(p.Location))
389 if locations[l.ID] != nil {
390 return fmt.Errorf("multiple locations with same id: %d", l.ID)
392 locations[l.ID] = l
409 // Aggregate merges the locations in the profile into equivalence
411 // samples to point to the merged locations.
433 // Aggregate locations
549 ss = append(ss, "Locations")
709 // HasFunctions determines if all locations in this profile hav
    [all...]
  /external/libcups/cups/
dest.c 151 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 array *
2378 CFArrayRef locations; \/* Location array *\/ local
    [all...]
  /external/libpng/contrib/gregbook/
makevms.com 8 $! Set locations where zlib and libpng sources live.
  /external/v8/tools/turbolizer/
text-view.js 35 brokeredSelect: function(locations, selected) {
36 view.selectLocations(locations, selected, true);
89 selectLocations(locations, selected, makeVisible) {
92 for (let l of locations) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cache.go 17 // Storage for DWARF variable locations. Lazily allocated

Completed in 918 milliseconds

1 2 34 5 6 7 8 91011>>