HomeSort by relevance Sort by last modified time
    Searched full:sets (Results 251 - 275 of 12879) sorted by null

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERSetParser.java 6 * Parser for indefinite-length SETs.
  /external/clang/cmake/caches/
Apple-stage1.cmake 1 # This file sets up a CMakeCache for Apple-style bootstrap builds. It can be
Apple-stage2.cmake 1 # This file sets up a CMakeCache for Apple-style stage2 bootstrap. It is
  /external/curl/docs/libcurl/
curl_global_init.3 31 This function sets up the program environment that libcurl needs. Think of it
36 function in libcurl. The environment it sets up is constant for the life of
59 Initialize everything possible. This sets all known bits except
69 Initialise nothing extra. This sets no bit.
  /external/curl/tests/data/
test1208 41 # triggers the timeout and sets the CURLE_OPERATION_TIMEDOUT error (28) for
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ModuleProcessingStep.java 24 import com.google.common.collect.Sets;
52 private final Set<Element> processedModuleElements = Sets.newLinkedHashSet();
92 Sets.difference(elementsByAnnotation.get(Module.class), processedModuleElements)) {
110 if (Sets.difference(moduleProvidesMethods, validProvidesMethods).isEmpty()) {
ProducerModuleProcessingStep.java 25 import com.google.common.collect.Sets;
53 private final Set<Element> processedModuleElements = Sets.newLinkedHashSet();
93 Sets.difference(elementsByAnnotation.get(ProducerModule.class),
113 if (Sets.difference(moduleProducesMethods, validProducesMethods).isEmpty()) {
  /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/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/glide/library/src/main/java/com/bumptech/glide/request/target/
BitmapImageViewTarget.java 18 * Sets the {@link android.graphics.Bitmap} on the view using
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyImmutableSortedSet.java 28 super(Sets.newTreeSet(comparator));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestListGenerator.java 24 * Creates sets, containing sample elements, to be tested.
TestSetGenerator.java 24 * Creates sets, containing sample elements, to be tested.
  /external/icu/icu4c/source/i18n/
standardplural.h 61 * Sets U_ILLEGAL_ARGUMENT_ERROR if the keyword is not a plural form.
71 * Sets U_ILLEGAL_ARGUMENT_ERROR if the keyword is not a plural form.
111 * Sets U_ILLEGAL_ARGUMENT_ERROR if the keyword is not a plural form.
119 * Sets U_ILLEGAL_ARGUMENT_ERROR if the keyword is not a plural form.
  /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/libcap/
cap_flag.c 5 * capability sets as specified by POSIX.1e (formerlly, POSIX 6).
13 * the sets stored in cap_d as specified by set and value
97 * Reset the all of the capability bits for one of the flag sets
126 * Compare two capability sets
  /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/libchrome/base/test/
simple_test_clock.h 29 // Sets the clock to the given time.
  /external/libchrome/sandbox/linux/services/
credentials.h 37 // Drop all capabilities in the effective, inheritable and permitted sets for
46 // Sets the effective and permitted capability sets for the current thread to
64 // Return true iff there is any capability in any of the capabilities sets
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.h 29 // This function sets up a set of segments with delta Q values around

Completed in 700 milliseconds

<<11121314151617181920>>