/external/guice/core/src/com/google/inject/internal/ |
ConstantBindingBuilderImpl.java | 10 * Unless required by applicable law or agreed to in writing, software 54 public void to(final String value) { method in class:ConstantBindingBuilderImpl 58 public void to(final int value) { method in class:ConstantBindingBuilderImpl 62 public void to(final long value) { method in class:ConstantBindingBuilderImpl 66 public void to(final boolean value) { method in class:ConstantBindingBuilderImpl 70 public void to(final double value) { method in class:ConstantBindingBuilderImpl 74 public void to(final float value) { method in class:ConstantBindingBuilderImpl 78 public void to(final short value) { method in class:ConstantBindingBuilderImpl 82 public void to(final char value) { method in class:ConstantBindingBuilderImpl 86 public void to(final byte value) method in class:ConstantBindingBuilderImpl 90 public void to(final Class<?> value) { method in class:ConstantBindingBuilderImpl 94 public <E extends Enum<E>> void to(final E value) { method in class:ConstantBindingBuilderImpl [all...] |
/external/libxml2/include/libxml/ |
xmlautomata.h | 2 * Summary: API to build regexp automata 3 * Description: the API to build regexp automata 58 xmlAutomataStatePtr to, 64 xmlAutomataStatePtr to, 71 xmlAutomataStatePtr to, 79 xmlAutomataStatePtr to, 87 xmlAutomataStatePtr to, 96 xmlAutomataStatePtr to, 104 xmlAutomataStatePtr to, 113 xmlAutomataStatePtr to, [all...] |
/art/runtime/interpreter/mterp/arm/ |
op_nop.S | 1 FETCH_ADVANCE_INST 1 @ advance to next instr, load rINST
|
/art/runtime/interpreter/mterp/mips/ |
op_nop.S | 3 GOTO_OPCODE(t0) # jump to next instruction
|
/art/runtime/interpreter/mterp/mips64/ |
op_nop.S | 3 GOTO_OPCODE v0 # jump to next instruction
|
/build/kati/testcase/ |
equal_in_target.mk | 1 # TODO(c) fix parser. no rule to make target "test"?
|
/device/moto/shamu/location/ |
Android.mk | 3 #only /etc/gps.conf to begin with
|
/external/boringssl/src/include/openssl/ |
type_check.h | 6 * The implementation was written so as to conform with Netscapes SSL. 9 * the following conditions are aheared to. The following conditions 10 * apply to all code found in this distribution, be it the RC4, RSA, 16 * the code are not to be removed. 41 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 45 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 69 * pointers, but we wish to have type checking when they are used with a 72 /* CHECKED_CAST casts |p| from type |from| to type |to|. */ 73 #define CHECKED_CAST(to, from, p) ((to) (1 ? (p) : (from)0) [all...] |
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
GraphvizModule.java | 10 * Unless required by applicable law or agreed to in writing, software 32 .to(ShortNameFactory.class); 35 .to(PortIdFactoryImpl.class);
|
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/ |
MultibinderModule.java | 10 * Unless required by applicable law or agreed to in writing, software 23 * Module to add {@link Multibinder}-based bindings to the injector. 31 charactersBinder.addBinding().to(MartyMcFly.class); 32 charactersBinder.addBinding().to(DocBrown.class);
|
/external/libnl/include/netlink/route/ |
rtnl.h | 38 * Extract TO realm from a realms field 45 #define RTNL_MAKE_REALM(from, to) \ 46 ((RTNL_REALM_TO(from) << 16) & RTNL_REALM_TO(to))
|
/external/valgrind/gdbserver_tests/ |
mcbreak.stderrB.exp | 2 vgdb-error value changed from 0 to 999999 3 vgdb-error value changed from 999999 to 0 9 vgdb-error value changed from 0 to 0 10 monitor command request to kill this process
|
/external/valgrind/memcheck/tests/solaris/ |
execx.stderr.exp | 1 Syscall param execve(filename) points to unaddressable byte(s)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug299.go | 10 // legal according to spec 15 // not legal according to spec 21 // legal according to spec 24 // now legal according to spec
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug299.go | 10 // legal according to spec 15 // not legal according to spec 21 // legal according to spec 24 // now legal according to spec
|
/system/tools/aidl/ |
ast_java.h | 10 * Unless required by applicable law or agreed to in writing, software 55 void WriteModifiers(CodeWriter* to, int mod, int mask); 61 virtual void Write(CodeWriter* to) const = 0; 66 virtual void Write(CodeWriter* to) const = 0; 74 void Write(CodeWriter* to) const override; 83 void Write(CodeWriter* to) const override; 96 void WriteDeclaration(CodeWriter* to) const; 97 void Write(CodeWriter* to) const; 109 void Write(CodeWriter* to) const; 122 void Write(CodeWriter* to) const override [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
comment.s | 1 # This test file is to see whether comments get written into listings
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
ld-sp-warn.d | 1 # name: Erratum 752419: Warn Loads with writebacks to SP
|
relax_load_align.s | 1 @ The relaxation algorithm used to not compensate for alignment statements. 2 @ The early termination to avoid infinite looping would make the second load
|
shift-bad.l | 2 .*shift-bad.s:2: Error: extraneous shift as part of operand to shift insn -- `asr r0,r1,r2,ror#5' 3 .*shift-bad.s:3: Error: extraneous shift as part of operand to shift insn -- `ror r0,r1,r2,lsl r3' 4 .*shift-bad.s:7: Error: extraneous shift as part of operand to shift insn -- `ror r0,r0,r2,lsl#1' 5 .*shift-bad.s:8: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r0,r2,lsl#1' 6 .*shift-bad.s:9: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r0,r2,asr r0' 7 .*shift-bad.s:13: Error: extraneous shift as part of operand to shift insn -- `ror r0,r1,r2,lsl#1' 8 .*shift-bad.s:14: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r1,r2,lsl#1' 9 .*shift-bad.s:15: Error: extraneous shift as part of operand to shift insn -- `lsl r0,r1,r2,asr r0'
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
cfi-m68k.d | 19 DW_CFA_advance_loc: 4 to 0+0004 21 DW_CFA_advance_loc: 6 to 0+000a 25 DW_CFA_advance_loc: 4 to 0+0010 29 DW_CFA_advance_loc: 6 to 0+0016
|
cfi-ppc-1.d | 20 DW_CFA_advance_loc: 4 to 0+0004 22 DW_CFA_advance_loc: 16 to 0+0014 26 DW_CFA_advance_loc: 8 to 0+001c 28 DW_CFA_advance_loc: 8 to 0+0024
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/ |
immediates.s | 2 ;; They used to fail to assemble on 64-bit host machines
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/ |
branch.s | 4 ; More branching instructions than you ever knew what to do with. 8 ; selectors to make sure they're handled correctly. 209 ; Needs to check lots of stuff (like corner bit cases)
|
branch2.s | 4 ; More branching instructions than you ever knew what to do with. 10 ; selectors to make sure they're handled correctly.
|