HomeSort by relevance Sort by last modified time
    Searched defs:match (Results 776 - 800 of 1447) sorted by null

<<31323334353637383940>>

  /external/libxml2/
pattern.c 337 * @comp: the compiled match expression
342 * Add a step to an XSLT Compiled Match
373 * @comp: the compiled match expression
401 * @comp: the compiled match expression
952 * This is a namespace match
1073 * This is a namespace match
1140 * This is a namespace match
1860 int ret = 0, err = 0, final = 0, tmp, i, m, match, stepNr, desc; local
    [all...]
xpointer.c 2476 int match; local
    [all...]
  /external/linux-tools-perf/src/tools/lib/traceevent/
parse-filter.c 275 int match = 0; local
309 match = 1;
318 if (!match)
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-script.c 1043 * this function will check if the events in perf.data match those
1056 int match, len; local
1083 match = 0;
1087 match = 1;
1092 if (!match) {
    [all...]
  /external/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 272 // Don't add the entry if there is already a match for this address
707 malloc_match match = { (void *)ptr_addr, ptr_size, info->addr - ptr_addr, type }; local
708 g_matches.push_back(match, info->unique);
731 malloc_match match = { (void *)ptr_addr, ptr_size, addr - ptr_addr, type }; local
732 g_matches.push_back(match, info->unique);
758 bool match = false; local
761 // Match any objective C object
762 match = true;
766 // Only match exact isa values in the current class or
769 match = true
786 malloc_match match = { (void *)ptr_addr, ptr_size, 0, type }; local
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 160 /// match - Does this UserValue match the parameters?
161 bool match(const MDNode *Var, const MDNode *Expr, const MDLocation *IA, function in class:__anon14738::UserValue
467 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect))
    [all...]
  /external/lz4/programs/
