HomeSort by relevance Sort by last modified time
    Searched full:fields (Results 201 - 225 of 10872) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chromeos/network/onc/
onc_merger.h 25 // kRecommended fields. The resulting dictionary is valid ONC but may contain
26 // dispensable fields (e.g. in a network with type: "WiFi", the field "VPN" is
38 // dictionaries contains the onc::kAugmentations* fields (see onc_constants.h)
  /external/chromium_org/sync/protocol/
app_notification_specifics.proto 8 // any fields in this file.
36 // Payload - these fields are visible to the user content is defined by the
37 // app. The fields are described in:
typed_url_specifics.proto 8 // any fields in this file.
17 // Properties of typed_url sync objects - fields correspond to similarly named
18 // fields in history::URLRow.
managed_user_setting_specifics.proto 8 // any fields in this file.
preference_specifics.proto 8 // any fields in this file.
priority_preference_specifics.proto 8 // any fields in this file.
synced_notification_specifics.proto 8 // any fields in this file.
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 169 public ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, Map<String, ?> props) {
173 ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, String text) {
185 ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, byte text[]) {
186 Map<Fields, String> map = ServiceInfoImpl.checkQualifiedNameMap(qualifiedNameMap);
188 this._domain = map.get(Fields.Domain);
189 this._protocol = map.get(Fields.Protocol);
190 this._application = map.get(Fields.Application);
191 this._name = map.get(Fields.Instance);
192 this._subtype = map.get(Fields.Subtype);
236 public static Map<Fields, String> decodeQualifiedNameMap(String type, String name, String subtype)
    [all...]
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
Chunk.java 25 * The "offset" and "length" fields are present so handlers can over-allocate
38 * Blank constructor. Fill in your own fields.
43 * Constructor with all fields.
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 45 fields = line.split()
46 if fields:
47 if fields[0] == 'Link':
48 links.append('%s %s %s\n' % (fields[0], fields[1], fields[2]))
49 zones.append(fields[2])
50 elif fields[0] == 'Zone':
51 zones.append(fields[1])
  /dalvik/dx/tests/008-field/
small-class.txt 27 # fields[0]
  /dalvik/dx/tests/015-field-attrib-Synthetic/
small-class.txt 28 # fields[0]
  /dalvik/dx/tests/016-field-attrib-Deprecated/
small-class.txt 28 # fields[0]
  /dalvik/dx/tests/026-field-attrib-Signature/
small-class.txt 29 # fields[0]
  /external/chromium/chrome/browser/password_manager/
login_database_mac.cc 9 // providing storage of fields Keychain doesn't allow.
  /external/chromium/chrome/browser/sync/protocol/
bookmark_specifics.proto 8 // any fields in this file.
preference_specifics.proto 8 // any fields in this file.
  /external/chromium_org/chrome/browser/chromeos/policy/proto/
install_attributes.proto 12 // repository. Only the fields that are relevant to the browser are present
  /external/chromium_org/chrome/browser/policy/proto/chromeos/
install_attributes.proto 12 // repository. Only the fields that are relevant to the browser are present
  /external/chromium_org/chromeos/test/data/network/
toplevel_with_unknown_fields.onc 1 // Test ONC file that contains unknown fields.
  /external/chromium_org/mojo/public/tests/
sample_factory.mojom 8 // to methods as well as fields on structs.
  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.h 70 * sense to test the day fields; the time fields are not tested by this
71 * method. If null, then test all standard fields.
79 * doLimitsTest with default test duration and fields
locnmtst.h 22 * Test methods to set and get data fields
  /external/chromium_org/v8/tools/
logreader.js 131 * @param {Array.<string>} fields Log record.
134 LogReader.prototype.dispatchLogRow_ = function(fields) {
136 var command = fields[0];
145 // Parse fields.
150 parsedFields.push(fields[1 + i]);
152 parsedFields.push(parser(fields[1 + i]));
155 parsedFields.push(fields.slice(1 + i));
178 var fields = this.csvParser_.parseLine(line);
179 this.dispatchLogRow_(fields);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
AttribFlags.java 10 * the SFTP ATTRS data type specifies which of the fields are actually present.
62 * Indicates that the 'owner' and 'group' fields are present.
68 * 'mtime' and 'ctime' fields (if present), there is also
76 * fields are present.

Completed in 488 milliseconds

1 2 3 4 5 6 7 891011>>