HomeSort by relevance Sort by last modified time
    Searched refs:Simple (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /external/guice/core/test/com/google/inject/
TypeConversionTest.java 80 bind(Simple.class);
84 Simple simple = injector.getInstance(Simple.class); local
85 assertEquals(5, simple.i);
88 static class Simple {
  /external/v8/test/mjsunit/
debug-referenced-by.js 32 // Simple object.
44 // Add some more references from simple objects and arrays.
60 // Simple closure.
debug-constructed-by.js 32 // Simple constructor.
math-sqrt.js 41 // Simple sanity check
  /external/v8/tools/gyp/test/defines-escaping/
gyptest-defines-escaping.py 21 r"""test_args='"Simple test of %s with a literal"'""")
29 Simple test of %s with a literal
  /system/keymaster/
attestation_record_test.cpp 98 TEST(AttestTest, Simple) {
  /external/v8/test/mjsunit/es6/
generators-relocation.js 50 // Simple empty local scope.
debug-blockscopes.js 197 // Simple empty block scope in local scope.
216 // Simple empty block scope in local scope with a parameter.
341 // Simple closure formed by returning an inner function referering to an outer
371 // Simple for-in loop over the keys of an object.
419 // Simple for loop.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
RuleBasedCollatorTest.java 36 String Simple = "&9 < a< b< c< d";
37 RuleBasedCollator rbc = new RuleBasedCollator(Simple);
  /external/clang/lib/CodeGen/
CGValue.h 36 /// simple LLVM SSA value, a pair of SSA values for complex numbers, or the
150 /// bitfields, this is not a simple LLVM pointer, it may be a pointer plus a
154 Simple, // This is a normal l-value, use getAddress().
246 bool isSimple() const { return LVType == Simple; }
326 // simple lvalue
379 R.LVType = Simple;
  /external/llvm/unittests/ADT/
IntEqClassesTest.cpp 17 TEST(IntEqClasses, Simple) {
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 181 TEST_F(OnceInitTest, Simple) {
  /external/skia/src/sfnt/
SkOTTable_glyf.h 68 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
74 struct Simple {
  /system/core/init/parser/
tokenizer_test.cpp 43 TEST(Tokenizer, Simple) {
  /external/v8/test/js-perf-test/Templates/
templates.js 6 new Benchmark('Untagged-Simple', false, false, 0,
  /external/v8/test/mjsunit/compiler/
variables.js 28 // Simple tests of the various kinds of variable references in the
escape-analysis-arguments.js 31 // Simple test of capture
  /external/v8/test/webkit/
dfg-get-by-val-clobber.js 38 // Simple test, pretty easy to pass.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-dw2-2.d 5 # Simple instruction sequence with content-emitting pseudo-ops.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 45 L3: equ L0-23 ; Simple relocatable
59 ;; Section 8.2.7.3 Simple Relocatable Expressions
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 69 unsigned int Simple;
191 if (*file == RC_FILE_TEMPORARY && s->Simple)
712 * integer value is zero, then a simple register allocator will be used that
742 s.Simple = 1;
746 /* Rewrite inputs and if we are doing the simple allocation, rewrite
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 14 private static SimpleInterface simple; field in class:ArrayAccessReplaceTest
19 CtClass simpleClass = pool.get(ArrayAccessReplaceTest.class.getName() + "$Simple");
24 simple = (SimpleInterface) simpleClass.toClass(new URLClassLoader(new URL[0], getClass().getClassLoader()), Class.class.getProtectionDomain()).newInstance();
41 simple.setBoolean(i, value);
46 assertEquals(value, simple.getBoolean(i));
52 simple.setByte(i, i);
56 assertEquals(i, simple.getByte(i));
62 simple.setShort(i, i);
66 assertEquals(i, simple.getShort(i));
72 simple.setChar(i, i)
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 42 (* Simple variable ref. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 42 (* Simple variable ref. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 42 (* Simple variable ref. *)

Completed in 3069 milliseconds

1 23 4 5 6 7