/external/chromium_org/ui/wm/public/ |
activation_delegate.h | 29 // Sets/Gets the ActivationDelegate on the Window. No ownership changes.
|
/external/dhcpcd/dhcpcd-hooks/ |
95-configured | 2 # has completed. It sets a property to let the framework
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
ITextValuePropertyEditor.java | 23 * Sets value that corresponds given text.
|
/external/eigen/bench/ |
check_cache_queries.cpp | 68 int sets = (abcd[2]); // C[31:0] local 69 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); 76 cout << "cache[" << cache_id << "].sets = " << sets << "\n"; local
|
/external/eigen/unsupported/Eigen/ |
Splines | 19 * offering most basic functionality to fit a spline to point sets.
|
/external/elfutils/0.153/m4/ |
zip.m4 | 3 dnl and sets AC_DEFINE(USE_$2) and LIBS.
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_s_b_i_x.py | 15 USHORT count number of bitmap sets 17 (Variable) storage for bitmap sets 49 numSets: L # 00 00 00 02 # number of bitmap sets 73 # collect offsets to individual bitmap sets in self.bitmapSetOffsets
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestListGenerator.java | 22 * Creates sets, containing sample elements, to be tested.
|
TestSetGenerator.java | 22 * Creates sets, containing sample elements, to be tested.
|
/external/icu/icu4c/source/tools/toolutil/ |
swapimpl.h | 31 * Sets a U_UNSUPPORTED_ERROR if the data format is not recognized.
|
/external/junit/src/junit/extensions/ |
TestSetup.java | 31 * Sets up the fixture. Override to set up additional fixture state.
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
sgidefs.h | 24 * With the introduction of MIPS32 / MIPS64 instruction sets definitions
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_update.3 | 11 capng_update will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_complexity.h | 26 // This function sets up a set of segments with delta Q values around
|
/external/mockito/src/org/mockito/internal/util/collections/ |
Sets.java | 14 public abstract class Sets {
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
SipURIExt.java | 39 * Sets the <code>gr</code> parameter.
|
/external/qemu/android/filesystems/ |
fstab_parser.h | 23 // On success, return true and sets |*outFormat| to a heap-allocated
|
/external/qemu/android/ |
hw-lcd.h | 24 /* Sets the boot property corresponding to the emulated abstract LCD density */
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_Flip.3 | 11 On hardware that supports double-buffering, this function sets up a flip and returns\&. The hardware will wait for vertical retrace, and then swap video buffers before the next video surface blit or lock will return\&. On hardware that doesn\&'t support double-buffering, this is equivalent to calling \fISDL_UpdateRect\fR\fB(screen, 0, 0, 0, 0)\fR
|
/external/skia/include/ports/ |
SkHarfBuzzFont.h | 26 /** The subclass sets the text related attributes of the paint.
|
/external/smack/src/org/xbill/DNS/ |
Zone.java | 44 RRset [] sets = allRRsets(originNode); local 45 current = new RRset[sets.length]; 46 for (int i = 0, j = 2; i < sets.length; i++) { 47 int type = sets[i].getType(); 49 current[0] = sets[i]; 51 current[1] = sets[i]; 53 current[j++] = sets[i]; 78 RRset [] sets = allRRsets(entry.getValue()); local 79 if (sets.length == 0) 81 current = sets; 372 RRset [] sets = allRRsets(types); local 523 RRset [] sets = allRRsets(node); local [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
union-find.h | 16 // \file Union-Find algorithm for dense sets of non-negative 28 // Union-Find algorithm for dense sets of non-negative integers 58 // Creates the (destructive) union of the sets x and y belong to. 75 // Initialization of all elements starting from 0 to max - 1 to distinct sets
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
IteratorOptions.java | 70 * Sets the option and returns the instance. 83 * Sets the option and returns the instance. 96 * Sets the option and returns the instance. 109 * Sets the option and returns the instance.
|
/frameworks/base/core/java/android/hardware/usb/ |
IUsbManager.aidl | 44 /* Sets the default package for a USB device 49 /* Sets the default package for a USB accessory 85 /* Sets the current USB function. */ 88 /* Sets the file path for USB mass storage backing file. */
|
/frameworks/base/core/java/com/google/android/collect/ |
Sets.java | 29 * other static methods for working with Sets. 32 public class Sets { 55 * <p>{@code Set<Base> set = Sets.newHashSet(sub1, sub2);} 60 * <p>{@code Set<Base> set = Sets.<Base>newHashSet(sub1, sub2);}
|