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

1 2 3

  /external/v8/test/mjsunit/regress/
regress-350884.js 12 // Force dictionary properties on obj.
regress-3138.js 17 with ({}); // Force context allocation of both variable and function name.
splice-missing-wb.js 36 // Force it into oldspace.
49 // Force gc and heap verification.
regress-1493017.js 42 // Force a global GC. This will collect the maps starting from C and
regress-2537.js 34 x += 0; // Force int32 representation so that
regress-728.js 36 // Force computation of hash for the string representation of array index.
regress-732.js 41 // Force hash computation for the string representation of index.
  /external/llvm/tools/llvm-as/
llvm-as.cpp 42 Force("f", cl::desc("Enable binary output on terminals"));
85 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true))
  /frameworks/compile/slang/
llvm-rs-as.cpp 47 Force("f", cl::desc("Enable binary output on terminals"));
99 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true)) {
  /dalvik/dx/src/
Android.mk 21 # Force java 6 target because we want java 6 runtimes to run dx, at least as long as the android SDK
  /external/llvm/tools/llvm-link/
llvm-link.cpp 46 Force("f", cl::desc("Enable binary output on terminals"));
158 } else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
  /external/markdown/markdown/extensions/
headerid.py 127 force = self._str2bool(self.config['forceid'][0])
132 force = self._str2bool(self.md.Meta['header_forceid'][0])
133 return level, force
171 'forceid' : ['True', 'Force all headers to have an id.']
  /external/v8/test/webkit/
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 36 var a = arguments; // Force arguments to be captured, so that x is captured.
39 stuff(z); // Force a Flush, and then a Phantom on the GetLocal of x.
regexp-alternatives.js 33 // Force YARR to use Interpreter by using iterative parentheses
38 // Force YARR to use Interpreter by using backreference
getter-setter-gc.js 33 // Force a gc
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 48 enum SymbolDefinePolicy { Force, AsReferred };
403 /// - Force
455 /// symbols should be force to local symbols
485 LDSymbol* IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
507 LDSymbol* IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
  /external/v8/test/mjsunit/
string-externalize.js 43 externalizeString(twoByteExternalWithOneByteData, true /* force two-byte */);
58 // Force flattening of the string.
79 // Force flattening of the string.
copy-on-write-assert.js 40 // Force copy. Because the array is large it will test the slow array
object-literal-gc.js 47 // Force normalization of the properties.
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 84 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 47 Force("f", cl::desc("Enable binary output on terminals"));
279 else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
  /external/v8/test/mjsunit/compiler/
regress-6.js 38 // Force deoptimization in --always-opt mode when evaluating
recursive-deopt.js 31 // Force deopt in both leaf case and when returning. To make
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 48 Force("f", cl::desc("Enable binary output on terminals"));
  /device/asus/fugu/
AndroidKernel.mk 3 # Force using bash as a shell, otherwise, on Ubuntu, dash will break some

Completed in 620 milliseconds

1 2 3