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

<<11121314151617181920>>

  /external/elfutils/config/
known-dwarf.awk 40 n = asorti(DW, sets);
42 set = sets[i];
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingcontext.h 37 // Sets the local certificate. No ownership is taken of the given pointer.
40 // Sets the peer certificate. No ownership is taken of the given pointer.
  /external/guava/guava/src/com/google/common/collect/
FilteredKeySetMultimap.java 73 return Sets.hashCodeImpl(this);
78 return Sets.equalsImpl(this, o);
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
DefaultRootKeySetCreator.java 19 import com.google.common.collect.Sets;
38 Set<Key<?>> root = Sets.newHashSet();
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
FilterDefinitionTest.java 10 import com.google.common.collect.Sets;
72 filterDef.init(servletContext, injector, Sets.<Filter>newIdentityHashSet());
119 filterDef.init(createMock(ServletContext.class), injector, Sets.<Filter>newIdentityHashSet());
137 filterDef.destroy(Sets.<Filter>newIdentityHashSet());
180 filterDef.init(createMock(ServletContext.class), injector, Sets.<Filter>newIdentityHashSet());
199 filterDef.destroy(Sets.<Filter>newIdentityHashSet());
235 filterDef.init(servletContext, injector, Sets.<Filter>newIdentityHashSet());
270 filterDef.init(servletContext, injector, Sets.<Filter>newIdentityHashSet());
  /external/llvm/include/llvm/Transforms/IPO/
LowerBitSets.h 83 /// This class implements a layout algorithm for globals referenced by bit sets
84 /// that tries to keep members of small bit sets together. This can
87 /// It works by assembling fragments of layout from sets of referenced globals.
97 /// and the bit sets represent their derived classes: in a single inheritance
110 /// We have five bit sets: bsA (A, C), bsB (B, C, D, E), bsC (C), bsD (D) and
146 /// This class is used to build a byte array containing overlapping bit sets. By
149 /// sequence. For example, suppose we have 15 bit sets to lay out:
194 /// efficiently; the pass allocates bit sets in decreasing size order.
  /external/ppp/pppd/plugins/radius/
pppd-radius.8 48 Sets Radius NAS-Port attribute to number equal to interface name (Default)
51 Sets Radius NAS-Port attribute value via libradiusclient library
  /external/proguard/src/proguard/
ClassPathEntry.java 103 * Sets the file.
241 * Sets the name filter that is applied to bottom-level files in this entry.
258 * Sets the name filter that is applied to apk files in this entry, if any.
275 * Sets the name filter that is applied to jar files in this entry, if any.
292 * Sets the name filter that is applied to aar files in this entry, if any.
309 * Sets the name filter that is applied to war files in this entry, if any.
326 * Sets the name filter that is applied to ear files in this entry, if any.
343 * Sets the name filter that is applied to zip files in this entry, if any.
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 29 * This interface sets up the variables for entering a method,
37 * Sets up the given variables for entering the given method.
  /external/selinux/libselinux/man/man3/
security_load_policy.3 34 enforcing mode, sets the
36 argument accordingly for the caller to use, sets the SELinux kernel
  /external/tpm2/
SetCommandCodeAuditStatus.c 44 // Save the change of command audit data (this sets g_updateNV so that NV
65 // this sets g_updateNV so that NV will be updated on exit.
  /external/v8/build/
gyp_environment.py 6 Sets up various automatic gyp environment variables. These are used by
48 """Sets defaults for GYP_* variables."""
  /external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h 113 // Sets the local RTP synchronization source identifier (SSRC) explicitly.
122 // Sets the status of rtp-audio-level-indication on a specific |channel|.
127 // Sets the status of receiving rtp-audio-level-indication on a specific
136 // Sets the status of sending absolute sender time on a specific |channel|.
141 // Sets status of receiving absolute sender time on a specific |channel|.
146 // Sets the RTCP status on a specific |channel|.
152 // Sets the canonical name (CNAME) parameter for RTCP reports on a
190 // Sets the Redundant Coding (RED) status on a specific |channel|.
  /frameworks/base/core/tests/coretests/apks/keyset/permUse/
AndroidManifest.xml 21 <key-sets>
32 </key-sets>
  /frameworks/base/core/tests/coretests/apks/keyset/uAuB/
AndroidManifest.xml 20 <key-sets>
31 </key-sets>
  /frameworks/base/location/java/android/location/
GpsMeasurement.java 184 * Sets all contents to the values stored in the provided object.
239 * Sets the Pseud-random number (PRN).
261 * Sets the time offset at which the measurement was taken in nanoseconds.
278 * Sets the sync state.
334 * Sets the received GPS time-of-week in nanoseconds.
348 * Sets the received GPS time-of-week's uncertainty (1-Sigma) in nanoseconds.
365 * Sets the carrier-to-noise density in dB-Hz.
389 * Sets the pseudorange rate at the timestamp in m/s.
414 * Sets the pseudorange's rate uncertainty (1-Sigma) in m/s.
430 * Sets the 'Accumulated Delta Range' state
    [all...]
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresCapInfo.java 39 /** Sets the UCE Capability information.
56 * Sets the contact URI.
  /frameworks/base/test-runner/src/android/test/
DatabaseTestUtils.java 19 import com.google.android.collect.Sets;
45 Set<String> schemaSet = Sets.newHashSet();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCall.java 60 * Sets the call state to active.
67 * Sets the call state to terminated.
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
HeaderItem.java 67 * Sets optional content description for the HeaderItem.
68 * @param contentDescription Content description sets on the HeaderItem.
RoundedRectHelper.java 40 * Sets or removes a rounded rectangle outline on the given view.
47 * Sets or removes a rounded rectangle outline on the given view.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
sbitmap.h 23 /* Implementation of sets using simple bitmap vectors.
25 This set representation is suitable for non-sparse sets with a known
31 This representation is very space-efficient for large non-sparse sets
55 Some operations on 3 sets that occur frequently in in data flow problems
66 on other sets.
71 The storage requirements for simple bitmap sets is O(U) where U is the
77 so that even sparse simple bitmap sets outperform dedicated sparse set
79 overhead of simple bitmap sets gets too high and other set representations
  /prebuilts/go/darwin-x86/src/net/http/httptest/
recorder.go 58 // WriteHeader sets rw.Code.
66 // Flush sets rw.Flushed to true.
  /prebuilts/go/linux-x86/src/net/http/httptest/
recorder.go 58 // WriteHeader sets rw.Code.
66 // Flush sets rw.Flushed to true.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
commonquery.py 28 Query common permission sets.
38 perms_equal If true, only commons with permission sets

Completed in 2557 milliseconds

<<11121314151617181920>>