HomeSort by relevance Sort by last modified time
    Searched refs:totalLength (Results 1 - 25 of 35) sorted by null

1 2

  /developers/build/prebuilts/gradle/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java 161 int totalLength = first.length;
163 totalLength += array.length;
165 byte[] result = Arrays.copyOf(first, totalLength);
  /developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/java/com/example/android/cardemulation/
CardService.java 161 int totalLength = first.length;
163 totalLength += array.length;
165 byte[] result = Arrays.copyOf(first, totalLength);
  /development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
CardService.java 161 int totalLength = first.length;
163 totalLength += array.length;
165 byte[] result = Arrays.copyOf(first, totalLength);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathUtilities.h 50 bool getTotalLengthOfSVGPathByteStream(const SVGPathByteStream*, float& totalLength);
SVGPathTraversalStateBuilder.h 36 float totalLength();
SVGPathTraversalStateBuilder.cpp 84 float SVGPathTraversalStateBuilder::totalLength()
SVGPathElement.cpp 65 float totalLength = 0;
66 getTotalLengthOfSVGPathByteStream(pathByteStream(), totalLength);
67 return totalLength;
SVGPathUtilities.cpp 202 bool getTotalLengthOfSVGPathByteStream(const SVGPathByteStream* stream, float& totalLength)
214 totalLength = builder->totalLength();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
GCMBlockCipher.java 45 private long totalLength;
172 this.totalLength = 0;
291 if (totalLength == 0)
310 if (totalLength == 0)
354 long c = ((totalLength * 8) + 127) >>> 7;
375 Pack.longToBigEndian(totalLength * 8, X, 8);
432 totalLength = 0;
459 totalLength += BLOCK_SIZE;
471 totalLength += len;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
PathTraversalState.cpp 139 float totalLength = 0;
150 totalLength += length;
154 if (traversalState.m_totalLength + totalLength > traversalState.m_desiredLength)
155 return totalLength;
162 return totalLength;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotCommon.js 270 * @param {number} totalLength
273 WebInspector.HeapSnapshotCommon.ItemsRange = function(startPosition, endPosition, totalLength, items)
280 this.totalLength = totalLength;
HeapSnapshotGridNodes.js 356 if (itemsRange.endPosition < itemsRange.totalLength)
357 insertShowMoreButton.call(this, itemsRange.endPosition, itemsRange.totalLength, insertionIndex++);
370 if (range.to < itemsRange.totalLength)
378 insertShowMoreButton.call(this, itemsRange.startPosition, found ? range.from : itemsRange.totalLength, insertionIndex);
399 var newEndOfRange = nextRange ? nextRange.from : itemsRange.totalLength;
415 if (newEndOfRange === itemsRange.totalLength)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
ScriptFormatterWorker.js 89 * @param {number} totalLength
92 FormatterWorker._chunkCount = function(totalLength, chunkSize)
94 if (totalLength <= chunkSize)
97 var remainder = totalLength % chunkSize;
98 var partialLength = totalLength - remainder;
108 var totalLength = params.content.length;
110 var chunkCount = FormatterWorker._chunkCount(totalLength, chunkSize);
  /external/chromium_org/media/base/mac/
coremedia_glue.h 82 size_t* totalLength,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 310 int totalLength = startLength + endLength;
311 return IntRect(x() + startLength, y(), width() - totalLength, height());
318 int totalLength = startLength + endLength;
320 return IntRect(x(), y() + startLength, width(), height() - totalLength);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h 82 static size_t totalLength(const Vector<String>&);
MarkupAccumulator.cpp 186 size_t MarkupAccumulator::totalLength(const Vector<String>& strings)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 182 float totalLength = 0;
199 totalLength += length;
222 m_textPathSpacing = (desiredTextLength - totalLength) / totalCharacters;
224 m_textPathScaling = desiredTextLength / totalLength;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderapi.c     [all...]
  /external/mesa3d/src/mesa/main/
shaderapi.c     [all...]
  /external/chromium_org/third_party/icu/source/common/
utrie2_builder.cpp 350 long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
352 indexLength, dataLength, totalLength);
359 long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
361 which, indexLength, dataLength, totalLength);
    [all...]
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 350 long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
352 indexLength, dataLength, totalLength);
359 long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2);
361 which, indexLength, dataLength, totalLength);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 1572 milliseconds

1 2