HomeSort by relevance Sort by last modified time
    Searched refs:pattern (Results 2801 - 2825 of 4320) sorted by null

<<111112113114115116117118119120>>

  /toolchain/binutils/binutils-2.27/gas/config/
xtensa-relax.c 22 for relaxation pattern matching from statically specified strings.
23 Each action contains an instruction pattern to match and
24 preconditions for the match as well as an expansion if the pattern
27 uses the bound variables from the pattern to specify that specific
28 operands from the pattern should be used in the result.
70 A simple example of a replacement pattern:
186 /* The insn_pattern represents an INSN_PATTERN instruction pattern.
202 with names bound to the operand names in the associated pattern. */
234 const char *pattern; member in struct:string_pattern_pair_struct
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.c 119 /* Pattern support */
4898 pattern[MagickPathExtent], local
5341 pattern[MagickPathExtent], local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 596 char pattern[2048] = ""; local
603 strcpy(pattern, "[ \\\\u0020 \\\\u00A0 \\\\u1680 \\\\u2000 \\\\u2001 \\\\u2002 \\\\u2003 \\\\u2004 \\\\u2005 \\\\u2006 \\\\u2007 "
609 strcat(pattern,
616 strcat(pattern,
621 patternLen = (int32_t)uprv_strlen(pattern);
624 expectedLen = u_unescape(pattern,expectedEscaped,patternLen);
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tkinter.py 695 def option_add(self, pattern, value, priority = None):
697 PATTERN (first parameter).
701 self.tk.call('option', 'add', pattern, value, priority)
    [all...]
  /external/python/cpython3/Lib/tkinter/
__init__.py 848 def option_add(self, pattern, value, priority = None):
850 PATTERN (first parameter).
854 self.tk.call('option', 'add', pattern, value, priority)
    [all...]
  /external/python/cpython3/Tools/clinic/
clinic.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 633 def option_add(self, pattern, value, priority = None):
635 PATTERN (first parameter).
639 self.tk.call('option', 'add', pattern, value, priority)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 633 def option_add(self, pattern, value, priority = None):
635 PATTERN (first parameter).
639 self.tk.call('option', 'add', pattern, value, priority)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 633 def option_add(self, pattern, value, priority = None):
635 PATTERN (first parameter).
639 self.tk.call('option', 'add', pattern, value, priority)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 633 def option_add(self, pattern, value, priority = None):
635 PATTERN (first parameter).
639 self.tk.call('option', 'add', pattern, value, priority)
    [all...]
  /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/
jetifier-processor-0.0.1.jar 
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 130 const char * pattern; /* Section name pattern. */
129 const char * pattern; \/* Section name pattern. *\/ member in struct:section_list
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 787 // Returns true iff the wildcard pattern matches the string. The
788 // first ':' or '\0' character in pattern marks the end of it.
792 static bool PatternMatchesString(const char *pattern, const char *str);
    [all...]
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 787 // Returns true iff the wildcard pattern matches the string. The
788 // first ':' or '\0' character in pattern marks the end of it.
792 static bool PatternMatchesString(const char *pattern, const char *str);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
org.eclipse.text_3.5.400.v20150505-1044.jar 

Completed in 1346 milliseconds

<<111112113114115116117118119120>>