/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
tokenizer_test.js | 180 exports['Options - locationInfo'] = function () {
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 18 #include "clang/Driver/Options.h" 60 using namespace clang::driver::options; 68 /// @name Target Options 83 /// @name Language Options 98 /// @name Frontend Options 114 /// @name Transliterate Options 122 /// @name Assembler Options 167 const unsigned IncludedFlagsBitmask = options::CC1AsOption; 187 // Target Options 196 // Language Options [all...] |
/external/eigen/Eigen/src/Cholesky/ |
LLT.h | 57 Options = MatrixType::Options,
|
/external/eigen/Eigen/src/Eigenvalues/ |
SelfAdjointEigenSolver.h | 76 Options = MatrixType::Options, 142 * \param[in] options Can be #ComputeEigenvectors (default) or #EigenvaluesOnly. 146 * \p options equals #ComputeEigenvectors. 153 SelfAdjointEigenSolver(const MatrixType& matrix, int options = ComputeEigenvectors) 159 compute(matrix, options); 166 * \param[in] options Can be #ComputeEigenvectors (default) or #EigenvaluesOnly. 170 * function can be used to retrieve them. If \p options equals #ComputeEigenvectors, 192 SelfAdjointEigenSolver& compute(const MatrixType& matrix, int options = ComputeEigenvectors); 196 * This is a variant of compute(const MatrixType&, int options) whic [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |
/external/guice/lib/build/jdiff/ |
jdiff.jar | |
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 529 if (dpy->Options.TestOnly) 543 nplat->create_display(dpy->PlatformDisplay, dpy->Options.UseFallback);
|
/external/regex-re2/re2/testing/ |
tester.cc | 228 RE2::Options options; local 230 options.set_encoding(RE2::Options::EncodingLatin1); 232 options.set_longest_match(true); 233 re2_ = new RE2(re, options);
|
/external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/ |
PeerConnectionTest.java | 530 PeerConnectionFactory.Options options = new PeerConnectionFactory.Options(); 531 options.networkIgnoreMask = 0; 532 factory.setOptions(options);
|
/frameworks/base/core/java/android/provider/ |
DocumentsContract.java | [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | [all...] |
NinePatchDrawable.java | 425 final BitmapFactory.Options options = new BitmapFactory.Options(); local 426 options.inDither = !state.mDither; 427 options.inScreenDensity = r.getDisplayMetrics().noncompatDensityDpi; 437 bitmap = BitmapFactory.decodeResourceStream(r, value, is, padding, options);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DessertCaseView.java | 173 final BitmapFactory.Options opts = new BitmapFactory.Options();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/ |
RecentsTvActivity.java | 199 RecentsTaskLoadPlan.Options loadOpts = new RecentsTaskLoadPlan.Options();
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ListRowPresenter.java | 413 .options(createShadowOverlayOptions()) 759 * Create ShadowOverlayHelper Options. Subclass may override. 762 * return new ShadowOverlayHelper.Options().roundedCornerRadius(10); 765 * @return The options to be used for shadow, overlay and rouded corner. 767 protected ShadowOverlayHelper.Options createShadowOverlayOptions() { 768 return ShadowOverlayHelper.Options.DEFAULT;
|
/system/extras/perfprofd/quipper/ |
perf_parser.cc | 53 PerfParser::PerfParser(const PerfParser::Options& options) { 54 options_ = options; 57 void PerfParser::set_options(const PerfParser::Options& options) { 58 options_ = options;
|
/external/ceres-solver/examples/ |
libmv_homography.cc | 77 // This structure contains options that controls how the homography 282 const EstimateHomographyOptions &options, 284 : options_(options), x1_(x1), x2_(x2), H_(H) {} 319 const EstimateHomographyOptions &options, 353 ceres::Solver::Options solver_options; 355 solver_options.max_num_iterations = options.max_num_iterations; 359 TerminationCheckingCallback callback(x1, x2, options, H); 403 EstimateHomographyOptions options; local 404 options.expected_average_symmetric_distance = 0.02; 405 EstimateHomography2DFromCorrespondences(x1, x2, options, &estimated_matrix) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
timeline_based_measurement.py | 156 class Options(object): 263 options: an instance of timeline_based_measurement.Options. 269 def __init__(self, options, results_wrapper=None): 270 self._tbm_options = options
|
timeline_based_measurement_unittest.py | 56 def __init__(self, options): 68 self._tbm_options = options 126 self._options = tbm_module.Options()
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
DynamicSparseMatrix.h | 68 Options = _Options
|
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/ |
protobufwireadaptertest.cc | 170 Options proto;
|
/external/libchrome/components/timers/ |
alarm_timer_chromeos.cc | 33 StartWithOptions(base::Thread::Options(base::MessageLoop::TYPE_IO, 0)));
|
/external/libvpx/libvpx/build/make/ |
rtcd.pl | 410 Usage: rtcd.pl [options] FILE 419 =head1 OPTIONS 421 Options:
|
/external/llvm/lib/CodeGen/ |
StackProtector.cpp | 371 EnableSelectionDAGSP && !TM->Options.EnableFastISel;
|
/external/llvm/lib/Target/AArch64/ |
AArch64RegisterInfo.cpp | 235 if (MFI->hasCalls() || (MF.getTarget().Options.DisableFramePointerElim(MF) &&
|