HomeSort by relevance Sort by last modified time
    Searched full:concatenate (Results 26 - 50 of 494) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pragma.h 104 #define C_LEX_STRING_NO_JOIN 2 /* Do not concatenate strings
  /external/bison/src/
uniqstr.h 32 /* Return a uniqstr built by vsprintf. In order to simply concatenate
65 /* Concatenate at most 20 strings and return a uniqstr. The goal of
  /external/skia/tests/
ImageFilterTest.cpp 89 // Check that two non-clipping color matrices concatenate into a single filter.
96 // Check that a clipping color matrix followed by a grayscale does not concatenate into a single filter.
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 83 * Concatenate the list of stuff that we are keeping around and also the
94 * Concatenate the list of stuff that we are keeping around and also the
120 * Concatenate two compatible lists. This appends or prepends the new list
126 * flag which indicates which end to concatenate
131 public void concatenate(SIPHeaderList<HDR> other, boolean topFlag) method in class:SIPHeaderList
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RopeByteString.java 138 * Concatenate the given strings while performing various optimizations to
151 static ByteString concatenate(ByteString left, ByteString right) { method in class:RopeByteString
168 // ByteString is constructed by repeated concatenate, recognize the case
182 // Typically for concatenate-built strings the left-side is deeper than
183 // the right. This is our final attempt to concatenate without
224 * defenses of {@link #concatenate(ByteString, ByteString)}. This allows
611 // be balanced, leading to repeated rebalancings on concatenate. However,
645 // BAP95: Concatenate all trees occupying bins representing the length of
654 // Concatenate the subtrees of shorter length
662 // Concatenate the given strin
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DelphiTarget.java 105 // Concatenate string literals because Delphi doesn't support literals over 255 characters,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
phystokens.py 71 If you concatenate all the token texts, and then join them with newlines,
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringSubstringTest.java 79 unicode = RopeByteString.concatenate(unicode, sourceByteString);
  /external/chromium_org/third_party/re2/re2/
set.cc 47 // Concatenate with match index and push on vector.
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStack.cpp 66 * just pre-concatenate with the existing matrix.
  /external/chromium_org/v8/tools/
consarray.js 51 * @param {Array} arr Array to concatenate.
  /external/openssh/
sftp-client.h 129 /* Concatenate paths, taking care of slashes. Caller must free result. */
  /external/regex-re2/re2/
set.cc 47 // Concatenate with match index and push on vector.
  /external/skia/src/utils/
SkCanvasStack.cpp 66 * just pre-concatenate with the existing matrix.
  /external/v8/tools/
consarray.js 51 * @param {Array} arr Array to concatenate.
  /external/webrtc/src/modules/audio_processing/
voice_detection_impl.cc 75 // TODO(ajm): concatenate data in frame buffer here.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_gc_event_listeners.h 38 // TODO: Concatenate non-terminal PtNodes.
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 87 // Concatenate the contents of 'inFile' onto 'out'
111 // Read the setup file, and concatenate all the data.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPatternElement.cpp 208 current->patternTransformCurrentValue().concatenate(transform);
235 patternTransformCurrentValue().concatenate(matrix);
  /external/chromium_org/tools/telemetry/telemetry/value/
__init__.py 26 CONCATENATE = 'concatenate'
  /external/guava/guava/src/com/google/common/collect/
ObjectArrays.java 61 * @param first the first array of elements to concatenate
62 * @param second the second array of elements to concatenate
  /packages/apps/Email/emailsync/src/com/android/emailsync/
AbstractSyncService.java 219 * If user logging is active, we concatenate any arguments and log them using LogUtils.d
221 * @param strings strings to concatenate and log
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 134 /* Concatenate an arbitrary number of strings. You must pass NULL as
140 /* Concatenate an arbitrary number of strings. You must pass NULL as
155 /* Concatenate an arbitrary number of strings into a SUPPLIED area of
162 /* Concatenate an arbitrary number of strings into a GLOBAL area of
173 /* Concatenate an arbitrary number of strings. You must pass NULL as
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
libiberty.h 134 /* Concatenate an arbitrary number of strings. You must pass NULL as
140 /* Concatenate an arbitrary number of strings. You must pass NULL as
155 /* Concatenate an arbitrary number of strings into a SUPPLIED area of
162 /* Concatenate an arbitrary number of strings into a GLOBAL area of
173 /* Concatenate an arbitrary number of strings. You must pass NULL as
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
libiberty.h 134 /* Concatenate an arbitrary number of strings. You must pass NULL as
140 /* Concatenate an arbitrary number of strings. You must pass NULL as
155 /* Concatenate an arbitrary number of strings into a SUPPLIED area of
162 /* Concatenate an arbitrary number of strings into a GLOBAL area of
173 /* Concatenate an arbitrary number of strings. You must pass NULL as

Completed in 965 milliseconds

12 3 4 5 6 7 8 91011>>