HomeSort by relevance Sort by last modified time
    Searched full:matching (Results 476 - 500 of 5917) sorted by null

<<11121314151617181920>>

  /external/lldb/test/functionalities/data-formatter/data-formatter-disabling/
TestDataFormatterDisabling.py 76 self.expect("frame variable numbers", matching=False,
79 self.expect('frame variable string1', matching=False, substrs = ['hello world'])
  /external/lldb/test/functionalities/data-formatter/data-formatter-smart-array/
TestDataFormatterSmartArray.py 205 self.expect("frame variable strptr", matching=False,
209 self.expect("frame variable other.strptr", matching=False,
213 self.expect("p strptr", matching=False,
217 self.expect("p other.strptr", matching=False,
243 self.expect("frame variable intarr",matching=False,
246 self.expect("frame variable other.intarr", matching=False,
307 self.expect("frame variable flptr", matching=False,
310 self.expect("frame variable intptr", matching=False,
  /external/lldb/test/functionalities/data-formatter/rdar-10887661/
TestRdar10887661.py 79 self.expect("frame variable f00_1", matching=False,
85 self.expect("frame variable f00_1", matching=True,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h 128 * Search a framebuffer with a matching HWND.
138 * Search a framebuffer with a matching HDC.
  /external/mockito/src/org/mockito/
ArgumentMatcher.java 47 * <b>Warning:</b> Be reasonable with using complicated argument matching, especially custom argument matchers, as it can make the test less readable.
49 * (Mockito naturally uses equals() for argument matching).
  /external/pcre/dist/doc/
pcre_compile.3 44 PCRE_CASELESS Do caseless matching
51 PCRE_FIRSTLINE Force matching to be before newline
pcre_compile2.3 49 PCRE_CASELESS Do caseless matching
56 PCRE_FIRSTLINE Force matching to be before newline
pcre_fullinfo.3 45 PCRE_INFO_MINLENGTH Lower bound length of matching strings
53 PCRE_INFO_OKPARTIAL Return 1 if partial matching can be tried
pcrecpp.3 19 .SH "MATCHING INTERFACE"
95 The matching interface supports at most 16 arguments per call.
136 .SH "UTF-8 AND THE MATCHING INTERFACE"
143 the match returned may depend on the UTF8 flag, so always use it when matching
307 used to insert text matching corresponding parenthesized group
308 from the pattern. \e0 in "rewrite" refers to the entire matching
319 not subject to re-matching. For example:
329 The non-matching portions of "text" are ignored. Returns true iff a match
pcresample.3 19 character tables are used. If matching succeeds, the program outputs the
25 string. The logic is a little bit tricky because of the possibility of matching
  /external/proguard/src/proguard/util/
FileNameParser.java 27 * matching file names. The regular expressions can contain the following
100 * A main method for testing file name matching.
NameParser.java 25 * matching names. The regular expressions are interpreted as comma-separated
85 * A main method for testing name matching.
  /external/valgrind/main/VEX/priv/
ir_match.h 36 /* Provides a facility for doing IR tree matching. */
76 /* The matching function. p is expected to have zero or more
  /external/valgrind/main/none/tests/s390x/
troo.c 101 /* Test 2 : len > 0, testbyte not matching */
112 /* Test 3 : len > 0, testbyte matching */
trot.c 107 /* Test 2 : len > 0, testbyte not matching */
118 /* Test 3 : len > 0 , testbyte matching */
trto.c 105 /* Test 2 : len > 0, testbyte not matching */
116 /* Test 3 : len > 0 , testbyte matching */
trtt.c 108 /* Test 2 : len > 0, testbyte not matching */
119 /* Test 3 : len > 0 , testbyte matching */
  /external/wpa_supplicant_8/src/wps/
httpread.h 108 * to line within header content matching the given tag
111 * The tag should end with a colon for reliable matching.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Integer_16x16.c 28 * Contains modules for Block matching, a full search algorithm
74 * omxVCM4P2_MEInit prior to calling the block matching function.
omxVCM4P2_BlockMatch_Integer_8x8.c 28 * Contains modules for Block matching, a full search algorithm
72 * omxVCM4P2_MEInit prior to calling the block matching function.
  /frameworks/base/core/java/android/hardware/camera2/dispatch/
ArgumentReplacingDispatcher.java 34 * argument replacement type, args in {@link #dispatch} matching {@code argumentIndex}
56 * @param replaceWith arguments matching {@code argumentIndex} will be replaced with this object
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
patspecific_vars 24 # test matching multiple patterns
58 # TEST #4 -- test multiple patterns matching the same target
  /packages/apps/Settings/src/com/android/settings/
WallpaperTypeSettings.java 53 // Add Preference items for each of the matching activities
78 // Add indexable data for each of the matching activities
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
NameDistance.java 21 * A string distance calculator, particularly suited for name matching.
23 * A detailed discussion of the topic of record linkage in general and name matching
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
utmp.h 72 next entry with a ut_type matching ID->ut_type. */
76 next entry with a ut_line matching LINE->ut_line. */

Completed in 2170 milliseconds

<<11121314151617181920>>