/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableMapTest.java | 74 assertEquals(MinimalSet.from(map.entrySet()), map.entrySet());
|
/external/icu/icu4c/source/i18n/ |
olsontz.cpp | 112 * Construct from a resource bundle 379 // Compute local epoch millis from input fields 490 // Linear search from the end is the fastest approach, since 560 // observed from 1943 to the present, most clients will expect 815 * getting offset from finalZone has some problems. 923 TimeZoneRule *from = historicRules[typeMapData[ttidx]]; local 984 TimeZoneRule *from = historicRules[typeMapData[ttidx-1]]; local [all...] |
rbtz.cpp | 28 TimeZoneRule* from; member in struct:Transition 214 // No more transitions from this rule - skip this rule next time 279 trst->from = curRule; 320 final0->from = curRule; 323 final1->from = rule0; 327 final0->from = curRule; 330 final1->from = rule1; 503 TimeZoneRule *from, *to; local 504 UBool avail = findNext(now, FALSE, time, from, to); 770 result.from = r1 [all...] |
zonemeta.cpp | 227 // No key/value deleters - keys/values are from a resource bundle 523 if (mzm->from <= date && mzm->to > date) { 563 // get the mapping from cache 664 UDate from = parseDate(mz_from, status); local 677 entry->from = from;
|
/external/icu/icu4c/source/test/intltest/ |
itspoof.cpp | 176 // testSkeleton. Spot check a number of confusable skeleton substitutions from the 256 errln("File %s, Line %d, Test case from line %d, status is %s", __FILE__, __LINE__, lineNum, 261 errln("File %s, Line %d, Test case from line %d, Actual and Expected skeletons differ.", 293 // Two acute accents, one from the composed a with acute accent, \u00e1, 363 // testConfData - Check each data item from the Unicode confusables.txt file, 395 // Parse lines from the confusables.txt file. Example Line: 403 UnicodeString from = parseHex(parseLine.group(1, status)); local 404 if (!Normalizer::isNormalized(from, UNORM_NFD, status)) { 430 uspoof_getSkeletonUnicodeString(sc.getAlias(), skeletonType, from, actual, &status);
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
CollectionUtilities.java | 74 int from = 0, to = 1; local 76 from = 1; to = 0; 79 target.put(source[i][from], source[i][to]);
|
/external/iputils/ |
ping.c | 5 * This code is derived from software contributed to Berkeley by 21 * may be used to endorse or promote products derived from this software 599 printf("from %s %s: ", inet_ntoa(source.sin_addr), device ?: ""); 699 printf("From %s: icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence)); 771 * Print out the packet, if it came from us. This logic is necessary 785 struct sockaddr_in *from = addr; local 802 fprintf(stderr, "ping: packet too short (%d bytes) from %s\n", cc, 803 pr_addr(from->sin_addr.s_addr)); 838 ttl, 0, tv, pr_addr(from->sin_addr.s_addr), 893 printf("From %s: icmp_seq=%u " [all...] |
traceroute6.c | 24 * This code is derived from software contributed to Berkeley by 40 * may be used to endorse or promote products derived from this software 68 * icmp "time exceeded" reply from a gateway. We start our probes 74 * round trip time of each probe. If the probe answers come from 160 * is using the ttl from our arriving datagram as the ttl in its 186 * system available from Berkeley: A raw ip socket using proto 196 * data from the original datagram. 8 bytes is the size of a udp 214 * I stole the idea for this program from Steve Deering. Since 216 * IETF working group meetings, I also could have stolen it from Guy 294 int packet_ok(u_char *buf, int cc, struct sockaddr_in6 *from, 342 struct sockaddr_in6 from, *to; local [all...] |
/external/libnl/include/linux/ |
if_link.h | 187 __u32 from; member in struct:ifla_vlan_qos_mapping
|
/external/linux-tools-perf/src/tools/perf/util/ |
symbol.h | 154 struct addr_map_symbol from; member in struct:branch_info
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmsintrp.c | 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 41 void* from; local 46 from = src ->chunks[InterpPlugin]; 51 from = &InterpPluginChunk; 54 _cmsAssert(from != NULL); 55 ctx ->chunks[InterpPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsInterpPluginChunkType)); [all...] |
cmsxform.c | 21 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 42 void* from; local 45 from = src ->chunks[AdaptationStateContext]; 48 from = &AdaptationStateChunk; 51 ctx ->chunks[AdaptationStateContext] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsAdaptationStateChunkType)); 132 void* from; local 135 from = src ->chunks[AlarmCodesContext]; 138 from = &AlarmCodesChunk; 141 ctx ->chunks[AlarmCodesContext] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsAlarmCodesChunkType)); 941 // Multiprofile transforms: Gamut check is not available here, as it is unclear from which profile the gamut comes [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
server.c | 284 VG_(printf) ("vgdb-error value changed from %d to %d\n", 288 VG_(printf) ("debuglog value changed from %d to %d\n", 293 ("merge-recursive-frames value changed from %d to %d\n", 617 char *from, *to; local 623 from = arg_own_buf + 13; 624 while (from < end) { 625 to = strchr(from, ';'); 627 decode_address (&sig, from, to - from); 631 from = to 670 char *from, *to; local [all...] |
/external/wpa_supplicant_8/hostapd/ |
hlr_auc_gw.c | 36 * An example implementation here reads GSM authentication triplets from a 115 os_snprintf(cmd, sizeof(cmd), "SELECT 1 FROM %s;", name); 216 "SELECT * FROM milenage WHERE imsi=%llu;", imsi); 942 struct sockaddr_un from; local 946 fromlen = sizeof(from); 947 res = recvfrom(s, buf, sizeof(buf), 0, (struct sockaddr *) &from, 975 if (sendto(s, resp, os_strlen(resp), 0, (struct sockaddr *) &from,
|
/frameworks/av/media/libstagefright/ |
StagefrightMetadataRetriever.cpp | 287 // we don't expect an output from codec config buffer 393 ALOGE("Unable to convert from format 0x%08x to RGB565", srcFormat); 547 int from; member in struct:android::Map 575 if (meta->findCString(kMap[i].from, &value)) {
|
/frameworks/base/core/java/android/app/ |
NotificationManager.java | 66 * unspecified. This pair identifies this notification from your app to the 178 public static NotificationManager from(Context context) { method in class:NotificationManager 275 * will be hidden. If it's persistent, it will be removed from the status 285 * will be hidden. If it's persistent, it will be removed from the status 536 /** Calls from repeat callers are prioritized. */
|
/frameworks/base/telecomm/java/android/telecom/ |
TelecomManager.java | 246 * alternative address to dial which is different from the one specified and displayed to 401 public static TelecomManager from(Context context) { method in class:TelecomManager 420 * list which is returned from invoking {@link #getCallCapablePhoneAccounts()}. The specific 450 * calls. This {@code PhoneAccount} will always be a member of the list which is returned from 709 * Remove a {@link PhoneAccount} registration from the system. 724 * Remove all Accounts that belong to the calling package from the system. 732 * Remove all Accounts that belong to the calling package from the system. 748 * Remove all Accounts that belong to the specified package from the system. [all...] |
/frameworks/base/tools/aidl/ |
aidl.cpp | 27 // The following are gotten as the offset from the allowable id's between 94 const char* from; member in struct:import_info 116 import->from = strdup(g_currentFilename); 969 import->from, import->statement.lineno, [all...] |
/frameworks/compile/mclinker/lib/LD/ |
ELFObjectWriter.cpp | 210 // ELF header must start from 0x0 582 // FIXME: We should get the entsize from input since the size of each 659 const char* from = region_frag.getRegion().begin(); local 660 memcpy(pRegion.begin() + cur_offset, from, size);
|
/frameworks/support/v4/java/android/support/v4/app/ |
ShareCompat.java | 50 * method {@link IntentBuilder#from(Activity)}. 57 * to call out the app that the content was shared from. 162 * Retrieve the name of the package that launched calledActivity from a share intent. 182 * Retrieve the ComponentName of the activity that launched calledActivity from a share intent. 270 * Create a new IntentBuilder for launching a sharing action from launchingActivity. 272 * @param launchingActivity Activity that the share will be launched from 275 public static IntentBuilder from(Activity launchingActivity) { method in class:ShareCompat.IntentBuilder 648 * from shared posts if desired.</p> 672 public static IntentReader from(Activity activity) { method in class:ShareCompat.IntentReader [all...] |
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/ |
Palette.java | 34 * A helper class to extract prominent colors from an image. 36 * A number of colors with different profiles are extracted from the image: 45 * These can be retrieved from the appropriate getter method. 57 * Palette p = Palette.from(bitmap).generate(); 60 * Palette.from(bitmap).generate(new PaletteAsyncListener() { 93 public static Builder from(Bitmap bitmap) { method in class:Palette 98 * Generate a {@link Palette} from the pre-generated list of {@link Palette.Swatch} swatches. 99 * This is useful for testing, or if you want to resurrect a {@link Palette} instance from a 102 public static Palette from(List<Swatch> swatches) { method in class:Palette 111 return from(bitmap).generate() [all...] |
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/ |
ItemTouchHelperTest.java | 184 if (move.from == vh) { 234 RecyclerView.ViewHolder from, to; field in class:ItemTouchHelperTest.MoveRecord 236 public MoveRecord(RecyclerView.ViewHolder from, 238 this.from = from; 240 fromPos = from.getAdapterPosition();
|
/ndk/sources/host-tools/make-3.81/ |
variable.c | 81 /* From the lengths of the filename and the pattern parts, 187 /* V came from in the environment. Since it was defined 192 If the old definition is from a stronger source 327 remove variables from the list, this is a reliable way to know whether 688 struct variable_set_list *from = setlist1; 691 merge_variable_sets (to->set, from->set); 766 did not come from the environment */ 771 /* overwrite whatever we got from the environment */ 808 /* On MSDOS we do use SHELL from environment, since it isn't a standard 810 On OS/2 we do not use SHELL from environment but we have already handle 680 struct variable_set_list *from = setlist1; local [all...] |
/packages/apps/Email/provider_src/com/android/email/ |
LegacyConversions.java | 72 * Copy field-by-field from a "store" message to a "provider" message 82 final Address[] from = message.getFrom(); local 91 if (from != null && from.length > 0) { 92 localMessage.mDisplayName = from[0].toFriendly(); 138 if (from != null && from.length > 0) { 139 localMessage.mFrom = Address.toString(from); 159 * Copy attachments from MimeMessage to provider Message. 196 // Transfer fields from mime format to provider forma 377 final Address[] from = Address.fromHeader(localMessage.mFrom); local [all...] |
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 244 String[] from = message.getHeader("From"); local 249 assertEquals("from address count", 1, from.length); 250 assertEquals("no name 1", "noname1@dom1.com", from[0]); 276 message.setHeader("From", "noname1@dom1.com"); 289 Address[] from = message.getFrom(); local 294 assertEquals("from address count", 1, from.length); 295 assertEquals("no name 1 address", "noname1@dom1.com", from[0].getAddress()) [all...] |