/external/iproute2/ip/ |
iprule.c | 36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n"); 88 fprintf(fp, "from %s/%u ", rt_addr_n2a(r->rtm_family, 95 fprintf(fp, "from %s ", format_host(r->rtm_family, 102 fprintf(fp, "from 0/%d ", r->rtm_src_len); 104 fprintf(fp, "from all "); 174 __u32 from = to>>16; local 176 if (from) { 178 rtnl_rtrealm_n2a(from, b1, sizeof(b1))); 266 } else if (strcmp(*argv, "from") == 0) {
|
/external/ipsec-tools/src/racoon/ |
admin.c | 18 * may be used to endorse or promote products derived from this software 102 struct sockaddr_storage from; local 103 socklen_t fromlen = sizeof(from); 108 so2 = accept(lcconf->sock_admin, (struct sockaddr *)&from, &fromlen);
|
/external/kernel-headers/original/uapi/linux/ |
nbd.h | 9 * Removed unneeded blksize_bits field from nbd_device struct. 65 __be64 from; member in struct:nbd_request 76 char handle[8]; /* handle you got from request */
|
/external/libexif/libexif/canon/ |
exif-mnote-data-canon.c | 67 unsigned int from = 0, to; local 71 to = from + mnote_canon_entry_count_values (&dc->entries[*m]); 73 if (s) *s = n - from; 76 from = to;
|
/external/libpcap/bpf/net/ |
bpf_filter.c | 5 * This code is derived from the Stanford/CMU enet packet filter, 23 * may be used to endorse or promote products derived from this software 551 u_int i, from; local 637 * an 8-bit offset, and the from address is <= 646 * For userland, we don't know that the from 648 * from <= len, and, except on a 64-bit system, 656 from = i + 1; 660 if (from + p->k < from || from + p->k >= len [all...] |
/external/mesa3d/src/gallium/winsys/sw/fbdev/ |
fbdev_sw_winsys.c | 22 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 118 char *from = (char *) src->data + src->stride * i; local 121 memcpy(to, from, row_len);
|
/external/mesa3d/src/mesa/math/ |
m_norm_tmp.h | 22 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 50 const GLfloat *from = in->start; local 63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; 92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; 117 const GLfloat *from = in->start; local 130 const GLfloat ux = from[0], uy = from[1], uz = from[2] 182 const GLfloat *from = in->start; local 211 const GLfloat *from = in->start; local 243 const GLfloat *from = in->start; local 273 const GLfloat *from = in->start; local 303 const GLfloat *from = in->start; local 349 const GLfloat *from = in->start; local [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_infback.c | 7 This code is largely copied from inflate.c. Normally either infback.o or 74 fixed code decoding. Normally this returns fixed tables from inffixed.h. 127 /* Load returned state from inflate_fast() */ 138 /* Set state from registers for inflate_fast() */ 157 then return a Z_BUF_ERROR from inflateBack(). */ 170 /* Get a byte of input into the bit accumulator, or return from inflateBack() 181 not enough available input to do that, then return from inflateBack() with 193 /* Remove n bits from the bit accumulator */ 208 if it's full. If the write fails, return from inflateBack() with a 264 unsigned char FAR *from; /* where to copy match bytes from * local [all...] |
/external/skia/experimental/PdfViewer/ |
SkPdfFont.cpp | 105 from the name by which the font is known in the host operating system: on a 233 // in a tree like structure, 3-4 bits for all the datatypes inheriting from obj (int, real, ...) 235 // issue: type can be determined from context! atribute night be missing/wrong 376 int from = skstoi(token.fObject); local 380 fCMapEncodingFlag[from] |= 2; 381 fCMapEncoding[from] = to;
|
/external/toybox/toys/pending/ |
arping.c | 137 static void recv_from(struct sockaddr_ll *from, int *recv_len) 146 if (from->sll_pkttype != PACKET_HOST && from->sll_pkttype != PACKET_BROADCAST 147 && from->sll_pkttype != PACKET_MULTICAST) return; 164 printf("%scast re%s from %s [%s]", 165 from->sll_pkttype == PACKET_HOST ? "Uni" : "Broad", 179 if (from->sll_pkttype != PACKET_HOST) TT.brd_rcv++; 210 struct sockaddr_ll from; local 281 xprintf(" from %s via %s\n", inet_ntoa(src_addr), TT.iface); 292 len = sizeof(from); [all...] |
/external/v8/src/compiler/ |
graph-visualizer.cc | 32 GenericGraphVisit::Control PreEdge(Node* from, int index, Node* to); 79 GenericGraphVisit::Control GraphVisualizer::PreEdge(Node* from, int index, 82 // When going from def to use, only consider white -> other edges, which are 85 if (white_nodes_.count(from) > 0) return GenericGraphVisit::CONTINUE; 120 static bool IsLikelyBackEdge(Node* from, int index, Node* to) { 121 if (from->opcode() == IrOpcode::kPhi || 122 from->opcode() == IrOpcode::kEffectPhi) { 123 Node* control = NodeProperties::GetControlInput(from, 0); 125 } else if (from->opcode() == IrOpcode::kLoop) { 200 Node* from = edge.from() local [all...] |
/external/v8/src/ |
hydrogen-range-analysis.cc | 64 // Propagate flags for negative zero checks upwards from conversions 66 Representation from = instr->value()->representation(); local 67 DCHECK(from.Equals(instr->from())); 68 if (from.IsSmiOrInteger32()) { 94 // Pop next pending block from stack. 245 if (!instr->from().IsSmiOrInteger32() &&
|
/external/v8/tools/ |
generate-ten-powers.scm | 14 ;; from this software without specific prior written permission. 88 (define (generate-powers from to mantissa-size) 90 (offset (- from)) 91 (nb-elements (+ (- from) to 1)) 105 (unless (< (- i) from) 135 (define (print-c powers from to struct-type 166 (display-power power (+ i from)) 225 (print "static const int GRISU_CACHE_OFFSET = " (- from) ";")) 232 (define *from* #f) 249 (("--from" ?from (help "start at 10^from") [all...] |
/external/valgrind/VEX/priv/ |
s390_disasm.c | 108 opcodes/s390-opc.txt (from binutils) that have a '$' in their name. */ 113 const HChar *from; local 124 /* strcpy(buf, from); */ 125 for (from = base, to = buf; *from; ++from, ++to) { 126 *to = *from; 129 for (from = suffix[mask >> 1]; *from; ++from, ++to) 144 const HChar *from; local [all...] |
/external/valgrind/tests/ |
s390x_features.c | 70 Adapted from function VG_(get_machine_model) in coregrind/m_machine.c */ 205 model_info *host, *from, *to, *p; local 249 from = to = NULL; 254 from = to = locate_model(cpu); 257 from = models; 262 from = locate_model(cpu); 268 from = locate_model(cpu); 273 if (from == NULL || to == NULL || from > to) { 279 printf("from %s (%s) to %s (%s)\n", from->cpuinfo_name, from->real_name [all...] |
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_privsep.c | 99 struct sockaddr_un from; local 100 socklen_t fromlen = sizeof(from); 102 os_memset(&from, 0, sizeof(from)); 103 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &from, 115 if (from.sun_family != AF_UNIX || 116 os_strncmp(from.sun_path, l2->priv_addr.sun_path, 117 sizeof(from.sun_path)) != 0) { 118 wpa_printf(MSG_DEBUG, "L2: Received message from unexpected "
|
/external/wpa_supplicant_8/src/radius/ |
radius_das.c | 68 "Disconnect-Request from %s:%d", attr, 79 wpa_printf(MSG_INFO, "DAS: Invalid NAS-IP-Address from %s:%d", 91 wpa_printf(MSG_INFO, "DAS: Invalid NAS-IPv6-Address from %s:%d", 114 "'%s' from %s:%d", tmp, abuf, from_port); 148 wpa_printf(MSG_INFO, "DAS: NAS mismatch from %s:%d", 153 wpa_printf(MSG_INFO, "DAS: Session not found for request from " 159 "DAS: Multiple sessions match for request from %s:%d", 196 } from; local 208 fromlen = sizeof(from); 210 (struct sockaddr *) &from.ss, &fromlen) [all...] |
/external/zlib/src/ |
infback.c | 7 This code is largely copied from inflate.c. Normally either infback.o or 74 fixed code decoding. Normally this returns fixed tables from inffixed.h. 127 /* Load returned state from inflate_fast() */ 138 /* Set state from registers for inflate_fast() */ 157 then return a Z_BUF_ERROR from inflateBack(). */ 170 /* Get a byte of input into the bit accumulator, or return from inflateBack() 181 not enough available input to do that, then return from inflateBack() with 193 /* Remove n bits from the bit accumulator */ 208 if it's full. If the write fails, return from inflateBack() with a 264 unsigned char FAR *from; /* where to copy match bytes from * local [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
ASessionDescription.cpp | 266 float from, to; local 267 if (!parseNTPRange(value.c_str() + 4, &from, &to)) { 271 *durationUs = (int64_t)((to - from) * 1E6);
|
/frameworks/base/core/java/android/widget/ |
SimpleCursorAdapter.java | 25 * An easy adapter to map columns from a cursor to TextViews or ImageViews 51 * This field should be made private, so it is hidden from the SDK. 57 * This field should be made private, so it is hidden from the SDK. 77 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { 80 mOriginalFrom = from; 81 findColumns(c, from); 93 * @param from A list of column names representing the data to bind to the UI. Can be null 95 * @param to The views that should display column in the "from" parameter. 97 * are given the values of the first N columns in the from 102 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, 138 final int[] from = mFrom; local [all...] |
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
ObservableArrayListTest.java | 59 public void onItemRangeMoved(ObservableList sender, int from, int to, int count) { 60 mNotifications.add(new ListChange(MOVE, from, to, count)); 74 this.from = 0; 79 public ListChange(int change, int from, int to, int count) { 80 this.from = from; 91 public final int from; field in class:ObservableArrayListTest.ListChange
|
/frameworks/support/v4/java/android/support/v4/app/ |
TaskStackBuilder.java | 46 * <p>When crossing from one task stack to another post-Android 3.0, 65 * from the developer guide and <a href="{@docRoot}design/patterns/navigation.html">Navigation</a> 66 * from the design guide. 149 public static TaskStackBuilder from(Context context) { method in class:TaskStackBuilder 206 // We have the actual parent intent, build the rest from static metadata 264 * @param index Index from 0-getIntentCount() 278 * @param index Index from 0-getIntentCount()
|
/packages/apps/Camera2/src/com/android/camera/app/ |
OrientationManager.java | 44 public static DeviceOrientation from(int degrees) { method in class:OrientationManager.DeviceOrientation 111 * and rotation from natural orientation. 117 * and rotation from natural orientation.
|
/packages/apps/Camera2/src/com/android/camera/captureintent/state/ |
StateReviewingPicture.java | 62 public static StateReviewingPicture from( method in class:StateReviewingPicture 91 return Optional.of((State) StateBackgroundWithSurfaceTexture.from( 116 return Optional.of((State) StateIntentCompleted.from( 135 return Optional.of((State) StateSavingPicture.from( 148 return Optional.of((State) StateReadyForCapture.from( 161 return Optional.of((State) StateSavingPicture.from(
|
StateStartingPreview.java | 55 public static StateStartingPreview from( method in class:StateStartingPreview 102 return Optional.of((State) StateBackgroundWithSurfaceTexture.from( 132 return Optional.of((State) StateReadyForCapture.from( 147 return Optional.of((State) StateFatal.from( 162 return Optional.of((State) StateFatal.from(this, mResourceConstructed)); 176 return Optional.of((State) StateFatal.from(this, mResourceConstructed)); 179 return Optional.of((State) StateFatal.from(this, mResourceConstructed));
|