Searched refs:Set (Results 51 - 75 of 980) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/streamhtmlparser/util/
H A DHtmlUtils.java21 import java.util.Set;
79 * Set of keywords that can precede a regular expression literal. Taken from:
87 private static final Set<String> REGEXP_TOKEN_PREFIXS =
138 * Set of all HTML attributes which expect a URI (as the value).
141 private static final Set<String> ATTRIBUTE_EXPECTS_URI =
157 * Set of {@code Character}s considered whitespace in Javascript.
160 private static final Set<Character> JAVASCRIPT_WHITESPACE =
173 * Set of {@code Character}s considered whitespace in HTML.
176 private static final Set<Character> HTML_WHITESPACE =
312 * a {@code Set} o
[all...]
/external/compiler-rt/
H A DMakefile3 # Set default rule before anything else.
114 $(call Set,Tmp.Key,$(1))
115 $(call Set,Tmp.Name,$($(Tmp.Key).Name))
116 $(call Set,Tmp.Configs,$($(Tmp.Key).Configs))
117 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name))
132 $(call Set,Tmp.Config,$(1))
133 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config))
134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
139 $(call Set,Tmp.LibrarySuffix,dylib),
140 $(call Set,Tm
[all...]
/external/chromium/chrome/common/
H A Dmulti_process_lock_win.cc34 event_.Set(CreateEvent(NULL, FALSE, FALSE, wname.c_str()));
38 event_.Set(NULL);
48 event_.Set(NULL);
/external/guava/guava/src/com/google/common/collect/
H A DForwardingSet.java22 import java.util.Set;
48 implements Set<E> {
54 @Override protected abstract Set<E> delegate();
H A DBiMap.java22 import java.util.Set;
88 * <p>Because a bimap has unique values, this method returns a {@link Set},
93 Set<V> values();
H A DEmptyImmutableSet.java22 import java.util.Set;
76 if (object instanceof Set) {
77 Set<?> that = (Set<?>) object;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestEnumSetGenerator.java23 import java.util.Set;
39 public Set<AnEnum> create(Object... elements) {
48 protected abstract Set<AnEnum> create(AnEnum[] elements);
H A DTestStringSetGenerator.java22 import java.util.Set;
39 public Set<String> create(Object... elements) {
48 protected abstract Set<String> create(String[] elements);
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DListFeature.java25 import java.util.Set;
56 private final Set<Feature<? super List>> implied;
63 public Set<Feature<? super List>> getImpliedFeatures() {
H A DMapFeature.java25 import java.util.Set;
70 private final Set<Feature<? super Map>> implied;
77 public Set<Feature<? super Map>> getImpliedFeatures() {
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractImmutableSetTest.java36 import java.util.Set;
47 protected abstract Set<String> of();
48 protected abstract Set<String> of(String e);
49 protected abstract Set<String> of(String e1, String e2);
50 protected abstract Set<String> of(String e1, String e2, String e3);
51 protected abstract Set<String> of(String e1, String e2, String e3, String e4);
52 protected abstract Set<String> of(String e1, String e2, String e3, String e4,
54 protected abstract Set<String> of(String e1, String e2, String e3, String e4,
56 protected abstract Set<String> copyOf(String[] elements);
57 protected abstract Set<Strin
[all...]
H A DForwardingObjectTest.java21 import java.util.Set;
41 final Set<String> delegate = Sets.newHashSet("foo");
H A DForwardingSetTest.java33 import java.util.Set;
43 private final Set<T> backingSet;
45 StandardImplForwardingSet(Set<T> backingSet) {
49 @Override protected Set<T> delegate() {
105 Set<String> forward;
113 @Override protected Set<String> create(String[] elements) {
124 @Override protected Set<String> create(String[] elements) {
144 final Set<String> set = createProxyInstance(Set.class);
146 @Override protected Set<Strin
[all...]
/external/chromium/base/threading/
H A Dthread_restrictions.cc29 g_io_disallowed.Get().Set(!allowed);
47 g_singleton_disallowed.Get().Set(!allowed);
/external/llvm/utils/TableGen/
H A DSetTheory.cpp35 // (sub Add, Sub, ...) Set difference.
39 throw "Set difference needs at least two arguments: " +
50 // (and S1, S2) Set intersection.
54 throw "Set intersection requires two arguments: " + Expr->getAsString();
67 RecSet &Set, int64_t N,
72 throw "Operator requires (Op Set, Int) arguments: " + Expr->getAsString();
73 RecSet Set; local
74 ST.evaluate(Expr->arg_begin()[0], Set);
78 apply2(ST, Expr, Set, II->getValue(), Elts);
85 RecSet &Set, int64_
84 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
96 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
113 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
132 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
288 expand(Record *Set) argument
[all...]
/external/chromium/base/win/
H A Dscoped_variant.cc21 Set(str);
42 Set(dispatch);
47 Set(unknown);
52 Set(safearray);
57 Set(var);
114 void ScopedVariant::Set(const wchar_t* str) { function in class:base::win::ScopedVariant
120 void ScopedVariant::Set(int8 i8) { function in class:base::win::ScopedVariant
126 void ScopedVariant::Set(uint8 ui8) { function in class:base::win::ScopedVariant
132 void ScopedVariant::Set(int16 i16) { function in class:base::win::ScopedVariant
138 void ScopedVariant::Set(uint1 function in class:base::win::ScopedVariant
144 void ScopedVariant::Set(int32 i32) { function in class:base::win::ScopedVariant
150 void ScopedVariant::Set(uint32 ui32) { function in class:base::win::ScopedVariant
156 void ScopedVariant::Set(int64 i64) { function in class:base::win::ScopedVariant
162 void ScopedVariant::Set(uint64 ui64) { function in class:base::win::ScopedVariant
168 void ScopedVariant::Set(float r32) { function in class:base::win::ScopedVariant
174 void ScopedVariant::Set(double r64) { function in class:base::win::ScopedVariant
186 void ScopedVariant::Set(IDispatch* disp) { function in class:base::win::ScopedVariant
194 void ScopedVariant::Set(bool b) { function in class:base::win::ScopedVariant
200 void ScopedVariant::Set(IUnknown* unk) { function in class:base::win::ScopedVariant
208 void ScopedVariant::Set(SAFEARRAY* array) { function in class:base::win::ScopedVariant
219 void ScopedVariant::Set(const VARIANT& var) { function in class:base::win::ScopedVariant
[all...]
H A Dscoped_variant_unittest.cc82 var_bstr.Set(kTestString2);
109 var_bstr2.Set(V_BSTR(&var_bstr));
129 var.Set(static_cast<int8>('v'));
133 var.Set(static_cast<short>(123));
137 var.Set(static_cast<int32>(123));
141 var.Set(static_cast<int64>(123));
145 var.Set(static_cast<uint8>(123));
149 var.Set(static_cast<unsigned short>(123));
153 var.Set(static_cast<uint32>(123));
157 var.Set(static_cas
[all...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/spi/
H A DMockAbstractSelector.java26 import java.util.Set;
40 public Set getCancelledKeys() {
65 public Set<SelectionKey> keys() {
69 public Set<SelectionKey> selectedKeys() {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXParametersTest.java40 import java.util.Set;
70 * Test #1 for <code>PKIXParameters(Set)</code> constructor<br>
72 * specified <code>Set</code> of most-trusted CAs. Each element of the set
78 Set taSet = TestUtils.getTrustAnchorSet();
88 * Test #2 for <code>PKIXParameters(Set)</code> constructor<br>
89 * Assertion: ... the <code>Set</code> is copied to protect against
95 Set taSet = TestUtils.getTrustAnchorSet();
107 Set returnedSet = pp.getTrustAnchors();
112 * Test #3 for <code>PKIXParameters(Set)</code> constructor<br>
114 * if the specified <code>Set</cod
[all...]
/external/chromium/base/memory/
H A Dscoped_temp_dir.h16 // (CreateUniqueTempDir, CreateUniqueTempDirUnderPath, and Set) must have
39 bool Set(const FilePath& path) WARN_UNUSED_RESULT;
/external/chromium/base/synchronization/
H A Dcancellation_flag.h16 // thread. Calling Set() from one thread and IsSet() from a number of threads
29 // Set the flag. May only be called on the thread which owns the object.
30 void Set();
/external/chromium/chrome/browser/chromeos/
H A Dcros_settings_provider.cc14 void CrosSettingsProvider::Set(const std::string& path, Value* value) { function in class:chromeos::CrosSettingsProvider
/external/chromium/testing/gtest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString
/external/chromium/webkit/glue/
H A Dcpp_variant.cc21 // Note that Set() performs a deep copy, which is necessary to safely
25 Set(original);
31 Set(original);
105 void CppVariant::Set(const NPVariant& new_value) { function in class:CppVariant
109 Set(new_value.value.boolValue);
112 Set(new_value.value.intValue);
115 Set(new_value.value.doubleValue);
118 Set(new_value.value.stringValue);
125 Set(new_value.value.objectValue);
135 void CppVariant::Set(boo function in class:CppVariant
141 void CppVariant::Set(int32_t new_value) { function in class:CppVariant
147 void CppVariant::Set(double new_value) { function in class:CppVariant
154 void CppVariant::Set(const char* new_value) { function in class:CppVariant
162 void CppVariant::Set(const std::string& new_value) { function in class:CppVariant
169 void CppVariant::Set(const NPString& new_value) { function in class:CppVariant
175 void CppVariant::Set(NPObject* new_value) { function in class:CppVariant
[all...]
/external/gtest/samples/
H A Dsample2.cc51 void MyString::Set(const char* a_c_string) { function in class:MyString

Completed in 1153 milliseconds

1234567891011>>