| /system/libufdt/tests/ |
| verify_dto_inc.sh | 52 # Appends /include/ ...;
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| ByteArrayList.java | 136 * Appends the specified element to the end of this list 149 * Appends the full contents of the supplied {@code byte[]} to the list. 163 * Appends the specified contents of the supplied {@code byte[]} to the list. 182 * Appends the full contents of the supplied {@link ByteArrayList} to the list.
|
| /external/icu/icu4c/source/common/ |
| charstr.h | 116 * Appends a filename/path part, e.g., a directory name. 117 * First appends a U_FILE_SEP_CHAR if necessary. 123 * Appends a U_FILE_SEP_CHAR if this string is not empty
|
| /external/libchrome/base/strings/ |
| utf_string_conversion_utils.h | 65 // Appends a UTF-8 character to the given 8-bit string. Returns the number of 70 // Appends the given code point as a UTF-16 character to the given 16-bit 75 // Appends the given UTF-32 character to the given 32-bit string. Returns the
|
| /external/ltp/testcases/kernel/containers/sysvipc/ |
| msg_comm.c | 20 * 2. Child1 appends a message with identifier #1 to the message queue. 21 * 3. Child2 appends a message with identifier #2 to the message queue. 22 * 4. Appends to the message queue with the identical key but from
|
| /external/protobuf/python/google/protobuf/pyext/ |
| repeated_composite_container.h | 116 // Appends a new CMessage to the container and returns it. The 125 // Appends all the CMessages in the input iterator to the container. 131 // Appends a new message to the container for each message in the
|
| /external/tensorflow/tensorflow/core/lib/io/snappy/ |
| snappy_outputbuffer.h | 71 // Appends `data` to `input_buffer_`. 75 // Appends `data` to `output_buffer_`. Flushes buffer contents to file when 89 // Appends contents of `output_buffer_` to `file_`.
|
| /libcore/ojluni/src/main/java/java/io/ |
| StringWriter.java | 116 * Appends the specified character sequence to this writer. 148 * Appends a subsequence of the specified character sequence to this writer. 186 * Appends the specified character to this writer.
|
| CharArrayWriter.java | 142 * Appends the specified character sequence to this writer. 172 * Appends a subsequence of the specified character sequence to this writer. 210 * Appends the specified character to this writer.
|
| /libcore/ojluni/src/main/java/java/lang/ |
| Appendable.java | 54 * Appends the specified character sequence to this <tt>Appendable</tt>. 74 * Appends a subsequence of the specified character sequence to this 110 * Appends the specified character to this <tt>Appendable</tt>.
|
| /external/skia/include/core/ |
| SkPath.h | 569 lineTo() appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed. 570 lineTo() then appends kLine_Verb to verb array and (x, y) to SkPoint array. 580 lineTo() first appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed. 581 lineTo() then appends kLine_Verb to verb array and SkPoint p to SkPoint array. 592 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed; 593 then appends kLine_Verb to verb array and line end to SkPoint array. 606 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed; 607 then appends kQuad_Verb to verb array; and (x1, y1), (x2, y2) 621 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed; 622 then appends kQuad_Verb to verb array; and SkPoint p1, p [all...] |
| /external/skqp/include/core/ |
| SkPath.h | 611 lineTo() appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed. 612 lineTo() then appends kLine_Verb to verb array and (x, y) to SkPoint array. 622 lineTo() first appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed. 623 lineTo() then appends kLine_Verb to verb array and SkPoint p to SkPoint array. 634 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed; 635 then appends kLine_Verb to verb array and line end to SkPoint array. 648 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed; 649 then appends kQuad_Verb to verb array; and (x1, y1), (x2, y2) 663 Appends kMove_Verb to verb array and (0, 0) to SkPoint array, if needed; 664 then appends kQuad_Verb to verb array; and points p1, p [all...] |
| /external/capstone/arch/X86/ |
| X86Disassembler.c | 61 /// register, and appends it as an operand to an MCInst. 88 /// translateSrcIndex - Appends a source index operand to an MCInst. 112 /// translateDstIndex - Appends a destination index operand to an MCInst. 134 /// translateImmediate - Appends an immediate operand to an MCInst. 310 /// ModR/M byte to its LLVM equivalent and appends it to an MCInst. 347 /// operand in LLVM's format, and appends it to an MCInst. 538 /// byte of an instruction to LLVM form, and appends it to an MCInst. 596 /// LLVM form, and appends it to an MCInst. 606 /// LLVM form, and appends it to an MCInst. 624 /// to LLVM's format and appends it to an MCInst [all...] |
| /frameworks/base/core/java/android/text/ |
| AutoGrowArray.java | 87 * Appends the specified value to the end of this array. 196 * Appends the specified value to the end of this array. 305 * Appends the specified value to the end of this array.
|
| /cts/tests/tests/location/src/android/location/cts/asn1/base/ |
| BitStream.java | 82 * Appends the lowest {@code howManyBits} from the {@code data} in order from
|
| /development/gsi/gsi_util/gsi_util/checkers/ |
| vintf_checker.py | 73 # Runs the check item and appends the result.
|
| /development/testrunner/ |
| logger.py | 42 """Appends new_str to the end of _LOG_FILE and prints it to stdout.
|
| /device/linaro/bootloader/edk2/StdLib/LibC/String/ |
| strlcat.c | 50 * Appends src to string dst of size siz (unlike strncat, siz is the
|
| /external/autotest/client/site_tests/policy_ForceGoogleSafeSearch/ |
| policy_ForceGoogleSafeSearch.py | 17 A test case shall pass if the omnibox appends (or does not append) the
|
| /external/autotest/site_utils/tester_feedback/ |
| sequenced_request.py | 73 """Appends a question to the request sequence.
|
| /external/deqp/framework/delibs/depool/ |
| dePoolStringBuilder.h | 35 /* \todo [2009-09-05 petri] Other appends? printf style? */
|
| /external/libchrome/base/json/ |
| string_escape.h | 17 // Appends to |dest| an escaped version of |str|. Valid UTF-8 code units will
|
| /external/libchrome/base/metrics/ |
| sparse_histogram.h | 82 // Helpers for emitting Ascii graphic. Each method appends data to output.
|
| /external/libese/tools/ese_replay/ |
| hw.c | 67 /* N.b., ese_init appends _ops to the second argument. */
|
| /external/llvm/cmake/modules/ |
| LLVMProcessSources.cmake | 6 # If `old' is not in `var', appends `new' to `var'.
|