| /external/chromium_org/ash/system/chromeos/network/ |
| D | network_connect.cc | 114 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/ |
| D | sslmutex.c | 96 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/ |
| D | hg04_race.c | 6 static int shared; variable
|
| D | hg06_readshared.c | 6 static int shared; variable
|
| D | hg01_all_ok.c | 8 static int shared = 0; variable
|
| D | hg03_inherit.c | 11 static volatile int shared[2]; variable
|
| /external/chromium_org/third_party/leveldatabase/src/table/ |
| D | block.cc | 54 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
|
| D | block_builder.cc | 79 size_t shared = 0; in Add() local
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| D | ThreadRestrictionVerifier.h | 55 void setShared(bool shared) in setShared()
|
| /external/mesa3d/src/mesa/drivers/dri/common/ |
| D | drisw_util.c | 99 __DRIcontext *shared, in driCreateContextAttribs() 191 __DRIcontext *shared, void *data) in driCreateNewContextForAPI() 201 __DRIcontext *shared, void *data) in driCreateNewContext()
|
| D | dri_util.c | 163 __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/ |
| D | drisw_util.c | 99 __DRIcontext *shared, in driCreateContextAttribs() 191 __DRIcontext *shared, void *data) in driCreateNewContextForAPI() 201 __DRIcontext *shared, void *data) in driCreateNewContext()
|
| D | dri_util.c | 163 __DRIcontext *shared, in dri2CreateContextAttribs() 301 __DRIcontext *shared, void *data) in dri2CreateNewContextForAPI() 311 __DRIcontext *shared, void *data) in dri2CreateNewContext()
|
| /external/chromium_org/v8/src/ |
| D | compiler.cc | 549 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
|
| D | perf-jit.h | 53 virtual void CodeDisableOptEvent(Code* code, SharedFunctionInfo* shared) {} in CodeDisableOptEvent()
|
| D | runtime-profiler.cc | 123 SharedFunctionInfo* shared = function->shared(); in AttemptOnStackReplacement() local 173 SharedFunctionInfo* shared = function->shared(); in OptimizeNow() local
|
| D | debug.cc | 885 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/ |
| D | HTMLParserThread.cpp | 78 HTMLParserThread* HTMLParserThread::shared() in shared() function in blink::HTMLParserThread
|
| /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
| D | ScriptStreamerThread.cpp | 33 ScriptStreamerThread* ScriptStreamerThread::shared() in shared() function in blink::ScriptStreamerThread
|
| /external/chromium_org/third_party/webrtc/voice_engine/ |
| D | voe_neteq_stats_impl.cc | 39 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) : _shared(shared) in VoENetEqStatsImpl()
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | GameComponent.java | 41 public boolean shared; field in GameComponent
|
| /external/smack/src/org/jivesoftware/smackx/bookmark/ |
| D | BookmarkedURL.java | 97 protected void setShared(boolean shared) { in setShared()
|
| /external/mesa3d/src/mesa/main/ |
| D | shared.c | 60 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/ |
| D | shared.c | 60 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/ |
| D | tools_sanity_unittest.cc | 294 bool *shared = new bool(false); in DataRace() local 315 bool shared = false; in TEST() local 323 base::subtle::Atomic32 shared = 0; in TEST() local
|