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

1 2

  /dalvik/tests/038-inner-null/src/
Main.java 5 Special special = new Special(); local
6 special.callInner();
9 public static class Special {
12 Special() {
13 System.out.println("new Special()");
  /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/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 125 # Special "stupefy" mode.
189 # Special case: single-character ' token
198 # Special case: single-character " token
245 # Special case to handle quotes at the very end of $text when preceded by
282 # Special case: single-character ' token
291 # Special case: single-character " token
416 # Special case if the very first character is a quote
423 # Special case for double sets of quotes, e.g.:
429 # Special case for decade abbreviations (the '80s):
455 # is a special case to handle something like
    [all...]
  /external/llvm/utils/vim/
tablegen.vim 48 HiLink tgCode Special
  /ndk/build/core/
setup-abi.mk 30 # Special handling for x86: The minimal platform is android-9 here
  /external/expat/bcb5/
elements.mak 66 Special=0
expat.mak 67 Special=0
expat_static.mak 67 Special=0
expatw.mak 67 Special=0
expatw_static.mak 68 Special=0
outline.mak 66 Special=0
xmlwf.mak 67 Special=0
  /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)
MESA_swap_frame_usage.spec 102 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 181 // that have special allocation requirements. Also assume all registers
196 bool Special = MI->getDesc().isCall() ||
235 if (MO.isUse() && Special) {
468 // There are three anti-dependencies here, and without special care,
572 // If MI's defs have a special allocation requirement, don't allow
577 // If this instruction's defs have special allocation requirement, don't
AggressiveAntiDepBreaker.cpp 384 // If MI's defs have a special allocation requirement, don't allow
438 // If MI's uses have special allocation requirement, don't allow
454 bool Special = MI->getDesc().isCall() ||
474 if (Special) {
    [all...]
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 199 Additions to Chapter 5 of the 1.1 Specification (Special Functions)
  /external/v8/test/mjsunit/
samevalue.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
93 // Special string cases.
date-parse.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
221 // Special handling for years in the [0, 100) range.
mirror-object.js 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
82 // If the object has some special properties don't test for these.
139 // Special check for NaN as NaN == NaN is false.
166 testObjectMirror(this, 'global', '', true); // Global object has special properties
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 346 #pragma mark Special...
349 // special...
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 54 unsigned Special : 1; // Needs to be dealt with specially
306 // Special case for these ldr / str with sp as base register.
833 // Ignore "special" cases for now.
834 if (Entry.Special) {
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 246 // Load flag of 0 means "NORMAL". Special case this, since and-ing with
  /external/oprofile/events/x86-64/family11h/
events 128 event:0x1e9 counters:0,1,2,3 um:sideband_signals_and_special_cycles minimum:500 name:SIDEBAND_SIGNALS_AND_SPECIAL_CYCLES : Sideband Signals and Special Cycles

Completed in 563 milliseconds

1 2