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

<<81828384858687888990>>

  /external/libevent/include/event2/
http.h 311 with the pattern *.example.com may have other vhosts with patterns
315 @param pattern the glob pattern against which the hostname is matched.
323 int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
    [all...]
  /external/libtextclassifier/
text-classifier.h 336 std::unique_ptr<UniLib::RegexPattern> pattern; member in struct:libtextclassifier2::TextClassifier::CompiledRegexPattern
  /external/libxml2/include/libxml/
xmlreader.h 270 const xmlChar *pattern,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 228 lp.pattern = templ->line_stipple_pattern;
  /external/python/cpython2/Lib/unittest/test/
test_program.py 18 def _find_tests(start_dir, pattern):
  /external/python/cpython3/Lib/test/
test_tracemalloc.py 674 def fnmatch(inclusive, filename, pattern):
675 f = tracemalloc.Filter(inclusive, pattern)
687 def fnmatch(filename, pattern):
688 filter = tracemalloc.Filter(True, pattern)
    [all...]
  /external/skia/src/ports/
SkFontMgr_FontConfigInterface.cpp 62 SkTypeface* matchStyle(const SkFontStyle& pattern) override { return nullptr; }
  /external/skqp/src/ports/
SkFontMgr_FontConfigInterface.cpp 62 SkTypeface* matchStyle(const SkFontStyle& pattern) override { return nullptr; }
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
core_test.py 152 pattern = ('List(Union(labeled_tensor.Axis, Tuple(..., '
156 regexp = re.escape(pattern).replace(re.escape('...'), '.*')
173 pattern = textwrap.dedent("""\
179 regexp = re.escape(pattern).replace(re.escape('...'), '.*')
  /external/tensorflow/tensorflow/python/training/
supervisor_test.py 75 def _wait_for_glob(self, pattern, timeout_secs, for_checkpoint=True):
79 pattern: A string.
86 if saver_lib.checkpoint_exists(pattern):
89 if len(gfile.Glob(pattern)) >= 1:
92 self.assertFalse(True, "Glob never matched any file: %s" % pattern)
    [all...]
  /external/v8/src/runtime/
runtime-regexp.cc 33 // Number of distinct parts of the replacement pattern.
71 // the replacement pattern, otherwise it's a value from PartType.
283 void FindOneByteStringIndices(Vector<const uint8_t> subject, uint8_t pattern,
286 // Collect indices of pattern in subject using memchr.
293 memchr(pos, pattern, subject_end - pos));
301 void FindTwoByteStringIndices(const Vector<const uc16> subject, uc16 pattern,
307 if (*pos == pattern) {
316 Vector<const PatternChar> pattern, List<int>* indices,
319 // Collect indices of pattern in subject.
321 int pattern_length = pattern.length()
    [all...]
  /frameworks/av/media/libmedia/include/media/
NdkWrapper.h 169 void setPattern(CryptoPlugin::Pattern *pattern);
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParametersIntf.h 158 int32_t setFrameSkip(enum msm_vfe_frame_skip_pattern pattern);
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_program.py 17 def _find_tests(start_dir, pattern):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_program.py 17 def _find_tests(start_dir, pattern):
  /prebuilts/go/darwin-x86/src/strings/
replace_test.go 445 func benchmarkSingleString(b *testing.B, pattern, text string) {
446 r := NewReplacer(pattern, "[match]")
  /prebuilts/go/darwin-x86/src/unsafe/
unsafe.go 70 // The most common use of this pattern is to access fields in a struct
121 // For the compiler to recognize this pattern,
  /prebuilts/go/linux-x86/src/strings/
replace_test.go 445 func benchmarkSingleString(b *testing.B, pattern, text string) {
446 r := NewReplacer(pattern, "[match]")
  /prebuilts/go/linux-x86/src/unsafe/
unsafe.go 70 // The most common use of this pattern is to access fields in a struct
121 // For the compiler to recognize this pattern,
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0/
testutils-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta1/
testutils-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta2/
testutils-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta3/
testutils-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.0-beta4/
testutils-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.3.1/
testutils-25.3.1.jar 

Completed in 1252 milliseconds

<<81828384858687888990>>