Searched refs:fields (Results 1 - 25 of 79) sorted by relevance

1234

/external/webkit/WebKit/chromium/src/
H A DWebPasswordFormData.cpp54 bool locateSpecificPasswords(PasswordFormFields* fields, argument
58 ASSERT(fields);
61 switch (fields->passwords.size()) {
64 *password = fields->passwords[0];
67 if (fields->passwords[0]->value() == fields->passwords[1]->value())
69 *password = fields->passwords[0];
72 *oldPassword = fields->passwords[0];
73 *password = fields->passwords[1];
77 if (fields
[all...]
H A DWebPasswordFormUtils.cpp39 // fields.
57 // Maximum number of password fields we will observe before throwing our
61 void findPasswordFormFields(HTMLFormElement* form, PasswordFormFields* fields) argument
64 ASSERT(fields);
67 // First, find the password fields and activated submit button
72 fields->submit = formElement;
81 if ((fields->passwords.size() < maxPasswords)
84 if (fields->passwords.isEmpty())
86 fields->passwords.append(inputElement);
90 if (!fields
[all...]
H A DWebPasswordFormUtils.h44 // Helper structure to locate username, passwords and submit fields.
53 PasswordFormFields* fields);
/external/proguard/src/proguard/classfile/editor/
H A DClassEditor.java123 Field[] fields = targetClass.fields;
126 if (fields.length <= fieldsCount)
128 targetClass.fields = new ProgramField[fieldsCount+1];
129 System.arraycopy(fields, 0,
130 targetClass.fields, 0,
132 fields = targetClass.fields;
141 fields[targetClass.u2fieldsCount++] = field;
152 Field[] fields
[all...]
/external/icu4c/test/intltest/
H A Ducdtest.h12 char *fields[][2], int32_t fieldCount,
17 char *fields[][2], int32_t fieldCount,
36 char *fields[][2], int32_t fieldCount,
41 char *fields[][2], int32_t fieldCount,
H A Dregextst.cpp1232 UnicodeString fields[10]; local
1235 n = pat1->split("Now is the time", fields, 10, status);
1238 REGEX_ASSERT(fields[0]=="Now");
1239 REGEX_ASSERT(fields[1]=="is");
1240 REGEX_ASSERT(fields[2]=="the");
1241 REGEX_ASSERT(fields[3]=="time");
1242 REGEX_ASSERT(fields[4]=="");
1244 n = pat1->split("Now is the time", fields, 2, status);
1247 REGEX_ASSERT(fields[0]=="Now");
1248 REGEX_ASSERT(fields[
2143 UnicodeString fields[7]; local
[all...]
H A Ducdtest.cpp104 char *fields[][2], int32_t /* fieldCount */,
111 u_parseCodePointRange(fields[0][0], &start, &end, pErrorCode);
113 me->errln("UnicodeTest: syntax error in DerivedCoreProperties.txt field 0 at %s\n", fields[0][0]);
118 i=getTokenIndex(derivedCorePropsNames, LENGTHOF(derivedCorePropsNames), fields[1][0]);
120 me->errln("UnicodeTest warning: unknown property name '%s' in \n", fields[1][0]);
141 char *fields[2][2]; local
159 u_parseDelimitedFile(newPath, ';', fields, 2, derivedCorePropsLineFn, this, &errorCode);
163 u_parseDelimitedFile(backupPath, ';', fields, 2, derivedCorePropsLineFn, this, &errorCode);
103 derivedCorePropsLineFn(void *context, char *fields[][2], int32_t , UErrorCode *pErrorCode) argument
/external/icu4c/tools/genbidi/
H A Dgenbidi.c80 char *fields[2][2]; local
88 u_parseDelimitedFile(filename, ';', fields, 2, lineFn, NULL, pErrorCode);
96 char *fields[][2], int32_t fieldCount,
130 char *fields[][2], int32_t fieldCount,
139 u_parseCodePointRange(fields[0][0], &start, &end, pErrorCode);
141 fprintf(stderr, "genbidi: syntax error in %s.txt field 0 at %s\n", sen->ucdFile, fields[0][0]);
146 s=trimTerminateField(fields[1][0], fields[1][1]);
184 char *fields[2][2]; local
192 u_parseDelimitedFile(filename, ';', fields,
129 singleEnumLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
230 binariesLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
276 char *fields[2][2]; local
471 mirrorLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
496 char *fields[2][2]; local
508 unicodeDataLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
560 char *fields[15][2]; local
600 bidiClassLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/tools/gennorm/
H A Dgennorm.c308 char *fields[][2], int32_t fieldCount,
317 count=u_parseCodePointRange(fields[0][0], &start, &end, pErrorCode);
319 fprintf(stderr, "gennorm: error parsing DerivedNormalizationProperties.txt mapping at %s\n", fields[0][0]);
329 s=(char *)u_skipWhitespace(fields[1][0]);
355 * changes single field "NFD_NO" -> two fields "NFD_QC; N" etc.
396 fprintf(stderr, "gennorm error: illegal FNC string at %s\n", fields[0][0]);
407 char *fields[2][2]; local
413 u_parseDelimitedFile(filename, ';', fields, 2, derivedNormalizationPropertiesLineFn, NULL, pErrorCode);
424 char *fields[][2], int32_t fieldCount,
435 if( *fields[
307 derivedNormalizationPropertiesLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
423 unicodeDataLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
539 char *fields[15][2]; local
[all...]
/external/icu4c/tools/genprops/
H A Dgenprops.c291 char *fields[][2], int32_t fieldCount,
303 p.code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16);
304 if(end<=fields[0][0] || end!=fields[0][1]) {
305 fprintf(stderr, "genprops: syntax error in field 0 at %s\n", fields[0][0]);
311 i=getTokenIndex(genCategoryNames, U_CHAR_CATEGORY_COUNT, fields[2][0]);
316 fields[2][0], (unsigned long)p.code);
322 if(fields[5][0]<fields[5][1]) {
324 if(*fields[
290 unicodeDataLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
557 char *fields[15][2]; local
[all...]
H A Dprops2.c61 char *fields[2][2]; local
69 u_parseDelimitedFile(filename, ';', fields, 2, lineFn, NULL, pErrorCode);
77 char *fields[][2], int32_t fieldCount,
86 char *fields[20][2]; local
94 u_parseDelimitedFile(filename, ';', fields, fieldCount, lineFn, NULL, pErrorCode);
102 char *fields[][2], int32_t fieldCount,
164 char *fields[][2], int32_t fieldCount,
173 u_parseCodePointRange(fields[0][0], &start, &end, pErrorCode);
175 fprintf(stderr, "genprops: syntax error in %s.txt field 0 at %s\n", sen->ucdFile, fields[0][0]);
180 s=trimTerminateField(fields[
163 singleEnumLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
222 char *fields[2][2]; local
331 binariesLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
385 char *fields[2][2]; local
520 ageLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
573 numericLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/tools/gencase/
H A Dgencase.c125 char *fields[][2], int32_t fieldCount,
134 u_parseCodePointRange(fields[0][0], &start, &end, pErrorCode);
136 fprintf(stderr, "gencase: syntax error in %s.txt field 0 at %s\n", bin->ucdFile, fields[0][0]);
141 s=(char *)u_skipWhitespace(fields[1][0]);
170 char *fields[2][2]; local
178 u_parseDelimitedFile(filename, ';', fields, 2, binariesLineFn, (void *)bin, pErrorCode);
420 char *fields[][2], int32_t fieldCount,
425 specialCasings[specialCasingCount].code=(UChar32)uprv_strtoul(u_skipWhitespace(fields[0][0]), &end, 16);
427 if(end<=fields[0][0] || end!=fields[
124 binariesLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
419 specialCasingLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
476 char *fields[5][2]; local
535 caseFoldingLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
637 char *fields[3][2]; local
664 unicodeDataLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
789 char *fields[15][2]; local
[all...]
/external/icu4c/tools/gensprep/
H A Dgensprep.c274 char *fields[][2], int32_t fieldCount,
284 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16);
286 fprintf(stderr, "gensprep: error parsing NormalizationCorrections.txt mapping at %s\n", fields[0][0]);
290 s = fields[1][0];
297 u_versionFromString(version,fields[3][0] );
319 char *fields[4][2]; local
325 u_parseDelimitedFile(filename, ';', fields, 4, normalizationCorrectionsLineFn, NULL, pErrorCode);
337 char *fields[][2], int32_t fieldCount,
349 s = u_skipWhitespace(fields[0][0]);
353 length = fields[
273 normalizationCorrectionsLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
336 strprepProfileLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
424 char *fields[3][2]; local
[all...]
/external/icu4c/tools/ctestfw/
H A Dudbgutil.cpp262 const Field *fields = _udbg_enumFields(type); local
263 if(fields == NULL) {
266 return fields[field].str + fields[field].prefix;
276 const Field *fields = _udbg_enumFields(type); local
277 if(fields == NULL) {
280 return fields[field].num;
289 const Field *fields = _udbg_enumFields(type); local
291 if(!strcmp(value, fields[field].str + fields[fiel
[all...]
/external/icu4c/tools/toolutil/
H A Duparse.h40 char *fields[][2],
48 * All other lines are separated into fields with one delimiter character
49 * (semicolon for Unicode Properties files) between two fields. The last field in
55 * For each field i of the line, the start pointer in fields[i][0]
56 * points to the beginning of the field, while the limit pointer in fields[i][1]
62 * The line function may modify the contents of the fields including the
70 char *fields[][2], int32_t fieldCount,
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIClassDefVisitor.java23 Object visit (IFieldCollection fields, Object ctx); argument
/external/icu4c/test/cintltst/
H A Dreapits.c975 UChar *fields[10]; local
995 memset(fields, -1, sizeof(fields));
997 uregex_split(re, buf, sizeof(buf)/2, &requiredCapacity, fields, 10, &status);
1003 TEST_ASSERT_STRING("first ", fields[0], TRUE);
1004 TEST_ASSERT_STRING(" second", fields[1], TRUE);
1005 TEST_ASSERT_STRING(" third", fields[2], TRUE);
1006 TEST_ASSERT(fields[3] == NULL);
1027 memset(fields, -1, sizeof(fields));
1081 UChar *fields[10]; local
[all...]
H A Dsprpdata.c47 char *fields[][2], int32_t fieldCount,
57 typeName = fields[2][0];
58 map = fields[1][0];
62 u_parseCodePointRange(fields[0][0], &rangeStart,&rangeEnd, pErrorCode);
69 u_parseCodePointRange(fields[0][0], &rangeStart,&rangeEnd, pErrorCode);
76 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16);
93 char *fields[3][2]; local
99 u_parseDelimitedFile(filename, ';', fields, 3, strprepProfileLineFn, (void*)data, pErrorCode);
46 strprepProfileLineFn(void *context, char *fields[][2], int32_t fieldCount, UErrorCode *pErrorCode) argument
/external/iproute2/misc/
H A Dlnstat_util.c44 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[
[all...]
H A Dlnstat.h32 unsigned int num_fields; /* number of fields */
33 struct lnstat_field fields[LNSTAT_MAX_FIELDS_PER_LINE]; member in struct:lnstat_file
/external/webkit/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp166 GeocluePositionFields fields = geoclue_position_get_position(m_geocluePosition, &m_timestamp, local
173 } else if (!(fields & GEOCLUE_POSITION_FIELDS_LATITUDE && fields & GEOCLUE_POSITION_FIELDS_LONGITUDE)) {
192 void GeolocationServiceGtk::position_changed(GeocluePosition*, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy, GeolocationServiceGtk* that) argument
194 if (!(fields & GEOCLUE_POSITION_FIELDS_LATITUDE && fields & GEOCLUE_POSITION_FIELDS_LONGITUDE)) {
/external/webkit/WebCore/bridge/jni/v8/
H A DJavaClassV8.cpp49 // Get the fields
50 jarray fields = static_cast<jarray>(callJNIMethod<jobject>(aClass, "getFields", "()[Ljava/lang/reflect/Field;")); local
51 int numFields = env->GetArrayLength(fields);
53 jobject aJField = env->GetObjectArrayElement(static_cast<jobjectArray>(fields), i);
78 env->DeleteLocalRef(fields);
/external/qemu/
H A Dqemu_file.h8 Q_FIELD_BYTE, /* for 1-byte fields */
9 Q_FIELD_INT16, /* for 2-byte fields */
10 Q_FIELD_INT32, /* for 4-byte fields */
11 Q_FIELD_INT64, /* for 8-byte fields */
12 Q_FIELD_BUFFER, /* for buffer fields */
49 extern void qemu_put_struct(QEMUFile* f, const QField* fields, const void* s);
50 extern int qemu_get_struct(QEMUFile* f, const QField* fields, void* s);
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
H A Dhandshake.py156 fields = self._request.headers_in['Host'].split(':', 1)
157 if len(fields) == 1:
158 return fields[0], _default_port(self._request.is_https())
160 return fields[0], int(fields[1])
/external/v8/tools/
H A Dlogreader.js201 * @param {Array.<string>} fields Log record.
204 devtools.profiler.LogReader.prototype.dispatchLogRow_ = function(fields) {
206 var command = fields[0];
216 // Parse fields.
221 parsedFields.push(fields[1 + i]);
223 parsedFields.push(parser(fields[1 + i]));
226 parsedFields.push(fields.slice(1 + i));
315 var fields = this.csvParser_.parseLine(line);
316 this.dispatchLogRow_(fields);

Completed in 229 milliseconds

1234