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

1 2 3 4 5

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
Implements.java 14 * the Android class to be shadowed
  /external/chromium_org/v8/test/mjsunit/
global-load-from-eval.js 64 // global variable becomes shadowed by an eval-introduced variable.
84 // time in a context where the 'x' variable has been shadowed.
array-concat.js 74 // If the element of prototype is shadowed, the element on the instance
144 // If the element of prototype is shadowed, the element on the instance
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslatorClassIntrumentedTest.java 45 * Test "foreign class" getting its methods shadowed whe it's
58 * Test "foreign class" not getting its methods shadowed when it's
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager.h 55 // Returns a pointer to shadowed data.
110 bool shadowed() const { function in class:gpu::gles2::Buffer
148 // Whether or not the data is shadowed.
259 // If data is NULL buffer will be initialized to 0 if shadowed.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-88591.js 29 // prototype shadowed by a setter in the global object's prototype's
  /external/clang/include/clang/Sema/
IdentifierResolver.h 32 /// IdentifierResolver - Keeps track of shadowed decls on enclosing
40 /// decl with that declaration name is shadowed in some scope.
162 /// AddDecl - Link the decl to its shadowed decl chain.
165 /// RemoveDecl - Unlink the decl from its shadowed decl chain.
Lookup.h 143 Shadowed(false)
165 Shadowed(false)
185 Shadowed(false)
400 /// \brief Determine whether the lookup result was shadowed by some other
402 bool isShadowed() const { return Shadowed; }
406 void setShadowed() { Shadowed = true; }
496 Shadowed = false;
677 /// \brief True if the found declarations were shadowed by some other
680 bool Shadowed;
  /external/chromium_org/v8/src/
effects.h 298 Locator shadowed;
300 if (node->effects.Find(var, &shadowed)) {
301 // Initialize with shadowed entry.
302 locator->set_value(shadowed.value());
variables.h 110 // True if the variable is named eval and not known to be shadowed.
148 // variable, but it might be shadowed by variable bindings introduced by
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/
other_stars.json 250 "default": "shadowed white star"
466 "default": "shadowed white circle"
math_arrows.json 1135 "default": "back tilted shadowed white rightwards arrow",
1136 "short": "back tilted shadowed white right arrow"
1144 "default": "front tilted shadowed white rightwards arrow",
1145 "short": "front tilted shadowed white right arrow"
1153 "default": "heavy lower right shadowed white rightwards arrow",
1154 "short": "heavy lower right shadowed white right arrow"
1162 "default": "heavy upper right shadowed white rightwards arrow",
1163 "short": "heavy upper right shadowed white right arrow"
1171 "default": "notched lower right shadowed white rightwards arrow",
1172 "short": "notched lower right shadowed white right arrow
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.h 240 SHADOWED,
251 // * SHADOWED: A mapping was found, but using Open() to open this virtual
258 // * CANNOT_OPEN: The mapping was found and was not shadowed, but the
  /external/protobuf/src/google/protobuf/compiler/
importer.h 240 SHADOWED,
251 // * SHADOWED: A mapping was found, but using Open() to open this virtual
258 // * CANNOT_OPEN: The mapping was found and was not shadowed, but the
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 316 /// Version of AllocateReg with extra register to be shadowed.
363 /// Version of AllocateReg with list of registers to be shadowed.
388 /// Version of AllocateStack with extra register to be shadowed.
394 /// Version of AllocateStack with list of extra registers to be shadowed.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 14 bind_warning = "Calls to builtin next() possibly shadowed by global binding"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_next.py 14 bind_warning = "Calls to builtin next() possibly shadowed by global binding"
  /external/llvm/include/llvm/Target/
TargetCallingConv.td 81 /// which became shadowed, when some register is used.
98 /// registers to be shadowed. Note that, unlike CCAssignToRegWithShadow, this
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 125 /// Version of AllocateReg with extra register to be shadowed.
147 /// Version of AllocateReg with list of registers to be shadowed.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.cc 19 // NOTE(koz): Linux doesn't use the thick shadowed border, so we add padding
  /external/chromium_org/native_client_sdk/src/tools/
host_gcc.mk 24 # used by the moulde, and not shadowed by symbols already loaded in, for
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.h 90 RefPtr<ShadowList> textShadow; // Our text shadow information for shadowed text drawing.
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
JsoMap.java 100 * Access JSONObject.get(String) which is shadowed by JsoMap.get(String).

Completed in 1497 milliseconds

1 2 3 4 5