Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 158) sorted by relevance

1234567

/external/chromium_org/ash/system/chromeos/network/
Dnetwork_connect.cc114 bool GetNetworkProfilePath(bool shared, std::string* profile_path) { in GetNetworkProfilePath()
248 bool shared, in CallCreateConfiguration()
463 bool shared) { in ConfigureNetworkAndConnect()
483 bool shared) { in CreateConfigurationAndConnect()
488 void CreateConfiguration(base::DictionaryValue* properties, bool shared) { in CreateConfiguration()
/external/chromium_org/net/third_party/nss/ssl/
Dsslmutex.c96 sslMutex_Init(sslMutex *pMutex, int shared) in sslMutex_Init()
341 sslMutex_Init(sslMutex *pMutex, int shared) in sslMutex_Init()
513 sslMutex_Init(sslMutex *pMutex, int shared) in sslMutex_Init()
590 sslMutex_Init(sslMutex *pMutex, int shared) in sslMutex_Init()
/external/valgrind/main/helgrind/tests/
Dhg04_race.c6 static int shared; variable
Dhg06_readshared.c6 static int shared; variable
Dhg01_all_ok.c8 static int shared = 0; variable
Dhg03_inherit.c11 static volatile int shared[2]; variable
/external/chromium_org/third_party/leveldatabase/src/table/
Dblock.cc54 uint32_t* shared, in DecodeEntry()
173 uint32_t shared, non_shared, value_length; in Seek() local
238 uint32_t shared, non_shared, value_length; in ParseNextKey() local
Dblock_builder.cc79 size_t shared = 0; in Add() local
/external/chromium_org/third_party/WebKit/Source/wtf/
DThreadRestrictionVerifier.h55 void setShared(bool shared) in setShared()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddrisw_util.c99 __DRIcontext *shared, in driCreateContextAttribs()
191 __DRIcontext *shared, void *data) in driCreateNewContextForAPI()
201 __DRIcontext *shared, void *data) in driCreateNewContext()
Ddri_util.c163 __DRIcontext *shared, in dri2CreateContextAttribs()
301 __DRIcontext *shared, void *data) in dri2CreateNewContextForAPI()
311 __DRIcontext *shared, void *data) in dri2CreateNewContext()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
Ddrisw_util.c99 __DRIcontext *shared, in driCreateContextAttribs()
191 __DRIcontext *shared, void *data) in driCreateNewContextForAPI()
201 __DRIcontext *shared, void *data) in driCreateNewContext()
Ddri_util.c163 __DRIcontext *shared, in dri2CreateContextAttribs()
301 __DRIcontext *shared, void *data) in dri2CreateNewContextForAPI()
311 __DRIcontext *shared, void *data) in dri2CreateNewContext()
/external/chromium_org/v8/src/
Dcompiler.cc549 void SetExpectedNofPropertiesFromEstimate(Handle<SharedFunctionInfo> shared, in SetExpectedNofPropertiesFromEstimate()
607 Handle<SharedFunctionInfo> shared) { in RecordFunctionCompilation()
662 Handle<SharedFunctionInfo> shared = info->shared_info(); in GetUnoptimizedCodeCommon() local
692 Handle<SharedFunctionInfo> shared(function->shared()); in GetCodeFromOptimizedCodeMap() local
726 Handle<SharedFunctionInfo> shared(function->shared()); in InsertCodeIntoOptimizedCodeMap() local
874 Handle<SharedFunctionInfo> shared) { in GetUnoptimizedCode()
913 Handle<SharedFunctionInfo> shared = info->shared_info(); in EnsureDeoptimizationSupport() local
1320 Handle<SharedFunctionInfo> shared = info->shared_info(); in GetOptimizedCode() local
1359 Handle<SharedFunctionInfo> shared = info->shared_info(); in GetConcurrentlyOptimizedCode() local
Dperf-jit.h53 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) {} in CodeDisableOptEvent()
Druntime-profiler.cc123 SharedFunctionInfo* shared = function->shared(); in AttemptOnStackReplacement() local
173 SharedFunctionInfo* shared = function->shared(); in OptimizeNow() local
Ddebug.cc885 Handle<SharedFunctionInfo> shared = in Break() local
1062 bool Debug::HasDebugInfo(Handle<SharedFunctionInfo> shared) { in HasDebugInfo()
1069 Handle<DebugInfo> Debug::GetDebugInfo(Handle<SharedFunctionInfo> shared) { in GetDebugInfo()
1083 Handle<SharedFunctionInfo> shared(function->shared()); in SetBreakPoint() local
1118 Handle<SharedFunctionInfo> shared(SharedFunctionInfo::cast(result)); in SetBreakPointForScript() local
1201 Handle<SharedFunctionInfo> shared(function->shared()); in FloodWithOneShot() local
1329 Handle<SharedFunctionInfo> shared(function->shared()); in PrepareStep() local
1552 Handle<SharedFunctionInfo> shared, in GetSourceBreakLocations()
1971 SharedFunctionInfo* shared = function->shared(); in PrepareForBreakPoints() local
2051 Handle<SharedFunctionInfo> shared(function->shared()); in PrepareForBreakPoints() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserThread.cpp78 HTMLParserThread* HTMLParserThread::shared() in shared() function in blink::HTMLParserThread
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptStreamerThread.cpp33 ScriptStreamerThread* ScriptStreamerThread::shared() in shared() function in blink::ScriptStreamerThread
/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_neteq_stats_impl.cc39 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) : _shared(shared) in VoENetEqStatsImpl()
/external/replicaisland/src/com/replica/replicaisland/
DGameComponent.java41 public boolean shared; field in GameComponent
/external/smack/src/org/jivesoftware/smackx/bookmark/
DBookmarkedURL.java97 protected void setShared(boolean shared) { in setShared()
/external/mesa3d/src/mesa/main/
Dshared.c60 struct gl_shared_state *shared; in _mesa_alloc_shared_state() local
309 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) in free_shared_state()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dshared.c60 struct gl_shared_state *shared; in _mesa_alloc_shared_state() local
309 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) in free_shared_state()
/external/chromium_org/base/
Dtools_sanity_unittest.cc294 bool *shared = new bool(false); in DataRace() local
315 bool shared = false; in TEST() local
323 base::subtle::Atomic32 shared = 0; in TEST() local

1234567