/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
selinux_netlink.h | 23 /* Multicast groups - backwards compatiblility for userspace */
|
efs_fs_sb.h | 31 __be16 fs_ncg; /* # of cylinder groups in filesystem */ 57 __u16 total_groups; /* # of groups */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
selinux_netlink.h | 23 /* Multicast groups - backwards compatiblility for userspace */
|
efs_fs_sb.h | 31 __be16 fs_ncg; /* # of cylinder groups in filesystem */ 57 __u16 total_groups; /* # of groups */
|
/external/chromium/chrome/browser/ |
plugin_exceptions_table_model.h | 41 virtual Groups GetGroups() OVERRIDE; 73 TableModel::Groups groups_;
|
plugin_exceptions_table_model_unittest.cc | 116 const ui::TableModel::Groups& groups = table_model_->groups_; local 118 EXPECT_EQ(groups.size(), row_counts.size()); 119 EXPECT_EQ(groups.size(), resources.size()); 125 // Plugin IDs are indices into |groups|. 127 EXPECT_LT(it->plugin_id, static_cast<int>(groups.size()));
|
/external/chromium/chrome/browser/ui/cocoa/ |
table_model_array_controller.h | 23 // If the table model has groups, these are inserted into the list of arranged 44 // groups, it can be nil.
|
/external/e2fsprogs/lib/ext2fs/ |
sparse.c | 2 * sparse.c --- find the groups in an ext2 filesystem with metadata backups 45 * Iterate through the groups which hold BACKUP superblock/GDT copies in an
|
/external/kernel-headers/original/linux/ |
efs_fs_sb.h | 32 __be16 fs_ncg; /* # of cylinder groups in filesystem */ 58 __u16 total_groups; /* # of groups */
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_change_id.3 | 21 After changing id, remove and supplement groups that may come with the account. 29 This returns 0 on success and a negative number on failure. -1 means capng has not been initted properly, -2 means a failure requesting to keep capabilities across the uid change, -3 means that applying the intermediate capabilities failed, -4 means changing gid failed, -5 means dropping supplemental groups failed, -6 means changing the uid failed, -7 means dropping the ability to retain caps across a uid change failed, -8 means clearing the bounding set failed, -9 means dropping CAP_SETPCAP failed.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
efs_fs_sb.h | 31 __be16 fs_ncg; /* # of cylinder groups in filesystem */ 57 __u16 total_groups; /* # of groups */
|
/external/clang/utils/TableGen/ |
OptParserEmitter.cpp | 77 // Get the option groups and options. 78 const std::vector<Record*> &Groups = 94 OS << "// Groups\n\n"; 95 for (unsigned i = 0, e = Groups.size(); i != e; ++i) { 96 const Record &R = *Groups[i]; 117 // The other option arguments (unused for groups).
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
EqualsTester.java | 36 * <p>To use, create a new EqualsTester and add equality groups where each group 38 * different groups are expected to be unequal. For example: 53 * <li>comparing each pair of objects from different equality groups returns 63 * where both equality groups and the items within equality groups are 86 * each other and not equal to any other equality groups added to this tester.
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/ |
ModelConverter.java | 77 PrimitiveGroup[] groups = ts.generateStrips(indices); local 78 Arrays.sort(groups, primComp); 81 for (PrimitiveGroup group : groups) 93 int[] elementLengths = new int[groups.length]; 94 for (int i = 0; i < groups.length; i++){ 95 PrimitiveGroup group = groups[i];
|
/tools/motodev/src/plugins/android/src/com/motorola/studio/android/monkey/options/ |
MonkeyOptionsMgt.java | 48 * List of all monkey options groups (the monkey options themselves will
60 * Load the monkey options / groups list
68 * Get the monkey options groups list
70 * @return monkey options groups list
78 * Read all groups and monkey options available for editing from a XML
86 // Clear monkey options groups list
100 * Iterate through Monkey Groups
185 * Add groups to the groups list
210 * Iterate through Monkey Groups
[all...] |
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/instance/options/ |
StartupOptionsMgt.java | 49 * List of all startup options groups (the startup options themselves will 62 * Load the startup options / groups list 70 * Get the startup options groups list 72 * @return startup options groups list 80 * Read all groups and startup options available for editing from a XML 88 // Clear startup options groups list 102 * Iterate through Startup Groups 186 * Add groups to the groups list 211 * Iterate through Startup Groups [all...] |
/build/tools/ |
product_debug.py | 53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text) 55 for i in range(0,len(groups)/2): 57 result = result + groups[i] 58 s = groups[i+1] 63 result = result + groups[-1]
|
/external/jpeg/ |
jdmainct.c | 28 * Postprocessor input data is counted in "row groups". A row group 40 * exactly min_DCT_scaled_size row groups. (This amount of data corresponds 43 * groups does not. Some garbage sample rows may be included in the last iMCU 51 * out as row groups to the postprocessor. 70 * To provide the desired context, we have to retain the last two row groups 77 * consisting of M+2 row groups (where M = min_DCT_scaled_size is the number 78 * of row groups per iMCU row). We create two sets of redundant pointers to 79 * the workspace. Labeling the physical row groups 0 to M+1, the synthesized 92 * row groups of the previous iMCU row remain un-overwritten in the workspace. 117 /* Pointer to allocated workspace (M or M+2 row groups). * [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdmainct.c | 28 * Postprocessor input data is counted in "row groups". A row group 40 * exactly min_DCT_scaled_size row groups. (This amount of data corresponds 43 * groups does not. Some garbage sample rows may be included in the last iMCU 51 * out as row groups to the postprocessor. 70 * To provide the desired context, we have to retain the last two row groups 77 * consisting of M+2 row groups (where M = min_DCT_scaled_size is the number 78 * of row groups per iMCU row). We create two sets of redundant pointers to 79 * the workspace. Labeling the physical row groups 0 to M+1, the synthesized 92 * row groups of the previous iMCU row remain un-overwritten in the workspace. 117 /* Pointer to allocated workspace (M or M+2 row groups). * [all...] |
/external/valgrind/main/callgrind/ |
events.h | 38 /* Event groups consist of one or more named event types. 39 * Event sets are constructed from such event groups. 41 * Event groups have to be registered globally with a unique ID 61 /* Event sets are defined by event groups they consist of. */ 72 /* Same event set is returned when requesting same event groups */
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.provider.ContactsContract.Groups.html | 10 android.provider.ContactsContract.Groups 74 Class android.provider.<A HREF="../../../../reference/android/provider/ContactsContract.Groups.html" target="_top"><font size="+2"><code>ContactsContract.Groups</code></font></A> 86 <A NAME="android.provider.ContactsContract.Groups.newEntityIterator_added(android.database.Cursor)"></A> 87 <nobr><code>EntityIterator</code> <A HREF="../../../../reference/android/provider/ContactsContract.Groups.html#newEntityIterator(android.database.Cursor)" target="_top"><code>newEntityIterator</code></A>(<code>Cursor</code>)</nobr>
|
/external/chromium-trace/trace-viewer/src/ |
timeline_async_slice_group.js | 129 var groups = []; 133 groups.push(group); 135 return groups;
|
/external/clang/include/clang/Basic/ |
Diagnostic.td | 29 // Diagnostic Categories. These can be applied to groups or individual 35 // Diagnostic Groups. 48 // This defines all of the named diagnostic groups.
|
/external/icu4c/samples/layout/ |
cmaps.cpp | 100 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); 170 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) 171 : CMAPMapper(cmap), fGroups(groups)
|
/external/icu4c/test/letest/ |
cmaps.cpp | 94 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups)); 164 CMAPGroupMapper::CMAPGroupMapper(const CMAPTable *cmap, const CMAPGroup *groups, le_uint32 nGroups) 165 : CMAPMapper(cmap), fGroups(groups)
|