/external/v8/test/cctest/ |
test-circular-queue.cc | 110 : Thread(Options("producer")),
|
/external/v8/test/unittests/ |
cancelable-tasks-unittest.cc | 72 : Thread(Options("runner thread")), task_(task) {}
|
/external/webrtc/webrtc/base/ |
winping.cc | 38 struct ip_option_information Options; // Reply options 102 // These types define the options which may be used in the OptionsData field 116 #define MAX_OPT_SIZE 40 // Maximum length of IP options in bytes 333 // RequestOptions - Pointer to the IP header options for the request. 339 // options and data for the replies. The buffer
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
RecentsActivity.java | 375 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); 473 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options(); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
gen_msvs_sln.sh | 20 Usage: ${self_basename} [options] file1 [file2 ...] 25 Options: 42 echo "See ${self_basename} --help for available options." >&2
|
/packages/apps/Camera2/src/com/android/camera/util/ |
CameraUtil.java | 201 public static int computeSampleSize(BitmapFactory.Options options, 203 int initialSize = computeInitialSampleSize(options, minSideLength, 219 private static int computeInitialSampleSize(BitmapFactory.Options options, 221 double w = options.outWidth; 222 double h = options.outHeight; 246 BitmapFactory.Options options = new BitmapFactory.Options(); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
WidgetPreviewLoader.java | 99 class BitmapFactoryOptionsCache extends SoftReferenceThreadLocal<BitmapFactory.Options> { 101 protected BitmapFactory.Options initialValue() { 102 return new BitmapFactory.Options(); 432 final BitmapFactory.Options opts = mCachedBitmapFactoryOptions.get();
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
ImageRequest.java | 152 final BitmapFactory.Options options = PoolableImageCache.getBitmapOptionsForPool( local 159 options.inJustDecodeBounds = true; 160 BitmapFactory.decodeStream(inputStream, null, options); 163 mDescriptor.updateSourceDimensions(options.outHeight, options.outWidth); 165 mDescriptor.updateSourceDimensions(options.outWidth, options.outHeight); 174 options.outWidth = mDescriptor.sourceWidth; 175 options.outHeight = mDescriptor.sourceHeight [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/commons-cli/commons-cli/1.0/ |
commons-cli-1.0.jar | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rpcdce.h | 195 RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingComposeA(RPC_CSTR ObjUuid,RPC_CSTR Protseq,RPC_CSTR NetworkAddr,RPC_CSTR Endpoint,RPC_CSTR Options,RPC_CSTR *StringBinding); 196 RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingComposeW(RPC_WSTR ObjUuid,RPC_WSTR Protseq,RPC_WSTR NetworkAddr,RPC_WSTR Endpoint,RPC_WSTR Options,RPC_WSTR *StringBinding); 605 RPC_BINDING_HANDLE_OPTIONS *Options, 612 RPC_BINDING_HANDLE_OPTIONS *Options,
|
cdosys.h | 309 virtual HRESULT WINAPI SaveTo(BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0; 310 virtual HRESULT WINAPI Open(BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0; 312 virtual HRESULT WINAPI SaveToContainer(BSTR ContainerURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0; 332 HRESULT (WINAPI *SaveTo)(IDataSource *This,BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password); 333 HRESULT (WINAPI *Open)(IDataSource *This,BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password); 335 HRESULT (WINAPI *SaveToContainer)(IDataSource *This,BSTR ContainerURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password); 357 #define IDataSource_SaveTo(This,SourceURL,ActiveConnection,Mode,CreateOptions,Options,UserName,Password) (This)->lpVtbl->SaveTo(This,SourceURL,ActiveConnection,Mode,CreateOptions,Options,UserName,Password) 358 #define IDataSource_Open(This,SourceURL,ActiveConnection,Mode,CreateOptions,Options,UserName,Password) (This)->lpVtbl->Open(This,SourceURL,ActiveConnection,Mode,CreateOptions,Options,UserName,Password [all...] |
emostore.h | [all...] |
/prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/ |
commons-cli-1.0.jar | |
/system/connectivity/shill/pppoe/ |
pppoe_service.cc | 114 PPPDaemon::Options options; local 115 options.no_detach = true; 116 options.no_default_route = true; 117 options.use_peer_dns = true; 118 options.use_pppoe_plugin = true; 119 options.lcp_echo_interval = lcp_echo_interval_; 120 options.lcp_echo_failure = lcp_echo_failure_; 121 options.max_fail = max_auth_failure_; 122 options.use_ipv6 = true [all...] |
/system/tpm/attestation/client/ |
dbus_proxy.cc | 42 dbus::Bus::Options options; local 43 options.bus_type = dbus::Bus::SYSTEM; 44 bus_ = new dbus::Bus(options);
|
/system/weaved/buffet/ |
buffet_config.cc | 74 BuffetConfig::BuffetConfig(const Options& options) 75 : options_(options),
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | 570 const TargetOptions *Options, 589 if (!Options->UnsafeFPMath) return 0; 598 Options, Depth + 1)) 601 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options, 605 if (!Options->UnsafeFPMath) return 0; 612 if (Options->HonorSignDependentRoundingFPMath()) return 0; 616 Options, Depth + 1)) 619 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options, 625 return isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI, Options, 633 const TargetOptions &Options = DAG.getTarget().Options [all...] |
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrix.h | 97 Options = _Options 854 EIGEN_STATIC_ASSERT((Options&(ColMajor|RowMajor))==Options,INVALID_MATRIX_TEMPLATE_PARAMETERS); [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
egl_dri2.c | 560 if (disp->Options.UseFallback) 566 if (disp->Options.TestOnly) 574 if (disp->Options.TestOnly) 580 if (disp->Options.TestOnly) 587 if (disp->Options.TestOnly) [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTable.java | 461 private static View applyFrame(final PhotoTable table, final BitmapFactory.Options options, 468 int photoWidth = options.outWidth; 469 int photoHeight = options.outHeight; 470 if (decodedPhoto == null || options.outWidth <= 0 || options.outHeight <= 0) { 491 private final BitmapFactory.Options mOptions; 496 mOptions = new BitmapFactory.Options(); 548 private final BitmapFactory.Options mOptions; 551 mOptions = new BitmapFactory.Options(); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 513 return MF.getTarget().Options.DisableFramePointerElim(MF) || 516 (MF.getTarget().Options.GuaranteedTailCallOpt && [all...] |
/packages/apps/Music/src/com/android/music/ |
MusicUtils.java | [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_ThumbnailsTest.java | 116 BitmapFactory.Options opts = new BitmapFactory.Options();
|
/external/ceres-solver/examples/ |
libmv_bundle_adjuster.cc | 124 "Options are: none, radial."); 655 ceres::Problem::Options problem_options; 758 ceres::Solver::Options options; local 759 options.use_nonmonotonic_steps = true; 760 options.preconditioner_type = ceres::SCHUR_JACOBI; 761 options.linear_solver_type = ceres::ITERATIVE_SCHUR; 762 options.use_inner_iterations = true; 763 options.max_num_iterations = 100; 764 options.minimizer_progress_to_stdout = true [all...] |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
serializer_test.js | 93 exports['Options - encodeHtmlEntities'] = function () { 96 options: {encodeHtmlEntities: true}, 102 options: {encodeHtmlEntities: false}, 107 options: {encodeHtmlEntities: true}, 113 options: {encodeHtmlEntities: false}, 121 var serializer = new Serializer(null, testCase.options);
|