HomeSort by relevance Sort by last modified time
    Searched refs:fields (Results 51 - 75 of 449) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/jcd/cls/
IClassDefVisitor.java 23 Object visit (IFieldCollection fields, Object ctx);
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 42 * A class which represents an arbitrary set of fields of some message type.
70 private Map<FieldDescriptorType, Object> fields; field in class:FieldSet
74 // Use a TreeMap because fields need to be in canonical order when
79 fields = new TreeMap<FieldDescriptorType, Object>();
87 this.fields = Collections.emptyMap();
109 fields.entrySet()) {
112 fields.put(entry.getKey(), Collections.unmodifiableList(value));
115 fields = Collections.unmodifiableMap(fields);
122 fields.clear()
    [all...]
UnknownFieldSet.java 46 * {@code UnknownFieldSet} is used to keep track of fields which were seen when
48 * This most frequently occurs when new fields are added to a message type
89 private UnknownFieldSet(final Map<Integer, Field> fields) {
90 this.fields = fields;
92 private Map<Integer, Field> fields; field in class:UnknownFieldSet
100 fields.equals(((UnknownFieldSet) other).fields);
105 return fields.hashCode();
108 /** Get a map of fields in the set by number. *
284 private Map<Integer, Field> fields; field in class:UnknownFieldSet.Builder
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 148 // Note that this actually appends fields to the form data, which can be useful
160 form->fields.push_back(field);
163 form->fields.push_back(field);
166 form->fields.push_back(field);
169 form->fields.push_back(field);
172 form->fields.push_back(field);
175 form->fields.push_back(field);
178 form->fields.push_back(field);
181 form->fields.push_back(field);
184 form->fields.push_back(field)
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 54 static fields_t fields; variable
116 JNICameraContext* context = reinterpret_cast<JNICameraContext*>(env->GetIntField(thiz, fields.context));
192 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
270 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
301 env->CallStaticVoidMethod(mCameraJClass, fields.post_event,
341 jobject face = env->NewObject(mFaceClass, fields.face_constructor);
344 jobject rect = env->NewObject(mRectClass, fields.rect_constructor);
345 env->SetIntField(rect, fields.rect_left, metadata->faces[i].rect[0]);
346 env->SetIntField(rect, fields.rect_top, metadata->faces[i].rect[1]);
347 env->SetIntField(rect, fields.rect_right, metadata->faces[i].rect[2])
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 51 private List<DexField> fields; field in class:DexClassImpl
216 EncodedField[] fields = new EncodedField[size]; local
217 for (int i = 0; i < fields.length; i++) {
218 fields[i] = new EncodedField();
219 fields[i].field_idx_diff = buffer.readUleb128();
220 fields[i].access_flags = buffer.readUleb128();
222 return fields;
249 if (fields == null) {
250 fields = new ArrayList<DexField>();
252 fields.addAll(getDexFields(classDataItem.staticFields))
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp 43 // Sub- vector and matrix fields
51 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields, int line)
53 fields.num = (int) compString.size();
54 if (fields.num > 4) {
65 for (int i = 0; i < fields.num; ++i) {
68 fields.offsets[i] = 0;
72 fields.offsets[i] = 0;
76 fields.offsets[i] = 0;
80 fields.offsets[i] = 1;
84 fields.offsets[i] = 1
1389 const TTypeList* fields = node->getType().getStruct(); local
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 43 // these fields provide access from C++ to the...
51 static fields_t fields; variable
168 fields.midPostNativeEvent,
192 fields.clazzEffect = NULL;
193 fields.clazzDesc = NULL;
202 fields.clazzEffect = (jclass)env->NewGlobalRef(clazz);
205 fields.midPostNativeEvent = env->GetStaticMethodID(
206 fields.clazzEffect,
208 if (fields.midPostNativeEvent == NULL) {
213 // Get the variables fields
    [all...]
  /external/iproute2/misc/
lnstat_util.c 44 lf->fields[j].values[i] = 0;
58 lf->fields[j].values[i] = f;
60 lf->fields[j].values[i] += f;
101 for (i = 0, lfi = &lf->fields[i];
102 i < lf->num_fields; i++, lfi = &lf->fields[i]) {
127 lf->fields[i].file = lf;
128 strncpy(lf->fields[i].name, tok, LNSTAT_MAX_FIELD_NAME_LEN);
204 /* lnstat_scan_dir - find and parse all available statistics files/fields */
288 fprintf(outfd, "\t%2u: %s\n", i+1, lf->fields[i].name);
318 if (!strcmp(field, lf->fields[i].name))
    [all...]
lnstat.h 32 unsigned int num_fields; /* number of fields */
33 struct lnstat_field fields[LNSTAT_MAX_FIELDS_PER_LINE]; member in struct:lnstat_file
  /external/icu4c/test/intltest/
regextst.cpp 1600 UnicodeString fields[10]; local
2901 UnicodeString fields[10]; local
4016 UnicodeString fields[7]; local
4385 UnicodeString fields[7]; local
    [all...]
ucdtest.cpp 156 char *fields[][2], int32_t /* fieldCount */,
163 u_parseCodePointRange(fields[0][0], &start, &end, pErrorCode);
165 me->errln("UnicodeTest: syntax error in DerivedCoreProperties.txt or DerivedNormalizationProps.txt field 0 at %s\n", fields[0][0]);
170 i=getTokenIndex(derivedPropsNames, LENGTHOF(derivedPropsNames), fields[1][0]);
172 UnicodeString propName(fields[1][0], (int32_t)(fields[1][1]-fields[1][0]));
177 me->errln("UnicodeTest warning: unknown property name '%s' in DerivedCoreProperties.txt or DerivedNormalizationProps.txt\n", fields[1][0]);
200 char *fields[2][2]; local
219 u_parseDelimitedFile(newPath, ';', fields, 2, derivedPropsLineFn, this, &errorCode)
    [all...]
  /packages/apps/Settings/src/com/android/settings/net/
ChartDataLoader.java 42 private static final String KEY_FIELDS = "fields";
51 public static Bundle buildArgs(NetworkTemplate template, AppItem app, int fields) {
55 args.putInt(KEY_FIELDS, fields);
75 final int fields = mArgs.getInt(KEY_FIELDS); local
78 return loadInBackground(template, app, fields);
86 private ChartData loadInBackground(NetworkTemplate template, AppItem app, int fields)
89 data.network = mSession.getHistoryForNetwork(template, fields);
  /external/chromium/chrome/browser/
autocomplete_history_manager_unittest.cc 67 form.fields.push_back(valid_cc);
91 form.fields.push_back(invalid_cc);
112 form.fields.push_back(ssn);
  /external/chromium/net/websockets/
websocket_handshake.cc 57 std::vector<std::string> fields; local
59 fields.push_back("Upgrade: WebSocket");
60 fields.push_back("Connection: Upgrade");
62 fields.push_back("Host: " + GetHostFieldValue());
64 fields.push_back("Origin: " + GetOriginFieldValue());
67 fields.push_back("Sec-WebSocket-Protocol: " + protocol_);
71 fields.push_back("Sec-WebSocket-Key1: " + parameter_->GetSecWebSocketKey1());
72 fields.push_back("Sec-WebSocket-Key2: " + parameter_->GetSecWebSocketKey2());
74 std::random_shuffle(fields.begin(), fields.end(), base::RandGenerator)
    [all...]
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 299 String[] fields = parameter.split(","); local
301 switch (fields[0].charAt(0)) {
303 builder.setMtu(Short.parseShort(fields[1]));
306 builder.addAddress(fields[1], Integer.parseInt(fields[2]));
309 builder.addRoute(fields[1], Integer.parseInt(fields[2]));
312 builder.addDnsServer(fields[1]);
315 builder.addSearchDomain(fields[1]);
  /external/chromium/base/win/
event_trace_provider.cc 105 event.fields[0].DataPtr = reinterpret_cast<ULONG64>(message);
106 event.fields[0].Length = message ?
119 event.fields[0].DataPtr = reinterpret_cast<ULONG64>(message);
120 event.fields[0].Length = message ?
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 56 // We conservatively assume that unknown fields are extensions.
59 vector<const FieldDescriptor*> fields;
60 reflection->ListFields(message, &fields);
62 for (int i = 0; i < fields.size(); i++) {
63 if (fields[i]->is_extension()) return true;
65 if (fields[i]->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) {
66 if (fields[i]->is_repeated()) {
67 int size = reflection->FieldSize(message, fields[i]);
70 reflection->GetRepeatedMessage(message, fields[i], j);
74 const Message& sub_message = reflection->GetMessage(message, fields[i])
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 59 // Get the fields
60 if (jarray fields = (jarray)callJNIMethod<jobject>(aClass, "getFields", "()[Ljava/lang/reflect/Field;")) {
61 int numFields = env->GetArrayLength(fields);
63 jobject aJField = env->GetObjectArrayElement((jobjectArray)fields, i);
71 env->DeleteLocalRef(fields);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 45 static fields_t fields; member in namespace:android
53 (SurfaceTexture*)env->GetIntField(thiz, fields.surfaceTexture);
60 env->SetIntField(thiz, fields.surfaceTexture, (int)surfaceTexture.get());
66 (SurfaceTexture*)env->GetIntField(thiz, fields.surfaceTexture));
152 env->CallStaticVoidMethod(mClazz, fields.postEvent, mWeakThiz);
165 fields.surfaceTexture = env->GetFieldID(clazz,
167 if (fields.surfaceTexture == NULL) {
172 fields.postEvent = env->GetStaticMethodID(clazz, "postEventFromNative",
174 if (fields.postEvent == NULL) {
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Header.java 47 private List<Field> fields = new LinkedList<Field>(); field in class:Header
77 * Adds a field to the end of the list of fields.
88 fields.add(field);
92 * Gets the fields of this header. The returned list will not be
98 return Collections.unmodifiableList(fields);
103 * such fields defined in this header the first one will be returned.
120 * @return the list of fields.
136 for (Iterator<Field> it = fields.iterator(); it.hasNext();) {
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 55 static fields_t fields; variable
104 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, 0);
112 Surface* const p = (Surface*)env->GetIntField(clazz, fields.surface_native);
133 MediaRecorder* const p = (MediaRecorder*)env->GetIntField(thiz, fields.context);
140 sp<MediaRecorder> old = (MediaRecorder*)env->GetIntField(thiz, fields.context);
147 env->SetIntField(thiz, fields.context, (int)recorder.get());
319 jobject surface = env->GetObjectField(thiz, fields.surface);
397 fields.context = env->GetFieldID(clazz, "mNativeContext", "I");
398 if (fields.context == NULL) {
402 fields.surface = env->GetFieldID(clazz, "mSurface", "Landroid/view/Surface;")
    [all...]
  /external/webkit/Tools/DumpRenderTree/cf/
WebArchiveDumpSupport.cpp 79 static void normalizeHTTPResponseHeaderFields(CFMutableDictionaryRef fields)
82 if (CFDictionaryContainsKey(fields, CFSTR("Date")))
83 CFDictionarySetValue(fields, CFSTR("Date"), CFSTR("Sun, 16 Nov 2008 17:00:00 GMT"));
84 if (CFDictionaryContainsKey(fields, CFSTR("Last-Modified")))
85 CFDictionarySetValue(fields, CFSTR("Last-Modified"), CFSTR("Sun, 16 Nov 2008 16:55:00 GMT"));
86 if (CFDictionaryContainsKey(fields, CFSTR("Etag")))
87 CFDictionarySetValue(fields, CFSTR("Etag"), CFSTR("\"301925-21-45c7d72d3e780\""));
88 if (CFDictionaryContainsKey(fields, CFSTR("Server")))
89 CFDictionarySetValue(fields, CFSTR("Server"), CFSTR("Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l PHP/5.2.6"));
92 CFDictionaryRemoveValue(fields, CFSTR("Connection"))
    [all...]
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 34 } fields; variable in typeref:struct:fields_t
37 return (SoundPool*)env->GetIntField(thiz, fields.mNativeContext);
175 env->CallStaticVoidMethod(fields.mSoundPoolClass, fields.mPostEvent, user, event.mMsg, event.mArg1, event.mArg2, NULL);
188 env->SetIntField(thiz, fields.mNativeContext, (int)ap);
211 env->SetIntField(thiz, fields.mNativeContext, 0);
302 fields.mNativeContext = env->GetFieldID(clazz, "mNativeContext", "I");
303 if (fields.mNativeContext == NULL) {
308 fields.mPostEvent = env->GetStaticMethodID(clazz, "postEventFromNative",
310 if (fields.mPostEvent == NULL)
    [all...]
  /external/chromium/webkit/glue/
password_form_dom_manager.cc 48 result->basic_data.fields.push_back(
55 result->basic_data.fields.push_back(

Completed in 490 milliseconds

1 23 4 5 6 7 8 91011>>