/external/opencv3/modules/imgproc/src/ |
clahe.cpp | 60 cv::String opts; local 62 opts = "-D CPU "; 64 opts = cv::format("-D WAVE_SIZE=%d", _k.preferedWorkGroupSizeMultiple()); 66 cv::ocl::Kernel k("calcLut", cv::ocl::imgproc::clahe_oclsrc, opts);
|
/external/skia/src/codec/ |
SkBmpRLECodec.h | 91 const Options& opts) override;
|
/external/skia/src/gpu/ |
GrContextFactory.h | 105 explicit GrContextFactory(const GrContextOptions& opts);
|
/external/tlsdate/src/events/ |
tlsdate_status.c | 93 state->backoff = state->opts.wait_between_tries;
|
/external/toybox/ |
toys.h | 77 #define NEWTOY(name, opts, flags) void name##_main(void);
|
/frameworks/base/core/java/android/content/ |
ContentProviderClient.java | 398 @NonNull String mimeType, @Nullable Bundle opts) 400 return openTypedAssetFileDescriptor(uri, mimeType, opts, null); 405 @NonNull String mimeType, @Nullable Bundle opts, @Nullable CancellationSignal signal) 419 mPackageName, uri, mimeType, opts, remoteSignal);
|
IContentProvider.java | 71 Bundle opts, ICancellationSignal signal) throws RemoteException, FileNotFoundException;
|
/frameworks/base/graphics/java/android/graphics/ |
LargeBitmap.java | 47 * @param opts null-ok; Options that control downsampling.
|
/frameworks/base/test-runner/src/android/test/mock/ |
MockIContentProvider.java | 110 Bundle opts, ICancellationSignal signal) throws RemoteException, FileNotFoundException {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 411 def __init__(self, master, **opts): 412 if 'yscrollincrement' not in opts: 413 opts['yscrollincrement'] = 17 418 self.canvas = Canvas(self.frame, **opts)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 411 def __init__(self, master, **opts): 412 if 'yscrollincrement' not in opts: 413 opts['yscrollincrement'] = 17 418 self.canvas = Canvas(self.frame, **opts)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 411 def __init__(self, master, **opts): 412 if 'yscrollincrement' not in opts: 413 opts['yscrollincrement'] = 17 418 self.canvas = Canvas(self.frame, **opts)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 411 def __init__(self, master, **opts): 412 if 'yscrollincrement' not in opts: 413 opts['yscrollincrement'] = 17 418 self.canvas = Canvas(self.frame, **opts)
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
plugin_test.c | 73 static const char *opts[MAXOPTS]; variable 106 opts[nopts++] = entry->tv_u.tv_string; 190 (*message)(LDPL_INFO, "option: %s", opts[i]); 346 if (info.name != NULL && strcmp(info.name, opts[i]) == 0)
|
/external/icu/icu4c/source/common/ |
uniset_props.cpp | 451 int32_t opts = RuleCharacterIterator::PARSE_VARIABLES | 454 opts |= RuleCharacterIterator::SKIP_WHITESPACE; 486 if (resemblesPropertyPattern(chars, opts)) { 501 c = chars.next(opts, literal, ec); 513 c = chars.next(opts, literal, ec); 519 c = chars.next(opts, literal, ec); 583 chars.skipIgnored(opts); 656 c = chars.next(opts, literal, ec); 695 c = chars.next(opts, literal, ec); 726 c = chars.next(opts, literal, ec) [all...] |
/build/tools/ |
generate-notice-files.py | 42 opts, args = getopt.getopt(sys.argv[1:], "h") 48 for o, a in opts:
|
merge-event-log-tags.py | 50 opts, args = getopt.getopt(sys.argv[1:], "ho:m:") 56 for o, a in opts:
|
/external/avahi/avahi-python/ |
avahi-bookmarks.in | 154 opts, args = getopt.getopt(sys.argv[1:], "hct:p:a:HAd:", ["help", "cgi", "port=", "timeout=", "address=", "host-names", "addresses", "domain="]) 158 for o, a in opts:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
run_pylint.py | 67 for section, opts in additions_dict.items(): 70 for opt, opt_val in opts.items():
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
launch_ami.py | 76 opts, args = getopt.getopt(sys.argv[1:], 'a:b:c:g:hi:k:m:n:o:rs:w', 95 for o, a in opts:
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
main.py | 199 opts, args = _getopt.getopt(argv, "hc:p:", ["help"]) 209 for key, value in opts:
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
main.py | 212 opts, args = _getopt.getopt(argv, "hc:p:", ["help"]) 222 for key, value in opts:
|
/external/clang/include/clang/Frontend/ |
Utils.h | 71 const PreprocessorOutputOptions &Opts); 115 Preprocessor &PP, const DependencyOutputOptions &Opts);
|
/external/clang/lib/CodeGen/ |
ModuleBuilder.cpp | 225 void HandleLinkerOptionPragma(llvm::StringRef Opts) override { 226 Builder->AppendLinkerOptions(Opts);
|
/external/clang/lib/FrontendTool/ |
ExecuteCompilerInvocation.cpp | 167 std::unique_ptr<OptTable> Opts(driver::createDriverOptTable()); 168 Opts->PrintHelp(llvm::outs(), "clang -cc1",
|