/external/chromium_org/sync/tools/ |
sync_listen_notifications.cc | 154 base::Thread::Options options; local 155 options.message_loop_type = base::MessageLoop::TYPE_IO; 156 io_thread.StartWithOptions(options);
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
table_cache.cc | 33 const Options* options, 35 : env_(options->env), 37 options_(options), 76 Iterator* TableCache::NewIterator(const ReadOptions& options, 91 Iterator* result = table->NewIterator(options); 99 Status TableCache::Get(const ReadOptions& options, 109 s = t->InternalGet(options, k, arg, saver);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_tracker.h | 120 /* Broken-out options. */ 121 OptionInfoPtr Options;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_enum.cc | 49 const Options& options) 52 options_(options) {
|
cpp_extension.cc | 60 const Options& options) 62 options_(options) { 101 vars["packed" ] = descriptor_->options().packed() ? "true" : "false"; 138 vars["packed" ] = descriptor_->options().packed() ? "true" : "false"; 176 descriptor_->options().packed())
|
/external/chromium_org/third_party/re2/re2/testing/ |
exhaustive_tester.cc | 103 RE2::Options longest;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
profiler.cc | 81 bool Start(const char* fname, const ProfilerOptions* options); 156 bool CpuProfiler::Start(const char* fname, const ProfilerOptions* options) { 166 ProfileData::Options collector_options; 173 if (options != NULL && options->filter_in_thread != NULL) { 174 filter_ = options->filter_in_thread; 175 filter_arg_ = options->filter_in_thread_arg; 306 const char *fname, const ProfilerOptions *options) { 307 return CpuProfiler::instance_.Start(fname, options); 330 const ProfilerOptions *options) { [all...] |
/external/chromium_org/tools/grit/grit/gather/ |
admin_template_unittest.py | 102 tool.o = grit_runner.Options()
|
/external/eigen/Eigen/src/Core/ |
Map.h | 100 enum { Options }; // Expressions don't have Options
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 10 options are given, then the modified files are left in the working tree. 12 Options: 141 # Handle options
|
/external/llvm/lib/Target/Mips/ |
MipsOptimizeMathLibCalls.cpp | 97 TM.Options.UseSoftFloat)
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_tracker.h | 120 /* Broken-out options. */ 121 OptionInfoPtr Options;
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 119 string Compress(const string& data, const GzipOutputStream::Options& options); 377 const GzipOutputStream::Options& options) { 381 GzipOutputStream gzout(&output, options); 402 // Some ad-hoc testing of compression options. 409 GzipOutputStream::Options options; local 410 string gzip_compressed = Compress(golden, options); 412 options.compression_level = 0 [all...] |
/external/regex-re2/re2/testing/ |
exhaustive_tester.cc | 103 RE2::Options longest;
|
/external/smack/src/org/xbill/DNS/ |
CERTRecord.java | 173 if (Options.check("multiline")) {
|
SOARecord.java | 82 if (Options.check("multiline")) {
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 59 ## Options 92 Options:
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
PropertyOptions.java | 10 package com.adobe.xmp.options; 22 public final class PropertyOptions extends Options 64 * @param options the initialization options 65 * @throws XMPException If the options are not valid 67 public PropertyOptions(int options) throws XMPException 69 super(options); 85 * @return Returns this to enable cascaded options. 107 * @return Returns this to enable cascaded options. 130 * @return Returns this to enable cascaded options [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
WidgetPreviewLoader.java | 94 class BitmapFactoryOptionsCache extends SoftReferenceThreadLocal<BitmapFactory.Options> { 96 protected BitmapFactory.Options initialValue() { 97 return new BitmapFactory.Options(); 389 final BitmapFactory.Options opts = mCachedBitmapFactoryOptions.get();
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Util.java | 175 public static int computeSampleSize(BitmapFactory.Options options, 177 int initialSize = computeInitialSampleSize(options, minSideLength, 193 private static int computeInitialSampleSize(BitmapFactory.Options options, 195 double w = options.outWidth; 196 double h = options.outHeight; 220 BitmapFactory.Options options = new BitmapFactory.Options(); local [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
UriImage.java | 193 BitmapFactory.Options opt = new BitmapFactory.Options(); 298 BitmapFactory.Options options = new BitmapFactory.Options(); local 307 options.inSampleSize = sampleSize; 309 b = BitmapFactory.decodeStream(input, null, options); 345 if (options.outWidth > widthLimit || options.outHeight > heightLimit ||
|
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | 65 MipsAssemblerOptions Options; 447 if (MCID.hasDelaySlot() && Options.isReorder()) { 893 return Options.getATRegNum(); [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
NinePatchTest.java | 39 private BitmapFactory.Options mOptNoScale; 51 mOptNoScale = new BitmapFactory.Options();
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
ImageReaderTest.java | 324 BitmapFactory.Options bmpOptions = new BitmapFactory.Options();
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
DensityActivity.java | 189 BitmapFactory.Options opts = new BitmapFactory.Options();
|