HomeSort by relevance Sort by last modified time
    Searched refs:ssp (Results 1 - 25 of 1083) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 81 String ssp = mUri.getSchemeSpecificPart(); local
82 int offset = ssp.indexOf('?');
84 ssp = ssp.substring(0, offset);
87 return context.getString(R.string.action_call, PhoneNumberUtils.formatNumber(ssp));
89 return context.getString(R.string.action_text, PhoneNumberUtils.formatNumber(ssp));
  /cts/tests/tests/net/src/android/net/cts/
UriTest.java 313 String ssp = sb.toString(); local
328 uriString, ssp, uri, scheme, authority, path, query, fragment);
330 uriString, ssp, uri, scheme, authority, path, query, fragment);
337 uriString, ssp, uri, scheme, authority, path, query, fragment);
339 uriString, ssp, uri, scheme, authority, path, query, fragment);
354 uriString, ssp, built, scheme, authority, path, query, fragment);
356 uriString, ssp, built, scheme, authority, path, query, fragment);
368 uriString, ssp, built, scheme, authority, path, query, fragment);
370 uriString, ssp, built, scheme, authority, path, query, fragment);
376 uriString, ssp, built, scheme, authority, path, query, fragment)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java 99 String ssp = null; local
102 ssp = data.getSchemeSpecificPart();
115 mCreateDescrip = ssp;
123 mCreateExtras.putString(Intents.Insert.EMAIL, ssp);
125 Uri uri = Uri.withAppendedPath(Email.CONTENT_FILTER_URI, Uri.encode(ssp));
129 mCreateExtras.putString(Intents.Insert.PHONE, ssp);
131 Uri uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, ssp);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 265 final String ssp = uri.getSchemeSpecificPart(); local
267 if (ssp.startsWith(BASE64_URI_PREFIX)) {
268 final String base64 = ssp.substring(BASE64_URI_PREFIX.length());
270 } else if (BASE64_IMAGE_URI_PATTERN.matcher(ssp).matches()){
271 final String base64 = ssp.substring(
272 ssp.indexOf(BASE64_URI_PREFIX) + BASE64_URI_PREFIX.length());
  /frameworks/base/core/java/android/net/
Uri.java 365 String ssp = getSchemeSpecificPart(); local
373 if (ssp != null) {
374 for (int i=0; i<ssp.length(); i++) {
375 char c = ssp.charAt(i);
387 // the data we include -- only the ssp, not the query params or
394 if (ssp != null) {
395 builder.append(ssp);
515 // No ssp.
519 // If the ssp starts with a '/', this is hierarchical.
541 private Part ssp; field in class:Uri.StringUri
830 private final Part ssp; field in class:Uri.OpaqueUri
1185 private Part ssp; field in class:Uri.HierarchicalUri
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
unistd.h 38 #include <ssp.h>
stdio.h 38 #include <ssp.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
unistd.h 38 #include <ssp.h>
stdio.h 38 #include <ssp.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
unistd.h 38 #include <ssp.h>
stdio.h 38 #include <ssp.h>
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 464 // No ssp.
468 // If the ssp starts with a '/', this is hierarchical.
490 private Part ssp; field in class:Uri__FromAndroid.StringUri
493 return ssp == null ? ssp = Part.fromEncoded(parseSsp()) : ssp;
742 * Creates an opaque Uri from the given components. Encodes the ssp
746 * @param ssp scheme-specific-part, everything between the
752 * @throws NullPointerException if scheme or ssp is null
753 * @return Uri composed of the given scheme, ssp, and fragmen
779 private final Part ssp; field in class:Uri__FromAndroid.OpaqueUri
1134 private Part ssp; field in class:Uri__FromAndroid.HierarchicalUri
    [all...]
  /external/qemu/target-i386/
op_helper.c 629 #define SEG_ADDL(ssp, sp, sp_mask) ((uint32_t)((ssp) + (sp & (sp_mask))))
632 #define PUSHW(ssp, sp, sp_mask, val)\
635 stw_kernel((ssp) + (sp & (sp_mask)), (val));\
638 #define PUSHL(ssp, sp, sp_mask, val)\
641 stl_kernel(SEG_ADDL(ssp, sp, sp_mask), (uint32_t)(val));\
644 #define POPW(ssp, sp, sp_mask, val)\
646 val = lduw_kernel((ssp) + (sp & (sp_mask)));\
650 #define POPL(ssp, sp, sp_mask, val)\
652 val = (uint32_t)ldl_kernel(SEG_ADDL(ssp, sp, sp_mask));
661 target_ulong ptr, ssp; local
1131 target_ulong ptr, ssp; local
1953 target_ulong ssp; local
2291 target_ulong ssp; local
2319 target_ulong ssp, old_ssp, next_eip; local
2522 target_ulong ssp; local
2583 target_ulong ssp, sp, new_eip, new_esp, sp_mask; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
UriTest.java 425 String ssp = sb.toString(); local
440 uriString, ssp, uri, scheme, authority, path, query, fragment);
442 uriString, ssp, uri, scheme, authority, path, query, fragment);
449 uriString, ssp, uri, scheme, authority, path, query, fragment);
451 uriString, ssp, uri, scheme, authority, path, query, fragment);
466 uriString, ssp, built, scheme, authority, path, query, fragment);
468 uriString, ssp, built, scheme, authority, path, query, fragment);
480 uriString, ssp, built, scheme, authority, path, query, fragment);
482 uriString, ssp, built, scheme, authority, path, query, fragment);
488 uriString, ssp, built, scheme, authority, path, query, fragment)
    [all...]
  /external/chromium_org/third_party/icu/
