HomeSort by relevance Sort by last modified time
    Searched refs:actualLength (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableParcelable.java 138 int actualLength = parcel.dataPosition();
140 if (actualLength == 0) {
146 buffer.position(buffer.position() + actualLength);
149 Log.v(TAG, "unmarshal, parcel length was " + actualLength);
  /dalvik/libdex/
SysUtil.cpp 197 size_t actualLength;
207 actualLength = length + adjust;
209 memPtr = mmap(NULL, actualLength, PROT_READ, MAP_FILE | MAP_SHARED,
213 (int) actualLength, fd, (int) actualStart, strerror(errno));
218 pMap->baseLength = actualLength;
  /external/chromium_org/third_party/icu/source/common/
utrie2.cpp 133 int32_t actualLength;
182 actualLength=(int32_t)sizeof(UTrie2Header)+tempTrie.indexLength*2;
184 actualLength+=tempTrie.dataLength*2;
186 actualLength+=tempTrie.dataLength*4;
188 if(length<actualLength) {
201 trie->length=actualLength;
229 *pActualLength=actualLength;
utrie.cpp 936 int32_t actualLength, latin1Length, i, limit;
954 actualLength=trie->indexLength*2;
956 actualLength+=trie->dataLength*2;
958 actualLength+=trie->dataLength*4;
962 if(length<actualLength) {
964 return actualLength;
1041 return actualLength;
    [all...]
  /external/icu/icu4c/source/common/
utrie2.cpp 133 int32_t actualLength;
182 actualLength=(int32_t)sizeof(UTrie2Header)+tempTrie.indexLength*2;
184 actualLength+=tempTrie.dataLength*2;
186 actualLength+=tempTrie.dataLength*4;
188 if(length<actualLength) {
201 trie->length=actualLength;
229 *pActualLength=actualLength;
utrie.cpp 936 int32_t actualLength, latin1Length, i, limit;
954 actualLength=trie->indexLength*2;
956 actualLength+=trie->dataLength*2;
958 actualLength+=trie->dataLength*4;
962 if(length<actualLength) {
964 return actualLength;
1041 return actualLength;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 123 final int actualLength = Math.min(beforeCursor.length(), internal.length());
124 if (internal.length() > actualLength) {
125 internal.delete(0, internal.length() - actualLength);
127 final String reference = (beforeCursor.length() <= actualLength) ? beforeCursor.toString()
128 : beforeCursor.subSequence(beforeCursor.length() - actualLength,
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 183 int32_t actualLength = 0;
203 sc2 = uspoof_openFromSerialized(buf, serializedSize+10, &actualLength, &status);
206 TEST_ASSERT_EQ(serializedSize, actualLength);
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 183 int32_t actualLength = 0;
203 sc2 = uspoof_openFromSerialized(buf, serializedSize+10, &actualLength, &status);
206 TEST_ASSERT_EQ(serializedSize, actualLength);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 1159 GLsizei actualLength;
1165 GLU_CHECK_CALL(glGetProgramBinary(program, (GLsizei)out.data.size(), &actualLength, &format, &(out.data[0])));
1167 TCU_CHECK(actualLength == binaryLength);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 553 milliseconds