Searched refs:pattern (Results 1 - 18 of 18) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/src/glob/
H A Dglob.c52 * Set in gl_flags if pattern contained a globbing character.
54 * Same as GLOB_NOCHECK, but it will only append pattern if it did
183 glob(const char * __restrict pattern, int flags, int (*errfunc)(const char *, argument
191 _DIAGASSERT(pattern != NULL);
193 patnext = (const unsigned char *) pattern;
231 * Expand recursively a glob {} pattern. When there is no more expansion
236 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) argument
238 const Char* ptr = pattern;
241 _DIAGASSERT(pattern != NULL);
251 if (pattern[
268 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv, struct glob_limit *limit) argument
382 globtilde(const Char *pattern, Char *patbuf, size_t patsize, glob_t *pglob) argument
474 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit) argument
583 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) argument
608 glob2(Char *pathbuf, Char *pathend, Char *pathlim, const Char *pattern, glob_t *pglob, struct glob_limit *limit) argument
682 glob3(Char *pathbuf, Char *pathend, Char *pathlim, const Char *pattern, const Char *restpattern, const Char *pglobstar, glob_t *pglob, struct glob_limit *limit) argument
1015 glob_pattern_p(const char *pattern, int quote) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dconsumerir.h54 * (*transmit)() is called to by the ConsumerIrService to send an IR pattern
57 * The pattern is alternating series of carrier on and off periods measured in
59 * even if there are and odd number of entries in the pattern array.
66 const int pattern[], int pattern_len);
/hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/
H A Dhelper.js28 var pattern = new RegExp('\\+ __' + field + ':__ [A-Za-z0-9]*');
31 var matched = classDescription.match(pattern);
/hardware/libhardware/modules/consumerir/
H A Dconsumerir.c37 int carrier_freq, const int pattern[], int pattern_len)
43 total_time += pattern[i];
36 consumerir_transmit(struct consumerir_device *dev __unused, int carrier_freq, const int pattern[], int pattern_len) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py504 def Match(pattern, s):
505 """Matches the string with the pattern, caching the compiled regexp."""
509 if pattern not in _regexp_compile_cache:
510 _regexp_compile_cache[pattern] = sre_compile.compile(pattern)
511 return _regexp_compile_cache[pattern].match(s)
514 def ReplaceAll(pattern, rep, s):
515 """Replaces instances of pattern in a string with a replacement.
520 pattern: regex pattern
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h602 char pattern[50] = "in_"; local
615 strcat(pattern, sensor);
617 if (strncmp(ent->d_name, pattern, strlen(pattern)) == 0 &&
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h602 char pattern[50] = "in_"; local
615 strcat(pattern, sensor);
617 if (strncmp(ent->d_name, pattern, strlen(pattern)) == 0 &&
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParametersIntf.h149 int32_t setFrameSkip(enum msm_vfe_frame_skip_pattern pattern);
H A DQCameraParametersIntf.cpp521 int32_t QCameraParametersIntf::setFrameSkip(enum msm_vfe_frame_skip_pattern pattern) argument
525 return mImpl->setFrameSkip(pattern);
H A DQCameraParameters.h709 int32_t setFrameSkip(enum msm_vfe_frame_skip_pattern pattern);
H A DQCameraParameters.cpp11358 * DESCRIPTION: send ISP frame skip pattern to camera daemon
11361 * @pattern : skip pattern for ISP
11367 int32_t QCameraParameters::setFrameSkip(enum msm_vfe_frame_skip_pattern pattern) argument
11380 if (ADD_SET_PARAM_ENTRY_TO_BATCH(m_pParamBuf, CAM_INTF_PARM_FRAMESKIP, (int32_t)pattern)) {
/hardware/bsp/intel/peripheral/libupm/doxy/node/
H A Dxml2js.js737 var pattern = new RegExp(from, 'i');
738 if (type_c.search(pattern) == 0) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c69 "Output file name pattern (see below)");
373 void generate_filename(const char *pattern, char *out, size_t q_len, argument
376 const char *p = pattern;
385 /* parse the pattern */
422 die("Unrecognized pattern %%%c\n", p[1]);
458 return 0; // pattern contains sequence number, so it's not unique
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc787 // 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);
1352 GTEST_API_ bool AtomMatchesChar(bool escaped, char pattern, char ch);
1919 // Returns true iff the wildcard pattern matches the string. The
1920 // first ':' or '\0' character in pattern marks the end of it.
1924 bool UnitTestOptions::PatternMatchesString(const char *pattern, argument
1926 switch (*pattern) {
1928 case ':': // Either ':' or '\0' marks the end of the pattern.
1931 return *str != '\0' && PatternMatchesString(pattern
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1299 /* magic pattern used for mismatch driver and wl */
1819 #define WL_DIAGERR_MEMORY_BADPATTERN 12 /* d11 memory test result in bad pattern */
4124 * Dongle pattern matching filter.
4127 /* Packet filter types. Currently, only pattern matching is supported. */
4135 * start matching, the pattern to match, the size of the pattern, and a bitmask
4136 * that indicates which bits within the pattern should be matched.
4139 uint32 offset; /* Offset within received packet to start pattern matching.
4142 uint32 size_bytes; /* Size of the pattern. Bitmask must be the same size. */
4143 uint8 mask_and_pattern[1]; /* Variable length mask and pattern dat
4154 wl_pkt_filter_pattern_t pattern; /* Pattern matching filter */ member in union:wl_pkt_filter::__anon146
4284 wl_wowl_pattern_t pattern[1]; member in struct:__anon148
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm218 ;# We read 8 columns of data, initially in the following pattern:
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c4535 static OMX_U32 VIDDEC_ScanConfigBufferAVC(OMX_BUFFERHEADERTYPE* pBuffHead, OMX_U32 pattern){ argument
4543 if (VIDDEC_GetBits(&nBitPosition, 24, nBitStream, OMX_FALSE) != pattern) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2037 RE(const RE& other) { Init(other.pattern()); }
2052 const char* pattern() const { return pattern_; } function in class:std::tr1::RE
7244 // Reinterprets a bit pattern as a floating-point number.
8683 // pattern for this is:
8795 // or "pattern", whichever you prefer to think.
8836 // To distinguish different instances of the pattern, (yes, you
17311 // allow you to define the test pattern without knowing what the type
17312 // parameters are. The defined pattern can be instantiated with
17333 // (the _P suffix is for "parameterized" or "pattern", whichever you
17354 // Finally, you are free to instantiate the pattern wit
[all...]

Completed in 1651 milliseconds