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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/public/common/
geoposition.h 44 // Altitude in meters (above WGS84 datum).
  /external/bison/lib/
obstack.h 320 # define obstack_1grow(OBSTACK,datum) \
325 obstack_1grow_fast (__o, datum); \
332 # define obstack_ptr_grow(OBSTACK,datum) \
337 obstack_ptr_grow_fast (__o, datum); }) \
339 # define obstack_int_grow(OBSTACK,datum) \
344 obstack_int_grow_fast (__o, datum); })
453 # define obstack_1grow(h,datum) \
456 obstack_1grow_fast (h, datum))
458 # define obstack_ptr_grow(h,datum) \
461 obstack_ptr_grow_fast (h, datum))
    [all...]
  /external/checkpolicy/
module_compiler.h 26 * needs to free() the datum), -1 if declarations not allowed, -2 for
30 hashtab_key_t key, hashtab_datum_t datum,
44 hashtab_key_t key, hashtab_datum_t datum,
  /external/libsepol/src/
policydb.c 766 __attribute__ ((unused)), hashtab_datum_t datum,
772 role = (role_datum_t *) datum;
784 __attribute__ ((unused)), hashtab_datum_t datum,
790 user = (user_datum_t *) datum;
829 static int common_index(hashtab_key_t key, hashtab_datum_t datum, void *datap)
834 comdatum = (common_datum_t *) datum;
843 static int class_index(hashtab_key_t key, hashtab_datum_t datum, void *datap)
848 cladatum = (class_datum_t *) datum;
858 static int role_index(hashtab_key_t key, hashtab_datum_t datum, void *datap)
863 role = (role_datum_t *) datum;
    [all...]
expand.c 150 static int type_copy_callback(hashtab_key_t key, hashtab_datum_t datum,
159 type = (type_datum_t *) datum;
220 static int attr_convert_callback(hashtab_key_t key, hashtab_datum_t datum,
229 type = (type_datum_t *) datum;
263 static int perm_copy_callback(hashtab_key_t key, hashtab_datum_t datum,
272 perm = (perm_datum_t *) datum;
300 static int common_copy_callback(hashtab_key_t key, hashtab_datum_t datum,
309 common = (common_datum_t *) datum;
486 static int class_copy_callback(hashtab_key_t key, hashtab_datum_t datum,
495 class = (class_datum_t *) datum;
    [all...]
write.c 187 cpu_to_le32(node->datum.data);
193 buf32[items++] = cpu_to_le32(cur->datum.data);
223 buf32[0] = cpu_to_le32(cur->datum.data);
411 static int sens_write(hashtab_key_t key, hashtab_datum_t datum, void *ptr)
419 levdatum = (level_datum_t *) datum;
439 static int cat_write(hashtab_key_t key, hashtab_datum_t datum, void *ptr)
447 catdatum = (cat_datum_t *) datum;
603 static int cond_write_bool(hashtab_key_t key, hashtab_datum_t datum, void *ptr)
612 booldatum = (cond_bool_datum_t *) datum;
806 static int perm_write(hashtab_key_t key, hashtab_datum_t datum, void *ptr
    [all...]
link.c 123 static int permission_copy_callback(hashtab_key_t key, hashtab_datum_t datum,
136 perm = (perm_datum_t *) datum;
243 static int class_copy_callback(hashtab_key_t key, hashtab_datum_t datum,
252 cladatum = (class_datum_t *) datum;
346 static int role_copy_callback(hashtab_key_t key, hashtab_datum_t datum,
354 role = (role_datum_t *) datum;
436 static int type_copy_callback(hashtab_key_t key, hashtab_datum_t datum,
444 type = (type_datum_t *) datum;
531 static int user_copy_callback(hashtab_key_t key, hashtab_datum_t datum,
539 user = (user_datum_t *) datum;
    [all...]
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;
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 320 # define obstack_1grow(OBSTACK,datum) \
325 obstack_1grow_fast (__o, datum); \
332 # define obstack_ptr_grow(OBSTACK,datum) \
337 obstack_ptr_grow_fast (__o, datum); }) \
339 # define obstack_int_grow(OBSTACK,datum) \
344 obstack_int_grow_fast (__o, datum); })
453 # define obstack_1grow(h,datum) \
456 obstack_1grow_fast (h, datum))
458 # define obstack_ptr_grow(h,datum) \
461 obstack_ptr_grow_fast (h, datum))
    [all...]
  /packages/apps/OMA-DM/plugins/pluginhelper/com/android/omadm/pluginhelper/
DmtPluginFacade.java 167 DmtData datum = null; local
169 datum = mManagementObject.getNodeValue(path);
174 return datum;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
obstack.h 317 # define obstack_1grow(OBSTACK,datum) \
322 obstack_1grow_fast (__o, datum); \
329 # define obstack_ptr_grow(OBSTACK,datum) \
334 obstack_ptr_grow_fast (__o, datum); }) \
336 # define obstack_int_grow(OBSTACK,datum) \
341 obstack_int_grow_fast (__o, datum); })
450 # define obstack_1grow(h,datum) \
453 obstack_1grow_fast (h, datum))
455 # define obstack_ptr_grow(h,datum) \
458 obstack_ptr_grow_fast (h, datum))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
obstack.h 317 # define obstack_1grow(OBSTACK,datum) \
322 obstack_1grow_fast (__o, datum); \
329 # define obstack_ptr_grow(OBSTACK,datum) \
334 obstack_ptr_grow_fast (__o, datum); }) \
336 # define obstack_int_grow(OBSTACK,datum) \
341 obstack_int_grow_fast (__o, datum); })
450 # define obstack_1grow(h,datum) \
453 obstack_1grow_fast (h, datum))
455 # define obstack_ptr_grow(h,datum) \
458 obstack_ptr_grow_fast (h, datum))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 356 # define obstack_1grow(OBSTACK,datum) \
361 obstack_1grow_fast (__o, datum); \
368 # define obstack_ptr_grow(OBSTACK,datum) \
373 obstack_ptr_grow_fast (__o, datum); })
375 # define obstack_int_grow(OBSTACK,datum) \
380 obstack_int_grow_fast (__o, datum); })
487 # define obstack_1grow(h,datum) \
490 obstack_1grow_fast (h, datum))
492 # define obstack_ptr_grow(h,datum) \
495 obstack_ptr_grow_fast (h, datum))
    [all...]
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifHeaderParser.java 252 int available, clear, code_mask, code_size, end_of_information, in_code, old_code, bits, code, count, i, datum, data_size, first, top, bi, pi; local
280 datum = bits = count = first = top = pi = bi = 0;
295 datum += (((int) block[bi]) & 0xff) << bits;
302 code = datum & code_mask;
303 datum >>= code_size;
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 39 * datum's backup record is updated, not the entire data file.
102 // Okay, now check each datum to see whether we need to back up a new value. We'll
103 // reuse the bytearray buffering stream for each datum. We also use a little
  /external/chromium_org/webkit/glue/resources/
