/prebuilt/linux-x86_64/swt/about_files/ |
pixman-licenses.txt | 3 Copyright 1987, 1998 The Open Group 17 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 21 Except as contained in this notice, the name of The Open Group shall not be 23 in this Software without prior written authorization from The Open Group.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
LaunchConfigTabGroup.java | 25 * Tab group object for Android Launch Config type.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitTabGroup.java | 27 * Tab group object for Android JUnit launch configuration type.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ViewClassInfo.java | 37 /** Attributes for this view or view group. Can be empty but never null. */ 118 /** Returns the attributes for this view or view group. Maybe empty but not null. */ 131 * The super class info must be of the same kind (i.e. group to group or view to view)
|
/external/clearsilver/scripts/ |
ChangeLog.py | 48 file = m.group(1) 51 self.oldfiles[file] = (m.group(2), m.group(3)) 55 file = m.group(1) 62 file = m.group(1) 114 date = m.group(1) 115 author = m.group(3)
|
/external/e2fsprogs/resize/ |
resize2fs.c | 204 * Overhead is the number of bookkeeping blocks per group. It 205 * includes the superblock backup, the group descriptor 216 * See if the last group is big enough to support the 276 * Reallocate the group descriptors as necessary. 325 * Fix the count of the last (old) block group 354 * Initialize the new block group descriptors 482 * Initialize the new block group descriptors 587 * superblock or a block group descriptor) overlaps with an inode or 592 int group, blk_t blk) 604 if (IS_BLOCK_BM(fs, group, blk)) 1115 int group; local 1572 unsigned int group = 0; local [all...] |
/external/jpeg/ |
jcprepct.c | 5 * This file is part of the Independent JPEG Group's software. 34 * row group's worth of pixels for the downsampling step. At the bottom of 35 * the image, we pad to a full row group by replicating the last pixel row. 65 int this_row_group; /* starting row index of group to process */ 121 * Preprocessor output data is counted in "row groups". A row group 243 /* If we've gotten enough data, downsample a row group. */ 343 /* No context, just make it tall enough for one row group */
|
jdsample.c | 5 * This file is part of the Independent JPEG Group's software. 10 * Upsampling input data is counted in "row groups". A row group 13 * max_v_samp_factor pixel rows from each row group (but this could vary 37 * conversion steps, this buffer holds one upsampled row group until it 51 /* Height of an input row group for each component. */ 84 * We upsample one row group into the conversion buffer, then apply 137 /* When the buffer is emptied, declare this input row group consumed */ 145 * of a single component. One row group is processed per call. 152 * safe only because sep_upsample doesn't declare the input row group 428 /* Compute size of an "input group" after IDCT scaling. This many sample [all...] |
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLIb.xcodeproj/ |
project.pbxproj | 38 9A56ACD30F72B7D600D115A7 /* easwt_vst_lib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = easwt_vst_lib.xcodeproj; sourceTree = "<group>"; }; 39 C5AB01070E3400DC0051F183 /* EASLib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EASLib.h; sourceTree = "<group>"; }; 40 C5AB01080E3400DC0051F183 /* EASLib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = EASLib.c; sourceTree = "<group>"; }; 77 sourceTree = "<group>"; 87 sourceTree = "<group>"; 95 sourceTree = "<group>"; 103 sourceTree = "<group>";
|
/external/v8/tools/ |
jsmin.py | 73 identifier = m.group(1) 102 matched_text = m.group(0) 118 up_to_args = m.group(1) 119 args = m.group(2) 170 """Returns literal strings unchanged, replaces other inputs with group 2. 181 entire_match = m.group(0) 182 replacement = m.group(1)
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpa_supplicant.conf | 45 # directory to allow only members of a group to use sockets. This way, it is 51 # want to allow non-root users to use the control interface, add a new group 52 # and change this value to match with that group. Add users that should have 53 # control interface access to this group. If this variable is commented out or 54 # not included in the configuration file, group will not be changed from the 57 # When configuring both the directory and group, use following format: 58 # DIR=/var/run/wpa_supplicant GROUP=wheel 59 # DIR=/var/run/wpa_supplicant GROUP=0 60 # (group can be either group name or gid [all...] |
/frameworks/base/core/java/android/view/animation/ |
GridLayoutAnimationController.java | 31 * in the view group to compute the animation delay, this class uses both the 107 * @param context the Context the view group is running in, through which 137 * @param animation the animation to use on each child of the view group 147 * @param animation the animation to use on each child of the view group 398 * the view group animated by the grid layout animation controller. These 405 * The view group's column to which the view belongs. 410 * The view group's row to which the view belongs.
|
/system/core/toolbox/ |
ls.c | 81 struct group *gr = getgrgid(gid); 142 char group[16]; local 159 group2str(s.st_gid, group); 171 mode, user, group, 177 mode, user, group, (int) s.st_size, date, name); 196 mode, user, group, date, name, linkto); 201 mode, user, group, date, name);
|
/external/openssl/crypto/asn1/ |
x_pubkey.c | 167 const EC_GROUP *group; 178 group = EC_KEY_get0_group(ec_key); 179 if (EC_GROUP_get_asn1_flag(group) 180 && (nid = EC_GROUP_get_curve_name(group))) 342 EC_GROUP *group; 349 group = EC_GROUP_new_by_curve_name(OBJ_obj2nid(a->parameter->value.object)); 350 if (group == NULL) 352 EC_GROUP_set_asn1_flag(group, OPENSSL_EC_NAMED_CURVE); 353 if (EC_KEY_set_group(ec_key, group) == 0) 355 EC_GROUP_free(group); [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdStartDialog.java | 38 import org.eclipse.swt.widgets.Group; 140 final Group scaleGroup = new Group(parent, SWT.NONE); 255 /** On Windows we need to manually enable/disable the children of a group */ 256 private void enableGroup(final Group group, boolean enabled) { 257 group.setEnabled(enabled); 258 for (Control c : group.getChildren()) { 423 mSize1 = Integer.parseInt(m.group(1)); 424 mSize2 = Integer.parseInt(m.group(2)) [all...] |
/development/ide/xcode/gif.xcodeproj/ |
project.pbxproj | 53 sourceTree = "<group>"; 65 sourceTree = "<group>"; 73 sourceTree = "<group>"; 80 sourceTree = "<group>"; 89 sourceTree = "<group>";
|
/external/e2fsprogs/lib/ext2fs/ |
openfs.c | 49 * the backup group descriptors and superblock --- so use the 50 * alternate location of the second block group in the 51 * metablock group. Ideally we should be testing each bg 259 * the group descriptors, because they're not there. 269 * Read group descriptors
|
/external/openssl/crypto/conf/ |
conf.h | 127 char *CONF_get_string(LHASH *conf,const char *group,const char *name); 128 long CONF_get_number(LHASH *conf,const char *group,const char *name); 161 char *NCONF_get_string(const CONF *conf,const char *group,const char *name); 162 int NCONF_get_number_e(const CONF *conf,const char *group,const char *name, 169 long NCONF_get_number(CONF *conf,char *group,char *name);
|
/external/openssl/include/openssl/ |
conf.h | 127 char *CONF_get_string(LHASH *conf,const char *group,const char *name); 128 long CONF_get_number(LHASH *conf,const char *group,const char *name); 161 char *NCONF_get_string(const CONF *conf,const char *group,const char *name); 162 int NCONF_get_number_e(const CONF *conf,const char *group,const char *name, 169 long NCONF_get_number(CONF *conf,char *group,char *name);
|
/external/skia/xcode/gif.xcodeproj/ |
project.pbxproj | 53 sourceTree = "<group>"; 65 sourceTree = "<group>"; 73 sourceTree = "<group>"; 80 sourceTree = "<group>"; 89 sourceTree = "<group>";
|
/external/skia/xcode/zlib.xcodeproj/ |
project.pbxproj | 58 sourceTree = "<group>"; 76 sourceTree = "<group>"; 84 sourceTree = "<group>"; 91 sourceTree = "<group>"; 98 sourceTree = "<group>";
|
/external/webkit/WebKitTools/wx/build/ |
build_utils.py | 143 for group in sources: 144 for source in group: 153 for group in sources: 154 flat_sources.extend(group) 163 return ".%s" % match.group(1)
|
/hardware/ti/wlan/wl1271/Test/ |
MibDbg.c | 106 WLAN_OS_REPORT(("Get Group Address Table failed\n")); 110 /* print Group Address Table */ 111 WLAN_OS_REPORT(("Group addresses Table:\n")); 118 WLAN_OS_REPORT(("Group addresses: \n")); 241 WLAN_OS_REPORT(("2102 - Print Group Address Table\n"));
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
scrApi.h | 131 SCR_PR_DIFFERENT_GROUP_RUNNING, /**< The current SCR group is different than the client's group */ 227 * \brief Changes the current SCR group.\n 231 * \param newGroup - the new group to use.\n 239 * when changing mode - clients that are not valid in the new group/mode are aborted \n
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ContactsPreferencesActivity.java | 178 // Add the separator before showing the detailed group list. 541 * children under a single expandable group. 567 // Create entries for each known group 570 final GroupDelta group = GroupDelta.fromBefore(values); 571 addGroup(group); 586 private void addGroup(GroupDelta group) { 587 if (group.getShouldSync()) { 588 mSyncedGroups.add(group); 590 mUnsyncedGroups.add(group); 637 for (GroupDelta group : mSyncedGroups) [all...] |