HomeSort by relevance Sort by last modified time
    Searched full:group (Results 526 - 550 of 3028) sorted by null

<<21222324252627282930>>

  /development/ide/xcode/animatorTest/animatorTest.xcodeproj/
project.pbxproj 234 001164400CE0CC3400050E37 /* SampleAll.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SampleAll.cpp; sourceTree = "<group>"; };
235 0011644A0CE119B800050E37 /* SampleEncode.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SampleEncode.cpp; sourceTree = "<group>"; };
236 002136F80CFF35C80017CD78 /* SampleCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SampleCamera.cpp; sourceTree = "<group>"; };
237 002A08F90CE9F563009DE5DB /* SamplePath.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SamplePath.cpp; sourceTree = "<group>"; };
239 004F37A90D1B73EB00FCE06A /* SampleFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SampleFilter.cpp; sourceTree = "<group>"; };
241 00625C700CB32B70003DB915 /* SampleImage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SampleImage.cpp; sourceTree = "<group>"; };
243 00731B110C8F4DC900AF4FB6 /* SampleCull.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SampleCull.cpp; sourceTree = "<group>"; };
244 00731B120C8F4DC900AF4FB6 /* SampleLayers.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SampleLayers.cpp; sourceTree = "<group>"; };
247 00A1F4C60C90383200BCF1B6 /* SamplePoints.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SamplePoints.cpp; sourceTree = "<group>"; };
248 00A1F4C70C90383200BCF1B6 /* SampleText.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SampleText.cpp; sourceTree = "<group>"; };
    [all...]
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 499 Issue <Emphasis>group 2</Emphasis> to look at the main copy of the third group block
502 group block. From here, if the inode corresponds to a file, you can
978 allocation bitmap, group descriptors, file, directory.</Literal>Most of the above
1044 <Title>group</Title>
1049 Syntax: group [number]
1052 The <Command>group</Command> command will "bring you" to the main copy of the
1053 <Emphasis>number</Emphasis> group descriptor. It will automatically set the object type to
1054 <Literal remap="tt">ext2&lowbar;group&lowbar;desc</Literal>. Then you will be able to view and edit the group
    [all...]
  /external/kernel-headers/original/linux/
ext2_fs.h 134 * Structure of a blocks group descriptor
149 * Macro-instructions used to manage group descriptors
219 __le16 i_gid; /* Low 16 bits of Group Id */
305 #define EXT2_MOUNT_GRPID 0x000004 /* Create files with directory's group */
317 #define EXT2_MOUNT_GRPQUOTA 0x040000 /* group quota */
350 __le32 s_blocks_per_group; /* # Blocks per group */
351 __le32 s_frags_per_group; /* # Fragments per group */
352 __le32 s_inodes_per_group; /* # Inodes per group */
382 __le16 s_block_group_nr; /* block group # of this superblock */
409 __le32 s_first_meta_bg; /* First metablock block group */
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 336 * Marks the attr group as marked; used for circular checks.
343 * The attr group was redefined.
349 * Whether this attr. group contains attr. group references.
354 * An attribute group definition.
363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */
734 * substitution group exclusions are absent
740 * substitution group exclusions: "extension"
746 * substitution group exclusions: "restriction"
752 * the declaration is a substitution group hea
    [all...]
  /external/openssl/crypto/ec/
ec_lcl.h 156 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
158 int (*precompute_mult)(EC_GROUP *group, BN_CTX *);
159 int (*have_precompute_mult)(const EC_GROUP *group);
235 EC_GROUP *group; member in struct:ec_key_st
282 * (ec_lib.c uses these as defaults if group->method->mul is 0) */
283 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
285 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *);
286 int ec_wNAF_have_precompute_mult(const EC_GROUP *group);
387 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
389 int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java 243 // add group 0 into mChildrenCursorHelpers
245 // add group 1 into mChildrenCursorHelpers
258 // both group 0 and group 1 are in mChildrenCursorHelpers
287 // add group 0 into mChildrenCursorHelpers
289 // add group 1 into mChildrenCursorHelpers
318 // add group 0 into mChildrenCursorHelpers
320 // add group 1 into mChildrenCursorHelpers
348 // add group 0 into mChildrenCursorHelpers
350 // add group 1 into mChildrenCursorHelper
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
ThreadGroup.java 24 * Thread} and each {@code ThreadGroup} (except the root group) has a unique
104 * group fails with a SecurityException
123 * group fails with a SecurityException
147 * but we have an additional group above that in Android.
193 // One for this group & the subgroups
307 "Thread group was already destroyed: "
312 "Thread group still contains threads: "
358 * Iterates over all active threads in this group (and its sub-groups) and
370 * Iterates over all active threads in this group (and, optionally, its
385 * Iterates over all thread groups in this group (and its sub-groups) an
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos_r.h 13 Copyright 1996, 1998 The Open Group
27 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
31 Except as contained in this notice, the name of The Open Group shall not be
33 in this Software without prior written authorization from The Open Group.
65 * Getgrnam() do NOT copy the list of group members!
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 445 String lineStr = m.group(1);
446 String msg = m.group(2);
454 String location = m.group(1);
467 String location = m.group(1);
493 String msg = m.group(1);
501 String location = m.group(1);
502 String lineStr = m.group(2);
514 String location = m.group(1);
515 String lineStr = m.group(2);
516 String msg = m.group(3)
    [all...]
  /bionic/libc/arch-x86/string/
swab.S 25 testl $7,%ecx # copy first group of 1 to 7 words
  /dalvik/docs/opcodes/
opcode-27-throw.html 64 group before.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Callable.java 3 * Expert Group and released to the public domain, as explained at
Delayed.java 3 * Expert Group and released to the public domain, as explained at
RejectedExecutionHandler.java 3 * Expert Group and released to the public domain, as explained at
ThreadFactory.java 3 * Expert Group and released to the public domain, as explained at
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
AbstractOwnableSynchronizer.java 3 * Expert Group and released to the public domain, as explained at
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
SecretKey.java 25 * This interface is a <i>marker interface</i> to group secret keys and to
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
TrustManager.java 21 * The marker interface for JSSE trust managers. The purpose is to group trust
  /development/pdk/docs/porting/
group__networking.jd 25 This is a text for the Networking Support Group </div>
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout10.java 28 * Demonstrates the use of LinearLayout backgrounds to group labels,
  /development/samples/JetBoy/res/values/
styles.xml 18 a collection of named values that can be applied as a group. Here,
  /development/samples/SkeletonApp/res/values/
styles.xml 18 a collection of named values that can be applied as a group. Here,
  /external/blktrace/
btrace.spec 16 Group: foo
  /external/clearsilver/python/
setup.py 46 # inc_path = match.group(1)
55 # lib = match.group(1)
64 # lib_path = match.group(1)
77 var = m.group(1)
  /external/dnsmasq/contrib/Solaris10/
dnsmasq.xml 36 <method_credential user='root' group='root' privileges='all'/>

Completed in 281 milliseconds

<<21222324252627282930>>