Searched defs:core (Results 51 - 75 of 302) sorted by path

1234567891011>>

/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_service_proxy.cc52 const scoped_refptr<Core>& core)
53 : wrapped_task_runner_(wrapped_task_runner), core_(core) {
50 AttachmentServiceProxy( const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner, const scoped_refptr<Core>& core) argument
H A Dattachment_service_proxy_for_test.cc58 const scoped_refptr<Core>& core)
59 : AttachmentServiceProxy(wrapped_task_runner, core) {
56 AttachmentServiceProxyForTest( const scoped_refptr<base::SequencedTaskRunner>& wrapped_task_runner, const scoped_refptr<Core>& core) argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextAffinity.h50 inline blink::EAffinity core(NSSelectionAffinity affinity) function
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp1066 UBool core(Pick* &node /*out*/){ function in class:Parser
1091 if (!core(node)) {
1112 case RPAR: // within parenthesis (core closed)
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.h96 __DRIcoreExtension *core; member in struct:dri2_egl_display
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
H A Dgbm_driint.h48 __DRIcoreExtension *core; member in struct:gbm_dri_device
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2_glx.c84 const __DRIcoreExtension *core; member in struct:dri2_screen
132 (*psc->core->destroyContext) (pcp->driContext);
154 if (!(*psc->core->bindContext) (pcp->driContext,
177 (*psc->core->unbindContext) (pcp->driContext);
331 (*psc->core->destroyDrawable) (pdraw->driDrawable);
402 (*psc->core->destroyDrawable) (pdraw->driDrawable);
633 (*psc->core->destroyScreen) (psc->driScreen);
1067 psc->core = (__DRIcoreExtension *) extensions[i];
1072 if (psc->core == NULL || psc->dri2 == NULL) {
1073 ErrorMessageF("core dr
[all...]
H A Ddri_common.c274 driConfigEqual(const __DRIcoreExtension *core, argument
281 while (core->indexConfigAttrib(driConfig, i++, &attrib, &value)) {
329 createDriMode(const __DRIcoreExtension * core, argument
336 if (driConfigEqual(core, config, driConfigs[i]))
354 driConvertConfigs(const __DRIcoreExtension * core, argument
362 tail->next = createDriMode(core, m, driConfigs);
H A Ddri_glx.c69 const __DRIcoreExtension *core; member in struct:dri_screen
449 configs = driConvertConfigs(psc->core, psc->base.configs, driver_configs);
450 visuals = driConvertConfigs(psc->core, psc->base.visuals, driver_configs);
522 (*psc->core->destroyContext) (pcp->driContext);
544 if ((*psc->core->bindContext) (pcp->driContext,
557 (*psc->core->unbindContext) (pcp->driContext);
636 (*psc->core->destroyDrawable) (pdp->driDrawable);
696 (*psc->core->swapBuffers) (pdp->driDrawable);
718 (*psc->core->destroyScreen) (psc->driScreen);
879 psc->core
[all...]
H A Ddrisw_glx.c49 const __DRIcoreExtension *core; member in struct:drisw_screen
261 (*psc->core->destroyContext) (pcp->driContext);
282 if ((*psc->core->bindContext) (pcp->driContext,
295 (*psc->core->unbindContext) (pcp->driContext);
407 (*psc->core->createNewContext) (psc->driScreen,
510 (*psc->core->destroyDrawable) (pdp->driDrawable);
567 (*psc->core->swapBuffers) (pdp->driDrawable);
578 (*psc->core->destroyScreen) (psc->driScreen);
661 psc->core = (__DRIcoreExtension *) extensions[i];
666 if (psc->core
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dshared_desktop_frame.cc52 scoped_refptr<Core> core(new Core(desktop_frame));
53 return new SharedDesktopFrame(core);
72 SharedDesktopFrame::SharedDesktopFrame(scoped_refptr<Core> core) argument
73 : DesktopFrame(core->frame()->size(), core->frame()->stride(),
74 core->frame()->data(), core->frame()->shared_memory()),
75 core_(core) {
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dandroid_temperature_monitor.py5 import telemetry.core.platform.power_monitor as power_monitor namespace
H A Dpower_monitor_controller.py5 import telemetry.core.platform.power_monitor as power_monitor namespace
H A Dpower_monitor_controller_unittest.py7 import telemetry.core.platform.power_monitor as power_monitor namespace
8 from telemetry.core.platform.power_monitor import power_monitor_controller
/external/chromium_org/v8/test/cctest/
H A Dtest-utils-arm64.cc97 bool Equal32(uint32_t expected, const RegisterDump* core, const Register& reg) { argument
101 int64_t result_x = core->xreg(reg.code());
107 uint32_t result_w = core->wreg(reg.code());
108 return Equal32(expected, core, result_w);
113 const RegisterDump* core,
116 uint64_t result = core->xreg(reg.code());
117 return Equal64(expected, core, result);
122 const RegisterDump* core,
127 uint64_t result_64 = core->dreg_bits(fpreg.code());
134 return EqualFP32(expected, core, cor
112 Equal64(uint64_t expected, const RegisterDump* core, const Register& reg) argument
121 EqualFP32(float expected, const RegisterDump* core, const FPRegister& fpreg) argument
138 EqualFP64(double expected, const RegisterDump* core, const FPRegister& fpreg) argument
146 Equal64(const Register& reg0, const RegisterDump* core, const Register& reg1) argument
[all...]
/external/deqp/framework/opengl/
H A DgluRenderContext.hpp85 static ApiType core (int major, int minor) { return ApiType(major, minor, PROFILE_CORE); } function in class:glu::ApiType
128 * crucial in for example determining when GL core context supports
200 //! Get GL function table. Should be filled with all core entry points for context type.
/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp114 // WGL core
191 // Load WGL core.
203 throw ResourceError("Failed to load core WGL functions");
353 Context::Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat) argument
354 : m_core (core)
358 const Functions& wgl = core->getLibrary()->getFunctions();
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jar ... org/mockito/cglib/ org/mockito/cglib/beans/ org/mockito/cglib/core/ org/mockito/cglib/proxy/ org/mockito/cglib/reflect/ org/mockito ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jar ... eclipse/ant/ org/eclipse/ant/internal/ org/eclipse/ant/internal/core/ org/eclipse/ant/internal/core/ant/ META-INF/eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
H A Dpde-ant.jar ... eclipse/pde/ org/eclipse/pde/internal/ org/eclipse/pde/internal/core/ org/eclipse/pde/internal/core/ant/ META-INF/eclipse
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
H A DjdtCompilerAdapter.jar ... CheckDebugAttributes.java package org.eclipse.jdt.core public final org.eclipse.jdt.core. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jar ... -INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/resources/ org/eclipse/core/resources/ant/ META
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
H A Dconvert.jar ... MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/contrib/ org/eclipse/jdt/core/contrib
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jar ... org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/eclipse/jdt/internal/ org/eclipse/jdt/internal/compiler ...

Completed in 848 milliseconds

1234567891011>>