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

  /external/clang/docs/tools/
dump_format_style.py 77 class EnumValue:
166 enum.values.append(EnumValue(line.replace(',', ''), comment))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
messages.js 24 goog.provide('ProtoRpc.EnumValue');
151 var value = new ProtoRpc.EnumValue(values[number], parseInt(number, 10));
161 * @return {ProtoRpc.EnumValue}
182 * VALUE = ProtoRpc.EnumValue('VALUE', 1)
190 ProtoRpc.EnumValue = function(name, number) {
208 ProtoRpc.EnumValue.prototype.toString = function() {
216 ProtoRpc.EnumValue.prototype.valueOf = function() {
496 * @type {Array.<ProtoRpc.EnumValue>}
504 * @type {ProtoRpc.EnumValue}
  /external/guice/core/test/com/google/inject/
TypeConversionTest.java 48 @BindingAnnotation @interface EnumValue {}
68 @Inject @EnumValue Bar enumField;
97 bindConstant().annotatedWith(EnumValue.class).to("TEE");
130 bindConstant().annotatedWith(EnumValue.class).to("TEE");
  /system/media/camera/docs/
metadata_model.py 32 EnumValue: A class corresponding to a <value> element within an Enum
954 class EnumValue(Node):
1012 values: A sequence of EnumValue children.
1019 [ EnumValue(val, self, ids.get(val), val in deprecateds, val in optionals, val in hiddens, \
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 62 const unsigned EnumValue;
123 return A.EnumValue < B.EnumValue;
129 unsigned EnumValue;
260 return A.EnumValue < B.EnumValue;
264 return A.EnumValue == B.EnumValue;
271 // Bit mask of sub-classes including this, indexed by their EnumValue.
274 // first. This is the same as sorting by EnumValue
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
type.pb.h 44 class EnumValue;
600 // repeated .google.protobuf.EnumValue enumvalue = 2;
604 const ::google::protobuf::EnumValue& enumvalue(int index) const;
605 ::google::protobuf::EnumValue* mutable_enumvalue(int index);
606 ::google::protobuf::EnumValue* add_enumvalue();
607 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >*
609 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >&
610 enumvalue() const
1407 inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const { function in class:google::protobuf::Enum
1425 Enum::enumvalue() const { function in class:google::protobuf::Enum
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 929 milliseconds