HomeSort by relevance Sort by last modified time
    Searched refs:alternatives (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/google-benchmark/
.travis-setup.sh 19 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 90
20 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
23 sudo update-alternatives --install /usr/local/bin/clang clang /usr/bin/clang-3.6 90
24 sudo update-alternatives --install /usr/local/bin/clang++ clang++ /usr/bin/clang++-3.6 90
  /external/v8/src/regexp/
regexp-ast.cc 45 return ListCaptureRegisters(alternatives());
106 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
107 for (int i = 0; i < alternatives->length(); i++) {
108 if (!alternatives->at(i)->IsAnchoredAtStart()) return false;
115 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
116 for (int i = 0; i < alternatives->length(); i++) {
117 if (!alternatives->at(i)->IsAnchoredAtEnd()) return false;
154 for (int i = 0; i < that->alternatives()->length(); i++)
    [all...]
jsregexp.cc 4873 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
4920 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5006 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
5058 ZoneList<RegExpTree*>* alternatives = this->alternatives(); local
6156 ZoneList<GuardedAlternative>* alternatives = node->alternatives(); local
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 101 std::vector<std::string> alternatives; // One or more extensions, at least one (but not all) must be supported member in struct:glu::sl::RequiredExtension
106 : alternatives (alternatives_)
115 alternatives.push_back(extension);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 27 self.alternatives = []
41 node.alternatives.append(subp)
42 if len(node.alternatives) == len(node.children):
44 subp = [tuple(node.alternatives)]
45 node.alternatives = []
118 if node.type == syms.Alternatives :
124 #real alternatives
176 elif child.type == syms.Alternatives:
210 elif name_leaf.type == syms.Alternatives:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 200 List<LintFix> alternatives = fix.getAllFixes(); local
201 if (alternatives != null) {
202 return alternatives;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 237 Decision can match input such as "<input>" using multiple alternatives:
240 Decision can match input such as "<input>" using multiple alternatives: <conflictingAlts; separator=", ">
250 The following alternatives can never be matched: <alts; separator=","><\n>
261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
279 Decision can match input such as "<input>" using multiple alternatives:
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 24 * alternatives is not LL(k) for a fixed k. However, it is
  /system/media/camera/docs/
CameraMetadataEnums.mako 42 * @deprecated Please refer to this API documentation to find the alternatives
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 19 * alternatives is not LL(k) for a fixed k. However, it is
  /external/icu/android_icu4j/src/main/java/android/icu/text/
IdentifierInfo.java 321 for (BitSet alternatives : scriptSetSet) {
322 if (!container.intersects(alternatives)) {
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 277 ScriptSet *alternatives = static_cast<ScriptSet *>(hashEl->key.pointer); local
278 if (!container.intersects(*alternatives)) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IdentifierInfo.java 319 for (BitSet alternatives : scriptSetSet) {
320 if (!container.intersects(alternatives)) {
  /external/v8/test/webkit/
regexp-alternatives.js 25 'Test regular expression processing with alternatives.'
regexp-zero-length-alternatives.js 25 'Test regular expression processing with alternatives that match consuming no characters'
247 // Non-capturing two possibly empty alternatives greedy '*'
254 // Non-capturing two possibly empty non-greedy alternatives non-greedy '*'
263 // Three possibly empty alternatives with greedy +
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
dso-pltdis1.d 13 # alternatives in the matching regexps are placeholders for a future
  /prebuilts/gdb/darwin-x86/lib/python2.7/
webbrowser.py 31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
  /prebuilts/gdb/linux-x86/lib/python2.7/
webbrowser.py 31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
webbrowser.py 31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
webbrowser.py 31 alternatives = [using]
33 alternatives = _tryorder
34 for browser in alternatives:
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MOManager.java 773 int alternatives = 0; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
PasspointManagementObjectManager.java 732 int alternatives = 0; local
733 alternatives += unNode != null ? 1 : 0;
734 alternatives += certNode != null ? 1 : 0;
735 alternatives += simNode != null ? 1 : 0;
736 if (alternatives != 1) {
737 throw new OMAException("Expected exactly one credential type, got " + alternatives);
    [all...]

Completed in 4246 milliseconds

1 2 3 4 5