HomeSort by relevance Sort by last modified time
    Searched refs:datum (Results 101 - 125 of 128) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 95 , datum(0)
117 int bits; // Number of unread bits in "datum".
118 int datum; // 32-bit input buffer. member in class:GIFLZWContext
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
StandardAddressVerifier.java 207 String datum, AddressProblems problems) {
208 return verifier.check(script, problem, field, datum, problems);
  /external/libsepol/src/
conditional.c 534 int cond_destroy_bool(hashtab_key_t key, hashtab_datum_t datum, void *p
539 free(datum);
543 int cond_index_bool(hashtab_key_t key, hashtab_datum_t datum, void *datap)
548 booldatum = datum;
890 avd->allowed |= node->datum.data;
898 avd->auditdeny &= node->datum.data;
901 avd->auditallow |= node->datum.data;
918 return &cur_av->node->datum;
services.c 873 avd->allowed |= node->datum.data;
876 avd->auditallow |= node->datum.data;
878 avd->auditdeny &= node->datum.data;
    [all...]
  /external/oprofile/libpp/
format_output.h 145 size_t output_field(std::ostream & out, field_datum const & datum,
285 void output_attribute(std::ostream & out, field_datum const & datum,
  /packages/experimental/procstatlog/
procstatreport.py 141 for when, datum in data.iteritems():
142 if type(datum) == tuple: datum = "%d/%d" % datum
143 merged_rows.setdefault(when, {})[set_num] = datum
  /external/checkpolicy/
checkpolicy.c 144 static int find_perm(hashtab_key_t key, hashtab_datum_t datum, void *p)
149 perdatum = (perm_datum_t *) datum;
190 n->datum = *d;
270 || l1->datum.allowed != l2->datum.allowed)
364 static int check_level(hashtab_key_t key, hashtab_datum_t datum, void *arg)
366 level_datum_t *levdatum = (level_datum_t *) datum;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 227 for datum in data:
228 d.append(datum)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 227 for datum in data:
228 d.append(datum)
  /external/checkpolicy/test/
dismod.c 292 int display_type_callback(hashtab_key_t key, hashtab_datum_t datum, void *data)
298 type = (type_datum_t *) datum;
497 hashtab_datum_t datum, void *data)
502 role = (role_datum_t *) datum;
561 render_av_rule(&av_cur->node->key, &av_cur->node->datum,
568 render_av_rule(&av_cur->node->key, &av_cur->node->datum,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
  /external/libsepol/include/sepol/policydb/
policydb.h 73 * A datum type is defined for each kind of symbol
110 common_datum_t *comdatum; /* common datum */
443 /* Every identifier has its own scope datum. The datum describes if
598 extern int scope_destroy(hashtab_key_t key, hashtab_datum_t datum, void *p);
639 hashtab_key_t key, hashtab_datum_t datum,
  /external/sepolicy/tools/
sepolicy-check.c 59 return (current->datum.data & perm_bitmask) != 0;
  /system/core/debuggerd/
tombstone.cpp 612 uint32_t datum = htonl(pid); local
613 TEMP_FAILURE_RETRY( write(log->amfd, &datum, 4) );
614 datum = htonl(signal);
615 TEMP_FAILURE_RETRY( write(log->amfd, &datum, 4) );
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c     [all...]
  /external/eigen/blas/testing/
cblat2.f 558 * Save every datum before calling the
    [all...]
dblat2.f 548 * Save every datum before calling the
877 * Save every datum before calling the
    [all...]
sblat2.f 548 * Save every datum before calling the
877 * Save every datum before calling the
    [all...]
zblat2.f 560 * Save every datum before calling the
    [all...]
dblat3.f 497 * Save every datum before calling the
765 * Save every datum before calling the
    [all...]
sblat3.f 497 * Save every datum before calling the
765 * Save every datum before calling the
    [all...]
cblat3.f 511 * Save every datum before calling the
783 * Save every datum before calling the
    [all...]
zblat3.f 512 * Save every datum before calling the
784 * Save every datum before calling the
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
  /external/chromium_org/third_party/d3/src/
d3.js 839 d3_selectionPrototype.datum = function(value) {
    [all...]

Completed in 1376 milliseconds

1 2 3 45 6