HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 726 - 750 of 5944) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/smhasher/src/
City.cpp 105 // Equivalent to Rotate(), but requires the second arg to be non-zero.
224 y = Rotate(y + v.second + Fetch64(s + 48), 42) * k1;
225 x ^= w.second;
228 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first);
229 w = WeakHashLen32WithSeeds(s + 32, z + w.second, y + Fetch64(s + 16));
235 HashLen16(v.second, w.second) + x);
291 v.second = Rotate(v.first, 42) * k1 + Fetch64(s + 8);
293 w.second = Rotate(x + Fetch64(s + 88), 53) * k1;
298 y = Rotate(y + v.second + Fetch64(s + 48), 42) * k1
    [all...]
  /external/clang/test/Index/
complete-method-decls.m 7 - (id)initWithTwoInts:(inout int)x second:(int)y;
37 - (id)initWithTwoInts:(int)x second:(int)y { return self; }
46 - (int)first:(int)x second:(float)y third:(double)z;
93 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y} (40)
98 // CHECK-CC2: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}
104 // CHECK-CC3: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}
111 // CHECK-CC4: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}{HorizontalSpace }{LeftBrace {}{VerticalSpace
122 // CHECK-CC6: ObjCInstanceMethodDecl:{TypedText initWithTwoInts}{TypedText :}{LeftParen (}{Text inout }{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second:}{LeftParen (}{Text int}{RightParen )}{Text y}{HorizontalSpace }{LeftBrace {}{VerticalSpace
130 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType int}{Informative first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} (8)
145 // CHECK-CCD: ObjCInstanceMethodDecl:{ResultType int}{Informative first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} (8
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallAnimationUtils.java 81 Drawable second = getDrawable(1); local
90 second.setAlpha(0xff - mCrossFadeAlpha);
91 second.draw(canvas);
92 second.setAlpha(0xff);
97 private static CrossFadeDrawable newCrossFadeDrawable(Drawable first, Drawable second) {
100 layers[1] = second;
  /cts/tests/tests/graphics/src/android/graphics/cts/
SumPathEffectTest.java 57 PathEffect second = new DashPathEffect(new float[] { 10, 5 }, 5); local
58 paint.setPathEffect(second);
61 SumPathEffect sumPathEffect = new SumPathEffect(second, first);
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/elizachat/
ElizaResponder.java 143 String second = WORDS_TO_REPLACE[i * 2 + 1]; local
146 parts[j] = second;
147 } else if (parts[j].equals(second)) {
  /development/host/windows/usb/api/
adb_object_handle.cpp 114 ATLASSERT((found != the_map.end()) && (this == found->second));
116 if ((found != the_map.end()) && (this == found->second)) {
157 ret = found->second;
  /development/samples/wearable/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 143 String second = WORDS_TO_REPLACE[i * 2 + 1]; local
146 parts[j] = second;
147 } else if (parts[j].equals(second)) {
  /external/chromium_org/apps/
app_window_geometry_cache.cc 79 if (it->second.last_change > now)
80 it->second.last_change = now;
83 it->second.last_change < oldest->second.last_change)
114 const gfx::Rect& bounds = it->second.bounds;
115 const gfx::Rect& screen_bounds = it->second.screen_bounds;
118 DCHECK(it->second.window_state != ui::SHOW_STATE_DEFAULT);
127 value->SetInteger("state", it->second.window_state);
129 "ts", base::Int64ToString(it->second.last_change.ToInternalValue()));
160 extension_data_it->second.find(window_id)
    [all...]
  /external/chromium_org/base/metrics/
