HomeSort by relevance Sort by last modified time
    Searched refs:Special (Results 1 - 25 of 67) sorted by null

1 2 3

  /art/test/038-inner-null/src/
Main.java 19 Special special = new Special(); local
20 special.callInner();
23 public static class Special {
26 Special() {
27 System.out.println("new Special()");
  /external/chromium_org/extensions/renderer/resources/
unload_event.js 5 // Special unload event. We don't use the DOM unload because that slows down
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 145 typedef First::Bar<Second::Foo> Special;
151 const bool Special::static_bool(false);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 37 unsigned char Special[RC_NUM_SPECIAL_REGISTERS];
86 dst->Special[i] = a->Special[i] | b->Special[i];
135 rc_error(s->C, "%s: special file index %i out of bounds\n", __FUNCTION__, index);
139 return &s->R.Special[index];
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 37 unsigned char Special[RC_NUM_SPECIAL_REGISTERS];
86 dst->Special[i] = a->Special[i] | b->Special[i];
135 rc_error(s->C, "%s: special file index %i out of bounds\n", __FUNCTION__, index);
139 return &s->R.Special[index];
  /external/llvm/utils/vim/
tablegen.vim 48 HiLink tgCode Special
  /ndk/build/core/
setup-abi.mk 29 # Special handling for x86 and mips: The minimal platform is android-9 here
  /external/chromium_org/components/test/data/web_database/
version_20.sql 12 INSERT INTO "keywords" VALUES(5,'Wikipedia (en)','en.wikipedia.org','','http://en.wikipedia.org/w/index.php?title=Special:Search&search={searchTerms}',1,0,'',1283287335,0,'','',0);
version_22.sql 12 INSERT INTO "keywords" VALUES(5,'Wikipedia (en)','en.wikipedia.org','','http://en.wikipedia.org/w/index.php?title=Special:Search&search={searchTerms}',1,0,'',1283287335,0,'','',0,0);
version_21.sql 12 INSERT INTO "keywords" VALUES(5,'Wikipedia (en)','en.wikipedia.org','','http://en.wikipedia.org/w/index.php?title=Special:Search&search={searchTerms}',1,0,'',1283287335,0,'','',0,0);
version_22_corrupt.sql 12 INSERT INTO "keywords" VALUES(5,'Wikipedia (en)','en.wikipedia.org','','http://en.wikipedia.org/w/index.php?title=Special:Search&search={searchTerms}',1,0,'',1283287335,0,'','',0,0);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
MESA_ycbcr_texture.spec 153 Additions to Chapter 5 of the OpenGL 1.4 Specification (Special Functions)
  /external/mesa3d/docs/
MESA_swap_control.spec 66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
MESA_ycbcr_texture.spec 153 Additions to Chapter 5 of the OpenGL 1.4 Specification (Special Functions)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 91 Special = group(r'\r?\n', r'[:;.,`@]')
92 Funny = group(Operator, Bracket, Special)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_scope.py 611 class Special:
620 c = (Special(),)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 87 Special = group(r'\r?\n', r'[:;.,`@]')
88 Funny = group(Operator, Bracket, Special)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 91 Special = group(r'\r?\n', r'[:;.,`@]')
92 Funny = group(Operator, Bracket, Special)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_scope.py 611 class Special:
620 c = (Special(),)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 87 Special = group(r'\r?\n', r'[:;.,`@]')
88 Funny = group(Operator, Bracket, Special)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 26 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
216 [error node] a special node used to represent an erroneous series of tokens
935 special +UP+ and +DOWN+ nodes.
1235 Special type of stream that is used internally by tree-building and tree-
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface_base.cpp 112 {# Special operations (methods) #}
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
search_tools.js 87 /* For now, we just special case on the clear button. */
137 /* Special case for setting location. */
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 199 Additions to Chapter 5 of the 1.1 Specification (Special Functions)

Completed in 1385 milliseconds

1 2 3