/system/core/toolbox/cp/ |
utils.c | 16 * may be used to endorse or promote products derived from this software 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 97 const char *to; member in struct:finfo 108 fi->from, fi->to, written, fi->size, pcent); 131 * If the file DNE, set the mode to be the from file, minus setuid 142 (void)fprintf(stderr, "overwrite %s? ", to.p_path); 153 lstat(to.p_path, &sb) : stat(to.p_path, &sb); 155 warn("stat: %s", to.p_path) [all...] |
/cts/tools/signature-tools/src/signature/compare/model/impl/ |
SigClassReferenceDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 25 public SigClassReferenceDelta(IClassReference from, IClassReference to) { 26 super(from, to);
|
SigConstructorDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 25 public SigConstructorDelta(IConstructor from, IConstructor to) { 26 super(from, to);
|
SigFieldDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 25 public SigFieldDelta(IField from, IField to) { 26 super(from, to);
|
SigGenericDeclarationDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 26 IGenericDeclaration to) { 27 super(from, to);
|
SigModifierDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 25 public SigModifierDelta(Modifier from, Modifier to) { 26 super(from, to);
|
SigPrimitiveTypeDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 25 public SigPrimitiveTypeDelta(IPrimitiveType from, IPrimitiveType to) { 26 super(from, to);
|
SigTypeDefinitionDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 25 public SigTypeDefinitionDelta(T from, T to) { 26 super(from, to);
|
SigTypeDelta.java | 10 * Unless required by applicable law or agreed to in writing, software 25 public SigTypeDelta(T from, T to) { 26 super(from, to);
|
/dalvik/dx/tests/077-dex-code-alignment/ |
run | 11 # Unless required by applicable law or agreed to in writing, software 19 # The awk script below attempts to filter out everything but the 24 dx --debug --dex --positions=none --no-locals --dump-to=- *.class | awk '
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_RESTORE_STATE.S | 4 * r0 - offset from rSELF to the 1st element of the coreRegs save array. 6 add r0, r0, rSELF @ pointer to heapArgSpace.coreRegs[0]
|
/dalvik/vm/mterp/armv5te/ |
stub.S | 2 SAVE_PC_FP_TO_SELF() @ only need to export these two 3 mov r0, rSELF @ self is first arg to function 7 GET_INST_OPCODE(ip) @ ...trim down to just the opcode 8 GOTO_OPCODE(ip) @ ...and jump to the handler
|
/dalvik/vm/mterp/mips/ |
stub.S | 2 SAVE_PC_TO_SELF() # only need to export PC and FP 4 move a0, rSELF # self is first arg to function 9 GET_INST_OPCODE(t0) # ...trim down to just the opcode 10 GOTO_OPCODE(t0) # ...and jump to the handler
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
timeout-test.php | 3 ?>This content took 10m10s to deliver. Congratulations, you didn't time out!
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_null.c | 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 40 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 45 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 66 * It is designed to allow some RSA functions to work while stopping those 73 unsigned char *to, RSA *rsa,int padding); 75 unsigned char *to, RSA *rsa,int padding); 77 unsigned char *to, RSA *rsa,int padding); 79 unsigned char *to, RSA *rsa,int padding); 108 unsigned char *to, RSA *rsa, int padding [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
messages.properties | 14 standardError = Standard error on this test is {0} (should be less than {1} to become reliable!)
|
/external/llvm/test/MC/AsmParser/ |
dot-symbol.s | 1 # Historically 'as' treats '.' as a reference to the current location in 7 # CHECK: assignment to pseudo-symbol '.' is unsupported (use '.space' or '.org').
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
FieldCopier.java | 11 public <T> void copyValue(T from, T to, Field field) throws IllegalAccessException {
13 field.set(to, value);
|
/external/openssl/crypto/rsa/ |
rsa_null.c | 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 40 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 45 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 66 * It is designed to allow some RSA functions to work while stopping those 73 unsigned char *to, RSA *rsa,int padding); 75 unsigned char *to, RSA *rsa,int padding); 77 unsigned char *to, RSA *rsa,int padding); 79 unsigned char *to, RSA *rsa,int padding); 108 unsigned char *to, RSA *rsa, int padding [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcbreak.stderrB.exp | 2 vgdb-error value changed from 0 to 999999 3 vgdb-error value changed from 999999 to 0 5 vgdb-error value changed from 0 to 0 6 monitor command request to kill this process
|
mcmain_pic.stderrB.exp | 2 vgdb-error value changed from 0 to 999999
|
nlcontrolc.stderr.exp | 7 Brussels ready to sleep and/or burn 8 London ready to sleep and/or burn 9 Petaouchnok ready to sleep and/or burn 10 main ready to sleep and/or burn
|
nlpasssigalrm.stderrB.exp | 2 vgdb-error value changed from 0 to 999999
|
nlsigvgdb.stderr.exp | 6 Reset valgrind output to log (orderly_finish)
|
/frameworks/base/core/tests/overlaytests/ |
Android.mk | 1 # Dummy makefile to halt recursive directory traversal.
|