OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Set
(Results
51 - 75
of
3610
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/
ReserializingTestSetGenerator.java
19
import java.util.
Set
;
22
* Reserializes the sets created by another test
set
generator.
41
@Override public
Set
<E> create(Object... elements) {
42
return (
Set
<E>) super.create(elements);
/external/mockito/src/org/mockito/internal/configuration/
DefaultInjectionEngine.java
10
import java.util.
Set
;
19
public void injectMocksOnFields(
Set
<Field> needingInjection,
Set
<Object> mocks, Object testClassInstance) {
/external/proguard/src/proguard/classfile/visitor/
MemberCollector.java
26
import java.util.
Set
;
38
private final
Set
set
;
field in class:MemberCollector
43
* @param
set
the <code>
Set
</code> in which all method names/descriptor
46
public MemberCollector(
Set
set
)
48
this.
set
=
set
;
57
set
.add(member.getName(clazz) + member.getDescriptor(clazz))
[
all
...]
/external/protobuf/gtest/samples/
sample2.h
60
Set
(c_string);
65
Set
(string.c_string_);
82
void
Set
(const char * c_string);
/ndk/sources/third_party/googletest/googletest/samples/
sample2.h
59
Set
(a_c_string);
64
Set
(string.c_string_);
81
void
Set
(const char* c_string);
/cts/tools/signature-tools/src/signature/compare/model/impl/
SigAnnotationDelta.java
19
import java.util.
Set
;
28
private
Set
<IAnnotationElementDelta> annotationElementDeltas;
34
public
Set
<IAnnotationElementDelta> getAnnotationElementDeltas() {
39
Set
<IAnnotationElementDelta> annotationElementDeltas) {
SigApiDelta.java
23
import java.util.
Set
;
27
private
Set
<IPackageDelta> packageDeltas;
33
public
Set
<IPackageDelta> getPackageDeltas() {
37
public void setPackageDeltas(
Set
<IPackageDelta> packageDeltas) {
SigParameterDelta.java
19
import java.util.
Set
;
30
private
Set
<IAnnotationDelta> annotationDeltas;
44
public
Set
<IAnnotationDelta> getAnnotationDeltas() {
48
public void setAnnotationDeltas(
Set
<IAnnotationDelta> annotationDeltas) {
/cts/tools/signature-tools/src/signature/model/impl/
SigAnnotatableElement.java
21
import java.util.
Set
;
29
private
Set
<IAnnotation> annotations;
35
public
Set
<IAnnotation> getAnnotations() {
39
public void setAnnotations(
Set
<IAnnotation> annotations) {
/external/chromium_org/extensions/browser/
extensions_browser_client.cc
21
void ExtensionsBrowserClient::
Set
(ExtensionsBrowserClient* client) {
/external/chromium_org/ipc/
ipc_multiprocess_test.cc
18
base::GlobalDescriptors::GetInstance()->
Set
(kPrimaryIPCChannel,
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ConflictingRequirementsException.java
19
import java.util.
Set
;
30
private
Set
<Feature<?>> conflicts;
34
String message,
Set
<Feature<?>> conflicts, Object source) {
40
public
Set
<Feature<?>> getConflicts() {
/external/mockito/src/org/mockito/internal/util/collections/
Sets.java
10
import java.util.
Set
;
15
public static
Set
<Object> newMockSafeHashSet(Iterable<Object> mocks) {
19
public static
Set
<Object> newMockSafeHashSet(Object... mocks) {
27
public static <T>
Set
<T> newSet(T ... elements) {
/external/chromium/webkit/glue/
cpp_binding_example.cc
15
value->
Set
(value_);
20
value_.
Set
(value);
52
my_value.
Set
(10);
53
my_other_value.
Set
("Reinitialized!");
62
result->
Set
(args[0]);
76
result->
Set
(true);
78
result->
Set
(7);
80
result->
Set
(3.14159);
82
result->
Set
("Success!");
101
// (However, it should only be
set
using one of the Set() functions.
[
all
...]
cpp_variant.h
32
void
Set
(bool value);
33
void
Set
(int32_t value);
34
void
Set
(double value);
38
// CppVariant is
set
to a different value or is no longer needed. Normally
39
// this is handled by the other
Set
() methods and by the destructor.
40
void
Set
(const char* value); // Must be a null-terminated string.
41
void
Set
(const std::string& value);
42
void
Set
(const NPString& new_value);
43
void
Set
(const NPVariant& new_value);
47
// is no longer needed. The other
Set
() methods handle this internally
[
all
...]
/cts/tools/signature-tools/src/signature/compare/model/
IUpperBoundsDelta.java
20
import java.util.
Set
;
43
* Returns a
set
of remaining upper bound deltas or {@code null} if no
46
* @return a
set
of remaining upper bound deltas, maybe {@code null}
48
Set
<ITypeReferenceDelta<?>> getRemainingUpperBoundDeltas();
/external/apache-harmony/support/src/test/java/tests/resources/subfolder/tests/resources/
hyts_resource_fr_FR.java
20
import java.util.
Set
;
24
public
Set
<String> handleKeySet() {
/external/chromium_org/content/public/renderer/
render_thread.cc
22
lazy_tls.Pointer()->
Set
(this);
26
lazy_tls.Pointer()->
Set
(NULL);
/external/chromium_org/content/public/utility/
utility_thread.cc
22
lazy_tls.Pointer()->
Set
(this);
26
lazy_tls.Pointer()->
Set
(NULL);
/external/chromium_org/mojo/public/utility/
environment.cc
18
BindingsSupport::
Set
(bindings_support_);
24
BindingsSupport::
Set
(NULL);
/external/chromium_org/webkit/renderer/
cpp_variant.h
35
void
Set
(bool value);
36
void
Set
(int32_t value);
37
void
Set
(double value);
41
// CppVariant is
set
to a different value or is no longer needed. Normally
42
// this is handled by the other
Set
() methods and by the destructor.
43
void
Set
(const char* value); // Must be a null-terminated string.
44
void
Set
(const std::string& value);
45
void
Set
(const NPString& new_value);
46
void
Set
(const NPVariant& new_value);
50
// is no longer needed. The other
Set
() methods handle this internally
[
all
...]
/external/clang/test/Modules/Inputs/
templates-left.h
13
template<typename T> class
Set
;
16
template<typename T> class
Set
{
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularImmutableSet.java
21
import java.util.
Set
;
29
RegularImmutableSet(
Set
<E> delegate) {
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
HostedConnection.java
35
import java.util.
Set
;
72
* is
set
to null then the attribute is removed.
86
* Returns a read-only
set
of attribute names currently stored
89
public
Set
<String> attributeNames();
/external/chromium_org/ppapi/cpp/extensions/
from_var_converter.h
47
Set
(var);
53
void
Set
(const PP_Var& var) {
69
Set
(var);
75
void
Set
(const PP_Var& var) {
92
Set
(var);
98
void
Set
(const PP_Var& var) {
110
Set
(var);
116
void
Set
(const PP_Var& var) {
128
Set
(var);
134
void
Set
(const PP_Var& var)
[
all
...]
Completed in 637 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>