Searched defs:core (Results 276 - 300 of 302) sorted by relevance

<<111213

/external/chromium_org/net/udp/
H A Dudp_socket_win.cc69 explicit ReadDelegate(Core* core) : core_(core) {} argument
81 explicit WriteDelegate(Core* core) : core_(core) {} argument
/external/chromium_org/net/url_request/
H A Durl_fetcher_core.cc50 void URLFetcherCore::Registry::AddURLFetcherCore(URLFetcherCore* core) { argument
51 DCHECK(!ContainsKey(fetchers_, core));
52 fetchers_.insert(core);
55 void URLFetcherCore::Registry::RemoveURLFetcherCore(URLFetcherCore* core) { argument
56 DCHECK(ContainsKey(fetchers_, core));
57 fetchers_.erase(core);
/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_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...]
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java11 package org.eclipse.wb.internal.core.model.property.table;
40 import org.eclipse.wb.internal.core.DesignerPlugin;
41 import org.eclipse.wb.internal.core.EnvironmentUtils;
42 import org.eclipse.wb.internal.core.model.property.Property;
43 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
44 import org.eclipse.wb.internal.core.model.property.category.PropertyCategoryProvider;
45 import org.eclipse.wb.internal.core.model.property.category.PropertyCategoryProviders;
46 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
47 import org.eclipse.wb.internal.core.model.property.editor.complex.IComplexPropertyEditor;
48 import org.eclipse.wb.internal.core
[all...]
/external/mesa3d/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_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...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java16 package org.mockito.cglib.core;
/external/stressapptest/src/
H A Dos.cc149 // Get HW core features from cpuid instruction.
743 int OsLayer::OpenMSR(uint32 core, uint32 address) { argument
745 snprintf(buf, sizeof(buf), "/dev/cpu/%d/msr", core);
753 logprintf(5, "Log: can't seek to msr %x, cpu %d\n", address, core);
760 bool OsLayer::ReadMSR(uint32 core, uint32 address, uint64 *data) { argument
761 int fd = OpenMSR(core, address);
769 logprintf(5, "Log: Failed to read msr %x core %d\n", address, core);
776 bool OsLayer::WriteMSR(uint32 core, uint32 address, uint64 *data) { argument
777 int fd = OpenMSR(core, addres
[all...]
/external/valgrind/main/coregrind/
H A Dm_signals.c709 /* This is the core, clever bit. Computation is as follows:
1531 fatal signals (esp. core dumping signals).
1537 Bool core = False; /* kills process w/ core */ local
1544 case VKI_SIGQUIT: /* core */
1545 case VKI_SIGILL: /* core */
1546 case VKI_SIGABRT: /* core */
1547 case VKI_SIGFPE: /* core */
1548 case VKI_SIGSEGV: /* core */
1549 case VKI_SIGBUS: /* core */
[all...]
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp119 (core2sbr delay ) ds (read, core and ds area)
123 #define STS(fl) (((fl)==1024)?32:30) /* SBR Time Slots: 32 for core frame length 1024, 30 for core frame length 960 */
157 channels, bitrate, sample rate and core coder
165 UINT numChannels,/*! the number of channels for the core coder */
166 UINT sampleRate, /*! the sampling rate of the core coder */
167 AUDIO_OBJECT_TYPE core,
176 ( ( sbrTuningTable[i].coreCoder == CODEC_AACLD && core == AOT_ER_AAC_ELD ) || \
177 ( sbrTuningTable[i].coreCoder == CODEC_AAC && core != AOT_ER_AAC_ELD ) )
180 if ( isForThisCore(i) ) /* tuning table is for this core code
164 getSbrTuningTableIndex(UINT bitrate, UINT numChannels, UINT sampleRate, AUDIO_OBJECT_TYPE core, UINT *pBitRateClosest ) argument
395 FDKsbrEnc_AdjustSbrSettings(const sbrConfigurationPtr config, UINT bitRate, UINT numChannels, UINT sampleRateCore, UINT sampleRateSbr, UINT transFac, UINT standardBitrate, UINT vbrMode, UINT useSpeechConfig, UINT lcsMode, UINT bParametricStereo, AUDIO_OBJECT_TYPE core) argument
[all...]
/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/net/socket/
H A Dssl_client_socket_nss.cc475 // SSLClientSocketNSS::Core provides a thread-safe, ref-counted core that is
1248 Core* core = reinterpret_cast<Core*>(arg); local
1249 if (core->handshake_callback_called_) {
1251 CERTCertificate* old_cert = core->nss_handshake_state_.server_cert_chain[0];
1278 Core* core = reinterpret_cast<Core*>(arg); local
1279 DCHECK(core->OnNSSTaskRunner());
1281 core->PostOrRunCallback(
1283 base::Bind(&AddLogEvent, core->weak_net_log_,
1286 core->client_auth_cert_needed_ = !core
1490 Core* core = reinterpret_cast<Core*>(arg); local
1516 Core* core = reinterpret_cast<Core*>(arg); local
1604 Core* core = reinterpret_cast<Core*>(arg); local
2251 Core* core = reinterpret_cast<Core*>(arg); local
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit.jar ... framework/ junit/runner/ junit/textui/ org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/junit/ org/junit/experimental/ org/junit ...
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jar ... .html launcher.properties org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/launcher/ org/eclipse/core/launcher/Main. ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jar ... .html launcher.properties org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/launcher/ org/eclipse/core/launcher/Main. ...
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 ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jar ... perfmsr.core public org.eclipse.perfmsr.core.PerformanceMonitor extends java.lang.Object { private static ...
/external/elfutils/0.153/src/
H A Dreadelf.c651 /* For an ET_REL file, libdwfl has adjusted the in-core shdrs
7381 for the core items. But we do not want the line breaks to depend on
7422 convert (Elf *core, Elf_Type type, uint_fast16_t count, argument
7429 .d_size = size ?: gelf_fsize (core, type, count, EV_CURRENT),
7440 Elf_Data *d = (gelf_getclass (core) == ELFCLASS32
7442 (&valuedata, &indata, elf_getident (core, NULL)[EI_DATA]);
7445 gettext ("cannot convert core note data: %s"), elf_errmsg (-1));
7453 handle_core_item (Elf *core, const Ebl_Core_Item *item, const void *desc, argument
7471 size_t size = gelf_fsize (core, item->type, count, EV_CURRENT);
7486 convert (core, ite
7709 handle_core_items(Elf *core, const void *desc, size_t descsz, const Ebl_Core_Item *items, size_t nitems) argument
7808 handle_core_register(Ebl *ebl, Elf *core, int maxregname, const Ebl_Register_Location *regloc, const void *desc, unsigned int colno) argument
7959 handle_core_registers(Ebl *ebl, Elf *core, const void *desc, const Ebl_Register_Location *reglocs, size_t nregloc) argument
8040 handle_auxv_note(Ebl *ebl, Elf *core, GElf_Word descsz, GElf_Off desc_pos) argument
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c1828 struct srat_processor_affinity *core; local
1838 core = (void*)(srat + 1);
1840 core->type = SRAT_PROCESSOR;
1841 core->length = sizeof(*core);
1842 core->local_apic_id = i;
1844 core->proximity_lo = curnode;
1845 memset (core->proximity_hi, 0, 3);
1846 core->local_sapic_eid = 0;
1848 core
[all...]
/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/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 515 milliseconds

<<111213