HomeSort by relevance Sort by last modified time
    Searched refs:locations (Results 26 - 50 of 414) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
VertexBufferObjectWithVAO.java 136 public void bind (ShaderProgram shader, int[] locations) {
141 bindAttributes(shader, locations);
149 private void bindAttributes (ShaderProgram shader, int[] locations) {
154 if (locations == null) {
161 stillValid = locations.length == this.cachedLocations.size;
163 stillValid = locations[i] == this.cachedLocations.get(i);
175 if (locations == null) {
178 this.cachedLocations.add(locations[i]);
226 public void unbind (final ShaderProgram shader, final int[] locations) {
VertexBufferObject.java 143 public void bind (ShaderProgram shader, int[] locations) {
153 if (locations == null) {
171 final int location = locations[i];
196 public void unbind (final ShaderProgram shader, final int[] locations) {
199 if (locations == null) {
205 final int location = locations[i];
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
VertexBufferObjectWithVAO.java 140 public void bind (ShaderProgram shader, int[] locations) {
145 bindAttributes(shader, locations);
153 private void bindAttributes (ShaderProgram shader, int[] locations) {
158 if (locations == null) {
165 stillValid = locations.length == this.cachedLocations.size;
167 stillValid = locations[i] == this.cachedLocations.get(i);
179 if (locations == null) {
182 this.cachedLocations.add(locations[i]);
230 public void unbind (final ShaderProgram shader, final int[] locations) {
VertexBufferObject.java 184 public void bind (ShaderProgram shader, int[] locations) {
195 if (locations == null) {
209 final int location = locations[i];
229 public void unbind (final ShaderProgram shader, final int[] locations) {
232 if (locations == null) {
238 final int location = locations[i];
VertexBufferObjectSubData.java 158 public void bind (final ShaderProgram shader, final int[] locations) {
169 if (locations == null) {
182 final int location = locations[i];
202 public void unbind (final ShaderProgram shader, final int[] locations) {
205 if (locations == null) {
211 final int location = locations[i];
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 120 /// Numbered locations referenced by locmap.
121 SmallVector<MachineOperand, 4> locations; member in class:__anon17298::UserValue
188 // For register locations we dont care about use/def and other flags.
189 for (unsigned i = 0, e = locations.size(); i != e; ++i)
190 if (locations[i].isReg() &&
191 locations[i].getReg() == LocMO.getReg() &&
192 locations[i].getSubReg() == LocMO.getSubReg())
195 for (unsigned i = 0, e = locations.size(); i != e; ++i)
196 if (LocMO.isIdenticalTo(locations[i]))
198 locations.push_back(LocMO)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/util/
statistics.py 56 locations = []
64 # Generate list of equally spaced locations.
68 locations.append(location)
76 # Populate locations with sample positions. Append 0 and 1 if necessary.
78 locations.append(0.0)
82 locations.append(samples[i])
86 locations.append(1.0)
96 # length(i, j) is locations[i] - locations[j].
105 for i in xrange(1, len(locations))
    [all...]
  /hardware/qcom/gps/msmcobalt/core/
UlpProxyBase.h 104 inline virtual bool reportPositions(const FlpExtLocation* locations,
106 (void)locations;
  /external/v8/src/compiler/
wasm-linkage.cc 277 LocationSignature::Builder locations(zone, fsig->return_count(),
283 const int return_count = static_cast<int>(locations.return_count_);
287 locations.AddReturn(rets.Next(ret));
297 locations.AddParam(params.Next(param));
312 locations.Build(), // location_sig
346 LocationSignature::Builder locations(zone, return_count, parameter_count);
355 locations.AddReturn(rets.Next(MachineRepresentation::kWord32));
356 locations.AddReturn(rets.Next(MachineRepresentation::kWord32));
359 locations.AddReturn(rets.Next(signature->GetReturn(i).representation()));
370 locations.AddParam(params.Next(MachineRepresentation::kWord32))
    [all...]
c-linkage.cc 158 LocationSignature::Builder locations(zone, msig->return_count(),
182 CHECK(locations.return_count_ <= 2);
184 if (locations.return_count_ > 0) {
185 locations.AddReturn(regloc(kReturnRegister0));
187 if (locations.return_count_ > 1) {
188 locations.AddReturn(regloc(kReturnRegister1));
210 locations.AddParam(regloc(kParamRegisters[i]));
212 locations.AddParam(
243 locations.Build(), // location_sig
  /external/opencv3/samples/cpp/
train_HOG.cpp 21 void draw_locations( Mat & img, const vector< Rect > & locations, const Scalar & color );
338 void draw_locations( Mat & img, const vector< Rect > & locations, const Scalar & color )
340 if( !locations.empty() )
342 vector< Rect >::const_iterator loc = locations.begin();
343 vector< Rect >::const_iterator end = locations.end();
362 vector< Rect > locations; local
389 locations.clear();
390 hog.detectMultiScale( img, locations );
391 draw_locations( draw, locations, reference );
393 locations.clear()
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 93 StackTraceElement locations[]=dummyException.getStackTrace(); local
97 if( locations!=null && locations.length >2 ) {
98 StackTraceElement caller=locations[2];
  /external/v8/test/cctest/compiler/
test-multiple-return.cc 29 LocationSignature::Builder locations(zone, return_count, param_count);
36 locations.AddReturn(
44 locations.AddParam(
59 locations.Build(), // location_sig
  /hardware/qcom/gps/core/
UlpProxyBase.h 75 inline virtual bool reportPositions(GpsExtLocation * locations,
  /hardware/qcom/gps/msm8084/core/
UlpProxyBase.h 75 inline virtual bool reportPositions(GpsExtLocation * locations,
  /hardware/qcom/gps/msm8994/core/
UlpProxyBase.h 75 inline virtual bool reportPositions(GpsExtLocation * locations,
  /external/libnl/lib/route/
pktloc_grammar.l 16 %option bison-locations
  /external/v8/tools/turbolizer/
schedule-view.js 112 var locations = []; variable
114 locations.push({ node_id : id });
116 this.selectLocations(locations, true, false);
  /frameworks/base/location/lib/java/com/android/location/provider/
FusedLocationHardware.java 47 public void onLocationAvailable(Location[] locations) {
48 dispatchLocations(locations);
284 Location[] locations,
289 mLocations = locations;
312 private void dispatchLocations(Location[] locations) {
322 new MessageCommand(entry.getKey(), locations, null /*data*/, 0, 0));
337 new MessageCommand(entry.getKey(), null /*locations*/, data, 0, 0));
352 new MessageCommand(entry.getKey(), null /*locations*/, null, capabilities, 0));
367 new MessageCommand(entry.getKey(), null /*locations*/, null, 0, status));
  /development/tools/checkstyle/gitlint/
utils.py 51 locations = os.environ.get("PATH").split(os.pathsep)
52 for location in locations:
  /external/iproute2/tc/
emp_ematch.y 9 %locations
  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 40 << "\n " << R.getNumLocations() << " locations:";
43 for (const auto &Loc : R.locations()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
JavaQuickAssistant.java 43 IProblemLocation[] locations) throws CoreException {
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 124 LocationSummary* locations = current->GetLocations(); local
125 if (locations != nullptr && locations->Out().IsValid()) {
142 LocationSummary* locations = current->GetLocations(); local
143 if (locations != nullptr && locations->Out().IsValid()) {
450 LocationSummary* locations = user->GetLocations(); local
451 Location expected = locations->InAt(use->GetInputIndex());
489 LocationSummary* locations = GetDefinedBy()->GetLocations(); local
490 Location out = locations->Out()
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_L_C_.py 406 # 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...]

Completed in 1583 milliseconds

12 3 4 5 6 7 8 91011>>