sample_map.cc 30 return it->second;
38 count += it->second;
83 *count = iter_->second;
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_mint_queue.cc 20 DCHECK_EQ(it->second.size(), 0lu);
26 DCHECK_EQ(it->second.size(), 0lu);
64 (request_queue_map.find(key))->second.empty();
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry.cc 81 if (!command_name.empty() && (iter->second.command_name() != command_name))
83 const ui::Accelerator& accelerator = iter->second.accelerator();
95 AddEventTarget(accelerator, extension->id(), iter->second.command_name());
global_shortcut_listener.cc 60 DCHECK(it->second == observer);
75 if (it->second == observer) {
119 iter->second->OnKeyPressed(accelerator);
  /external/chromium_org/chrome/browser/local_discovery/
service_discovery_device_lister.cc 65 if (insert_result.second) {
75 insert_result.first->second.reset(resolver.release());
76 insert_result.first->second->StartResolving();
  /external/chromium_org/chrome/browser/printing/
print_preview_data_service.cc 39 *data = it->second.get();
99 it->second->GetPreviewDataForIndex(index, data_bytes);
119 0 : it->second->GetAvailableDraftPageCount();
  /external/chromium_org/chrome/browser/ssl/
ssl_client_auth_observer.cc 43 details.second = certificate;
68 << cert_details->second;
70 callback_.Run(cert_details->second);
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_manager_client.cc 74 if (piter->second == profile_path) {
93 if (iter != service_provider_map_.end() && iter->second == service_provider)
103 return service_provider_map_[iter->second];
  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.cc 191 return existing_worker->second;
252 worker->second->OnStateChanged(state);
256 provider->second->OnServiceWorkerStateChanged(handle_id, state);
265 int existing_waiting_id = provider->second->waiting_handle_id();
271 DCHECK(associated_provider->second->provider_id() == provider_id);
274 provider->second->OnSetWaitingServiceWorker(provider_id, info);
276 worker_to_provider_[info.handle_id] = provider->second;
282 found->second->setWaiting(GetServiceWorker(info, false));
292 provider->second->OnSetCurrentServiceWorker(provider_id, info);
293 worker_to_provider_[info.handle_id] = provider->second;
    [all...]
  /external/chromium_org/dbus/
object_manager.cc 62 Object* object = iter->second;
66 PropertySet* properties = piter->second;
101 Object* object = oiter->second;
117 Object* object = iter->second;
127 Object* object = iter->second;
133 return piter->second;
242 Interface* interface = iiter->second;
250 object = oiter->second;
262 property_set = piter->second;
275 Object* object = oiter->second;
    [all...]
  /external/chromium_org/net/spdy/
hpack_encoder.cc 49 HpackEntry* entry = header_table_.GetByNameAndValue(it->first, it->second);
59 header_table_.EvictionSet(it->first, it->second, &evict_begin, &evict_end);
145 representation.second);
157 EmitString(representation.second);
168 EmitString(representation.second);
199 StringPiece(it->first), StringPiece(it->second)));
215 result = r_it->second.compare((*s_it)->value());
267 size_t end = cookie.second.find(";", pos);
272 cookie.second.substr(pos)));
277 cookie.second.substr(pos, end - pos)))
    [all...]
  /external/chromium_org/net/url_request/
url_request_job_factory_impl.cc 37 delete it->second;
63 return it->second->MaybeCreateJob(request, network_delegate);
94 return it->second->IsSafeRedirectTarget(location);
  /external/chromium_org/sync/notifier/
registration_manager.cc 108 if (!it->second->enabled) {
111 it->second->state = invalidation::InvalidationListener::UNREGISTERED;
112 bool is_retry = !it->second->last_registration_request.is_null();
135 it->second->Disable();
169 RegistrationStatus* status = it->second;
188 if (it->second->registration_timer.IsRunning()) {
189 it->second->DoRegister();
211 RegistrationStatus* status = it->second;
265 it->second->state = invalidation::InvalidationListener::REGISTERED;
266 it->second->last_registration_request = base::Time::Now()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableDoubleTest.cpp 75 RefPtrWillBeRawPtr<AnimatableDouble> second = AnimatableDouble::create(2.25); local
78 EXPECT_DOUBLE_EQ(3.75, AnimatableValue::distance(first.get(), second.get()));
79 EXPECT_DOUBLE_EQ(0.75, AnimatableValue::distance(second.get(), third.get()));
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
lru_cache_using_std.h 92 (*it).second.second
96 return (*it).second.first;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocator.cc 53 delete iter->second;
94 return iter->second;
102 if (iter->second == session)
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
stats.cc 32 size += it->second->DataLength();
48 int32_t size = it->second->DataLength();
76 int32_t size = it->second->DataLength();

Completed in 1455 milliseconds

<<21222324252627282930>>