/external/linux-tools-perf/src/tools/perf/ |
builtin-timechart.c | 694 int from = 0, to = 0; local 704 if (p->pid == we->waker && !from) { 705 from = c->Y; 717 if (p->pid == we->waker && !from) { 718 from = c->Y; 742 else if (from && to && abs(from - to) == 1) 743 svg_wakeline(we->time, from, to); 745 svg_partial_wakeline(we->time, from, task_from, to, task_to);
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
annotate.c | 215 unsigned int from, to; local 235 from = bcursor->idx_asm; 238 from = (u64)bcursor->idx; 246 from, to);
|
/external/linux-tools-perf/src/tools/perf/util/ |
sort.c | 353 return _sort__dso_cmp(left->branch_info->from.map, 354 right->branch_info->from.map); 360 return _hist_entry__dso_snprintf(self->branch_info->from.map, 381 struct addr_map_symbol *from_l = &left->branch_info->from; 382 struct addr_map_symbol *from_r = &right->branch_info->from; 405 struct addr_map_symbol *from = &self->branch_info->from; local 406 return _hist_entry__sym_snprintf(from->map, from->sym, from->addr [all...] |
/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | 10 // This file defines the pass which converts floating point instructions from 239 /// freeStackSlotAfter - Free the specified register from the register 343 /// registers live-out from a block is identical to the live-in set of all 460 << " derived from " << MBB->getName() << ".\n"); 499 << " derived from " << MBB->getName() << ".\n"); 536 uint16_t from; member in struct:__anon15240::TableEntry 538 bool operator<(const TableEntry &TE) const { return from < TE.from; } 540 return TE.from < V; 544 return V < TE.from; [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_snprintf.c | 80 * over from the original. Also, there is now a builtin-test, run with: 86 * numbers, but the formatter understands just about everything from the 87 * normal C string format, at least as far as I can tell from the Solaris 1072 * removed from the fractional portion of the result 1146 * fractional parts must be recalculated from the original value. 1407 const char *from = src; local [all...] |
/external/mksh/src/ |
eval.c | 171 * used from iosetup to expand redirection files 442 mksh_ari_t from = 0, num = -1, flen, finc = 0; local 464 &from, KSH_UNWIND_ERROR, true); local 474 if (from < 0) { 475 if (-from < flen) 476 finc = flen + from; 478 finc = from < flen ? from : flen; 1377 /* extract shf from temporary file, unlink and free it */ [all...] |
/external/openssh/ |
session.c | 145 /* original command from peer. */ 306 /* Get a packet from the client. */ 431 * will call do_child from the child, and server_loop from the parent after 625 * will call do_child from the child, and server_loop from the parent after 686 /* Redirect stdin/stdout/stderr from the pseudo tty. */ 750 struct sockaddr_storage from; local 757 memset(&from, 0, sizeof(from)); 858 struct sockaddr_storage from; local [all...] |
sshd.c | 6 * This program is the ssh daemon. It listens for connections from clients, 8 * information to/from the application to the user client over an encrypted 157 /* Flag indicating that the daemon is being started from inetd. */ 306 * Called from the main program after receiving SIGHUP. 450 logit("Did not receive identification string from %s", 479 "from %s port %d", client_version_string, 491 logit("probed from %s with %s. Don't panic.", 496 logit("scanned from %s with %s. Don't panic.", 1019 * Protocol from reexec master to child: 1109 /* Accept a connection from inetd * 1225 struct sockaddr_storage from; local [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
ByteStringTest.java | 16 // contributors may be used to endorse or promote products derived from 160 assertEquals("copyFrom from an Iteration must contain the expected bytes", 282 // Fails unless ByteString.readFrom reads the bytes correctly from a 415 "String built from newOutput(int) must contain the expected bytes", 436 assertTrue("String built from newOutput() must contain the expected bytes", 456 assertTrue("String built from newOutput() must contain the expected bytes", 491 assertTrue("String built from newOutput() must contain the expected bytes", 521 assertTrue("String built from newCodedBuilder() must contain the expected bytes", 549 int from = 1000; local 551 ByteString compositeSubstring = listString.substring(from, to) [all...] |
/external/svox/pico/lib/ |
picoktab.c | 152 graph = PROPSET FROM TO [TOKENTYPE] [TOKENSUBTYPE] [VALUE] [LOWERCASE] [GRAPHSUBS1] [GRAPHSUBS2] 154 FROM : 1..4 unsigned bytes, UTF8 character without terminating 0 181 /* bitmasks to extract the grapheme properties info from the property set */ 298 n = n + picobase_det_utf8_length(g->graphTable[graphsOffset+n]); /* overread FROM field */ 374 picobase_utf8char from; local 396 /* get FROM and TO field of graph[m] */ 397 ktab_getStrProp(this, graphsOffset, 1, from); 403 picoos_strcpy((picoos_char *)to, (picoos_char *)from); 406 /* PICODBG_DEBUG(("picoktab_graphOffset: %i %i %i '%s' '%s' '%s'", a, m, b, from, utf8graph, to)); 408 utfGEfrom = picoos_strcmp((picoos_char *)utf8graph, (picoos_char *)from) >= 0 [all...] |
/external/toybox/lib/ |
lib.c | 148 // Use the mode from the -m option only for the last directory. 296 char *from = "\\abefnrtv", *to = "\\\a\b\033\f\n\r\t\v"; local 297 int idx = stridx(from, c); 450 // If no arguments, read from stdin. 453 // Filename "-" means read from stdin. 731 // Copy mode from another category? 801 // Execute a callback for each PID that matches a process name from a list.
|
/external/v8/src/ |
elements.cc | 178 FixedArray* from = FixedArray::cast(from_base); 183 Address from_address = from->address() + FixedArray::kHeaderSize; 189 Heap* heap = from->GetHeap(); 204 SeededNumberDictionary* from = SeededNumberDictionary::cast(from_base); local 206 Heap* heap = from->GetHeap(); 210 copy_size = from->max_number_key() + 1 - from_start; 215 Heap* heap = from->GetHeap(); 230 int entry = from->FindEntry(i + from_start); 232 Object* value = from->ValueAt(entry); 280 Handle<FixedDoubleArray> from = Handle<FixedDoubleArray>::cast(from_base) local 441 SeededNumberDictionary* from = SeededNumberDictionary::cast(from_base); local [all...] |
/external/v8/test/cctest/compiler/ |
test-run-machops.cc | 501 int32_t p1 = 0; // loads directly from this location. 512 int32_t p1 = 0; // loads directly from this location. 533 double p1 = 0; // loads directly from this location. 540 byte* from = reinterpret_cast<byte*>(&p1) - offset; local 544 m.Load(kMachFloat64, m.PointerConstant(from), m.Int32Constant(offset)); 4178 double from; member in struct:__anon19207 [all...] |
/external/v8/test/cctest/ |
test-regexp.cc | 14 // from this software without specific prior written permission. 482 in_class = (range.from() <= i && i <= range.to()); 1426 int from = PseudoRandom(t + 87, i + 25) % kLimit; local [all...] |
/external/vixl/src/vixl/a64/ |
debugger-a64.cc | 13 // used to endorse or promote products derived from this software without 450 " E.g 'x sp.x64' will print 10 64-bit words from the stack in\n" 557 const Instruction* from = Instruction::CastConst(address); local 560 from -= (count - 1) * kInstructionSize; 562 const Instruction* to = from + count * kInstructionSize; 564 for (const Instruction* current = from; 579 const uint8_t* from = address; local 583 from -= (count - 1) * size; 585 const uint8_t* to = from + count * size; 587 for (const uint8_t* current = from; current < to; current += size) [all...] |
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 64 struct sockaddr_un *from, 72 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_un)); 78 (u8 *) from->sun_path, 85 struct sockaddr_un *from, 93 os_memcmp(from->sun_path, dst->addr.sun_path, 97 (u8 *) from->sun_path, 115 struct sockaddr_un *from, 126 os_memcmp(from->sun_path, dst->addr.sun_path, 130 "level", (u8 *) from->sun_path, fromlen - 1856 struct sockaddr_un from; local 2379 struct sockaddr_un from; local [all...] |
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 65 * it only works with an XmlPullParser returned from a compiled resource 76 * This field should be made private, so it is hidden from the SDK. 131 * Hook you can supply that is called when inflating from a LayoutInflater. 201 * Views; most importantly, this supplies the theme from which the default 225 * Obtains the LayoutInflater from the given context. 227 public static LayoutInflater from(Context context) { method in class:LayoutInflater 363 * Inflate a new view hierarchy from the specified xml resource. Throws 378 * Inflate a new view hierarchy from the specified xml node. Throws 398 * Inflate a new view hierarchy from the specified xml resource. Throws 417 Log.d(TAG, "INFLATING from resource: \"" + res.getResourceName(resource) + "\" ( [all...] |
/frameworks/base/telephony/java/android/telephony/ |
SubscriptionManager.java | 46 * a reference to an instance through {@link #from}. 164 * The name_source is from the SIM 170 * The name_source is from the user 392 * Get an instance of the SubscriptionManager from the Context. 399 public static SubscriptionManager from(Context context) { method in class:SubscriptionManager [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduComposer.java | 81 * Block size when read data from InputStream. 207 * From WAP-230-WSP-20010705-a: 236 * From WAP-230-WSP-20010705-a: 249 * From WAP-230-WSP-20010705-a: 285 * From WAP-230-WSP-20010705-a: 306 * From WAP-230-WSP-20010705-a: 322 * From OMA-TS-MMS-ENC-V1_3-20050927-C: 357 * From WAP-230-WSP-20010705-a: 394 * From OMA-TS-MMS-ENC-V1_3-20050927-C: 407 * From WAP-230-WSP-20010705-a 531 EncodedStringValue from = mPduHeader.getEncodedStringValue(field); local [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
NotificationManagerCompat.java | 50 * <p>To use this class, call the static function {@link #from} to get a 102 public static NotificationManagerCompat from(Context context) { method in class:NotificationManagerCompat 236 // Parse the string again if it is different from the last time this method was called. 303 * from any thread. 373 Log.d(TAG, "Disconnected from service " + componentName); 449 * Ensure we have unbound from a service.
|
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/ |
OpReorderTest.java | 259 int from = nextInt(random, updatedItemCount); local 263 } while (to == from); 264 mv(from, to); 289 UpdateOp mv(int from, int to) { 290 return record(new UpdateOp(MOVE, from, to, null));
|
/libcore/luni/src/test/java/libcore/io/ |
OsTest.java | 236 // Attempt to receive a maximum of 24 bytes from the client, and then 338 InetSocketAddress from = new InetSocketAddress(); local 339 assertEquals(len, Libcore.os.recvfrom(recvFd, received, 0, received.length, 0, from)); 340 assertEquals(loopback, from.getAddress());
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 235 mockTransport.expect(null, "-ERR from the Mock Transport."); 410 // NOTE: everything from here down is copied from testOneUnread() and should be consolidated 452 // NOTE: everything from here down is copied from testOneUnread() and should be consolidated 495 // NOTE: everything from here down is copied from testOneUnread() and should be consolidated 547 // NOTE: everything from here down is copied from testOneUnread() and should be consolidated 594 // NOTE: everything from here down is copied from testOneUnread() and should be consolidate 909 Address[] from = message.getFrom(); local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
SaveImage.java | 107 // 2. User edit remote image remote01.jpg from picassa or other server. 229 Log.w(LOGTAG, "Failed to get XMP data from image: ", e); 500 String from = srcFile.getName(); local 502 from = from.substring(from.lastIndexOf(".")); 504 if (!to.equals(from)) { 506 name = name.substring(0, name.lastIndexOf(".")) + from; 574 // Ignore error for lacking the data column from the source. 631 * Gets the actual filename for a Uri from Gallery's ContentProvider [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragLayer.java | 79 * Used to create a new DragLayer from XML. 537 Rect from = new Rect(fromX, fromY, fromX + local 540 animateView(view, from, to, finalAlpha, initScaleX, initScaleY, finalScaleX, finalScaleY, duration, 549 * @param from The initial location of the view. Only the left and top parameters are used. 565 public void animateView(final DragView view, final Rect from, final Rect to, 572 final float dist = (float) Math.sqrt(Math.pow(to.left - from.left, 2) + 573 Math.pow(to.top - from.top, 2)); 613 float fromLeft = from.left + (initialScaleX - 1f) * width / 2; 614 float fromTop = from.top + (initialScaleY - 1f) * height / 2;
|