HomeSort by relevance Sort by last modified time
    Searched full:scoped (Results 1 - 25 of 392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/include/
ScopedPrimitiveArray.h 27 class Scoped ## NAME ## ArrayRO { \
29 Scoped ## NAME ## ArrayRO(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
37 ~Scoped ## NAME ## ArrayRO() { \
49 Scoped ## NAME ## ArrayRO(const Scoped ## NAME ## ArrayRO&); \
50 void operator=(const Scoped ## NAME ## ArrayRO&); \
69 class Scoped ## NAME ## ArrayRW { \
71 Scoped ## NAME ## ArrayRW(JNIEnv* env, PRIMITIVE_TYPE ## Array javaArray) \
79 ~Scoped ## NAME ## ArrayRW() { \
93 Scoped ## NAME ## ArrayRW(const Scoped ## NAME ## ArrayRW&);
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p2.cpp 6 auto int ao; // expected-error {{illegal storage class on file-scoped variable}}
9 register int ro; // expected-error {{illegal storage class on file-scoped variable}}
  /external/doclava/src/com/google/doclava/
Scoped.java 19 public interface Scoped {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
LocalAndGlobalData.java 29 * Creates a Data object that encapsulates both request-scoped local HDF and an application
30 * global-scoped HDF that can be read from the template renderer. Part of the backwards
42 * Creates a Data object that encapsulates both request-scoped local HDF and an application
43 * global-scoped HDF that can be read from the template renderer. Part of the backwards
  /external/v8/src/
smart-array-pointer.h 35 // A 'scoped array pointer' that calls DeleteArray on its pointer when the
40 // Default constructor. Constructs an empty scoped pointer.
43 // Constructs a scoped pointer from a plain one.
52 // When the destructor of the scoped pointer is executed the plain pointer
  /external/chromium/chrome/browser/extensions/
extension_host_mac.mm 27 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it
43 // A RenderWidgetHostViewMac has lifetime scoped to the view. Now that it's
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command.cc 23 LOG(ERROR) << "Scoped dir lookup failed!";
47 LOG(ERROR) << "Scoped dir lookup failed!";
syncer_command.cc 27 LOG(ERROR) << "Scoped dir lookup failed!";
cleanup_disabled_types_command.cc 55 LOG(ERROR) << "Scoped dir lookup failed!";
clear_data_command.cc 42 LOG(ERROR) << "Scoped dir lookup failed!";
store_timestamps_command.cc 23 LOG(ERROR) << "Scoped dir lookup failed!";
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepository.java 54 * Create a scoped classpool.
63 * Finds a scoped classpool registered under the passed in classloader.
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.h 61 // Scoped lock class to get temporary access to this canvas's pixels.
77 // Scoped lock class to get temporary access to paint into this canvas.
  /external/chromium/chrome/browser/
icon_loader.cc 40 // If the delegate takes ownership of the Image, release it from the scoped
  /external/clang/test/Sema/
decl-invalid.c 26 register int test1; // expected-error {{illegal storage class on file-scoped variable}}
  /external/clang/test/SemaObjC/
foreach.m 12 /* This should be ok, 'thisKey' should be scoped to the loop in question,
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p8-0x.cpp 50 decltype(int())::PR10127::outer i; // expected-error{{'decltype(int())' (aka 'int') is not a class, namespace, or scoped enumeration}}
51 decltype(int())::global j; // expected-error{{'decltype(int())' (aka 'int') is not a class, namespace, or scoped enumeration}}
  /external/chromium/app/sql/
transaction.h 17 // Creates the scoped transaction object. You MUST call Begin() to begin the
  /external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.h 46 // A scoped container for notification registries.
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 131 // arguments in scoped declarations.
  /external/v8/test/mjsunit/
try-catch-scopes.js 28 // Exception variables used in try-catch should be scoped, e.g. only
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.h 11 // or they are valid for explicitly scoped periods of time by using Scoped
102 // extend our encapsulation boundary to scoped helpers that take care of this
  /external/v8/test/mjsunit/harmony/
block-let-semantics.js 113 // block scoped function declaration
121 // function scoped function declaration
128 // Test that a function declaration introduces a block scoped variable.
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h 137 // A scoped container for notification registries.
258 // A scoped container for notification registries.
346 // A scoped container for notification registries.
419 // A scoped container for notification registries.
484 // A scoped container for notification registries.
  /external/clang/test/SemaCXX/
enum-scoped.cpp 82 enum Redeclare2; // expected-error{{previously declared as scoped}}
83 enum Redeclare2; // expected-error{{previously declared as scoped}}
154 enum class E x2 = E::a; // expected-error {{reference to scoped enumeration must use 'enum' not 'enum class'}}
161 friend enum class E; // expected-error {{reference to scoped enumeration must use 'enum' not 'enum class'}}
202 template<typename T> enum S<T>::C : int { c }; // expected-error {{previously declared as scoped}}

Completed in 939 milliseconds

1 2 3 4 5 6 7 8 91011>>