HomeSort by relevance Sort by last modified time
    Searched full:appended (Results 351 - 375 of 1737) sorted by null

<<11121314151617181920>>

  /external/icu4c/i18n/unicode/
datefmt.h 224 * Result is appended to existing contents.
243 * Result is appended to existing contents.
282 * Result is appended to existing contents.
302 * Result is appended to existing contents.
335 * Result is appended to existing contents.
350 * Result is appended to existing contents.
369 * Result is appended to existing contents.
380 * Result is appended to existing contents.
    [all...]
selfmt.h 229 * result is appended to existing contents.
283 * Result is appended to existing contents.
299 * Result is appended to existing contents.
  /external/skia/src/gpu/gl/
GrGLProgramEffects.h 184 * of the varyings in the VS and FS as well their types are appended to the
273 * types are appended to the TransformedCoordsArray* object, which is in turn passed to the
  /libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 195 * prefixed with a space, and appended to the command.
198 * @param args An array of argument strings to be quoted and appended to the command.
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java 202 * appended.
205 * location information appended.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
FastScrollingIndexCache.java 77 * values, which are {@link Bundle}s that will be appended to a {@link Cursor} as extras.
159 * Creates and returns a {@link Bundle} that is appended to a {@link Cursor} as extras.
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 165 * @param instruction the instruction to be appended.
180 // Remember the old offset of the appended instruction.
191 // Fill out the new offset of the appended instruction.
212 // Fill out the new offset of the appended instruction.
219 * @param exceptionInfo the exception to be appended.
  /frameworks/base/core/tests/coretests/src/android/net/
UriTest.java 222 Uri appended = base.buildUpon() local
226 appended.toString());
227 assertEquals(2, appended.getPathSegments().size());
228 assertEquals("conversations", appended.getPathSegments().get(0));
229 assertEquals("addr=555-1212", appended.getPathSegments().get(1));
  /external/chromium_org/third_party/icu/source/i18n/unicode/
selfmt.h 230 * result is appended to existing contents.
284 * Result is appended to existing contents.
300 * Result is appended to existing contents.
  /frameworks/base/core/java/com/android/internal/util/
FastPrintWriter.java 639 * the character sequence appended to the target.
641 * the index of the first char in the character sequence appended
645 * subsequence appended to the target.
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMResult.java 209 * @param node The node to which the transformation will be appended.
245 * @return The node to which the transformation will be appended.
335 * <p>The node to which the transformation will be appended.</p>
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
UnicodeEscaper.java 228 * text appended to it before passing the resulting text to an underlying
234 * be processed until the corresponding low surrogate is appended. This means
238 * determine when the last characters have been appended.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 228 * text appended to it before passing the resulting text to an underlying
234 * be processed until the corresponding low surrogate is appended. This means
238 * determine when the last characters have been appended.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResizableIntArrayTests.java 235 assertIntArrayEquals("appended values after append",
245 assertIntArrayEquals("appended values after 2nd append",
247 assertIntArrayEquals("appended values after 2nd append",
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 154 * {@code noException} address appended if appropriate. The
160 * {@code noException} appended if necessary
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 154 * {@code noException} address appended if appropriate. The
160 * {@code noException} appended if necessary
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 341 // line -- as we would have left the indexes had we appended up to that point.
414 * @param value character to be appended.
475 * @param value String whose contents are to be appended.
557 * @param value StringBuffer whose contents are to be appended.
723 * to be appended.
730 // probably on a different alignment due to previously appended
879 * @param sb StringBuffer to be appended to
882 * @return sb with the requested text appended to it
    [all...]
  /external/chromium_org/cc/resources/
picture_layer_tiling_set.cc 107 PictureLayerTiling* appended = tilings_.back(); local
110 return appended;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
PerfTraceEvent.java 315 * @param suffix The required suffix to be appended to the name.
329 * to STDOUT, otherwise the JSON performance data will be appended to {@code file}. This should
  /external/chromium_org/media/filters/
chunk_demuxer.cc 54 // Returns true if the data was successfully appended. Returns false if an
120 // Buffers that are inside the append window are appended to the end
136 // Set to true if the next buffers appended within the append window
139 // appended. The flag is set on actual media segment boundaries and
141 // appended data.
147 // The object used to parse appended data.
648 // appended within the append window as if they were the beginning of a
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable.cc 134 // for encoding, here is where they would be appended to *output.
150 // and a new single-instruction opcode will be appended to
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRuby.cpp 180 // If the new child would be appended, try to add the child to the previous run
286 // If the new child would be appended, try to add the child to the previous run
  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.h 93 * Result is appended to existing contents.
110 * Result is appended to existing contents.
  /external/chromium_org/third_party/leveldatabase/src/doc/
impl.html 26 is appended to the current log file. When the log file reaches a
67 are added or removed) are appended to this log.
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 100 appended. Singular sub-messages and groups are recursively merged.
220 # Typically (in python), an underscore is appended to names that are

Completed in 1142 milliseconds

<<11121314151617181920>>