HomeSort by relevance Sort by last modified time
    Searched refs:Special (Results 1 - 25 of 53) 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
binding.js 447 // Special case: webViewRequest is a vacuous API which just copies its
459 // Special case: runtime.lastError is only occasionally set, so
  /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
  /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)
MESA_swap_frame_usage.spec 102 Additions to Chapter 5 of the 1.4 GL 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)
  /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)
  /external/chromium_org/v8/test/mjsunit/
samevalue.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
93 // Special string cases.
  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.js 44 // |X| ~< 3*pi/4, special case with n = +/- 1
381 // We use a special Reme algorithm on [0,0.1716] to generate
403 // Special cases:
534 // 2. Approximating expm1(r) by a special rational function on
544 // We use a special Remes algorithm on [0,0.347] to generate
597 // Special cases:
729 // Special cases:
781 // Special cases:
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 156 // instructions that have special allocation requirements. Also assume all
171 bool Special = MI->isCall() ||
232 if (MO.isUse() && Special) {
497 // There are three anti-dependencies here, and without special care,
609 // If MI's defs have a special allocation requirement, don't allow
613 // If this instruction's defs have special allocation requirement, don't
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 199 Additions to Chapter 5 of the 1.1 Specification (Special Functions)
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAM.js 49 // Special case our log print command

Completed in 686 milliseconds

1 2 3