HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 201 - 225 of 1184) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future.py 110 scope = {}
111 exec "from __future__ import unicode_literals; x = ''" in scope namespace
112 self.assertIsInstance(scope["x"], unicode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future.py 110 scope = {}
111 exec "from __future__ import unicode_literals; x = ''" in scope namespace
112 self.assertIsInstance(scope["x"], unicode)
  /external/chromium_org/components/policy/core/common/
config_dir_policy_loader.h 29 PolicyScope scope);
54 // Policies loaded by this provider will have this scope.
policy_test_utils.cc 62 std::ostream& operator<<(std::ostream& os, policy::PolicyScope scope) {
63 switch (scope) {
73 os << "POLICY_SCOPE_UNKNOWN(" << int(scope) << ")";
130 << " \"scope\": " << e.scope << "," << std::endl
  /external/chromium_org/mojo/common/
common_type_converters_unittest.cc 31 AllocationScope scope; local
  /external/chromium_org/net/dns/
address_sorter_posix.h 51 AddressScope scope; member in struct:net::AddressSorterPosix::SourceAddressInfo
  /external/chromium_org/remoting/protocol/
third_party_client_authenticator.h 22 // The client authenticator expects a |token_url| and |scope| in the first
45 // to the server so it can later authenticate the host. |scope| is a string
53 const std::string& scope,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptHeapSnapshot.cpp 50 v8::HandleScope scope(v8::Isolate::GetCurrent());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableCellElement.h 49 const AtomicString& scope() const;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptModule.cpp 60 ScriptScope scope(scriptState);
  /external/chromium_org/tools/gn/
string_utils.cc 8 #include "tools/gn/scope.h"
103 bool AppendIdentifierValue(Scope* scope,
108 const Value* value = scope->GetValue(identifier, true);
114 std::string("\"") + identifier + "\" is not currently in scope.");
124 bool ExpandStringLiteral(Scope* scope,
157 if (!AppendIdentifierValue(scope, literal, identifier, &output, err))
scope_per_file_provider.cc 13 ScopePerFileProvider::ScopePerFileProvider(Scope* scope)
14 : ProgrammaticProvider(scope) {
  /external/chromium_org/v8/test/cctest/
test-deoptimization.cc 117 v8::HandleScope scope(env->GetIsolate());
155 v8::HandleScope scope(env->GetIsolate());
194 v8::HandleScope scope(env->GetIsolate());
219 v8::HandleScope scope(env->GetIsolate());
246 v8::HandleScope scope(env->GetIsolate());
274 v8::HandleScope scope(env->GetIsolate());
312 v8::HandleScope scope(env->GetIsolate());
343 v8::HandleScope scope(env->GetIsolate());
433 v8::HandleScope scope(env->GetIsolate());
446 v8::HandleScope scope(env->GetIsolate())
    [all...]
test-global-object.cc 37 HandleScope scope(CcTest::isolate());
  /external/libsepol/include/sepol/policydb/
policydb.h 379 /* scope_index_t holds all of the symbols that are in scope in a
381 * subtract one) into the global policydb->scope array. */
383 ebitmap_t scope[SYM_NUM]; member in struct:scope_index
384 #define p_classes_scope scope[SYM_CLASSES]
385 #define p_roles_scope scope[SYM_ROLES]
386 #define p_types_scope scope[SYM_TYPES]
387 #define p_users_scope scope[SYM_USERS]
388 #define p_bools_scope scope[SYM_BOOLS]
389 #define p_sens_scope scope[SYM_LEVELS]
390 #define p_cat_scope scope[SYM_CATS
448 uint32_t scope; member in struct:scope_datum
509 symtab_t scope[SYM_NUM]; member in struct:policydb
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 42 NSInteger Scope;
51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 42 NSInteger Scope;
51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 42 NSInteger Scope;
51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
72 - (id)lookup:(NSString *)s Scope:(int)scope;
74 - (id)install:(ANTLRMapElement *)sym Scope:(int)scope;
  /external/chromium_org/chrome/renderer/extensions/
binding_generating_native_handler.cc 22 v8::EscapableHandleScope scope(isolate);
42 return scope.Escape(object);
  /external/chromium_org/gin/shell/
gin_main.cc 30 Runner::Scope scope(runner.get());
72 gin::Runner::Scope scope(&runner);
  /external/chromium_org/third_party/WebKit/Source/testing/helper/
LayoutTestHelperMac.mm 140 const CMDeviceScope scope = { kCFPreferencesCurrentUser, kCFPreferencesCurrentHost };
158 error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &location);
170 const CMDeviceScope scope = { kCFPreferencesCurrentUser, kCFPreferencesCurrentHost };
171 int error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &initialColorProfileLocation);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayApply.h 55 SkDrawable* getScope() { return scope; }
87 SkDrawable* scope; member in class:SkApply
  /external/chromium_org/v8/src/
prettyprinter.h 73 void PrintParameters(Scope* scope);
102 void PrintParameters(Scope* scope);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-815.js 29 // end up in a spilled scope in code that only worked in a register
30 // allocated scope. Test that this no longer happens.
33 // scope.
38 // in a spilled scope:
  /external/skia/src/animator/
SkDisplayApply.h 55 SkDrawable* getScope() { return scope; }
87 SkDrawable* scope; member in class:SkApply

Completed in 471 milliseconds

1 2 3 4 5 6 7 891011>>