/frameworks/base/test-runner/src/android/test/ |
ApplicationTestCase.java | 55 * number of alternatives for Context, including {@link android.test.mock.MockContext MockContext},
|
/system/media/camera/docs/ |
CameraMetadataEnums.mako | 42 * @deprecated Please refer to this API documentation to find the alternatives
|
ndk_camera_metadata_tags.mako | 173 * <b>Deprecated</b>: please refer to this API documentation to find the alternatives
|
/toolchain/binutils/binutils-2.25/gprof/ |
ChangeLog-2004 | 69 @item, for options with long option alternatives.
|
/tools/repohooks/rh/ |
shell.py | 52 While python does provide a number of alternatives like:
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 51 * can be matched by multiple alternatives. Unfortunately, some decisions 74 /** Track all DFA states with nondeterministic alternatives. 235 /** Get a list of all unreachable alternatives for this decision. There 236 * may be multiple alternatives with ambiguous input sequences, but this 237 * is the overall list of unreachable alternatives (either due to [all...] |
/external/pcre/dist2/doc/html/ |
pcre2pattern.html | 269 The power of regular expressions comes from the ability to include alternatives [all...] |
/external/pcre/dist2/doc/ |
pcre2pattern.3 | 247 The power of regular expressions comes from the ability to include alternatives [all...] |
pcre2perform.3 | 88 set of single-character alternatives such as (a|e|i|o|u). In general, the
|
/external/deqp/modules/glshared/ |
glsShaderLibraryCase.cpp | 82 for (size_t alternativeNdx = 0; alternativeNdx < extension.alternatives.size(); ++alternativeNdx) 84 if (ctxInfo.isExtensionSupported(extension.alternatives[alternativeNdx].c_str())) 93 specialized.push_back(RequiredExtension(extension.alternatives[supportedAltNdx], extension.effectiveStages)); 100 for (size_t ndx = 0; ndx < extension.alternatives.size(); ++ndx) 104 extensionList << extension.alternatives[ndx]; 107 if (extension.alternatives.size() == 1) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
antlr1.txt | 194 _a_n_t_l_r does not analyze alternatives that begin with
200 ambiguous alternatives.
|
egman.c | 115 * For the start of alternatives it is necessary to make a
|
/docs/source.android.com/zh-cn/source/ |
initializing.html | 86 $ sudo update-alternatives --config java 87 $ sudo update-alternatives --config javac
|
/external/proguard/src/proguard/retrace/ |
ReTrace.java | 361 * line, and any additional alternatives to the extra lines. 434 * line, and any additional alternatives to the extra lines.
|
/external/python/cpython2/Mac/Demo/ |
applescript.html | 339 <h2><a name="alternatives">Alternatives</a></h2>
|
/external/v8/src/regexp/ |
regexp-ast.h | 220 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives); 230 ZoneList<RegExpTree*>* alternatives() { return alternatives_; } function in class:v8::internal::final
|
/prebuilts/go/darwin-x86/src/crypto/rsa/ |
pkcs1v15.go | 23 // an error. These alternatives happen in constant time. 91 // into key. Otherwise, key is unchanged. These alternatives occur in constant
|
/prebuilts/go/linux-x86/src/crypto/rsa/ |
pkcs1v15.go | 23 // an error. These alternatives happen in constant time. 91 // into key. Otherwise, key is unchanged. These alternatives occur in constant
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
patcomp.py | 78 if node.type == self.syms.Alternatives:
|
pytree.py | 674 list of alternatives, e.g. (a b c | d e | f g h)*
679 # Check sanity of alternatives
680 assert len(content), repr(content) # Can't have zero alternatives
682 assert len(alt), repr(alt) # Can have empty alternatives
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
dlg.h | 81 int alternatives; /* used for interactive mode */
variable
|
/external/guava/guava/src/com/google/common/base/ |
Verify.java | 36 * <h3>Comparison to alternatives</h3>
|
/external/proguard/docs/ |
testimonials.html | 75 ProGuard rules. Much easier to use than the commercial alternatives.
|
/external/python/cpython2/Doc/distributing/ |
index.rst | 156 This is actually quite a complex topic, with a variety of alternatives
|
/external/python/cpython2/Doc/tutorial/ |
interactive.rst | 148 Alternatives to the Interactive Interpreter
|