/external/chromium_org/tools/gn/ |
filesystem_utils.cc | 759 SourceDir GetCurrentOutputDir(const Scope* scope) { 760 return GetOutputDirForSourceDir(scope->settings(), scope->GetSourceDir()); 763 SourceDir GetCurrentGenDir(const Scope* scope) { 764 return GetGenDirForSourceDir(scope->settings(), scope->GetSourceDir());
|
/external/chromium_org/v8/src/ |
parser.h | 387 typedef v8::internal::Scope Scope; 452 Scope* scope, Expression* value, bool* has_function) { 453 if (scope->DeclarationScope()->is_global_scope() && 467 // forwards the information to scope. 468 void CheckPossibleEvalCall(Expression* expression, Scope* scope); 551 Expression* ThisExpression(Scope* scope, [all...] |
/external/lldb/source/Symbol/ |
Variable.cpp | 41 ValueType scope, 52 m_scope(scope), 116 s->PutCString(", scope = "); 318 ExecutionContextScope *scope, 332 scope, 366 scope, 416 ValueObjectSP variable_valobj_sp(ValueObjectVariable::Create (scope, var_sp)); [all...] |
/external/mesa3d/bin/ |
mklib | 497 # Make the 'mapfile.scope' linker mapfile 498 echo "{" > mapfile.scope 499 echo "global:" >> mapfile.scope 500 sed 's/$/;/' ${EXPORTS} >> mapfile.scope 501 echo "local:" >> mapfile.scope 502 echo " *;" >> mapfile.scope 503 echo "};" >> mapfile.scope 504 OPTS="${OPTS} -Wl,-Mmapfile.scope"
|
/external/chromium_org/content/browser/service_worker/ |
embedded_worker_instance.cc | 101 const GURL& scope, 115 params->scope = scope;
|
embedded_worker_instance.h | 75 const GURL& scope,
|
service_worker_handle.cc | 110 info.scope = registration_->pattern();
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
Dictionary.h | 293 ConversionContextScope scope(context); 308 ConversionContextScope scope(context); 330 ConversionContextScope scope(context);
|
PageScriptDebugServer.cpp | 116 v8::HandleScope scope(m_isolate); 124 v8::Context::Scope contextScope(debuggerContext); 210 v8::HandleScope scope(m_isolate); 219 v8::HandleScope scope(m_isolate); 250 v8::Context::Scope contextScope(debugContext);
|
V8CustomElementLifecycleCallbacks.cpp | 163 ScriptState::Scope scope(m_scriptState.get()); 213 ScriptState::Scope scope(m_scriptState.get()); 246 ScriptState::Scope scope(m_scriptState.get());
|
V8ScriptRunner.cpp | 171 V8RecursionScope::MicrotaskSuppression scope(isolate); 182 V8RecursionScope::MicrotaskSuppression scope(isolate); 192 V8RecursionScope scope(isolate, context);
|
ScriptPreprocessor.cpp | 97 ScriptState::Scope scope(m_scriptState.get());
|
V8EventListenerList.h | 74 v8::HandleScope scope(scriptState->isolate());
|
V8GCController.cpp | 352 v8::HandleScope scope(isolate); 365 v8::HandleScope scope(isolate); 425 v8::HandleScope scope(isolate); 436 ScriptState::Scope scope(scriptState.get());
|
V8WorkerGlobalScopeEventListener.cpp | 65 ScriptState::Scope scope(scriptState());
|
WorkerScriptDebugServer.cpp | 55 v8::HandleScope scope(m_isolate); 63 v8::Context::Scope contextScope(debuggerContext);
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
IndicatorIconController.java | 296 private void setIndicatorState(String scope, String key, ImageView imageView, 300 int valueIndex = settingsManager.getIndexOfCurrentValue(scope, key); 317 if (!showDefault && settingsManager.isDefault(scope, key)) {
|
/development/ndk/sources/android/libportable/arch-mips/ |
pthread.c | 114 PTHREAD_WRAPPER(pthread_attr_setscope, (pthread_attr_t *attr, int scope), (attr, scope), 115 "(attr:%p, scope:%d)"); 117 PTHREAD_WRAPPER(pthread_attr_getscope, (pthread_attr_t const *attr, int* scope), (attr, scope), "(attr:%p, scope:%p)");
|
/external/chromium_org/chrome/browser/extensions/api/commands/ |
command_service.h | 51 // An enum specifying whether the command is global in scope or not. Global 57 ANY_SCOPE, // All commands, regardless of scope (used when querying). 113 // commands of the right |scope| or no such active named commands when |type| 117 CommandScope scope, 147 // Set the scope of the keybinding. If |global| is true, the keybinding works 148 // even when Chrome does not have focus. If the scope requested is already
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction.h | 48 const std::set<int64>& scope() const { return object_store_ids_; } function in class:content::IndexedDBTransaction
|
/external/chromium_org/content/common/service_worker/ |
service_worker_messages.h | 48 IPC_STRUCT_TRAITS_MEMBER(scope) 60 GURL /* scope */, 67 GURL /* scope (url pattern) */)
|
/external/chromium_org/gin/modules/ |
timer.cc | 65 Runner::Scope scope(runner_.get());
|
/external/chromium_org/gin/ |
shell_runner.cc | 50 v8::Isolate::Scope isolate_scope(isolate); 59 v8::Context::Scope scope(context);
|
/external/chromium_org/mojo/apps/js/ |
mojo_runner_delegate.cc | 67 gin::Runner::Scope scope(runner);
|
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_instance.h | 66 const std::string& scope,
|