HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 301 - 325 of 1056) sorted by null

<<11121314151617181920>>

  /external/chromium_org/media/webm/
webm_content_encodings_client.cc 94 if (cur_content_encoding_->scope() == ContentEncoding::kScopeInvalid)
164 if (cur_content_encoding_->scope() != ContentEncoding::kScopeInvalid) {
180 cur_content_encoding_->set_scope(static_cast<ContentEncoding::Scope>(val));
  /external/chromium_org/remoting/host/
token_validator_factory_impl_unittest.cc 28 // Bad scope: no nonce element.
66 static std::string CreateResponse(const std::string& scope) {
70 response_dict.SetString("scope", scope);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScheduledAction.cpp 93 v8::Context::Scope scope(context);
113 v8::Context::Scope scope(context);
ScriptCallStackFactory.cpp 88 v8::HandleScope scope; local
131 v8::HandleScope scope; local
  /external/chromium_org/third_party/WebKit/Source/web/
WebRange.cpp 121 ContainerNode* scope = selectionRoot ? selectionRoot : webFrame->document()->documentElement(); local
122 return TextIterator::rangeFromLocationAndLength(scope, start, length);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 92 const string& scope,
95 vars["scope"] = scope;
157 " $scope$.getDefaultInstance(),\n"
210 "registry.add($scope$.$name$);\n",
211 "scope", scope_,
  /external/chromium_org/tools/gn/
input_conversion.cc 15 #include "tools/gn/scope.h"
123 Scope scope(&settings);
126 Value result = expression->Execute(&scope, &nested_err);
  /external/chromium_org/v8/test/cctest/
cctest.cc 72 v8::HandleScope scope(isolate);
78 v8::HandleScope scope(isolate);
  /external/v8/test/cctest/
test-strings.cc 36 v8::HandleScope scope; local
41 v8::HandleScope scope; local
234 v8::HandleScope scope; local
282 v8::HandleScope scope; local
488 v8::HandleScope scope; local
520 v8::HandleScope scope; local
539 HandleScope scope; local
568 HandleScope scope; local
  /frameworks/native/include/media/drm/
DrmAPI.h 111 // The scope parameter may be a sessionId or a keySetId, depending on the
113 // kKeyType_Streaming, scope should be set to the sessionId the keys will be
114 // provided to. When the keyType is kKeyType_Release, scope should be set to
134 getKeyRequest(Vector<uint8_t> const &scope,
144 // scope may be a sessionId or a keySetId depending on the type of the
145 // response. Scope should be set to the sessionId when the response is
146 // for either streaming or offline key requests. Scope should be set to the
154 virtual status_t provideKeyResponse(Vector<uint8_t> const &scope,
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/connectivity/network/NetworkConnect/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/content/contacts/BasicContactables/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/content/multiuser/AppRestrictions/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/input/gestures/BasicGestureDetect/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/input/multitouch/BasicMultitouch/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/media/BasicMediaRouter/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/media/MediaRecorder/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/ui/accessibility/BasicAccessibility/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/ui/actionbar/DoneBar/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/ui/actionbarcompat/Basic/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
  /developers/samples/android/ui/actionbarcompat/ListPopupMenu/
gradlew.bat 8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell

Completed in 803 milliseconds

<<11121314151617181920>>