HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 26 - 50 of 2151) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_ne.py 17 def match(self, node): member in class:FixNe
fix_numliterals.py 17 def match(self, node): member in class:FixNumliterals
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
ytab.go 25 func (yt *ytab) match(args []int) bool { func
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
ytab.go 25 func (yt *ytab) match(args []int) bool { func
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
spirv_target_env.cpp 72 auto match = [s](const char* b) { local
75 if (match("vulkan1.0")) {
78 } else if (match("spv1.0")) {
81 } else if (match("spv1.1")) {
84 } else if (match("spv1.2")) {
87 } else if (match("opencl2.1")) {
90 } else if (match("opencl2.2")) {
93 } else if (match("opengl4.0")) {
96 } else if (match("opengl4.1")) {
99 } else if (match("opengl4.2"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ne.py 17 def match(self, node): member in class:FixNe
fix_numliterals.py 17 def match(self, node): member in class:FixNumliterals
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_explicit.py 6 def match(self): return False member in class:FixExplicit
fix_first.py 6 def match(self, node): return False member in class:FixFirst
fix_last.py 7 def match(self, node): return False member in class:FixLast
fix_preorder.py 6 def match(self, node): return False member in class:FixPreorder
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_ne.py 17 def match(self, node): member in class:FixNe
fix_numliterals.py 17 def match(self, node): member in class:FixNumliterals
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_explicit.py 6 def match(self): return False member in class:FixExplicit
fix_first.py 6 def match(self, node): return False member in class:FixFirst
fix_last.py 7 def match(self, node): return False member in class:FixLast
fix_preorder.py 6 def match(self, node): return False member in class:FixPreorder
  /external/nist-sip/java/gov/nist/core/
Match.java 28 /** Match template for pattern matching.
38 public interface Match {
39 /** Return true if a match occurs for searchString.
40 * This is used for pattern matching in the find and replace and match
45 public boolean match(String searchString); method in interface:Match
  /external/skia/src/sksl/lex/
NFA.cpp 10 int NFA::match(std::string s) const { function in class:NFA
  /external/skqp/src/sksl/lex/
NFA.cpp 10 int NFA::match(std::string s) const { function in class:NFA
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Selector.java 12 * Match the passed in object, returning true if it would be selected by this selector, false otherwise.
15 * @return true if the object is a match for this selector, false otherwise.
17 boolean match(T obj); method in interface:Selector
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecognizer.java 22 * state pertaining to a specific match or detect operation.
43 * Test the match of this charset with the input text data
48 * @return A CharsetMatch object containing details of match
49 * with this charset, or null if there was no match.
51 abstract CharsetMatch match(CharsetDetector det); method in class:CharsetRecognizer
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/match/
SourceMatcher.java 16 package com.google.currysrc.api.match;
  /external/iproute2/tc/
emp_ematch.y 31 %type <e> match expr
48 match
50 | match relation expr
58 match: label
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
TextElementMatcher.java 26 boolean match(TextElement textElement); method in interface:TextElementMatcher

Completed in 405 milliseconds

12 3 4 5 6 7 8 91011>>