fuzzer.c 154 size_t match, d; local
160 match = pos - offset;
161 while (pos < d) BBuffer[pos++] = BBuffer[match++];
229 input[0] = (char)0x1F; // Match length overflow
243 input[0] = (char)0x1F; // Match length overflow
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 188 1 on success (match)
189 0 on failure (no match)
238 Matching AF code, or AF_UNSPEC if no match found.
248 Matching ns_class_t, or ns_c_invalid if no match found.
258 Matching ns_type_t, or ns_t_invalid if no match found.
355 if the unqualified prefix happens to match a domain suffix.
923 Must match addr
1244 Must match data alignment
1614 int match = config_is_mdns_suffix (name); local
1652 int match; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 213 * request URI must match that in CSEQ.
521 * Match with a template. You can use this if you want to match incoming messages with a
522 * pattern and do something when you find a match. This is useful for building filters/pattern
525 * @param matchObj object to match ourselves with (null matches wildcard)
528 public boolean match(Object matchObj) { method in class:SIPRequest
540 return super.match(matchObj);
541 return requestLine.match(that.requestLine) && super.match(matchObj);
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 672 BraceStyle match; local
673 fBraceStack.pop(&match);
674 SkASSERT(match == kArrayBrace);
    [all...]
  /external/skia/tests/
SkpSkGrTest.cpp 549 bool match(const SkString& filename, SkFILEWStream* stream, TestResult* result) { function in class:PreParser
602 if (preParser.match(filename, &statusStream, &state.fResult)) {
  /external/wpa_supplicant_8/src/utils/
edit.c 178 struct edit_history *h, *match = NULL, *last = NULL; local
186 match = h;
193 if (match) {
891 char *match = search_find(); local
893 search_buf, match ? match : "");
917 char *match = search_find(); local
920 if (match) {
921 os_strlcpy(cmdbuf, match, CMD_BUF_LEN);
  /frameworks/base/services/core/java/com/android/server/
IntentResolver.java 390 // the filters that match that MIME type.
399 // completely match or wildcards whose base type matches.
406 // We can match anything with our base type.
428 // the filters that match its scheme (we will further refine matches
515 protected R newResult(F filter, int match, int userId) {
712 int match; local
749 match = filter.match(action, resolvedType, scheme, data, categories, TAG);
750 if (match >= 0) {
751 if (debug) Slog.v(TAG, " Filter matched! match=0x"
    [all...]
  /frameworks/base/tools/aapt2/
Png.cpp 302 bool match = false; local
305 match = true;
314 if (!match) {
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 48 * X509Certificate}s that match the specified criteria.
52 // match criteria
86 * the certificate to match, or null to not check this criteria.
95 * @return the certificate to match, or null if this criteria is not
103 * Sets the serial number that a certificate must match.
106 * the serial number to match, or {@code null} to not check the
114 * Returns the serial number that a certificate must match.
116 * @return the serial number to match, or {@code null} if the serial number
124 * Sets the issuer that a certificate must match.
127 * the issuer to match, or {@code null} if the issuer is not t
1102 public boolean match(Certificate certificate) { method in class:X509CertSelector
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 187 * to match a waiting node.
204 volatile SNode match; // the node matched to this field in class:SynchronousQueue.TransferStack.SNode
222 * Tries to match node s to this node, if so, waking up thread.
226 * @param s the node to match
230 if (match == null &&
239 return match == s;
250 return match == this;
263 (k.getDeclaredField("match"));
303 * mode, try to push node on stack and wait for a match,
307 * try to push a fulfilling node on to stack, match
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 439 String match; local
442 match = m.group(0);
446 Log.v(TAG, "Matching:" + match +"\nCharset: "+charset +"\nEncoding : " +encoding
452 in = in.replace(match, str);
461 in = in.replace(match, str);
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 78 // shared suggestion array index, make sure to match COLUMNS
114 // make sure that these match the index of TABLE_NAMES
117 // (id % 10) should match the table name index
452 * 2. If bookmark/history entries has a match, "Search the web" shows up at
756 int match = URI_MATCHER.match(url);
757 if (match == -1) {
761 if (match == URI_MATCH_SUGGEST || match == URI_MATCH_BOOKMARKS_SUGGEST) {
763 return doSuggestQuery(selection, selectionArgs, match == URI_MATCH_BOOKMARKS_SUGGEST)
908 int match = URI_MATCHER.match(url); local
956 int match = URI_MATCHER.match(url); local
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 169 final RawContactDelta match = set.getByRawContactId(rawContactId); local
170 match.addEntry(ValuesDelta.fromAfter(values));
174 final RawContactDelta match = set.getByRawContactId(rawContactId); local
175 return match.getEntry(dataId);
366 // Merge in second version, verify they match
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 234 final int match = sURIMatcher.match(uri); local
240 switch (match) {
329 final boolean isEmail = match == GAL_EMAIL_FILTER;
330 final boolean isPhone = match == GAL_PHONE_FILTER;
369 final long contactId = (match == GAL_CONTACT_WITH_ID)
642 final int match = sURIMatcher.match(uri); local
643 switch (match) {
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 258 // match against Photos._ID
261 // match against Albums._ID
264 // match against metadata/<Metadata._ID>
267 // match against Accounts._ID
274 int match = matchUri(uri); local
275 selection = addIdToSelection(match, selection);
276 selectionArgs = addIdToSelectionArgs(match, uri, selectionArgs);
277 return deleteCascade(uri, match, selection, selectionArgs);
293 int match = matchUri(uri); local
294 validateMatchTable(match);
317 int match = matchUri(uri); local
331 int match = matchUri(uri); local
435 int match = sUriMatcher.match(uri); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 434 // Create a new section if the section names do not match
515 AppInfo match = mComponentToAppMap.get(key); local
516 if (match != null) {
517 result.add(match);
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 452 final int match = mPm.checkSignatures(pkg1, pkg2); local
453 if (match >= PackageManager.SIGNATURE_MATCH) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 212 final int match = sURIMatcher.match(uri); local
213 switch (match) {
284 int match = sURIMatcher.match(uri); local
285 switch (match) {
338 final int matchedUriId = sURIMatcher.match(uri);
362 final int matchedUriId = sURIMatcher.match(uri);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 101 int match = sURLMatcher.match(uri); local
103 Log.v(TAG, "Query uri=" + uri + ", match=" + match);
106 switch (match) {
133 + getMessageBoxByMatch(match));
259 int match = sURLMatcher.match(uri); local
260 switch (match) {
312 int match = sURLMatcher.match(uri) local
577 int match = sURLMatcher.match(uri); local
736 int match = sURLMatcher.match(uri); local
826 int match = sURLMatcher.match(uri); local
    [all...]

Completed in 768 milliseconds

<<31323334353637383940>>