Searched refs:store (Results 1 - 25 of 835) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas356 /// TLocalStorage can only store variables that are 32 bits in size, and
H A DAntlr.Runtime.Tree.pas256 /// store information that can lead you to the token, you can create
H A DAntlr.Runtime.pas278 /// computed from a CharStream; it only store indices into the char stream.
1199 /// could add a ctor to this so that we can pass in and store the input
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm26 computed from a CharStream; it only store indices into the char stream.
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/util/
H A DEnvironmentHelper.java40 p.store(bos, "");
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore2Test.java153 keyTest.store(out, pssWord);
607 ks.store(null, null);
612 ks.store(null);
H A DKeyStore3Test.java93 mockKeyStore.store(null);
101 mockKeyStore.store(null);
158 mockKeyStore.store(null, null);
H A DKeyStoreTest.java106 * <code>store(LoadStoreParameter param)</code>
125 kss[i].store(null);
136 kss[i].store(lParam);
184 * default security key store type or "jks" string
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKSBuilder_ImplTest.java84 ks.store(fos, pass);
H A DKeyStore_Impl1Test.java247 * <code>store(OutputStream stream, char[] password)</code>
328 kss[i].store(ba, new char[0]);
333 kss[i].store(new MyLoadStoreParams(
959 keySt.store(null, pwd);
H A DKeyStore_Impl2Test.java137 keyS.store(new ByteArrayOutputStream(), null);
142 keyS.store(null, new char[0]);
149 keyS.store(ba, new char[0]);
157 keyS.store(null);
167 keyS.store(lParam);
185 String eMsg = "IllegalStateException must be thrown because key store was not initialized";
277 keyS.store(ba, new char[0]);
284 keyS.store(lParam);
H A DKeyStore_Impl3Test.java90 * <code>store(InputStream stream, char[] password)</code>
94 * Assertions: store(...) throws NullPointerException when stream or
138 kss[i].store(null, pwd);
145 kss[i].store(bos, null);
147 kss[i].store(bos, pwd);
/external/apache-http/src/org/apache/http/client/protocol/
H A DClientContextConfigurer.java66 public void setCookieStore(final CookieStore store) { argument
67 this.context.setAttribute(COOKIE_STORE, store);
/external/bison/build-aux/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex317 maximum number of IOs to store in a single bunch. As with the \texttt{-m}
514 to store information concerning each \emph{stall} and IO operation
/external/blktrace/btt/doc/
H A Dbtt.tex88 a file to store the combined binary stream. (e.g.: \texttt{blkparse
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCRLUtil.java122 // X509Store store = (X509Store)obj;
126 // crls.addAll(store.getMatches(crlSelect));
132 // "Exception searching in X.509 CRL store.", e);
138 CertStore store = (CertStore)obj;
142 crls.addAll(store.getCRLs(crlSelect));
148 "Exception searching in X.509 CRL store.", e);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DExtendedPKIXParameters.java255 * If <code>store</code> is <code>null</code> it is ignored.
257 * @param store The store to add.
260 public void addStore(Store store) argument
262 if (store != null)
264 stores.add(store);
277 * If <code>store</code> is <code>null</code> it is ignored.
279 * @param store The store to add.
282 public void addAdditionalStore(Store store) argument
293 addAddionalStore(Store store) argument
[all...]
/external/chromium_org/base/prefs/
H A Dpref_value_store.cc25 PrefValueStore* store,
33 pref_value_store_ = store;
130 // A notification is sent when the pref value in any store changes. If this
131 // store is currently being overridden by a higher-priority store, the
184 PrefValueStore::PrefStoreType store) const {
188 return GetValueFromStore(name, store, &tmp_value);
222 const PrefStore* store = GetPrefStore(static_cast<PrefStoreType>(store_type)); local
223 if (store && store
24 Initialize( PrefValueStore* store, PrefStore* pref_store, PrefValueStore::PrefStoreType type) argument
232 GetValueFromStoreWithType( const char* name, base::Value::Type type, PrefStoreType store, const base::Value** out_value) const argument
276 scoped_refptr<PrefStore> store = local
[all...]
H A Dpref_value_store.h71 // notified of preferences changing in the store. This does not
95 // indicated pref store, even if that value is currently being overridden by
102 // being controlled by the indicated pref store and not being overridden by
155 void Initialize(PrefValueStore* store,
159 PrefStore* store() { return pref_store_.get(); } function in class:PrefValueStore::PrefStoreKeeper
160 const PrefStore* store() const { return pref_store_.get(); } function in class:PrefValueStore::PrefStoreKeeper
173 // Type of the pref store.
191 bool PrefValueInStore(const char* name, PrefStoreType store) const;
196 // overridden by a higher-priority store.
201 // Returns the pref store typ
[all...]
/external/chromium_org/build/
H A Dinstall-chroot.sh841 would be a good place to store binaries that you have built from your
/external/chromium_org/chrome/browser/android/signin/
H A Dsignin_manager_android.cc153 policy::CloudPolicyStore* store = manager->core()->store(); local
155 if (store && store->is_managed() && store->policy()->has_username()) {
158 env, gaia::ExtractDomainName(store->policy()->username())));
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_external_policy_loader.cc21 DeviceLocalAccountExternalPolicyLoader(policy::CloudPolicyStore* store, argument
23 : store_(store),
65 policy::CloudPolicyStore* store) {
67 DCHECK_EQ(store_, store);
72 policy::CloudPolicyStore* store) {
74 DCHECK_EQ(store_, store);
64 OnStoreLoaded( policy::CloudPolicyStore* store) argument
71 OnStoreError( policy::CloudPolicyStore* store) argument
H A Ddevice_local_account_external_policy_loader.h31 // The list of force-installed extensions will be read from |store| and the
33 DeviceLocalAccountExternalPolicyLoader(policy::CloudPolicyStore* store,
54 virtual void OnStoreLoaded(policy::CloudPolicyStore* store) OVERRIDE;
55 virtual void OnStoreError(policy::CloudPolicyStore* store) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc633 GetBrokerForUser(user_context.GetUserID())->core()->store()->

Completed in 6651 milliseconds

1234567891011>>