Searched defs:store (Results 1 - 25 of 212) sorted by relevance

123456789

/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_store_interface_unittest.cc14 MockConfigurationPolicyStore store; local
15 EXPECT_CALL(store, Apply(_, _)).Times(3);
16 ObservingPolicyStoreInterface observer(&store);
26 EXPECT_TRUE(store.Get(kPolicyJavascriptEnabled) != NULL);
27 EXPECT_TRUE(store.Get(kPolicyProxyMode) != NULL);
28 EXPECT_TRUE(store.Get(kPolicyIncognitoEnabled) != NULL);
29 EXPECT_TRUE(store.Get(kPolicyPrintingEnabled) == NULL);
H A Ddummy_configuration_policy_provider.cc21 ConfigurationPolicyStoreInterface* store) {
20 Provide( ConfigurationPolicyStoreInterface* store) argument
H A Dasynchronous_policy_provider.cc25 ConfigurationPolicyStoreInterface* store) {
28 ApplyPolicyValueTree(loader_->policy(), store);
24 Provide( ConfigurationPolicyStoreInterface* store) argument
H A Dmock_configuration_policy_provider.cc36 ConfigurationPolicyStoreInterface* store) {
39 store->Apply(current->first, current->second->DeepCopy());
35 Provide( ConfigurationPolicyStoreInterface* store) argument
/external/webkit/Source/WebKit2/UIProcess/
H A DWebNavigationData.cpp31 WebNavigationData::WebNavigationData(const WebNavigationDataStore& store) argument
32 : m_store(store)
H A DWebNavigationData.h39 static PassRefPtr<WebNavigationData> create(const WebNavigationDataStore& store) argument
41 return adoptRef(new WebNavigationData(store));
H A DWebPreferences.h62 const WebPreferencesStore& store() const { return m_store; } function in class:WebKit::WebPreferences
/external/v8/test/mjsunit/
H A Dstore-dictionary.js28 // Test dictionary store ICs.
31 function store(obj) { obj.x = 42; } function
37 // Make the store ic in the 'store' function go into dictionary store
40 store(o);
48 // Attempt to store using the store ic in the 'store' function.
49 store(
[all...]
H A Dmegamorphic-callbacks.js32 function store(o) { function
46 store(o);
62 // Perform the store checks.
64 assertEquals(200, o.y_mirror, "normal store");
65 store(o);
66 assertEquals(42, o.y_mirror, "ic store");
H A Dpolymorph-arrays.js110 function store(a, i, val) {
124 store(object_array, 1, 256);
125 store(js_array, 1, 256);
126 store(sparse_object_array, 1, 256);
127 store(sparse_js_array, 1, 256);
129 return store;
142 store = make_polymorphic_store_function();
143 store(object_array, 2, 257);
144 store = make_polymorphic_store_function();
145 store(js_arra
[all...]
/external/chromium/chrome/browser/importer/
H A Dtoolbar_importer_utils.cc25 net::CookieStore* store = local
30 std::string cookies = store->GetCookiesWithOptions(url, options);
/external/chromium/net/base/
H A Dkeygen_handler.h41 void set_stores_key(bool store) { stores_key_ = store;} argument
H A Dnetwork_change_notifier_mac.cc25 SCDynamicStoreRef store) {
42 store, notification_keys.get(), NULL);
24 SetDynamicStoreNotificationKeys( SCDynamicStoreRef store) argument
H A Dnetwork_change_notifier_mac.h34 virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store) { argument
35 net_config_watcher_->SetDynamicStoreNotificationKeys(store);
47 void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
H A DEmitterMeshConvexHullShape.java34 * @param store
35 * the variable to store with coordinates of randomly selected selected point inside a convex hull
39 public void getRandomPoint(Vector3f store) { argument
40 super.getRandomPoint(store);
43 store.multLocal(FastMath.nextRandomFloat());
50 * @param store
51 * the variable to store with coordinates of randomly selected selected point inside a convex hull
57 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { argument
58 super.getRandomPointAndNormal(store, normal);
61 store
[all...]
H A DEmitterShape.java45 * @param store
46 * store variable for initial position
48 public void getRandomPoint(Vector3f store); argument
52 * @param store
53 * store variable for initial position
55 * store variable for initial normal
57 public void getRandomPointAndNormal(Vector3f store, Vector3f normal); argument
H A DEmitterMeshFaceShape.java55 * @param store
56 * the variable to store with coordinates of randomly selected selected point on a random face
59 public void getRandomPoint(Vector3f store) { argument
65 store.set(Vector3f.ZERO);
66 store.addLocal(vertices.get(meshIndex).get(vertIndex));
67 store.addLocal((vertices.get(meshIndex).get(vertIndex + 1).x - vertices.get(meshIndex).get(vertIndex).x) * moveFactor, (vertices.get(meshIndex).get(vertIndex + 1).y - vertices.get(meshIndex).get(vertIndex).y) * moveFactor, (vertices.get(meshIndex).get(vertIndex + 1).z - vertices.get(meshIndex).get(vertIndex).z) * moveFactor);
70 store.addLocal((vertices.get(meshIndex).get(vertIndex + 2).x - store.x) * moveFactor, (vertices.get(meshIndex).get(vertIndex + 2).y - store.y) * moveFactor, (vertices.get(meshIndex).get(vertIndex + 2).z - store
82 getRandomPointAndNormal(Vector3f store, Vector3f normal) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DJmeFormatter.java53 private StringBuffer store = new StringBuffer(); field in class:JmeFormatter
66 store.setLength(0);
67 format.format(args, store, null);
77 sb.append(store.toString()).append(" ");
/external/webkit/Source/WebKit2/Shared/
H A DWebNavigationDataStore.h43 static bool decode(CoreIPC::ArgumentDecoder* decoder, WebNavigationDataStore& store) argument
45 if (!decoder->decode(store.url))
47 if (!decoder->decode(store.title))
/external/apache-http/src/org/apache/http/client/protocol/
H A DClientContextConfigurer.java60 public void setCookieStore(final CookieStore store) { argument
61 this.context.setAttribute(COOKIE_STORE, store);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h1 //== StoreRef.h - Smart pointer for store objects ---------------*- C++ -*--==//
31 Store store; member in class:clang::ento::StoreRef
40 return x.store == store;
46 Store getStore() const { return store; }
/external/icu4c/test/perf/perldriver/
H A DOutput.pm315 sub store { subroutine
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DCompactQuaternionArray.java86 protected void serialize(int i, Quaternion store) { argument
88 array[j] = store.getX();
89 array[j + 1] = store.getY();
90 array[j + 2] = store.getZ();
91 array[j + 3] = store.getW();
95 protected Quaternion deserialize(int i, Quaternion store) { argument
97 store.set(array[j], array[j + 1], array[j + 2], array[j + 3]);
98 return store;
H A DCompactVector3Array.java86 protected void serialize(int i, Vector3f store) { argument
88 array[j] = store.getX();
89 array[j+1] = store.getY();
90 array[j+2] = store.getZ();
94 protected Vector3f deserialize(int i, Vector3f store) { argument
96 store.set(array[j], array[j+1], array[j+2]);
97 return store;
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DInMemoryResourceLoader.java31 * Content needs to be stored first using the {@link #store(String, String)} method.
55 public void store(String name, String contents) { method in class:InMemoryResourceLoader

Completed in 479 milliseconds

123456789