webkit_strings_cs.xtb 16 <translation id="2746543609216772311">Datum musí být <ph name="MINIMUM_DATE_OR_TIME"/> nebo pozd?ji.</translation>
37 <translation id="1938124657309484470">Datum musí být <ph name="MAXIMUM_DATE_OR_TIME"/> nebo d?íve.</translation>
44 <translation id="3075154866155599887">Zadejte prosím platnou hodnotu. Pole obsahuje neúplnou hodnotu nebo neplatné datum.</translation>
  /external/srec/portable/include/
pcrc.h 63 * @param data datum to append to the crc
  /packages/wallpapers/Basic/res/values-af/
strings.xml 28 <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Wys die datum en tyd as kloksgewyse boë: maand, dag, uur, minuut en sekonde."</string>
  /packages/wallpapers/Basic/res/values-cs/
strings.xml 28 <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Ukazují datum a ?as ve form? pravoto?ivých oblouk?: m?síc, den, hodina, minuta a sekunda."</string>
  /packages/wallpapers/Basic/res/values-de/
strings.xml 28 <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Stellt Datum und Uhrzeit als uhrförmige Bögen dar: Monat, Tag, Stunde, Minute und Sekunde."</string>
  /packages/wallpapers/Basic/res/values-hr/
strings.xml 28 <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Predstavlja datum i vrijeme u obliku lukova u smjeru kazaljke na satu: mjesec, dan, sat, minuta i sekunda."</string>
  /packages/wallpapers/Basic/res/values-nl/
strings.xml 28 <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Geeft de datum en tijd weer op bogen die met de wijzer van de klok meedraaien: maand, dag, uur, minuut en seconde."</string>
  /packages/wallpapers/Basic/res/values-sl/
strings.xml 28 <string name="wallpaper_clock_desc" msgid="6767980298898740026">"Prika?e datum in ?as v loku v smeri urinega kazalca: mesec, dan, ure, minute in sekunde."</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
ypupd.h 58 yp_buf datum; member in struct:ypupdate_args
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
ypupd.h 58 yp_buf datum; member in struct:ypupdate_args

Completed in 3653 milliseconds

1 2 3 45 6 7 8 91011>>