HomeSort by relevance Sort by last modified time
    Searched refs:Field (Results 701 - 725 of 955) sorted by null

<<21222324252627282930>>

  /external/clang/tools/libclang/
IndexingContext.cpp     [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 18 import java.lang.reflect.Field;
108 * this default globally by setting static field {@link ProxyFactory#useCache} to false.
142 * such as writeReplace. Generation of the writeReplace method can be disabled globally by setting static field
260 // field into generated classes
503 // legacy behaviour : we only set the default interceptor static field if we are not using the cache
517 Field f = thisClass.getField(fieldName);
533 Field f = clazz.getField(fieldName);
565 * <p>The value of this field can be updated for changing the default
668 // clear any currently held class so we don't try to reuse it or set its handler field
689 // legacy: we only add the static field for the default interceptor if caching is disable
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 77 import java.lang.reflect.Field;
509 Field[] fields = this.getClass().getDeclaredFields();
511 Field f = fields[i];
819 * possible addition of a tag in the To field (section 10.43)). This allows responses
    [all...]
  /art/test/004-ThreadStress/src/
Main.java 91 Field sigquitField = osConstants.getDeclaredField("SIGQUIT");
  /art/test/100-reflect2/src/
Main.java 31 Field f;
  /art/tools/dexfuzz/src/dexfuzz/program/
Program.java 510 // Repopulate the MutatableCode field from the recorded index into the Program's list.
559 case Field:
580 * Used by FieldFlagChanger, to find an EncodedField for a specified field in an insn,
581 * if that field is actually defined in this DEX file. If not, null is returned.
585 Log.debug(String.format("Field idx 0x%x specified is not defined in this DEX file.",
598 Log.debug(String.format("Field idx 0x%x specified is not defined in this DEX file.",
  /cts/tests/signature/src/android/signature/cts/
SignatureTest.java 33 import java.lang.reflect.Field;
57 private static final String TAG_FIELD = "field";
204 JDiffField field = loadFieldInfo(currentClass.getClassName(), parser); local
205 currentClass.addField(field);
223 * Load field information from xml to memory.
227 * @return the new field
289 * @param name of the class/method/field being examined which will be shown in error messages
330 * @param name of the class/method/field being examined which will be shown in error messages
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 22 import org.apache.commons.math.Field;
53 * Block 0 would be a Field[1296] array holding the upper left 36x36 square, block 1 would be
54 * a Field[1296] array holding the upper center 36x36 square, block 2 would be a Field[1008]
55 * array holding the upper right 36x28 rectangle, block 3 would be a Field[864] array holding
56 * the lower left 24x36 rectangle, block 4 would be a Field[864] array holding the lower center
57 * 24x36 rectangle and block 5 would be a Field[672] array holding the lower right 24x28
65 * @param <T> the type of the field elements
95 * @param field field to which the elements belon
230 final Field<T> field = extractField(rawData); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
descriptor.py 23 Describing an Enum instance, Enum class, Field class or Message class will
26 to know the description of an enum value, enum, field or message without
52 field = FieldDescriptor()
53 field.name = 'x'
54 field.number = 1
55 field.label = FieldDescriptor.Label.REQUIRED
56 field.variant = FieldDescriptor.Variant.INT64
57 fields.append(field)
59 field = FieldDescriptor()
60 field.name = 'y
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 805 FieldDecl *getInstantiatedFromUnnamedFieldDecl(FieldDecl *Field);
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 773 FieldDecl *Field, QualType T)
779 Field(Field), Loc(Loc) {
780 assert(Field->hasInClassInitializer());
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 418 case Decl::Field: {
420 Out << "<field> " << *FD << '\n';
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DateFormatTest.java 63 anFPField = new FieldPosition(DateFormat.Field.YEAR);
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 9 #include "Field.h"
277 // Maps a field object in PDF document to a JavaScript variable
307 Field* pField = (Field*)pJSField->GetEmbedObject();
314 // Gets the name of the nth field in the document
468 // removes the specified field from the document.
882 Field::DoDelay(m_pDocument, pData);
    [all...]
  /external/proguard/src/proguard/classfile/editor/
AttributeAdder.java 209 public void visitConstantValueAttribute(Clazz clazz, Field field, ConstantValueAttribute constantValueAttribute)
216 // Add it to the target field.
ConstantPoolShrinker.java 248 public void visitConstantValueAttribute(Clazz clazz, Field field, ConstantValueAttribute constantValueAttribute)
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumDescriptorSimplifier.java 191 // Clear the field value.
284 public void visitSignatureAttribute(Clazz clazz, Field field, SignatureAttribute signatureAttribute)
  /external/skia/src/svg/parser/
SkSVGParser.cpp 112 SkString& SkSVGParser::getPaintLast(SkSVGPaint::Field field) {
115 SkString* attr = (*state)[field];
122 SkASSERT(fEmptyPaint[field]);
123 return *fEmptyPaint[field];
  /external/tpm2/generator/
structure_generator.py 117 class Field(object):
118 """Represents a field in TPM structure or union.
132 from zero to MAX_SIZE. The field 'size' denotes the actual number of
144 the field named 'rsa' will have its 'selector_value' set to 'TPM_ALG_RSA'.
147 field_type: a string, the type of field.
148 field_name: a string, the name of the field.
175 """Initializes a Field instance.
178 field_type: Initial value for the field type attribute.
179 field_name: Initial value for the field name attribute.
189 # (processing of TPM_ALG_NULL in this example). Setting field name to '
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 32 using ::testing::Field;
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java 62 import java.lang.reflect.Field;
285 final Field field = provider.getDeclaredField("sCreated"); local
286 assertTrue("Expected provider to have been created", (boolean) field.get(null));
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) {
658 void printField(const Field *E, StreamType &SS) {
  /external/clang/lib/CodeGen/
CodeGenFunction.h 182 RecordDecl::field_iterator Field =
186 I != E; ++I, ++Field) {
188 CXXThisFieldDecl = *Field;
190 CaptureFields[I->getCapturedVar()] = *Field;
202 /// \brief Lookup the captured field decl for a variable.
    [all...]

Completed in 889 milliseconds

<<21222324252627282930>>