HomeSort by relevance Sort by last modified time
    Searched full:trivial (Results 1 - 25 of 470) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/069-field-type/src/
Blah.java 3 * Trivial class; must implement an interesting interface.
  /dalvik/tests/069-field-type/src2/
Blah.java 3 * Trivial class; must implement an interesting interface.
  /external/webkit/WebKitTools/Scripts/webkitpy/
multicommandtool_unittest.py 37 name = "trivial"
52 self.assertEqual(command_with_args.name_with_arguments(), "trivial ARG1 ARG2")
55 self.assertEqual(command_with_args.name_with_arguments(), "trivial [options]")
66 expected_missing_args_error = "2 arguments required, 1 argument provided. Provided: 'foo' Required: ARG1 ARG2\nSee 'trivial-tool help trivial' for usage.\n"
73 MultiCommandTool.__init__(self, name="trivial-tool", commands=commands)
103 self.assertEqual(tool.command_by_name("trivial").name, "trivial")
112 expected_common_commands_help = """Usage: trivial-tool [options] COMMAND [ARGS]
117 Common trivial-tool commands
    [all...]
  /cts/tools/vm-tests/src/dot/junit/verify/b17/
Test_b17.java 33 * Since this constraint is trivial to be checked by the verifier,
34 * it is sufficient to have a trivial test.
  /external/e2fsprogs/lib/ext2fs/tdb/patches/
copyright 10 + trivial database library - standalone version
12 - trivial database library - private includes
  /frameworks/base/include/utils/
ZipFileCRO.h 32 * Trivial typedef to ensure that ZipFileCRO is not treated as a simple integer.
37 * Trivial typedef to ensure that ZipEntryCRO is not treated as a simple
  /external/webkit/JavaScriptCore/wtf/
FastAllocBase.h 213 // This handles the case wherein T has a trivial ctor and a trivial dtor.
225 // This handles the case wherein T has a non-trivial ctor and a trivial dtor.
245 // This handles the case wherein T has a trivial ctor and a non-trivial dtor.
265 // This handles the case wherein T has a non-trivial ctor and a non-trivial dtor.
316 // This handles the case wherein T has a trivial dtor.
329 // This handles the case wherein T has a non-trivial dtor
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INSTANCE_OF.S 29 cmp r0, r1 @ same class (trivial success)?
30 beq .L${opcode}_trivial @ yes, trivial finish
35 * Trivial test failed, need to perform full check. This is common.
55 * Trivial test succeeded, save and bail.
OP_CHECK_CAST.S 24 cmp r0, r1 @ same class (trivial success)?
33 * Trivial test failed, need to perform full check. This is common.
  /dalvik/vm/mterp/x86/
OP_INSTANCE_OF.S 30 cmpl %eax,%ecx # same class (trivial success)?
31 je .L${opcode}_trivial # yes, trivial finish
36 * Trivial test failed, need to perform full check. This is common.
62 * Trivial test succeeded, save and bail.
OP_CHECK_CAST.S 25 cmpl %eax,%ecx # same class (trivial success)?
34 * Trivial test failed, need to perform full check. This is common.
  /development/ndk/samples/hello-jni/jni/
hello-jni.c 20 /* This is a trivial JNI example where we use a native method
  /external/freetype/include/freetype/internal/services/
svxf86nm.h 29 * A trivial service used to return the name of a face's font driver,
svpostnm.h 28 * A trivial service used to retrieve the PostScript name of a given
  /external/kernel-headers/original/asm-generic/
pgtable-nopud.h 21 * The "pgd_xxx()" functions here are trivial for a folded two-level
50 * allocating and freeing a pud is trivial: the 1-entry pud is
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-69607.js 23 * SUMMARY: testing that we don't crash on trivial JavaScript
28 var summary = "Testing that we don't crash on trivial JavaScript";
  /external/gtest/samples/
sample1.cc 48 // Trivial case 1: small numbers
51 // Trivial case 2: even numbers
  /external/protobuf/gtest/samples/
sample1.cc 48 // Trivial case 1: small numbers
51 // Trivial case 2: even numbers
  /external/libvpx/vp8/decoder/
treereader.h 26 /* Intent of tree data structure is to make decoding trivial. */
  /external/webkit/WebKitTools/mangleme/
README 7 A trivial utility to automatically check for HTML parsing flaws. Generates
  /external/tcpdump/
print-tftp.c 21 * Format and print trivial file transfer protocol packets.
72 * Print trivial file transfer program requests
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/Regress/
function-002.js 35 * (changed the comma expressions from trivial to non-trivial)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /dalvik/vm/oo/
TypeCheck.h 40 gDvm.instanceofCache->trivial++;
  /device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
PlatformLibrary.java 57 * Trivial native method call. If "bad" is true, this will throw an

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>