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

<<919293949596979899100>>

  /build/blueprint/
context.go 998 pattern := filepath.Join(dir, file)
1002 matches, err = c.glob(pattern, nil)
1006 Err: fmt.Errorf("%q: %s", pattern, err.Error()),
1014 Err: fmt.Errorf("%q: not found", pattern),
1040 pattern := filepath.Join(dir, subdir, subBlueprintsName)
1044 matches, err = c.glob(pattern, nil)
1048 Err: fmt.Errorf("%q: %s", pattern, err.Error()),
1056 Err: fmt.Errorf("%q: not found", pattern),
    [all...]
  /build/kati/
eval.go 645 if v.pattern == pat {
666 pattern: pat,
  /external/annotation-tools/asmx/test/lib/
cobertura-1.7.jar 
  /external/autotest/client/common_lib/hosts/
base_classes.py 192 @param excludes: A list of file pattern that matches files not to be
570 """Get a list of files on a remote host given a glob pattern path.
572 @param glob: pattern
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java 728 final String pattern = "yyyy MM WW EEE"; local
730 SimpleDateFormat sdf = new SimpleDateFormat(pattern);
    [all...]
  /external/icu/icu4c/source/i18n/
repattrn.cpp 111 // Copy the pattern. It's just values, nothing deep to copy.
117 // but I doubt that pattern copying will be particularly common.
278 // pattern strings and the flags are the same.
279 // Note that pattern strings with the same
508 // with a pattern string and a data string.
564 // pattern
567 UnicodeString RegexPattern::pattern() const { function in class:RegexPattern
684 // dump Output the compiled form of the pattern.
817 printf("Original Pattern: \"%s\"\n", CStr(patStr)());
  /external/icu/icu4c/source/test/cintltst/
reapits.c 46 * pattern: The regex pattern, a (char *) null terminated C string.
48 * flags: Regex flags to set when compiling the pattern
53 #define TEST_SETUP(pattern, testString, flags) { \
56 re = uregex_openC(pattern, flags, NULL, &status); \
332 * pattern()
896 const char * pattern = "x(.*?)x"; local
913 re = uregex_openC(pattern, 0, NULL, &status);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java 725 final String pattern = "yyyy MM WW EEE"; local
727 SimpleDateFormat sdf = new SimpleDateFormat(pattern);
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer.h 208 // Compare with the given string pattern. Only works with == and != operators.
209 // Example: Query(EVENT_NAME) == Query::Pattern("MyEvent*")
210 static Query Pattern(const std::string& pattern);
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_types.h 785 uint16 pattern; member in struct:__anon29983::__anon29984
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 288 nouveau_line_stipple(struct gl_context *ctx, GLint factor, GLushort pattern )
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 640 /// - If an http annotation is inherited, the path pattern will be
685 /// Note how the version in the path pattern changed from `v1` to `v2`.
  /external/skia/src/ports/
SkFontHost_mac.cpp     [all...]
  /external/skqp/src/ports/
SkFontHost_mac.cpp     [all...]
  /external/swiftshader/src/Renderer/
Surface.hpp 486 static void memfill4(void *buffer, int pattern, int bytes);
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_pimpl.h 286 bool Memset32(Stream *stream, DeviceMemoryBase *location, uint32 pattern,
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 123 const char* pattern; member in struct:tinyxml2::Entity
331 if ( strncmp( p + 1, entity.pattern, entity.length ) == 0
    [all...]
  /external/v8/tools/
js2c.py 112 raise Error('line %s: Too many arguments for macro "%s"' % (lineno, name_pattern.pattern))
  /frameworks/rs/script_api/
Specification.h 399 const std::string &pattern,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 1118 char * pattern[_XkbListNumComponents]; member in struct:_XkbSrvListInfo
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-artifact-manager-2.2.1.jar 
  /prebuilts/misc/common/truth/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/
truth-0.24.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 

Completed in 1189 milliseconds

<<919293949596979899100>>