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

1 2 3 4 5

  /external/llvm/tools/llvm-as/
llvm-as.cpp 41 Force("f", cl::desc("Enable binary output on terminals"));
79 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true))
  /external/llvm/tools/llvm-link/
llvm-link.cpp 41 Force("f", cl::desc("Enable binary output on terminals"));
123 } else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
  /frameworks/compile/slang/
llvm-rs-as.cpp 46 Force("f", cl::desc("Enable binary output on terminals"));
98 if (Force || !CheckBitcodeOutputToConsole(Out->os(), true)) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
floats.js 48 // Force a layout.
  /external/chromium_org/v8/test/mjsunit/regress/
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.
  /external/chromium_org/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
  /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/mjsunit/regress/
splice-missing-wb.js 36 // Force it into oldspace.
49 // Force gc and heap verification.
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 58 Force,
424 /// - Force
500 IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>(
522 IRBuilder::AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
  /external/chromium_org/v8/test/mjsunit/
string-externalize.js 43 externalizeString(twoByteExternalWithAsciiData, 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.
  /external/v8/test/mjsunit/
string-externalize.js 43 externalizeString(twoByteExternalWithAsciiData, true /* force two-byte */);
58 // Force flattening of the string.
79 // Force flattening of the string.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 28 ; Force near (non-far) jump (just offset, no segment).
  /external/chromium_org/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/v8/test/mjsunit/compiler/
regress-6.js 38 // Force deoptimization in --always-opt mode when evaluating
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 45 Force("f", cl::desc("Enable binary output on terminals"));
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 77 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>(
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 34 // Force filename to 50 chars

Completed in 584 milliseconds

1 2 3 4 5