Searched defs:core (Results 226 - 248 of 248) sorted by relevance

12345678910

/external/chromium_org/net/url_request/
H A Durl_fetcher_core.cc47 void URLFetcherCore::Registry::AddURLFetcherCore(URLFetcherCore* core) { argument
48 DCHECK(!ContainsKey(fetchers_, core));
49 fetchers_.insert(core);
52 void URLFetcherCore::Registry::RemoveURLFetcherCore(URLFetcherCore* core) { argument
53 DCHECK(ContainsKey(fetchers_, core));
54 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/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/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.c678 /* This is the core, clever bit. Computation is as follows:
1484 fatal signals (esp. core dumping signals).
1490 Bool core = False; /* kills process w/ core */ local
1497 case VKI_SIGQUIT: /* core */
1498 case VKI_SIGILL: /* core */
1499 case VKI_SIGABRT: /* core */
1500 case VKI_SIGFPE: /* core */
1501 case VKI_SIGSEGV: /* core */
1502 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/ppapi/native_client/src/trusted/plugin/
H A Dplugin.cc346 pp::Core* core = pp::Module::Get()->core(); local
348 if (core->IsMainThread()) {
356 core->CallOnMainThread(0, callback, 0);
1446 pp::Core* core = pp::Module::Get()->core(); local
1447 core->CallOnMainThread(0, callback, 0);
1578 pp::Core* core = pp::Module::Get()->core(); local
1579 if (core
[all...]
/external/chromium_org/sync/internal_api/
H A Dsync_manager_impl.cc97 SyncManagerImpl* core) {
101 core);
136 const SyncManagerImpl* core) {
137 CHECK(core);
157 delay = core->scheduler()->GetSessionsCommitDelay();
96 GetNudgeDelayTimeDelta(const ModelType& model_type, SyncManagerImpl* core) argument
134 GetNudgeDelayTimeDeltaFromType( const NudgeDelayStrategy& delay_type, const ModelType& model_type, const SyncManagerImpl* core) argument
/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/icu4c/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.cc497 // SSLClientSocketNSS::Core provides a thread-safe, ref-counted core that is
1323 Core* core = reinterpret_cast<Core*>(arg); local
1324 if (core->handshake_callback_called_) {
1326 CERTCertificate* old_cert = core->nss_handshake_state_.server_cert_chain[0];
1353 Core* core = reinterpret_cast<Core*>(arg); local
1354 DCHECK(core->OnNSSTaskRunner());
1356 core->PostOrRunCallback(
1358 base::Bind(&AddLogEvent, core->weak_net_log_,
1361 core->client_auth_cert_needed_ = !core
1565 Core* core = reinterpret_cast<Core*>(arg); local
1591 Core* core = reinterpret_cast<Core*>(arg); local
1679 Core* core = reinterpret_cast<Core*>(arg); local
2340 Core* core = reinterpret_cast<Core*>(arg); local
[all...]
/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 ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jar ... Shell activeShell public final void collectExpressionInfo (org.eclipse.core.expressions.ExpressionInfo) org.eclipse.core. ...
/external/elfutils/src/
H A Dreadelf.c89 { "notes", 'n', NULL, 0, N_("Display the core notes"), 0 },
598 /* For an ET_REL file, libdwfl has adjusted the in-core shdrs
5355 for the core items. But we do not want the line breaks to depend on
5396 convert (Elf *core, Elf_Type type, uint_fast16_t count, argument
5403 .d_size = size ?: gelf_fsize (core, type, count, EV_CURRENT),
5414 Elf_Data *d = (gelf_getclass (core) == ELFCLASS32
5416 (&valuedata, &indata, elf_getident (core, NULL)[EI_DATA]);
5419 gettext ("cannot convert core note data: %s"), elf_errmsg (-1));
5427 handle_core_item (Elf *core, const Ebl_Core_Item *item, const void *desc, argument
5445 size_t size = gelf_fsize (core, ite
5647 handle_core_items(Elf *core, const void *desc, size_t descsz, const Ebl_Core_Item *items, size_t nitems) argument
5746 handle_core_register(Ebl *ebl, Elf *core, int maxregname, const Ebl_Register_Location *regloc, const void *desc, unsigned int colno) argument
5904 handle_core_registers(Ebl *ebl, Elf *core, const void *desc, const Ebl_Register_Location *reglocs, size_t nregloc) argument
5991 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/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1955 milliseconds

12345678910