HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 276 - 300 of 1843) sorted by null

<<11121314151617181920>>

  /external/smali/scripts/
baksmali 66 opt=`expr "x$1" : 'x-J\(.*\)'`
67 javaOpts="${javaOpts} -${opt}"
68 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
smali 66 opt=`expr "x$1" : 'x-J\(.*\)'`
67 javaOpts="${javaOpts} -${opt}"
68 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
  /prebuilts/qemu-kernel/arm/
rebuild.sh 130 for opt do
131 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
132 case "$opt" in
155 echo "unknown option '$opt', use --help"
160 PARAMS="$opt"
162 PARAMS="$PARAMS $opt"
  /prebuilts/sdk/tools/
dx 70 opt=`expr "x$1" : 'x-J\(.*\)'`
71 javaOpts="${javaOpts} -${opt}"
72 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-cli-1.2.jar 
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 29 static cl:: opt<bool> DisableHardwareLoops("disable-hexagon-hwloops",
32 static cl::opt<bool> DisableHexagonCFGOpt("disable-hexagon-cfgopt",
36 static cl::opt<bool> DisableStoreWidening("disable-store-widen",
39 static cl::opt<bool> EnableExpandCondsets("hexagon-expand-condsets",
43 static cl::opt<bool> EnableEarlyIf("hexagon-eif", cl::init(true), cl::Hidden,
46 static cl::opt<bool> EnableGenInsert("hexagon-insert", cl::init(true),
49 static cl::opt<bool> EnableCommGEP("hexagon-commgep", cl::init(true),
52 static cl::opt<bool> EnableGenExtract("hexagon-extract", cl::init(true),
55 static cl::opt<bool> EnableGenMux("hexagon-mux", cl::init(true), cl::Hidden,
58 static cl::opt<bool> EnableGenPred("hexagon-gen-pred", cl::init(true)
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
AuthorityKeyIdentifierExtension.java 162 DerValue opt = val.data.getDerValue(); local
167 if (opt.isContextSpecific(TAG_ID) && !opt.isConstructed()) {
171 opt.resetTag(DerValue.tag_OctetString);
172 id = new KeyIdentifier(opt);
174 } else if (opt.isContextSpecific(TAG_NAMES) &&
175 opt.isConstructed()) {
179 opt.resetTag(DerValue.tag_Sequence);
180 names = new GeneralNames(opt);
182 } else if (opt.isContextSpecific(TAG_SERIAL_NUM) &
    [all...]
  /art/test/466-get-live-vreg/src/
Main.java 34 static void $opt$noinline$testIntervalHole(int arg, boolean test) {
73 $opt$noinline$testIntervalHole(arg, test);
  /art/test/570-checker-osr/src/
Main.java 79 $opt$noinline$testOsrInlineLoop(null);
263 public static void $opt$noinline$testOsrInlineLoop(String[] args) {
266 assertIntEquals(12, $opt$inline$testRemoveSuspendCheck(12, 5));
269 ensureHasProfilingInfo("$opt$noinline$testOsrInlineLoop");
270 ensureHasOsrCode("$opt$noinline$testOsrInlineLoop");
273 public static int $opt$inline$testRemoveSuspendCheck(int x, int y) {
277 while ($opt$inline$inlineFalse() || !$opt$inline$inlineTrue()) {
285 public static boolean $opt$inline$inlineTrue() {
289 public static boolean $opt$inline$inlineFalse()
    [all...]
  /external/clang/tools/clang-check/
ClangCheck.cpp 56 static std::unique_ptr<opt::OptTable> Options(createDriverOptTable());
57 static cl::opt<bool>
60 static cl::opt<bool>
63 static cl::opt<bool>
67 static cl::opt<std::string> ASTDumpFilter(
71 static cl::opt<bool>
75 static cl::opt<bool>
78 static cl::opt<bool> FixWhatYouCan(
  /external/deqp/framework/common/
tcuCommandLine.cpp 54 namespace opt namespace in namespace:tcu
187 } // opt
711 opt::registerOptions(parser);
712 opt::registerLegacyOptions(parser);
726 if (!m_cmdLine.getOption<opt::LogImages>())
729 if (!m_cmdLine.getOption<opt::LogShaderSources>())
732 if (!m_cmdLine.getOption<opt::LogFlush>())
735 if ((m_cmdLine.hasOption<opt::CasePath>()?1:0) +
736 (m_cmdLine.hasOption<opt::CaseList>()?1:0) +
737 (m_cmdLine.hasOption<opt::CaseListFile>()?1:0)
    [all...]
  /external/libvpx/libvpx/build/make/
msvs_common.sh 72 for opt in "$@"; do
73 optval="${opt#*=}"
75 die "Missing attribute value in '$opt' while generating $tag tag"
76 echo "${indent}${opt%%=*}=\"${optval}\""
gen_msvs_vcxproj.sh 139 for opt in "$@"; do
140 optval="${opt#*=}"
141 case "$opt" in
173 *) die Unrecognized Visual Studio Version in $opt
178 opt=${opt##-I}
179 opt=$(fix_path "$opt")
180 opt="${opt%/}
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.h 38 extern cl::opt<bool> HexagonDisableCompound;
39 extern cl::opt<bool> HexagonDisableDuplex;
  /external/llvm/tools/opt/
Android.mk 7 # opt command line tool
17 opt.cpp \
71 LOCAL_MODULE := opt
92 LOCAL_MODULE := opt
  /external/mesa3d/src/gallium/drivers/radeon/
loader.cpp 15 static cl::opt<std::string>
18 static cl::opt<std::string>
  /external/v8/test/mjsunit/compiler/
regress-446647.js 5 // Flags: --always-opt --turbo-filter=* --allow-natives-syntax
  /external/v8/test/mjsunit/regress/
regress-343609.js 38 function opt() { function
49 opt();
50 opt();
51 opt();
regress-handle-illegal-redeclaration.js 5 // Flags: --always-opt --legacy-const
  /external/webrtc/webrtc/base/
asyncudpsocket.h 48 int GetOption(Socket::Option opt, int* value) override;
49 int SetOption(Socket::Option opt, int value) override;
  /libcore/ojluni/src/main/java/java/net/
PlainDatagramSocketImpl.java 71 protected native void socketSetOption(int opt, Object val)
74 protected native Object socketGetOption(int opt) throws SocketException;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
file.s 9 .opt nocase
  /cts/tools/cfassembler/etc/
cfassembler 55 opt=`expr "$1" : '-J\(.*\)'`
56 javaOpts="${javaOpts} -${opt}"
  /dalvik/tools/dexdeps/etc/
dexdeps 58 opt=`expr "$1" : '-J\(.*\)'`
59 javaOpts="${javaOpts} -${opt}"

Completed in 1176 milliseconds

<<11121314151617181920>>