HomeSort by relevance Sort by last modified time
    Searched defs:to (Results 26 - 50 of 1676) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char32_t_out.pass.cpp 16 // externT* to, externT* to_end, externT*& to_next) const;
33 char to[9] = {0}; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
43 assert(to[i] == from[i]);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
StrSegment.java 10 * Unless required by applicable law or agreed to in writing, software
23 * It is used to represent the layers of the composing text ({@link ComposingText}).
33 public int to; field in class:StrSegment
65 * @param to The end position
67 public StrSegment(String str, int from, int to) {
70 this.to = to;
  /build/core/combo/
HOST_darwin-x86.mk 10 # Unless required by applicable law or agreed to in writing, software
39 define $(combo_var_prefix)transform-shared-lib-to-toc
43 # gcc location for clang; to be updated when clang is updated
66 define transform-host-o-to-shared-lib-inner
85 define transform-host-o-to-executable-inner
103 # $(1): The file to check
  /build/core/
definitions.mk 10 # Unless required by applicable law or agreed to in writing, software
20 ## are used by others to construct the final targets.
23 # These are variables we use to collect overall lists
26 # Full paths to all of the documentation
40 # Full paths to targets that should be added to the "make droid"
46 # to a corresponding ALL_MODULE_TAGS.<tagname> variable
50 # Similar to ALL_MODULE_TAGS, but contains the short names
52 # won't have the list of tags; ust ALL_MODULE_TAGS to get
58 # Full paths to all prebuilt files that will be copie
    [all...]
  /external/mesa3d/src/mesa/
Android.gen.mk 6 # 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:
17 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72 define local-l-to-c
78 define local-y-to-c-and-
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_connbytes.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
39 __aligned_u64 to; member in struct:xt_connbytes_info::__anon736
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_connbytes.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
39 __aligned_u64 to; member in struct:xt_connbytes_info::__anon1843
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_connbytes.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
31 aligned_u64 to; member in struct:xt_connbytes_info::__anon2323
  /external/apache-http/src/org/apache/http/message/
BasicHeaderIterator.java 7 * Licensed to the Apache Software Foundation (ASF) under one
11 * to you under the Apache License, Version 2.0 (the
17 * Unless required by applicable law or agreed to in writing,
54 * An array of headers to iterate over.
57 * Derived implementations are expected to adhere to this restriction.
70 * The header name to filter by.
71 * <code>null</code> to iterate over all headers in the array.
80 * @param headers an array of headers over which to iterate
81 * @param name the name of the headers over which to iterate, o
109 final int to = this.allHeaders.length-1; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PolicyConstraints.java 42 ASN1TaggedObject to = ASN1TaggedObject.getInstance(seq.getObjectAt(i)); local
44 if (to.getTagNo() == 0)
46 requireExplicitPolicyMapping = ASN1Integer.getInstance(to, false).getValue();
48 else if (to.getTagNo() == 1)
50 inhibitPolicyMapping = ASN1Integer.getInstance(to, false).getValue();
  /external/chromium-trace/catapult/hooks/
pre_push 14 import posix # No way to do this on Windows, just give up there. namespace
45 sys.stderr.write('Type y to continue: ')
  /external/clang/
clang-host-build.mk 43 ## Commands for running tblgen to compile a td file
45 define transform-host-clang-td-to-out
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZoneTransition.java 18 private final TimeZoneRule to; field in class:TimeZoneTransition
27 * @param to The time zone rule used after the transition.
29 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to) {
32 this.to = to;
50 return to;
71 buf.append(", to={" + to + "}");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZoneTransition.java 17 private final TimeZoneRule to; field in class:TimeZoneTransition
26 * @param to The time zone rule used after the transition.
30 public TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to) {
33 this.to = to;
55 return to;
80 buf.append(", to={" + to + "}");
  /external/iptables/include/linux/netfilter/
xt_connbytes.h 20 __aligned_u64 from; /* count to be matched */
21 __aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon13595
  /external/jsilver/src/com/google/streamhtmlparser/impl/
StateTableTransition.java 10 * Unless required by applicable law or agreed to in writing, software
32 * state to go from A to B for any character that is either 1,2,3 or in
39 private final InternalState to; field in class:StateTableTransition
44 * specified and is subject to change.
50 return String.format("Expression: %s; From: %s; To: %s",
51 expression, from, to);
55 InternalState to) {
59 Preconditions.checkNotNull(to);
62 this.to = to
    [all...]
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_connbytes.h 20 __aligned_u64 from; /* count to be matched */
21 __aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon14228
  /external/libchrome/sandbox/win/src/sidestep/
preamble_patcher_with_stub.cpp 20 // Very basic memcpy. We are copying 4 to 12 bytes most of the time, so there
21 // is no attempt to optimize this code or have a general purpose function.
22 // We don't want to call the crt from this code.
25 char* to = reinterpret_cast<char*>(destination); local
28 to[i] = from[i];
33 // Very basic memset. We are filling 1 to 7 bytes most of the time, so there
34 // is no attempt to optimize this code or have a general purpose function.
35 // We don't want to call the crt from this code.
37 char* to = reinterpret_cast<char*>(destination); local
40 to[i] = static_cast<char>(value)
    [all...]
  /external/libnl/lib/route/
rtnl.c 115 int to = RTNL_REALM_TO(realms); local
117 snprintf(buf, len, "%d/%d", from, to);
  /external/llvm/
llvm-device-build.mk 22 # to here.
68 ## Commands for running tblgen to compile a td file
70 define transform-device-td-to-out
llvm-host-build.mk 68 # Add on ncurses to have support for terminfo
85 ## Commands for running tblgen to compile a td file
87 define transform-host-td-to-out
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ReferToParser.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
9 * license is not needed to use the software.
17 * not limited to the correctness, accuracy, reliability or usefulness of
20 * Permission to use this software is contingent upon your acceptance
32 * To Header parser.
45 * @param referTo String to set
64 String to[] = local
65 { "Refer-To: <sip:dave@denver.example.org?"
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferredByParser.java 22 * @param referBy String to set
41 String to[] = local
50 for (int i = 0; i < to.length; i++) {
51 ReferredByParser tp = new ReferredByParser(to[i]);
  /external/opencv3/modules/imgproc/perf/
perf_resize.cpp 22 Size to = get<2>(GetParam()); local
24 cv::Mat src(from, matType), dst(to, matType);
28 TEST_CYCLE_MULTIRUN(10) resize(src, dst, to);
49 Size to = get<2>(GetParam()); local
51 cv::Mat src(from, matType), dst(to, matType);
55 TEST_CYCLE_MULTIRUN(10) resize(src, dst, to);
91 //difference equal to 1 is allowed because of different possible rounding modes: round-to-nearest vs bankers' rounding
112 Size to(cvRound(from.width * scale), cvRound(from.height * scale));
113 cv::Mat dst(to, matType)
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
BoundedByteStringTest.java 16 // contributors may be used to endorse or promote products derived from
21 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
38 * is strange enough that it needs to be overridden here is {@link #testToString()}.
49 int to = sourceBytes.length - 100; local
50 stringUnderTest = ByteString.copyFrom(sourceBytes).substring(from, to);
51 referenceBytes = new byte[to - from];
52 System.arraycopy(sourceBytes, from, referenceBytes, 0, to - from);

Completed in 518 milliseconds

12 3 4 5 6 7 8 91011>>