Searched refs:to (Results 226 - 250 of 7771) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_internal.h15 * contributors may be used to endorse or promote products derived from
46 // "from" to "to". It returns when it performs a transition where done==true.
49 int32 to; member in struct:base::internal::SpinLockWaitTransition
53 // Wait until *w can transition from trans[i].from to trans[i].to for some i
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_internal.h15 * contributors may be used to endorse or promote products derived from
46 // "from" to "to". It returns when it performs a transition where done==true.
49 int32 to; member in struct:base::internal::SpinLockWaitTransition
53 // Wait until *w can transition from trans[i].from to trans[i].to for some i
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_opus_unittest.cc22 // These constants correspond to those used in ACMOpus::SetPacketLossRate().
39 void TestSetPacketLossRate(int from, int to, int expected_return);
43 void AcmOpusTest::TestSetPacketLossRate(int from, int to, int expected_return) { argument
44 for (int loss = from; loss <= to; (to >= from) ? ++loss : --loss) {
86 void AcmOpusTest:TestSetPacketLossRate(int /* from */, int /* to */,
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogcat_trace_context.h17 #error This file only makes sense to include on Android!
22 // Scoped helper class for directing Traces to Android's logcat facility. While
23 // this object lives, Trace output will be sent to logcat.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A DMakefile.inc20 @echo Python must be installed to regenerate x86 instructions files
23 @echo Python must be installed to regenerate x86 instructions files
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Dtestlib.asm1 ; program to test retrieval of and linkage to modules in libraries by
/external/chromium_org/tools/vim/
H A Dfiletypes.vim2 " add the following to your .vimrc file:
3 " so /path/to/src/tools/vim/filetypes.vim
/external/chromium_org/v8/src/
H A Dhydrogen-representation-changes.h25 Representation to);
/external/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-blocks.cpp14 expected-note{{insert 'break;' to avoid fall-through}}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
H A DbuildAll.bat5 REM tag to use when checking out .map file project
17 REM vm used to run the build. Defaults to java on system path
20 REM target used if not default (to allow run just a portion of buildAll)
23 REM FTP user/password, required for Windows to ftp. Without it, no push.
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
/external/icu/icu4c/source/data/mappings/
H A Ducmlocal.mk4 # A list of additional .ucm files to build for Google.
5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack.
/external/icu/icu4c/source/extra/uconv/
H A Dresfiles.mk3 # to include in uconv.
5 # The variable FILESEPCHAR is defined by the caller to be
/external/iptables/include/linux/netfilter/
H A Dxt_connbytes.h20 __aligned_u64 from; /* count to be matched */
21 __aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon22587
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DAbstractDepHandler.java10 * Unless required by applicable law or agreed to in writing, software
32 public void handle(PathClass from, PathClass to) throws IOException { argument
35 pair = createPair(from.getClassPath(), to.getClassPath());
37 pair = createPair(from.getClassName(), to.getClassName());
45 abstract protected void handle(String from, String to) throws IOException; argument
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_connbytes.h20 __aligned_u64 from; /* count to be matched */
21 __aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon23214
/external/libpng/contrib/tools/
H A Dintgamma.sh9 # related or neighboring rights to this work. This work is published from:
12 # Shell script to generate png.c 8-bit and 16-bit log tables (see the code in
15 # This script uses the "bc" arbitrary precision calculator to calculate 32-bit
16 # fixed point values of logarithms appropriate to finding the log of an 8-bit
22 # function to print out a list of numbers as integers; the function truncates
52 * This is a table of -log(value/255)/log(2) for 'value' in the range 128 to
76 * requires perhaps spurious accuracy in the decoding of the logarithm to
102 /* Adjustment table; provided to explain the numbers in the code below. */
/external/libvorbis/doc/
H A D10-tables.tex9 lookup table consiting of the following values (read left to right
10 then top to bottom):
/external/linux-tools-perf/perf-3.12.0/arch/frv/lib/
H A Dmemset.S21 # to caller's fixup routine, aborting the remainder of the set
33 # conditionally write a byte to 2b-align the address
42 # conditionally write a word to 4b-align the address
47 slli.p gr9,#8,gr12 ; need to double up the pattern
57 # conditionally write a dword to 8b-align the address
62 slli.p gr12,#16,gr13 ; need to quadruple-up the pattern
72 or.p gr12,gr12,gr13 ; need to octuple-up the pattern
163 # abuse memset to do the dirty work
/external/llvm/test/MC/ELF/
H A Dcfi-window-save.s3 # Should use SPARC as the target to test this. However, SPARC does not
/external/llvm/test/MC/Mips/
H A Dmips-register-names-invalid.s4 # $32 used to trigger an assertion instead of the usual error message due to
/external/mesa3d/
H A DAndroid.common.mk6 # Permission is hereby granted, free of charge, to any person obtaining a
8 # to deal in the Software without restriction, including without limitation
9 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 # and/or sell copies of the Software, and to permit persons to whom the
11 # Software is furnished to do so, subject to the following conditions:
60 # uncomment to keep the debug symbols
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
H A DJoinParser.java13 // join-param = to-tag / from-tag / generic-param
14 // to-tag = "to-tag" EQUAL token
23 * @param callID message to parse
31 * @param lexer Lexer to set
62 String to[] =
64 "Join: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
67 for (int i = 0; i < to.length; i++) {
68 JoinParser tp = new JoinParser(to[i]);
70 System.out.println("Parsing => " + to[
[all...]
H A DReplacesParser.java13 // replaces-param = to-tag / from-tag / early-flag / generic-param
14 // to-tag = "to-tag" EQUAL token
25 * @param callID message to parse
33 * @param lexer Lexer to set
64 String to[] =
66 "Replaces: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
69 for (int i = 0; i < to.length; i++) {
70 ReplacesParser tp = new ReplacesParser(to[i]);
72 System.out.println("Parsing => " + to[
[all...]
/external/openssl/crypto/rsa/
H A Drsa_ssl.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, argument
150 memcpy(to,p,(unsigned int)j);
H A Drsa_x931.c25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
66 int RSA_padding_add_X931(unsigned char *to, int tlen, argument
84 p=(unsigned char *)to;
105 int RSA_padding_check_X931(unsigned char *to, int tlen, argument
151 memcpy(to,p,(unsigned int)j);

Completed in 611 milliseconds

1234567891011>>