/external/toybox/lib/ |
lib.c | 80 // If you want to explicitly disable the printf() behavior (because you're 151 if (or < 0) perror_exit("lskip to %lld", (long long)offset); 182 // find next '/', but don't try to mkdir "" at start of absolute path 231 // X_OK or R_OK). Returns a list of absolute paths to each file found, in 355 // if we had a valid utf8 sequence, convert it to lower case, and can't 356 // encode back to utf8, something is wrong with your libc. But just 388 char *from = "\\abefnrtv", *to = "\\\a\b\033\f\n\r\t\v"; local 391 return (idx == -1) ? 0 : to[idx]; 404 // Return how long the file at fd is, if there's any way to determine it. 454 // Unsafe to probe for size with a supplied buffer, don't ever do that [all...] |
/external/v8/src/compiler/ |
escape-analysis.cc | 79 PrintF("Setting field %zu of #%d to #%d (%s)\n", offset, id(), node->id(), 404 PrintF(" Widening Phi #%d of arity %d to %d", rep->id(), 484 Node* input = edge.to(); 496 Node* input = edge.to(); 557 Node* input = edge.to(); 568 Node* to = NodeProperties::GetValueInput(node, 0); local 570 if ((IsEscaped(to) || !IsAllocation(to)) && SetEscaped(val)) { 574 PrintF("Setting #%d (%s) to escaped because of store to field of #%d\n" 583 Node* to = NodeProperties::GetValueInput(node, 0); local 1326 Node* to = NodeProperties::GetValueInput(node, 0); local 1342 Node* to = NodeProperties::GetValueInput(node, 0); local [all...] |
/external/v8/src/profiler/ |
heap-snapshot-generator.h | 36 HeapGraphEdge(Type type, const char* name, int from, int to); 37 HeapGraphEdge(Type type, int index, int from, int to); 51 HeapEntry* to() const { return to_entry_; } function in class:v8::internal::BASE_EMBEDDED 64 // afterwards it is replaced with a pointer to the entry. 149 // to be able to return them even if they were collected. 224 bool MoveObject(Address from, Address to, int size); 284 // The HeapEntriesMap instance is used to track a mapping between 558 // Mapping from HeapThing pointers to HeapEntry* pointers.
|
/external/v8/src/regexp/ |
regexp-ast.h | 51 Interval(int from, int to) : from_(from), to_(to) {} 63 int to() const { return to_; } function in class:v8::internal::Interval 73 // Represents code units in the range from from_ to to_, both ends are 80 CharacterRange(uc16 from, uc16 to) : from_(from), to_(to) {} 87 static inline CharacterRange Range(uc16 from, uc16 to) { 88 DCHECK(from <= to); 89 return CharacterRange(from, to); 97 uc16 to() const { return to_; function in class:v8::internal::CharacterRange [all...] |
/external/v8/src/runtime/ |
runtime-strings.cc | 61 // we abort due to reaching the recursion limit. 262 // No need to flatten if we are going to find the answer on the first 264 // in each string, due to the trivial case handling above. 291 // We have a fast integer-only case here to avoid a conversion to double in 292 // the common case where from and to are Smis. 377 int to = offsets.at(i * 2 + 1); local 379 isolate->factory()->NewProperSubString(subject, from, to); 395 // Flatten the string. If someone wants to get a char at an inde [all...] |
/external/v8/test/cctest/compiler/ |
test-run-machops.cc | 1151 byte* to = reinterpret_cast<byte*>(&p2) - offset; local 1178 byte* to = reinterpret_cast<byte*>(&p2) - offset; local [all...] |
/external/v8/test/cctest/ |
test-regexp.cc | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 475 const char* kNothingToRepeat = "Nothing to repeat"; 505 // According to ECMA 5.1, 15.10.2.12 the CharacterClassEscape \s includes 530 in_class = (range.from() <= i && i <= range.to()); 1491 int to = from + (PseudoRandom(i + 87, t + 25) % (kLimit \/ 20)); local [all...] |
/external/valgrind/coregrind/m_gdbserver/ |
m_gdbserver.c | 23 along with this program; if not, write to the Free Software 62 /* reasons of call to call_gdbserver. */ 92 This will give control to gdb if there is a break at 0x1234 98 then - the call to debugger returns 110 control to the scheduler (using VG_MINIMAL_LONGJMP) 111 to allow the block of the new EIP 112 to be executed. 114 - when hello_world() returns, it returns to 117 and does a "step". This causes to jump from 118 _start to 0x1234, where the call to 423 Addr to = addr + szB; \/\/ semi-open interval [addr, to[ local [all...] |
/external/vixl/src/vixl/a64/ |
debugger-a64.cc | 13 // used to endorse or promote products derived from this software without 17 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 21 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, 42 // Debugger command lines are broken up in token of different type to make 148 // Format: 0x... with up to 16 hexadecimal digits. 182 // Literal describing how to print a chunk of data (up to 64 bits). 265 // execution should move to the next instruction. 438 " This command is equivalent to x pc.i [n = 10]." 444 " Print the given entity according to the given format.\n 576 const Instruction* to = from + count * kInstructionSize; local 599 const uint8_t* to = from + count * size; local [all...] |
/external/webrtc/webrtc/test/channel_transport/ |
udp_transport_impl.cc | 83 // and passes (creating if needed) a pointer to the static singleton 298 // Don't bind to a specific IP address. 345 "InitializeReceiveSockets faild to bind RTP socket"); 355 "InitializeReceiveSockets faild to bind RTCP socket"); 536 // Token Rate is typically set to the average bit rate from peak to 538 // Bucket size is normally set to the largest average frame size. 800 // TODO (hellner): why not just fail here and force the user to 1883 SocketAddress to; local 1912 SocketAddress to; local [all...] |
/frameworks/base/core/java/android/os/ |
FileUtils.java | 10 * Unless required by applicable law or agreed to in writing, software 88 * @param mode to apply through {@code chmod} 89 * @param uid to apply through {@code chown}, or -1 to leave unchanged 90 * @param gid to apply through {@code chown}, or -1 to leave unchanged 100 * @param mode to apply through {@code chmod} 101 * @param uid to apply through {@code chown}, or -1 to leave unchanged 102 * @param gid to apply through {@code chown}, or -1 to leave unchange [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
PathParser_Delegate.java | 10 * Unless required by applicable law or agreed to in writing, software 35 * Through the layoutlib_create tool, selected methods of PathParser have been replaced by calls to 118 PathParser_Delegate to = sManager.getDelegate(toDataPtr); local 119 if (out == null || from == null || to == null) { 123 if (length != to.mPathDataNodes.length) { 125 "Cannot interpolate path data with different lengths (from " + length + " to " + 126 to.mPathDataNodes.length + ").", null); 137 to.mPathDataNodes[i], fraction); 197 * @param source The array of PathDataNode to be duplicated. 234 * Update the target's data to match the source [all...] |
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/ |
OpReorderTest.java | 10 * Unless required by applicable law or agreed to in writing, software 262 int to; local 264 to = nextInt(random, updatedItemCount); 265 } while (to == from); 266 mv(from, to); 291 UpdateOp mv(int from, int to) { 292 return record(new UpdateOp(MOVE, from, to, null));
|
/libcore/luni/src/test/java/libcore/io/ |
OsTest.java | 10 * Unless required by applicable law or agreed to in writing, software 243 // Attempt to receive a maximum of 24 bytes from the client, and then 338 InetSocketAddress to = ((InetSocketAddress) Libcore.os.getsockname(recvFd)); local 340 byte[] msg = ("Hello, I'm going to a socket address: " + to.toString()).getBytes("UTF-8"); 343 assertEquals(len, Libcore.os.sendto(sendFd, msg, 0, len, 0, to)); 375 fail("Expected ErrnoException binding IPv4 socket to ::"); 377 assertEquals("Expected EAFNOSUPPORT binding IPv4 socket to ::", EAFNOSUPPORT, expected.errno); 386 private static void checkSocketPing(FileDescriptor fd, InetAddress to, byte[] packet, 391 assertEquals(len, Libcore.os.sendto(fd, packet, 0, len, 0, to, 0)) [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 10 * Unless required by applicable law or agreed to in writing, software 182 // try to open it 219 fail("MessagingException was expected due to UIDL unsupported."); 226 * Test a strange case that causes open to proceed without mCapabilities 247 // Note, checkSettings is going to try to close the connection again, so we expect 266 // getName() returns the name we were created with. If "inbox", converts to INBOX 318 * Lightweight test to confirm that POP3 hasn't implemented any folder roles yet. 328 * Lightweight test to confirm that POP3 is requesting sent-message-upload. 337 * TODO should create an instrumented listener to confirm all expected callbacks. Then us 902 Address[] to = message.getRecipients(RecipientType.TO); local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
SaveImage.java | 10 * Unless required by applicable law or agreed to in writing, software 92 // In order to support the new edit-save behavior such that user won't see 100 // There are several situations we need to consider: 102 // same directory, and original image will be moved to auxiliary directory as 105 // directory and ./.aux/local02.jpg will be renamed to ./.aux/local03.jpg 109 // In remoteSavedLocal01.jpg, there will be a reference pointing to the 112 // will be generated and still pointing to the remote01.jpg 229 Log.w(LOGTAG, "Failed to get XMP data from image: ", e); 293 // the XMP, then all the filters are removed or restore to default. 294 // In this case, when mSourceUri exists, rename it to th 499 String to = newSrcFile.getName(); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragLayer.java | 10 * Unless required by applicable law or agreed to in writing, software 57 // Variables relating to resizing widgets 62 // Variables relating to animation of views after drop 79 * Used to create a new DragLayer from XML. 253 // in onInterceptHoverEvent. Return true to consume the event. 293 * @param descendant The descendant whose coordinates we want to find. 294 * @param r The rect into which to place the results. 295 * @return The factor by which this descendant is scaled relative to this DragLayer. 313 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer's 316 * @param descendant The descendant to which the passed coordinate is relative 539 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight()); local [all...] |
FolderIcon.java | 10 * Unless required by applicable law or agreed to in writing, software 59 // The number of icons to display in the 66 // The degree to which the inner ring grows when accepting drop 69 // The degree to which the outer ring is scaled in its natural state 75 // The degree to which the item in the back of the stack is scaled [0...1] 76 // (0 means it's not scaled at all, 1 means it's scaled to nothing) 87 // as member variables for shared usage and to avoid computation on each frame 186 // We need to reload the static values when configuration changes in case they are 364 // Typically, the animateView corresponds to the DragView; however, if this is being done 366 // will not have a view to animat 371 Rect to = finalRect; local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AutoInstallsLayout.java | 10 * Unless required by applicable law or agreed to in writing, software 57 /** Marker action used to discover a package which defines launcher customization */ 280 // Keep track of the set of screens which need to be added to the db. 325 * Parses the tag and adds to the db 364 Log.e(TAG, "Unable to add favorite: " + packageName + "/" + className, e); 373 * Helper method to allow extending the parser capabilities 522 if (LOGD) Log.e(TAG, "Unable to bind app widget id " + cn); 536 // Send a broadcast to configure the widget 580 if (LOGD) Log.e(TAG, "Unable to add folder") [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndldic.c | 10 * Unless required by applicable law or agreed to in writing, software 85 #define STATE_COPY(to, from) \ 86 { ((NJ_UINT8*)(to))[0] = ((NJ_UINT8*)(from))[0]; \ 87 ((NJ_UINT8*)(to))[1] = ((NJ_UINT8*)(from))[1]; \ 88 ((NJ_UINT8*)(to))[2] = ((NJ_UINT8*)(from))[2]; \ 89 ((NJ_UINT8*)(to))[3] = ((NJ_UINT8*)(from))[3]; } 119 static NJ_INT16 search_range_by_yomi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 *from, NJ_UINT16 *to, NJ_UINT8 *forward_flag); 120 static NJ_INT16 search_range_by_yomi2(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 op, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 sfrom, NJ_UINT16 sto, NJ_UINT16 *from, NJ_UINT16 *to, 122 static NJ_INT16 search_range_by_yomi_multi(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_CHAR *yomi, NJ_UINT16 ylen, NJ_UINT16 *from, NJ_UINT16 *to); 927 NJ_UINT16 current, from, to; local 1059 NJ_UINT16 from, to, i; local 1936 NJ_UINT16 from, to, i; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
nfs_prot.h | 197 diropargs to; member in struct:renameargs 203 diropargs to; member in struct:linkargs 209 nfspath to; member in struct:symlinkargs
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
nfs_prot.h | 197 diropargs to; member in struct:renameargs 203 diropargs to; member in struct:linkargs 209 nfspath to; member in struct:symlinkargs
|
/toolchain/binutils/binutils-2.25/bfd/ |
sunos.c | 18 along with this program; if not, write to the Free Software 25 remove whitespace added here, and thus will fail to concatenate 75 /* SunOS shared library support. We store a pointer to this structure 107 structure and uses it to find the dynamic_link structure. It 110 structure to FALSE to avoid doing this work again. */ 144 /* This code used to look for the __DYNAMIC symbol to locate the dynamic 174 /* This executable appears to be dynamically linked in a way that we 197 /* Reportedly the addresses need to be offset by the size of th 468 arelent *to; local [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
dw2gencfi.c | 18 along with GAS; see the file COPYING. If not, write to the Free 47 of the CIE. Default to 1 if not otherwise specified. */ 196 /* Apply possibly linked once flags to new generated segment, too. */ 201 /* Restore to previous segment. */ 252 /* Create an offset to .dwarf2_*. */ 312 /* Construct a new FDE structure and add it to the end of the fde list. */ 335 /* The following functions are available for a backend to construct its 338 /* Construct a new INSN structure and add it to the end of the insn list 382 /* Universal functions to store new instructions. */ 430 /* Add a CFI insn to advance the PC from the last address to LABEL. * 1189 symbolS *to = insn->u.ll.lab2; local [all...] |
/toolchain/binutils/binutils-2.25/gold/ |
reloc.cc | 19 // along with this program; if not, write to the Free Software 45 // After reading it, the start another task to process the 46 // information. These tasks requires access to the file. 157 // the symbol table to indicate which relocations are required. We 158 // use a lock on the symbol table to keep them from interfering with 204 // We may have to wait for the output sections to be written. 219 // We want to lock the file while we run. We want to unblock 299 // We are scanning relocations in order to fill out the GOT an 1330 std::string to; local [all...] |