HomeSort by relevance Sort by last modified time
    Searched refs:locations (Results 151 - 175 of 557) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/modules/gles31/functional/
es31fUniformLocationTests.cpp 682 : TestCaseGroup(context, "uniform_location", "Explicit uniform locations")
    [all...]
  /external/bison/src/
parse-gram.y 103 %locations
108 /* Bison's grammar can initial empty locations, hence a default
166 PERCENT_LOCATIONS "%locations"
288 | "%locations" { locations_flag = true; }
  /external/libyuv/files/
setup_links.py 445 'folders and files in the locations where links are '
  /external/protobuf/src/google/protobuf/
text_format.cc 180 const vector<TextFormat::ParseLocation>* locations = local
182 if (locations == NULL || index >= locations->size()) {
186 return (*locations)[index];
    [all...]
  /external/stressapptest/src/
sat.cc 159 // 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.
    [all...]
  /external/v8/src/wasm/
wasm-objects.h 388 std::vector<debug::Location>* locations);
  /external/webrtc/
setup_links.py 466 'folders and files in the locations where links are '
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 101 R.string.locations, R.string.location, R.string.group_by_location),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
c-tree.h 225 It is used to index the array of declspec locations in struct
258 source_location locations[cdw_number_of_elements]; member in struct:c_declspecs
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
phi.go 52 // scratch locations
158 // Allocate scratch locations.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
phi.go 52 // scratch locations
158 // Allocate scratch locations.
  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
  /external/autotest/site_utils/
lab_inventory_unittest.py 299 def _check_sorting(self, *locations):
300 """Test sorting a given list of locations.
312 for tuples in locations:
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 54 dataIter = zip(indexSubTable.names, indexSubTable.locations)
111 # Just use the new data locations in the indexSubTable.
114 curIndexSubTable.locations = dataLocations
  /external/libpng/projects/owatcom/
pngconfig.mak 108 $# locations of the zlib include file zlib.h and the built zlib library,
  /external/mesa3d/src/mesa/program/
program_lexer.l 166 %option bison-bridge bison-locations reentrant noyywrap
  /external/swiftshader/src/OpenGL/compiler/
glslang.l 86 %option yylineno reentrant bison-bridge bison-locations
  /libcore/
NativeCode.mk 29 # Include a submakefile, resolve its source file locations,
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
legacy_profile.go 83 locations := make(map[uint64]*Location)
115 loc := locations[addr]
120 locations[addr] = loc
1024 // It renumbers the samples and locations in the profile correspondingly.
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 182 // This happens in fixed locations like "Etc/GMT0".
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
legacy_profile.go 83 locations := make(map[uint64]*Location)
115 loc := locations[addr]
120 locations[addr] = loc
1024 // It renumbers the samples and locations in the profile correspondingly.
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 182 // This happens in fixed locations like "Etc/GMT0".
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-p2-facade/0.18.1/
tycho-p2-facade-0.18.1.jar 
  /system/tools/hidl/c2hal/
c2hal_y.yy 74 %locations

Completed in 6057 milliseconds

1 2 3 4 5 67 8 91011>>