HomeSort by relevance Sort by last modified time
    Searched defs:CaseFormat (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/deqp/modules/gles2/scripts/
gen-qualification_order.py 172 CaseFormat = namedtuple('CaseFormat', 'name vars')
174 DECL_INVARIANT = CaseFormat("invariant", ["invariant", "", ""])
175 DECL_STORAGE = CaseFormat("storage", ["varying", "uniform", "attribute"])
176 DECL_PRECISION = CaseFormat("precision", ["lowp", "mediump", "mediump"])
178 PARAM_STORAGE = CaseFormat("storage", [ "const", "", ""])
179 PARAM_PARAMETER = CaseFormat("parameter", [ "in", "out", "inout" ])
180 PARAM_PRECISION = CaseFormat("precision", [ "lowp", "mediump", "mediump" ])
  /external/deqp/modules/gles3/scripts/
gen-qualification_order.py 187 CaseFormat = namedtuple('CaseFormat', 'name vars')
189 DECL_INVARIANT = CaseFormat("invariant", [ "invariant", "", "" ])
190 DECL_INTERPOLATION = CaseFormat("interp", [ "smooth", "flat", "" ])
191 DECL_STORAGE = CaseFormat("storage", [ "centroid", "anon_centroid", "uniform" ])
192 DECL_PRECISION = CaseFormat("precision", [ "lowp", "mediump", "highp" ])
194 PARAM_STORAGE = CaseFormat("storage", [ "const", "", ""])
195 PARAM_PARAMETER = CaseFormat("parameter", [ "in", "out", "inout" ])
196 PARAM_PRECISION = CaseFormat("precision", [ "lowp", "mediump", "highp" ])
  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 36 public enum CaseFormat {
44 @Override String convert(CaseFormat format, String s) {
62 @Override String convert(CaseFormat format, String s) {
98 @Override String convert(CaseFormat format, String s) {
112 CaseFormat(CharMatcher wordBoundary, String wordSeparator) {
122 public final String to(CaseFormat format, String str) {
131 String convert(CaseFormat format, String s) {
158 public Converter<String, String> converterTo(CaseFormat targetFormat) {
165 private final CaseFormat sourceFormat;
166 private final CaseFormat targetFormat
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
SourceFiles.java 16 import com.google.common.base.CaseFormat;
40 import static com.google.common.base.CaseFormat.UPPER_CAMEL;
160 CaseFormat.LOWER_CAMEL.to(UPPER_CAMEL, namesIterator.next()));
298 return CaseFormat.LOWER_CAMEL.to(
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-16.0.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-17.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0/
compiler-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta1/
compiler-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-beta3/
compiler-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-rc1/
compiler-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.2/
compiler-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha1/
compiler-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha3/
compiler-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha4/
compiler-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-alpha7/
compiler-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta1/
compiler-2.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta2/
compiler-2.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.2.0-beta3/
compiler-2.2.0-beta3.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release.jar 
espresso-core-2.2.2-release-no-dep.jar 
espresso-core-2.2.2-release.jar 

Completed in 1246 milliseconds

1 2 3