/external/chromium_org/content/common/gpu/client/ |
gl_helper_unittest.cc | [all...] |
/external/chromium_org/remoting/host/linux/ |
linux_me2me_host.py | 38 # list of sizes in this environment variable. 220 def __init__(self, sizes): 225 self.sizes = sizes 353 max_width = max([width for width, height in self.sizes]) 354 max_height = max([height for width, height in self.sizes]) 420 # Register the screen sizes if the X server's RANDR extension supports it. 423 for width, height in self.sizes: 434 label = "%dx%d" % self.sizes[0] [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImageElement.cpp | 301 String sizes = source->fastGetAttribute(sizesAttr); local 302 if (!sizes.isNull()) 303 UseCounter::count(document(), UseCounter::Sizes); 304 SizesAttributeParser parser = SizesAttributeParser(MediaValuesDynamic::create(document()), sizes); 635 String sizes = fastGetAttribute(sizesAttr); local 636 if (!sizes.isNull()) 637 UseCounter::count(document(), UseCounter::Sizes); 638 SizesAttributeParser parser = SizesAttributeParser(MediaValuesDynamic::create(document()), sizes);
|
/external/chromium_org/v8/test/mjsunit/ |
sparse-array-reverse.js | 66 var sizes = [140, 40000, VERYLARGE]; variable 72 for (var size_pos = 0; size_pos < sizes.length; size_pos++) { 73 var size = sizes[size_pos];
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
DefaultMp4Builder.java | 92 long[] sizes = new long[samples.size()]; local 93 for (int i = 0; i < sizes.length; i++) { 94 sizes[i] = samples.get(i).limit(); 96 putSampleSizes(track, sizes); 131 protected long[] putSampleSizes(Track track, long[] sizes) { 132 return track2SampleSizes.put(track, sizes); 493 * Gets the chunk sizes for the given track.
|
/external/eigen/Eigen/src/Geometry/ |
AlignedBox.h | 119 inline const CwiseBinaryOp< internal::scalar_difference_op<Scalar>, const VectorType, const VectorType> sizes() const function in class:Eigen::AlignedBox 124 { return sizes().prod(); } 131 { return sizes(); }
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
ItsService.java | 753 Size sizes[] = ItsUtils.getYuvOutputSizes(mCameraCharacteristics); 757 widths[0] = sizes[0].getWidth(); 758 heights[0] = sizes[0].getHeight(); [all...] |
/dalvik/tools/hprof-conv/ |
HprofConv.c | 319 static const int sizes[] = { -1, -1, 4, -1, 1, 2, 4, 8, 1, 2, 4, 8 }; local 320 static const size_t maxSize = sizeof(sizes) / sizeof(sizes[0]); 325 return sizes[basicType];
|
/device/asus/flo/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 243 void getSupportedHfrSizes(Vector<Size> &sizes) const;
|
/device/lge/hammerhead/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 243 void getSupportedHfrSizes(Vector<Size> &sizes) const;
|
/device/lge/mako/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 243 void getSupportedHfrSizes(Vector<Size> &sizes) const;
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 240 void getSupportedHfrSizes(Vector<Size> &sizes) const;
|
/device/moto/shamu/camera/ |
QCameraParameters.h | 50 // Supported PREVIEW/RECORDING SIZES IN HIGH FRAME RATE recording, sizes in pixels. 243 void getSupportedHfrSizes(Vector<Size> &sizes) const;
|
/external/chromium_org/chrome/browser/extensions/ |
bookmark_app_helper.cc | 122 const std::set<int>& sizes) { 132 std::set<int>::const_iterator sizes_it = sizes.begin(); 134 while (sizes_it != sizes.end() && bitmaps_it != ordered_bitmaps.end()) { 141 (sizes_it == sizes.end() || bitmaps_it->second.width() < *sizes_it)) { 227 // Add the downloaded icons. Extensions only allow certain icon sizes. First 228 // populate icons that match the allowed sizes exactly and then downscale 260 // If there are icons that don't match the accepted icon sizes, find the 261 // closest bigger icon to the accepted sizes and resize the icon to it. An
|
/external/chromium_org/ppapi/tests/ |
test_post_message.cc | 427 uint32_t sizes[] = { 0, 100, 1000, 10000 }; local 428 for (size_t i = 0; i < sizeof(sizes)/sizeof(sizes[i]); ++i) { 430 size_stream << sizes[i]; local 434 pp::VarArrayBuffer test_data(sizes[i]); 435 if (sizes[i] > 0) 442 ASSERT_EQ(sizes[i], test_data.ByteLength()); 454 if (sizes[i] > 0) { 482 if (sizes[i] > 0) [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
c_test.c | 282 uint64_t sizes[2]; local 295 leveldb_approximate_sizes(db, 2, start, start_len, limit, limit_len, sizes); 296 CheckCondition(sizes[0] > 0); 297 CheckCondition(sizes[1] > 0);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_draw.c | 281 brw->vb.info.sizes[i/16] |= (brw->vb.inputs[i].glarray->Size - 1) << 285 /* Raise statechanges if input sizes have changed. */ 286 if (memcmp(brw->vb.info.sizes, old.sizes, sizeof(old.sizes)) != 0)
|
/external/clang/include/clang/AST/ |
ExternalASTSource.h | 283 MemoryBufferSizes sizes(0, 0); 284 getMemoryBufferSizes(sizes); 285 return sizes; 288 virtual void getMemoryBufferSizes(MemoryBufferSizes &sizes) const;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_draw.c | 281 brw->vb.info.sizes[i/16] |= (brw->vb.inputs[i].glarray->Size - 1) << 285 /* Raise statechanges if input sizes have changed. */ 286 if (memcmp(brw->vb.info.sizes, old.sizes, sizeof(old.sizes)) != 0)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
stacktrace_x86-inl.h | 287 // int* sizes: the size of each stack frame, as an array 289 // int max_depth: the size of the result (and sizes) array(s) 367 sizes[n] = (uintptr_t)next_sp - (uintptr_t)sp; 370 sizes[n] = 0;
|
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/ |
device_info_linux.cc | 266 int sizes = 13; local 276 for (int i = 0; i < sizes; i++)
|
/external/libpcap/msdos/ |
pkt_rx1.s | 6 ; these sizes MUST be equal to the sizes in PKTDRVR.H
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
PhotoCaptureActivity.java | 131 // Stop camera until preview sizes have been obtained. 199 // Get the supported picture sizes and fill the spinner. 357 final List<Camera.Size> sizes = camera.getParameters() local 359 String[] choices = new String[sizes.size()]; 360 for (int i = 0; i < sizes.size(); ++i) { 361 Camera.Size size = sizes.get(i); 382 Camera.Size size = sizes.get(which);
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
RobustnessTest.java | 138 * Tables for maximum sizes to try for each hardware level and capability. 219 // Find the concrete max sizes for each format/resolution combination 524 private static Size getMaxSize(Size[] sizes, Size bound) { 525 if (sizes == null || sizes.length == 0) { 526 throw new IllegalArgumentException("sizes was empty"); 530 for (Size size : sizes) { 545 assertTrue("No size under bound found: " + Arrays.toString(sizes) + " bound " + bound,
|
/external/chromium_org/net/disk_cache/blockfile/ |
eviction.cc | 251 return (!test_mode_ && header_->lru.sizes[Rankings::DELETED] > max_length); 557 header_->lru.sizes[Rankings::DELETED]; 559 if (header_->lru.sizes[0] > data_entries / 3) 562 int list = (header_->lru.sizes[1] > data_entries / 3) ? 1 : 2; 569 header_->lru.sizes[0] > data_entries / 10)
|