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

1 2

  /frameworks/base/telephony/java/android/telephony/ims/
ImsCallProfile.java 648 int startSize = extras.size();
651 if (startSize != endSize) {
652 Log.i(TAG, "maybeCleanseExtras: " + (startSize - endSize) + " extra values were "
  /libcore/ojluni/src/main/java/sun/security/util/
Cache.java 287 int startSize = cacheMap.size();
308 if (startSize != endSize) {
309 System.out.println("*** Expunged " + (startSize - endSize)
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 521 unsigned startSize = Codecs.Size() + Hashers.Size();
523 used = (startSize != Codecs.Size() + Hashers.Size());
526 startSize = Formats.Size();
528 if (startSize != Formats.Size())
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 977 const startSize = 10 // The size at which to start a slice in the 'All' routines.
987 result := make([][]byte, 0, startSize)
1005 result := make([][]int, 0, startSize)
1023 result := make([]string, 0, startSize)
1041 result := make([][]int, 0, startSize)
1059 result := make([][][]byte, 0, startSize)
    [all...]
find_test.go 118 // long set of matches (longer than startSize)
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 977 const startSize = 10 // The size at which to start a slice in the 'All' routines.
987 result := make([][]byte, 0, startSize)
1005 result := make([][]int, 0, startSize)
1023 result := make([]string, 0, startSize)
1041 result := make([][]int, 0, startSize)
1059 result := make([][][]byte, 0, startSize)
    [all...]
find_test.go 118 // long set of matches (longer than startSize)
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ExprModel.java 490 int startSize = -1;
491 while (startSize != mExprMap.size()) {
492 startSize = mExprMap.size();
  /external/clang/lib/Index/
USRGeneration.cpp 166 const unsigned startSize = Buf.size();
169 return startSize == endSize;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /external/golang-protobuf/proto/
properties.go 61 const startSize = 10 // initial slice/string sizes
  /external/zxing/core/
core.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/
compiler-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/
compiler-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta5/
compiler-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/
compiler-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/
compiler-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar 

Completed in 308 milliseconds

1 2