icudata.host.darwin-arm.mk 32 --param=ssp-buffer-size=4 \
91 --param=ssp-buffer-size=4 \
icudata.host.darwin-mips.mk 32 --param=ssp-buffer-size=4 \
92 --param=ssp-buffer-size=4 \
icudata.host.darwin-x86.mk 32 --param=ssp-buffer-size=4 \
91 --param=ssp-buffer-size=4 \
icudata.host.linux-arm.mk 32 --param=ssp-buffer-size=4 \
91 --param=ssp-buffer-size=4 \
icudata.host.linux-mips.mk 32 --param=ssp-buffer-size=4 \
92 --param=ssp-buffer-size=4 \
  /external/chromium_org/third_party/yasm/
config_sources.host.darwin-x86.mk 32 --param=ssp-buffer-size=4 \
85 --param=ssp-buffer-size=4 \
config_sources.host.linux-x86.mk 32 --param=ssp-buffer-size=4 \
85 --param=ssp-buffer-size=4 \
  /frameworks/base/core/java/android/content/
IntentFilter.java 147 private static final String SSP_STR = "ssp";
735 * @param ssp Either a raw string that must exactly match the scheme specific part
737 * @param type Determines how <var>ssp</var> will be compared to
745 public final void addDataSchemeSpecificPart(String ssp, int type) {
746 addDataSchemeSpecificPart(new PatternMatcher(ssp, type));
750 public final void addDataSchemeSpecificPart(PatternMatcher ssp) {
754 mDataSchemeSpecificParts.add(ssp);
1386 String ssp = parser.getAttributeValue(null, LITERAL_STR); local
    [all...]
  /external/llvm/lib/Support/
regengine.inc 307 const char *ssp; /* start of string matched by subsubRE */
309 const char *oldssp; /* previous ssp */
391 ssp = sp;
392 oldssp = ssp;
394 sep = slow(m, ssp, rest, ssub, esub);
395 if (sep == NULL || sep == ssp)
397 oldssp = ssp; /* on to next try */
398 ssp = sep;
402 sep = ssp;
403 ssp = oldssp
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 369 const char *ssp; /* start of string matched by subsubRE */ local
371 const char *oldssp; /* previous ssp */
464 ssp = sp;
465 oldssp = ssp;
467 sep = slow(m, ssp, rest, ssub, esub);
468 if (sep == NULL || sep == ssp)
470 oldssp = ssp; /* on to next try */
471 ssp = sep;
475 sep = ssp;
476 ssp = oldssp
575 const char *ssp; \/* start of string matched by subsubRE *\/ local
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 302 char *ssp; /* start of string matched by subsubRE */ local
304 char *oldssp; /* previous ssp */
386 ssp = sp;
387 oldssp = ssp;
389 sep = slow(m, ssp, rest, ssub, esub);
390 if (sep == NULL || sep == ssp)
392 oldssp = ssp; /* on to next try */
393 ssp = sep;
397 sep = ssp;
398 ssp = oldssp
482 char *ssp; \/* start of string matched by subsubRE *\/ local
    [all...]

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 91011>>