Searched refs:from (Results 276 - 300 of 3600) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/modules/geofencing/
H A DWorkerNavigatorGeofencing.cpp26 WorkerNavigatorGeofencing& WorkerNavigatorGeofencing::from(WorkerNavigator& navigator) function in class:blink::WorkerNavigatorGeofencing
28 WorkerNavigatorGeofencing* supplement = static_cast<WorkerNavigatorGeofencing*>(WillBeHeapSupplement<WorkerNavigator>::from(navigator, supplementName()));
38 return WorkerNavigatorGeofencing::from(navigator).geofencing();
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DNavigatorGeolocation.cpp45 NavigatorGeolocation& NavigatorGeolocation::from(Navigator& navigator) function in class:blink::NavigatorGeolocation
47 NavigatorGeolocation* supplement = static_cast<NavigatorGeolocation*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
57 return NavigatorGeolocation::from(navigator).geolocation();
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DWorkerGlobalScopeIndexedDatabase.cpp51 WorkerGlobalScopeIndexedDatabase& WorkerGlobalScopeIndexedDatabase::from(WillBeHeapSupplementable<WorkerGlobalScope>& context) function in class:blink::WorkerGlobalScopeIndexedDatabase
53 WorkerGlobalScopeIndexedDatabase* supplement = static_cast<WorkerGlobalScopeIndexedDatabase*>(WillBeHeapSupplement<WorkerGlobalScope>::from(context, supplementName()));
63 return from(context).indexedDB();
/external/chromium_org/third_party/WebKit/Source/modules/netinfo/
H A DNavigatorNetworkInformation.cpp22 NavigatorNetworkInformation& NavigatorNetworkInformation::from(Navigator& navigator) function in class:blink::NavigatorNetworkInformation
34 return static_cast<NavigatorNetworkInformation*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
44 return NavigatorNetworkInformation::from(navigator).connection();
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotificationController.cpp50 NotificationController* NotificationController::from(ExecutionContext* context) function in class:blink::NotificationController
54 return static_cast<NotificationController*>(WillBeHeapSupplement<LocalFrame>::from(toDocument(context)->frame(), supplementName()));
59 NotificationController* controller = NotificationController::from(context);
/external/chromium_org/third_party/WebKit/Source/modules/performance/
H A DSharedWorkerPerformance.cpp14 * from this software without specific prior written permission.
51 SharedWorkerPerformance& SharedWorkerPerformance::from(SharedWorker& sharedWorker) function in class:blink::SharedWorkerPerformance
53 SharedWorkerPerformance* supplement = static_cast<SharedWorkerPerformance*>(WillBeHeapSupplement<SharedWorker>::from(sharedWorker, supplementName()));
63 return SharedWorkerPerformance::from(sharedWorker).getWorkerStart(context, sharedWorker);
/external/chromium_org/third_party/WebKit/Source/modules/presentation/
H A DNavigatorPresentation.cpp32 NavigatorPresentation& NavigatorPresentation::from(Navigator& navigator) function in class:blink::NavigatorPresentation
34 NavigatorPresentation* supplement = static_cast<NavigatorPresentation*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
45 return NavigatorPresentation::from(navigator).presentation();
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DNavigatorPushManager.cpp26 NavigatorPushManager& NavigatorPushManager::from(Navigator& navigator) function in class:blink::NavigatorPushManager
28 NavigatorPushManager* supplement = static_cast<NavigatorPushManager*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
38 return NavigatorPushManager::from(navigator).pushManager();
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DDOMWindowQuota.cpp15 * contributors may be used to endorse or promote products derived from
54 DOMWindowQuota& DOMWindowQuota::from(LocalDOMWindow& window) function in class:blink::DOMWindowQuota
56 DOMWindowQuota* supplement = static_cast<DOMWindowQuota*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName()));
67 return DOMWindowQuota::from(window).webkitStorageInfo();
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenScreenOrientation.cpp15 ScreenScreenOrientation& ScreenScreenOrientation::from(Screen& screen) function in class:blink::ScreenScreenOrientation
17 ScreenScreenOrientation* supplement = static_cast<ScreenScreenOrientation*>(WillBeHeapSupplement<Screen>::from(screen, supplementName()));
32 ScreenScreenOrientation& self = ScreenScreenOrientation::from(screen);
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DDOMWindowSpeechSynthesis.cpp15 * contributors may be used to endorse or promote products derived from
53 DOMWindowSpeechSynthesis& DOMWindowSpeechSynthesis::from(LocalDOMWindow& window) function in class:blink::DOMWindowSpeechSynthesis
55 DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName()));
66 return DOMWindowSpeechSynthesis::from(window).speechSynthesis();
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtztrans.h38 * @param from The time zone rule used before the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
120 * @param from The time zone rule used before the transition.
123 void setFrom(const TimeZoneRule& from);
128 * @param from The time zone rule used before the transition.
131 void adoptFrom(TimeZoneRule* from);
164 * a return value from getDynamicClassID(). For example:
/external/icu/icu4c/source/i18n/unicode/
H A Dtztrans.h38 * @param from The time zone rule used before the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
120 * @param from The time zone rule used before the transition.
123 void setFrom(const TimeZoneRule& from);
128 * @param from The time zone rule used before the transition.
131 void adoptFrom(TimeZoneRule* from);
164 * a return value from getDynamicClassID(). For example:
/external/iptables/extensions/
H A Dlibxt_connbytes.c16 " [!] --connbytes from:[to]\n"
39 sinfo->count.from = cb->val.u64_range[0];
44 if (sinfo->count.to < sinfo->count.from)
46 (unsigned long long)sinfo->count.from,
49 i = sinfo->count.from;
50 sinfo->count.from = sinfo->count.to;
117 unsigned long long from, to; local
119 if (sinfo->count.from > sinfo->count.to) {
121 from = sinfo->count.to;
122 to = sinfo->count.from;
[all...]
/external/mockito/src/org/mockito/internal/stubbing/answers/
H A DClonesArguments.java19 Object from = arguments[i];
20 Object newInstance = ObjenesisHelper.newInstance(from.getClass());
21 new LenientCopyTool().copyToRealObject(from, newInstance);
/external/nist-sip/java/gov/nist/core/
H A DServerLogger.java34 void logMessage(SIPMessage message, String from, String to, boolean sender, long time); argument
36 void logMessage(SIPMessage message, String from, String to, String status, argument
39 void logMessage(SIPMessage message, String from, String to, String status, argument
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DLayoutInflaterTest.java20 layoutInflater = LayoutInflater.from(Robolectric.application);
26 assertSame(LayoutInflater.from(Robolectric.application), layoutInflater);
27 assertSame(LayoutInflater.from(new ContextWrapper(Robolectric.application)), layoutInflater);
/external/chromium_org/third_party/icu/source/i18n/
H A Dztrans.cpp27 ztrans_open(UDate time, const void* from, const void* to){ argument
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
67 ztrans_setFrom(ZTrans* trans, const void* from) { argument
68 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setFrom(*(TimeZoneRule*)from);
72 ztrans_adoptFrom(ZTrans* trans, void* from) { argument
73 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptFrom((TimeZoneRule*)from);
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DSetEqualsTester.java40 getSet().equals(MinimalSet.from(getSampleElements())));
50 getSet().equals(MinimalSet.from(elements))
63 getSet().equals(MinimalSet.from(elements)));
70 Set<E> other = MinimalSet.from(elements);
81 getSet().equals(MinimalSet.from(fewerElements)));
87 getSet().equals(MinimalSet.from(moreElements)));
/external/icu/icu4c/source/i18n/
H A Dztrans.cpp27 ztrans_open(UDate time, const void* from, const void* to){ argument
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
67 ztrans_setFrom(ZTrans* trans, const void* from) { argument
68 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setFrom(*(TimeZoneRule*)from);
72 ztrans_adoptFrom(ZTrans* trans, void* from) { argument
73 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptFrom((TimeZoneRule*)from);
/external/protobuf/
H A Dbuild.gradle55 from sourceSets.nano.output, sourceSets.micro.output
63 from sourceSets.nano.output
72 from sourceSets.micro.output
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer2.stderr.exp7 Address 0x........ is at offset ... from 0x......... Allocation context:
13 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
/external/valgrind/main/gdbserver_tests/
H A Dmcbreak.stderrB.exp2 vgdb-error value changed from 0 to 999999
3 vgdb-error value changed from 999999 to 0
9 vgdb-error value changed from 0 to 0
/external/bison/build-aux/
H A Dylwrap136 from="$1"
139 if test $from = "y.tab.c"; then
140 from="y_tab.c"
142 if test $from = "y.tab.h"; then
143 from="y_tab.h"
147 if test -f "$from"; then
175 FROM=`echo "$from" | sed \
182 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
183 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/external/chromium_org/chrome/installer/util/
H A Dinstaller_util_test_common.cc17 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to) { argument
20 base::string16 double_null_from(from.value());

Completed in 539 milliseconds

<<11121314151617181920>>