HomeSort by relevance Sort by last modified time
    Searched full:type_flags (Results 1 - 21 of 21) sorted by null

  /external/bluetooth/glib/gobject/
gtype.c 382 GTypeFundamentalFlags type_flags)
413 node->is_classed = (type_flags & G_TYPE_FLAG_CLASSED) != 0;
414 node->is_instantiatable = (type_flags & G_TYPE_FLAG_INSTANTIATABLE) != 0;
487 GTypeFundamentalFlags type_flags)
498 type_flags &= TYPE_FUNDAMENTAL_FLAG_MASK;
500 node = type_node_any_new_W (NULL, ftype, name, NULL, type_flags);
503 finfo->type_flags = type_flags;
685 if (!(finfo->type_flags & G_TYPE_FLAG_DERIVABLE))
694 !(finfo->type_flags & G_TYPE_FLAG_DEEP_DERIVABLE)
    [all...]
gtypeplugin.c 45 * type_flags);
gtype.h 981 GTypeFundamentalFlags type_flags; member in struct:_GTypeFundamentalInfo
    [all...]
  /external/mksh/src/
exec.c 506 int type_flags; local
617 type_flags = 0;
625 type_flags = EXPORT;
627 type_flags = LOCAL|LOCAL_COPY|EXPORT;
631 type_flags |= EXPORT;
648 typeset(cp, type_flags, 0, 0, 0);
649 if (bourne_function_call && !(type_flags & EXPORT))
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 154 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
418 localType = ResTable_map::TYPE_FLAGS;
434 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) {
447 } else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) {
498 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS));
    [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gdbint.info     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/
gdbint.info     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /prebuilts/sdk/tools/linux/
aapt 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/bin/
mipsel-linux-android-gdb 
mipsel-linux-android-gdbtui 
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/bin/
i686-android-linux-gdb 
i686-android-linux-gdbtui 

Completed in 841 milliseconds