Searched refs:opt (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java88 String opt;
89 while ((opt=nextOption()) != null) {
90 if (opt.equals("-h") || opt.equals("--help")) {
93 } else if (opt.equals("-n") || opt.equals("--account-name")) {
95 } else if (opt.equals("-t") || opt.equals("--account-type")) {
97 } else if (opt.equals("-a") || opt
[all...]
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp351 JavaVMOption opt; local
352 memset(&opt, 0, sizeof(opt));
353 opt.optionString = (char*)argv[i];
354 mOptions.add(opt);
411 JavaVMOption opt; local
415 memset(&opt, 0, sizeof(opt));
429 opt.optionString = start;
430 mOptions.add(opt);
447 JavaVMOption opt; local
[all...]
H A Dandroid_net_LocalSocketImpl.cpp225 java_opt_to_real(int optID, int* opt, int* level) argument
230 *opt = SO_RCVBUF;
234 *opt = SO_SNDBUF;
238 *opt = SO_SNDTIMEO;
242 *opt = SO_LINGER;
246 *opt = TCP_NODELAY;
250 *opt = SO_REUSEADDR;
262 int opt, level; local
267 if (!java_opt_to_real(optID, &opt, &level)) {
278 switch (opt)
[all...]
H A DAndroid.mk180 frameworks/opt/emoji \
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java179 String opt;
180 while ((opt=nextOption()) != null) {
181 if (opt.equals("-a")) {
186 } else if (opt.equals("-d")) {
191 } else if (opt.equals("-t")) {
196 } else if (opt.equals("-c")) {
201 } else if (opt.equals("-e") || opt.equals("--es")) {
205 } else if (opt.equals("--esn")) {
208 } else if (opt
[all...]
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp49 static cl::opt<bool>
65 static cl::opt<char>
73 static cl::opt<std::string>
76 static cl::opt<std::string>
79 static cl::opt<std::string>
91 static cl::opt<llvm::CodeModel::Model>
107 cl::opt<bool> NoVerify("disable-verify", cl::Hidden,
110 static cl::opt<bool>
115 static cl::opt<bool>
120 static cl::opt<boo
[all...]
/frameworks/native/services/surfaceflinger/
H A DDdmConnection.cpp37 JavaVMOption opt; local
39 opt.optionString =
43 args.options = &opt;
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh64 opt="$1"
65 case "$opt" in
109 echo "ERROR: Unknown option '$opt', use --help for list of valid ones."
114 PARAMETERS="$opt"
116 PARAMETERS="$PARAMETERS $opt"
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java253 String opt;
254 while ((opt=nextOption()) != null) {
255 if (opt.equals("-l")) {
257 } else if (opt.equals("-lf")) {
259 } else if (opt.equals("-f")) {
261 } else if (opt.equals("-d")) {
263 } else if (opt.equals("-e")) {
265 } else if (opt.equals("-s")) {
267 } else if (opt.equals("-3")) {
269 } else if (opt
[all...]
/frameworks/compile/libbcc/runtime/make/test/
H A Dtest-util.mk49 varordefault_t0 = $(call VarOrDefault,varordefault_t0_var.opt,$(varordefault_t0_var))
52 varordefault_t1_var.opt := 2
53 varordefault_t1 = $(call VarOrDefault,varordefault_t1_var.opt,$(varordefault_t1_var))
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp58 llvm::cl::opt<std::string>
65 llvm::cl::opt<std::string>
80 llvm::cl::opt<bool>
84 llvm::cl::opt<char>
89 llvm::cl::opt<bool>
98 llvm::cl::opt<std::string>
104 llvm::cl::opt<bool>
112 llvm::cl::opt<bool>
116 llvm::cl::opt<std::string>
121 llvm::cl::opt<boo
[all...]
/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp43 static llvm::cl::opt<std::string>
65 static llvm::cl::opt<std::string>
70 static llvm::cl::opt<std::string>
86 static llvm::cl::opt<std::string>
92 static llvm::cl::opt<bool>
97 static llvm::cl::opt<bool>
102 static llvm::cl::opt<std::string>
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp36 static llvm::cl::opt<std::string>
58 static llvm::cl::opt<std::string>
63 static llvm::cl::opt<std::string>
79 static llvm::cl::opt<std::string>
85 static llvm::cl::opt<bool>
90 static llvm::cl::opt<bool>
95 static llvm::cl::opt<std::string>
/frameworks/base/cmds/ime/src/com/android/commands/ime/
H A DIme.java89 String opt;
92 while ((opt=nextOption()) != null) {
93 if (opt.equals("-a")) {
95 } else if (opt.equals("-s")) {
98 System.err.println("Error: Unknown option: " + opt);
/frameworks/compile/llvm-ndk-cc/
H A Dllvm-ndk-cc.cpp33 static llvm::cl::opt<std::string>
43 static llvm::cl::opt<std::string>
/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp62 static cl::opt<cl::boolOrDefault>
66 static cl::opt<bool>
71 static cl::opt<bool>
76 static cl::opt<cl::boolOrDefault>
/frameworks/base/tools/obbtool/
H A DMain.cpp183 int opt; local
194 while ((opt = getopt_long(argc, argv, ADD_OPTS, longopts, &option_index)) != -1) {
195 switch (opt) {
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp167 int rv, opt; local
181 while ((opt = getopt(argc, argv, "vs:e:r:D:?h")) != -1) {
182 switch (opt) {
H A DhwcRects.cpp206 int rv, opt; local
215 while ((opt = getopt(argc, argv, "D:v?h")) != -1) {
216 switch (opt) {
H A DhwcStress.cpp242 int rv, opt; local
251 while ((opt = getopt(argc, argv, "vp:d:D:n:s:e:t:?h")) != -1) {
252 switch (opt) {
H A DhwcCommit.cpp341 int rv, opt; local
351 while ((opt = getopt(argc, argv, "s:v?h")) != -1) {
352 switch (opt) {
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1937 BitmapFactory.Options opt = new BitmapFactory.Options();
1938 opt.inJustDecodeBounds = true;
1939 BitmapFactory.decodeStream(is, null, opt);
1943 width = opt.outWidth;
1944 height = opt.outHeight;
1945 if (opt.outWidth > getMaxImageWidthPx()) {
1947 height = height * getMaxImageWidthPx() / opt.outWidth;
2632 BitmapFactory.Options opt = new BitmapFactory.Options();
2633 opt.inJustDecodeBounds = true;
2634 BitmapFactory.decodeStream(is, null, opt);
[all...]
/frameworks/compile/slang/
H A DAndroid.mk265 $(call transform-host-clang-td-to-out,opt-parser-defs)
H A Dllvm-rs-link.cpp59 static llvm::cl::opt<bool>
/frameworks/base/
H A DAndroid.mk354 ../opt/telephony/src/java/android/telephony \
355 ../opt/telephony/src/java/android/telephony/gsm \

Completed in 1538 milliseconds

12