HomeSort by relevance Sort by last modified time
    Searched defs:from (Results 276 - 300 of 571) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 52 struct sockaddr_un *from,
60 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_un));
66 (u8 *) from->sun_path,
73 struct sockaddr_un *from,
81 os_memcmp(from->sun_path, dst->addr.sun_path,
90 (u8 *) from->sun_path,
103 struct sockaddr_un *from,
114 os_memcmp(from->sun_path, dst->addr.sun_path,
118 "level", (u8 *) from->sun_path, fromlen -
842 struct sockaddr_un from; local
1254 struct sockaddr_un from; local
    [all...]
hlr_auc_gw.c 33 * The example implementation here reads GSM authentication triplets from a
105 os_snprintf(cmd, sizeof(cmd), "SELECT 1 FROM %s;", name);
201 "SELECT ki,opc,amf,sqn FROM milenage WHERE imsi=%llu;",
614 static void sim_req_auth(int s, struct sockaddr_un *from, socklen_t fromlen,
687 (struct sockaddr *) from, fromlen) < 0)
714 static void aka_req_auth(int s, struct sockaddr_un *from, socklen_t fromlen,
785 if (sendto(s, reply, pos - reply, 0, (struct sockaddr *) from,
791 static void aka_auts(int s, struct sockaddr_un *from, socklen_t fromlen,
841 struct sockaddr_un from; local
845 fromlen = sizeof(from);
    [all...]
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 48 * on-demand from an application. OBBs are a good way of providing large amounts
51 * a shared storage pool accessible from all programs. The system does not
53 * OBB, there is no guarantee that a read from that OBB will produce the
298 public static StorageManager from(Context context) { method in class:StorageManager
  /frameworks/base/tools/aidl/
aidl.cpp 26 // The following are gotten as the offset from the allowable id's between
93 const char* from; member in struct:import_info
115 import->from = strdup(g_currentFilename);
956 import->from, import->statement.lineno,
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 49 * method {@link IntentBuilder#from(Activity)}.
56 * to call out the app that the content was shared from.
161 * Retrieve the name of the package that launched calledActivity from a share intent.
181 * Retrieve the ComponentName of the activity that launched calledActivity from a share intent.
269 * Create a new IntentBuilder for launching a sharing action from launchingActivity.
271 * @param launchingActivity Activity that the share will be launched from
274 public static IntentBuilder from(Activity launchingActivity) { method in class:ShareCompat.IntentBuilder
647 * from shared posts if desired.</p>
671 public static IntentReader from(Activity activity) { method in class:ShareCompat.IntentReader
    [all...]
  /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/src/com/android/email/
LegacyConversions.java 72 * Copy field-by-field from a "store" message to a "provider" message
80 Address[] from = message.getFrom(); local
89 if (from != null && from.length > 0) {
90 localMessage.mDisplayName = from[0].toFriendly();
133 if (from != null && from.length > 0) {
134 localMessage.mFrom = Address.pack(from);
154 * Copy attachments from MimeMessage to provider Message.
184 * @param part a single attachment part from POP or IMA
334 Address[] from = Address.unpack(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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 68 public static DataManager from(Context context) { method in class:DataManager
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 140 // If we are dragging a widget from AppsCustomize, hide the delete target
145 // If we are dragging an application from AppsCustomize, only show the control if we can
197 Rect from = new Rect(); local
198 dragLayer.getViewRectRelativeToSelf(d.dragView, from);
201 float scale = (float) to.width() / from.width();
212 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
222 // Uninstall the application if it is being dragged from AppsCustomize
227 // Remove the folder from the workspace and delete the contents from launcher model
232 // Remove the widget from the workspac
261 final Rect from = new Rect(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_link.h 185 __u32 from; member in struct:ifla_vlan_qos_mapping
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_link.h 185 __u32 from; member in struct:ifla_vlan_qos_mapping
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_link.h 185 __u32 from; member in struct:ifla_vlan_qos_mapping
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java 129 * @param from the path of the project before the rename action.
131 public void projectRenamed(IProject project, IPath from);
299 IPath from = delta.getMovedFromPath(); local
303 pl.projectRenamed(project, from);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 44 import gov.nist.javax.sip.header.From;
122 * dialog identifier that can be used to retrieve this structure from the SipStack.
203 // The following fields are extracted from the request that created the
263 // We store here the useful data from the first transaction without having to
280 * is to prevent interleaving INVITEs ( which will result in a 493 from the UA that receives
446 stack.getStackLogger().logDebug("resend 200 response from " + dialog);
716 * @param sipMessage -- SIP Message to extract the relevant information from.
733 * Add a route list extracted from a record route list. If this is a server dialog then we
738 * @param recordRouteList -- the record route list from the incoming message.
745 // route from the response and reverse its order t
1928 From from = new From(); local
2066 From from = (From) dialogRequest.getFrom(); local
2471 From from = new From(); local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 344 final String[] from = new String[] { "column2" }; local
345 mSimpleCursorAdapter.changeCursorAndColumns(newCursor, from, VIEWS_TO);
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 57 * to display the content of a cursor, most often coming from a content provider</li>
99 * <p>The <code>&lt;select /&gt;</code> tag is used to select columns from the cursor
115 * <p>The <code>&lt;bind /&gt;</code> tag is used to bind a column from the cursor to
130 * <li><code>android:from</code>: The name of the column to bind from.
181 * <p>A map element simply specifies a value to match from and a value to match to. When
182 * a column's value equals the value to match from, it is replaced with the value to match
185 * <li><code>android:fromValue</code>: The value to match from. This attribute is mandatory</li>
223 * &lt;bind android:from="display_name" android:to="@id/name" android:as="string" /&gt;
224 * &lt;bind android:from="starred" android:to="@id/star" android:as="drawable"&gt
805 String from = a.getString(R.styleable.CursorAdapter_MapItem_fromValue); local
    [all...]
  /external/dhcpcd/
dhcpcd.c 314 struct in_addr from, to; local
342 * This could happen if our IP was pulled out from underneath us.
343 * Also, we should not unicast from a BOOTP lease. */
353 from.s_addr = dhcp->ciaddr;
354 if (from.s_addr)
365 len = make_udp_packet(&udp, (uint8_t *)dhcp, len, from, to);
371 * As such we remove it from consideration without actually
444 const struct in_addr *from)
459 tfrom = "from";
467 addr = *from;
668 struct in_addr from; local
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 7 * Kerberos team. This version was originally taken from the Kerberos
26 * Export of this software from the United States of America may require
27 * a specific license from the United States Government. It is the
94 time_t timestamp; /* time tree was last updated from file */
653 char *to, *from; local
655 to = from = str;
657 for (to = from = str; *from && *from != '"'; to++, from++)
    [all...]
  /external/icu4c/common/
ucnv.c 150 and created from a converter that is shared across threads.
338 or from user code that statically links this code. */
396 /*returns a single Name from the list, will return NULL if out of bounds
428 /* Unicode string or empty string from ucnv_setSubstString(). */
871 * Previous m:n conversion stored source units from a partial match
873 * We need to "replay" them from a temporary buffer and convert them first.
918 /* handle error from ucnv_convertEx() */
997 /* switch back from replaying to the real source and continue */
2534 UConverter *algoConverter, *to, *from; local
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 250 wp = _("differs from POSIX standard");
432 register int from; local
446 for (from = 0; environ[from] != NULL; ++from)
447 if (strncmp(environ[from], "TZ=", 3) != 0)
448 fakeenv[to++] = environ[from];
  /external/linux-tools-perf/
builtin-timechart.c 519 * FIXME: use evsel, its already mapped from id to perf_evsel,
704 int from = 0, to = 0; local
714 if (p->pid == we->waker && !from) {
715 from = c->Y;
727 if (p->pid == we->waker && !from) {
728 from = c->Y;
752 else if (from && to && abs(from - to) == 1)
753 svg_wakeline(we->time, from, to);
755 svg_partial_wakeline(we->time, from, task_from, to, task_to)
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 230 struct sockaddr_storage from; local
240 fromLen = sizeof(from);
242 packetLen = recvfrom_flags(skt, &packet, sizeof(packet), &flags, (struct sockaddr *) &from, &fromLen, &packetInfo, &ttl);
246 SockAddrTomDNSAddr((struct sockaddr*)&from, &senderAddr, &senderPort);
294 verbosedebugf("SocketDataReady ignored a packet from %#a to %#a on interface %s/%d expecting %#a/%s/%d/%d",
310 verbosedebugf("SocketDataReady got a packet from %#a to %#a on interface %#a/%s/%d/%d",
489 // Other platforms can either get the information from the appropriate place,
    [all...]
  /external/mksh/src/
eval.c 163 * used from iosetup to expand redirection files
430 mksh_ari_t from = 0, num = -1, flen, finc = 0; local
452 &from, KSH_UNWIND_ERROR, true); local
462 if (from < 0) {
463 if (-from < flen)
464 finc = flen + from;
466 finc = from < flen ? from : flen;
    [all...]
  /external/openssh/
key.c 460 * profit from its built-in pattern recognition ability.
476 * Movement is taken from dgst_raw 2bit-wise. Bumping into walls
576 fatal("key_fingerprint: null from key_fingerprint_raw()");
598 * Reads a multiple-precision integer in decimal from the buffer, and advances
1159 const struct KeyCert *from; local
1167 if ((from = from_key->cert) == NULL)
1172 buffer_append(&to->certblob, buffer_ptr(&from->certblob),
1173 buffer_len(&from->certblob));
1176 buffer_ptr(&from->critical), buffer_len(&from->critical))
    [all...]

Completed in 2885 milliseconds

<<11121314151617181920>>