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

1234567891011>>

/external/chromium_org/testing/gtest/samples/
H A Dsample2.h59 Set(a_c_string);
64 Set(string.c_string_);
81 void Set(const char* c_string);
H A Dsample2_unittest.cc94 // Tests the Set method.
95 TEST(MyString, Set) {
98 s.Set(kHelloString);
101 // Set should work when the input pointer is the same as the one
103 s.Set(s.c_string());
107 s.Set(NULL);
/external/lzma/CPP/7zip/Common/
H A DVirtThread.cpp16 t->FinishedEvent.Set();
35 StartEvent.Set();
42 StartEvent.Set();
/external/proguard/src/proguard/classfile/visitor/
H A DClassVersionSetter.java25 import java.util.Set;
37 private final Set newerClassVersions;
54 * @param newerClassVersions the <code>Set</code> in which newer class
58 Set newerClassVersions)
/external/protobuf/gtest/samples/
H A Dsample2.h60 Set(c_string);
65 Set(string.c_string_);
82 void Set(const char * c_string);
H A Dsample2_unittest.cc94 // Tests the Set method.
95 TEST(MyString, Set) {
98 s.Set(kHelloString);
101 // Set should work when the input pointer is the same as the one
103 s.Set(s.c_string());
107 s.Set(NULL);
/external/chromium_org/chrome/browser/extensions/
H A Dshared_module_service_unittest.cc33 builder.Set("name", "Has Dependent Modules")
34 .Set("version", version)
35 .Set("manifest_version", 2);
37 builder.Set("import",
38 ListBuilder().Append(DictionaryBuilder().Set("id", import_id)));
125 .Set("name", "Shared Module")
126 .Set("version", "1.0")
127 .Set("manifest_version", 2)
128 .Set("export",
129 DictionaryBuilder().Set("resource
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dcompat.py37 from sets import Set as set, ImmutableSet as frozenset
/external/chromium_org/base/synchronization/
H A Dcancellation_flag.cc11 void CancellationFlag::Set() { function in class:base::CancellationFlag
H A Dcancellation_flag_unittest.cc28 ASSERT_DEBUG_DEATH(flag->Set(), "");
35 flag.Set();
42 flag.Set();
44 flag.Set();
49 // Checks that Set() can't be called from any other thread.
50 // CancellationFlag should die on a DCHECK if Set() is called from
/external/chromium_org/base/threading/
H A Dthread_restrictions.cc31 g_io_disallowed.Get().Set(!allowed);
50 g_singleton_disallowed.Get().Set(!allowed);
66 g_wait_disallowed.Get().Set(true);
79 g_wait_disallowed.Get().Set(!allowed);
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_client.cc21 void AppWindowClient::Set(AppWindowClient* client) { function in class:extensions::AppWindowClient
/external/chromium_org/extensions/common/
H A Dextensions_client.cc22 void ExtensionsClient::Set(ExtensionsClient* client) { function in class:extensions::ExtensionsClient
/external/chromium_org/extensions/renderer/
H A Dextensions_renderer_client.cc23 void ExtensionsRendererClient::Set(ExtensionsRendererClient* client) { function in class:extensions::ExtensionsRendererClient
H A Dextensions_renderer_client.h13 // queries of the embedder. Should be Set() once in the render process.
34 static void Set(ExtensionsRendererClient* client);
/external/chromium_org/ipc/
H A Dipc_multiprocess_test.cc25 base::GlobalDescriptors::GetInstance()->Set(kPrimaryIPCChannel,
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/
H A Dproto.js96 var Set = function() {} class
98 Set.prototype = {
107 * @extends {Set.<T>}
112 Set.call(this);
116 __proto__: Set.prototype
121 * @extends {Set.<T>}
/external/guava/guava-tests/test/com/google/common/collect/
H A DLenientSerializableTester.java27 import java.util.Set;
46 static <E> Set<E> reserializeAndAssertLenient(Set<E> original) {
47 Set<E> copy = reserialize(original);
/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.cpp11 ProgressEvent.Set();
/external/pdfium/core/src/fxcrt/
H A Dfx_xml_composer.cpp31 m_QSpaceName.Set(qSpace, pAllocator);
32 m_TagName.Set(tagname, pAllocator);
40 m_QSpaceName.Set(bsSpace, pAllocator);
41 m_TagName.Set(bsName, pAllocator);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBluetoothAdapter.java11 import java.util.Set;
19 private Set<BluetoothDevice> bondedDevices = new HashSet<BluetoothDevice>();
28 public Set<BluetoothDevice> getBondedDevices() {
32 public void setBondedDevices(Set<BluetoothDevice> bluetoothDevices) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderAnnotation.java38 import java.util.Set;
43 @Nonnull final Set<? extends BuilderAnnotationElement> elements;
47 @Nonnull Set<? extends BuilderAnnotationElement> elements) {
61 @Nonnull @Override public Set<? extends BuilderAnnotationElement> getElements() {
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_change_unittest.cc61 .Set("key", "value")
62 .Set("key.with.dots", "value.with.dots")
63 .Set("tricked", DictionaryBuilder()
64 .Set("you", "nodots"))
65 .Set("tricked.you", "with.dots")
83 .Set("key", DictionaryBuilder()
84 .Set("oldValue", v1)
85 .Set("newValue", v2))
86 .Set("key.with.dots", DictionaryBuilder()
87 .Set("oldValu
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DRedirectLocations.java36 import java.util.Set;
48 private final Set<URI> uris;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DPKIXAttrCertChecker.java6 import java.util.Set;
13 * Returns an immutable <code>Set</code> of X.509 attribute certificate
24 * @return an immutable <code>Set</code> of X.509 extension OIDs (in
29 public abstract Set getSupportedExtensions();

Completed in 480 milliseconds

1234567891011>>