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

1 2 3 4 56 7 8 91011>>

  /build/core/clang/
TARGET_arm64.mk 39 define convert-to-clang-flags
47 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CFLAGS)) \
51 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CONLYFLAGS)) \
55 $(call convert-to-clang-flags,$(TARGET_GLOBAL_CPPFLAGS)) \
59 $(call convert-to-clang-flags,$(TARGET_GLOBAL_LDFLAGS)) \
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
Notepadv1.java 10 * Unless required by applicable law or agreed to in writing, software
71 int[] to = new int[] { R.id.text1 }; local
73 // Now create an array adapter and set it to display using our row
75 new SimpleCursorAdapter(this, R.layout.notes_row, c, from, to);
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.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,
56 // the order of the characters here is adjusted to put the
61 /** The iterator from which to obtain the next header. */
72 * The token to be returned by the next call to {@link #currentToken}.
87 * @param headerIterator the iterator for the headers to tokenize
163 * If not found, {@link #currentToken} is set to <code>null</code>.
165 * @param from the position in the current header at which to
244 final int to = this.currentHeader.length(); local
298 final int to = this.currentHeader.length(); local
337 final int to = this.currentHeader.length(); local
    [all...]
  /external/clang/test/OpenMP/
target_map_messages.cpp 63 T to, tofrom, always; local
68 #pragma omp target map( // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}}
71 #pragma omp target map(to argc // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected ',' or ')' in 'map' clause}}
72 #pragma omp target map(to:) // expected-error {{expected expression}}
73 #pragma omp target map(from: argc, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}}
74 #pragma omp target map(x: y) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}}
79 #pragma omp target map(T: a) // expected-error {{incorrect map type, expected one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'}}
81 #pragma omp target map(T) // expected-error {{'T' does not refer to a value}}
91 #pragma omp target map(to: x
148 int to, tofrom, always; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
pptest.cpp 60 int to = 5; local
61 ParsePosition pp2( to );
217 * Need to override ParsePosition.equals and FieldPosition.equals.
  /external/libpcap/
dlpisubs.c 24 * Size of a bufmod chunk to pass upstream; that appears to be the
25 * biggest value to which you can set it, and setting it to that value
26 * (which is bigger than what appears to be the Solaris default of 8192)
32 * Size of the buffer to allocate for packet data we read; it must be
33 * large enough to hold a chunk.
40 * Size of the buffer to allocate for packet data we read; this is
41 * what the value used to be - there's no particular reason why it
42 * should be tied to MAXDLBUF, but we'll leave it as this for now
274 struct timeval to; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
MinSEParser.java 23 * @param text is the text of the header to parse
68 String to[] = local
73 for (int i = 0; i < to.length; i++) {
74 MinSEParser tp = new MinSEParser(to[i]);
SessionExpiresParser.java 19 * @param text is the text of the header to parse
66 String to[] = local
71 for (int i = 0; i < to.length; i++) {
72 SessionExpiresParser tp = new SessionExpiresParser(to[i]);
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
util.hpp 5 // By downloading, copying, installing or using the software you agree to this license.
6 // If you do not agree to this license, do not download, install,
27 // * The name of the copyright holders may not be used to endorse or promote products
31 // any express or implied warranties, including, but not limited to, the implied
35 // (including, but not limited to, procurement of substitute goods or services;
124 GraphEdge(int from, int to, float weight);
128 int from, to; member in struct:cv::detail::GraphEdge
132 inline GraphEdge::GraphEdge(int _from, int _to, float _weight) : from(_from), to(_to), weight(_weight) {}
141 void addEdge(int from, int to, float weight);
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 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,
95 PyExc_KeyError, "Field does not belong to message!");
186 PyExc_SystemError, "Adding value to a field of unknown type %d",
295 Py_ssize_t to; local
302 from = to = PyInt_AsLong(slice);
306 from = to = PyLong_AsLong(slice);
314 length, &from, &to, &step, &slicelength) == -1) {
331 if (from <= to) {
    [all...]
  /external/skia/src/animator/
SkAnimateBase.h 60 SkString to; member in class:SkAnimateBase
71 unsigned fHasValues : 1; // set if 'values' passed instead of 'to'
  /external/toybox/toys/posix/
printf.c 18 Format and print ARGUMENT(s) according to FORMAT, using C printf syntax
93 char c, *end = 0, *aa, *to = toybuf; local
97 *to++ = '%';
98 while (strchr("-+# '0", *f) && (to-toybuf)<10) *to++ = *f++;
107 seen = sprintf(to, "*.*%c", c);;
124 sprintf(to, "*.*ll%c", c);
129 sprintf(to, "*.*L%c", c);
137 // Posix says to keep looping through format until we consume all args.
  /external/v8/test/cctest/
test-trace-event.cc 79 MockTraceObject* to = new MockTraceObject(phase, std::string(name), id, variable
81 trace_object_list_.Add(to);
  /external/valgrind/coregrind/
vg_preloaded.c 24 along with this program; if not, write to the Free Software
71 Wrapper for indirect functions which need to be redirected.
89 result points to the function descriptor, which starts with the
96 /* Ask the valgrind core running on the real CPU (as opposed to this
97 code which runs on the emulated CPU) to update the redirection that
98 led to this function. This client request eventually gives control to
122 as there are other ways to launch a process with environment that
134 HChar **to = NULL; local
137 for (from = to = env; from && *from; from++)
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor.cc 54 // Expands the cursor shape to add a white outline for visibility against
60 // neighbor pixels to see if this should be changed to an outline pixel.
62 // Change to white pixel if any neighbors (top, bottom, left, right)
84 RGBQUAD* to = reinterpret_cast<RGBQUAD*>(data); local
85 to->rgbBlue =
87 to->rgbGreen =
89 to->rgbRed =
115 LOG_F(LS_ERROR) << "Unable to get cursor icon info. Error = "
131 LOG_F(LS_ERROR) << "Unable to get bitmap info. Error =
    [all...]
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ListChangeRegistry.java 10 * Unless required by applicable law or agreed to in writing, software
50 callback.onItemRangeMoved(sender, listChanges.start, listChanges.to,
101 * @param to The index of where the element was moved to.
104 public void notifyMoved(ObservableList list, int from, int to, int count) {
105 ListChanges listChanges = acquire(from, to, count);
113 * @param start The index of the first element to be removed.
121 private static ListChanges acquire(int start, int to, int count) {
127 listChanges.to = to;
148 public int to; field in class:ListChangeRegistry.ListChanges
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/mailto/
MailToURLConnection.java 8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
39 * Handle mailto URLs. To send mail using a mailto URLConnection,
40 * call <code>getOutputStream</code>, write the message to the output
99 String to = ParseUtil.decode(url.getPath()); local
101 client.to(to);
  /packages/apps/TV/src/com/android/tv/dialog/
RecentlyWatchedDialogFragment.java 10 * Unless required by applicable law or agreed to in writing, software
62 int[] to = { local
68 from, to, 0);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
NameDistance.java 10 * Unless required by applicable law or agreed to in writing, software
119 int to = i + range + 1; local
120 if (to > length2) {
121 to = length2;
124 for (int j = from; j < to; j++) {
  /toolchain/binutils/binutils-2.25/gold/
gold.h 19 // along with this program; if not, write to the Free Software
70 // The size of a section if we are going to look at the contents.
79 // This function is called to exit the program. Status is true to
80 // exit success (0) and false to exit failure (1).
84 // This function is called to emit an error message and then
89 // This function is called to issue an error. This will cause gold to
94 // This function is called to issue a warning.
98 // This function is called to print an informational message
191 To to = from; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.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
46 import gov.nist.javax.sip.header.To;
302 *@param statusCode is the status code to set.
308 // defined code but extensions may add others (in theory up to 999,
309 // but in practice up to 699 since the 6xx range is defined as 'final error'
561 To to = (To) this.getTo(); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 10 * Unless required by applicable law or agreed to in writing, software
59 /** The paint applied to the drag view on hover */
92 // We do not set the drawable in the xml as that inflates two drawables corresponding to
222 * On drop animate the dropView to the icon.
232 final Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(), local
234 final float scale = (float) to.width() / from.width();
245 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
269 // Find the rect to animate to (the view is center aligned)
270 Rect to = new Rect() local
    [all...]
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 10 * Unless required by applicable law or agreed to in writing, software
40 * Represents catch block that was not processed yet. Holds "from" and "to"
41 * labels as well as list of exceptions to catch.
46 String to; field in class:DasmCatchBuilder.UnprocessedCatch
57 * @param to
58 * "to" label
62 UnprocessedCatch(String exception, String from, String to,
65 this.to = to;
70 * Adds new exception type and branch label to current "from-to" bloc
187 CodeAddress to = lte.code_address; local
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 10 * Unless required by applicable law or agreed to in writing, software
63 // to deliver the intent if this activity is currently the foreground activity when
71 // handles a click on a search suggestion; launches activity to show word
101 // Specify the columns we want to display in the result
105 // Specify the corresponding layout elements where we want the columns to go
106 int[] to = new int[] { R.id.word, local
109 // Create a simple cursor adapter for the definitions and apply them to the ListView
111 R.layout.result, cursor, from, to);
119 // Build the Intent used to open WordActivity with a specific word Uri
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
Notepadv2.java 10 * Unless required by applicable law or agreed to in writing, software
56 // Create an array to specify the fields we want to display in the list (only TITLE)
59 // and an array of the fields we want to bind those fields to (in this case just text1)
60 int[] to = new int[]{R.id.text1}; local
62 // Now create a simple cursor adapter and set it to display
64 new SimpleCursorAdapter(this, R.layout.notes_row, mNotesCursor, from, to);

Completed in 710 milliseconds

1 2 3 4 56 7 8 91011>>