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

  /external/skia/src/sksl/lex/
NFAtoDFA.h 53 int stateCount = 0;
55 stateCount = std::max(stateCount, (int) row.size());
  /external/skqp/src/sksl/lex/
NFAtoDFA.h 53 int stateCount = 0;
55 stateCount = std::max(stateCount, (int) row.size());
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 207 int stateCount = mActivity.getStateManager().getStateCount();
208 mActivity.getGalleryActionBar().setDisplayOptions(stateCount > 1, true);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 89 size_t stateCount = halfNumCoefs * CHANNELS * 2 * kStateSizeMultipleOfFilterLength;
93 && stateCount == mStateCount
103 stateCount * sizeof(*state));
104 memset(state, 0, stateCount*sizeof(*state));
125 mStateCount = stateCount;
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 614 final int stateCount = states.length;
615 for (int stateIndex = 0; stateIndex < stateCount; stateIndex++) {
  /packages/apps/TV/src/com/android/tv/guide/
ProgramItemView.java 539 Object stateCount =
543 return (int) stateCount;
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 1020 mach_msg_type_number_t stateCount
1023 if (GetThreadState(exception_thread_, state, &stateCount)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppRegistry.java     [all...]
  /external/zxing/core/
core.jar 
  /external/skia/samplecode/
SampleAAGeometry.cpp 524 Button(char label, int stateCount) {
525 SkASSERT(stateCount <= ButtonPaints::kMaxStateCount);
526 fStateCount = stateCount;
    [all...]
  /external/skqp/samplecode/
SampleAAGeometry.cpp 524 Button(char label, int stateCount) {
525 SkASSERT(stateCount <= ButtonPaints::kMaxStateCount);
526 fStateCount = stateCount;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 451 milliseconds