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

1 2 3 4 56 7 8 91011>>

  /external/toybox/toys/posix/
cut.c 8 * "-" counts as start to end. Using spaces to separate a comma-separated list
21 Print selected parts of lines from each FILE to standard output.
24 or dash separated ranges (inclusive, with X- meaning to end of line and -X
26 to prevent that.
50 // Return number of bytes to start of first column fitting in columns
74 // Apply selections to an input line, producing output
89 // output: s = start of string, len = bytes to output
100 // escaped, to provide an unambiguous visual representation.
185 // Using toybuf[] to store ranges means we can have 512 selections max
234 int from, to; local
    [all...]
printf.c 18 Format and print ARGUMENT(s) according to FORMAT, using C printf syntax
96 char c, *end = 0, *aa, *to = toybuf; local
100 *to++ = '%';
101 while (strchr("-+# '0", *f) && (to-toybuf)<10) *to++ = *f++;
110 seen = sprintf(to, "*.*%c", c);;
127 sprintf(to, "*.*ll%c", c);
132 sprintf(to, "*.*L%c", c);
140 // Posix says to keep looping through format until we consume all args.
  /external/valgrind/coregrind/
vg_preloaded.c 24 along with this program; if not, write to the Free Software
93 Wrapper for indirect functions which need to be redirected.
111 result points to the function descriptor, which starts with the
118 /* Ask the valgrind core running on the real CPU (as opposed to this
119 code which runs on the emulated CPU) to update the redirection that
120 led to this function. This client request eventually gives control to
144 as there are other ways to launch a process with environment that
156 HChar **to = NULL; local
159 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/luni/src/test/java/libcore/java/time/zone/
IcuZoneRulesProviderTest.java 10 * Unless required by applicable law or agreed to in writing, software
44 * equivalently to the ICU rules from which they are created.
68 // An arbitrary set of instants at which to test the offsets in both implementations.
82 // Coincidentally this test verifies that all zones can be converted to ZoneRules and
126 // Pick a far-future end date to stop comparing in that case.
166 * Asserts that the ICU {@link TimeZoneTransition} is equivalent to the java.time {@link
178 TimeZoneRule to = icuTransition.getTo(); local
183 (to.getDSTSavings() + to.getRawOffset()) / 1000,
  /packages/apps/TV/src/com/android/tv/dialog/
RecentlyWatchedDialogFragment.java 10 * Unless required by applicable law or agreed to in writing, software
60 int[] to = { local
68 getActivity(), R.layout.list_item_watched_program, null, 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.27/gold/
gold.h 19 // along with this program; if not, write to the Free Software
35 // __STDC_FORMAT_MACROS is needed to turn on macros in <inttypes.h>.
74 // The size of a section if we are going to look at the contents.
83 // This function is called to exit the program. Status is true to
84 // exit success (0) and false to exit failure (1).
88 // This function is called to emit an error message and then
93 // This function is called to issue an error. This will cause gold to
98 // This function is called to issue a warning
195 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/Settings/src/com/android/settings/deviceinfo/
StorageWizardBase.java 10 * Unless required by applicable law or agreed to in writing, software
181 private void copyStringExtra(Intent from, Intent to, String key) {
182 if (from.hasExtra(key) && !to.hasExtra(key)) {
183 to.putExtra(key, from.getStringExtra(key));
187 private void copyBooleanExtra(Intent from, Intent to, String key) {
188 if (from.hasExtra(key) && !to.hasExtra(key)) {
189 to.putExtra(key, from.getBooleanExtra(key, false));
196 final Intent to = intent; local
198 copyStringExtra(from, to, EXTRA_DISK_ID);
199 copyStringExtra(from, to, EXTRA_VOLUME_ID)
    [all...]
  /art/compiler/optimizing/
superblock_cloner.h 10 * Unless required by applicable law or agreed to in writing, software
35 HEdge(HBasicBlock* from, HBasicBlock* to) : from_(from->GetBlockId()), to_(to->GetBlockId()) {
39 HEdge(uint32_t from, uint32_t to) : from_(from), to_(to) {
66 // Returns whether a HEdge edge corresponds to an existing edge in the graph.
72 uint32_t to = edge.GetTo(); local
73 if (from >= graph->GetBlocks().size() || to >= graph->GetBlocks().size()) {
78 HBasicBlock* block_to = graph->GetBlocks()[to];
88 // automatically. The clone transformation is defined by specifying a set of basic blocks to cop
    [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
  /external/adhd/cras/src/server/
cras_dsp_ini.h 35 /* This is only used if there is a flow connects to this port,
56 enum port_type type; /* the type of the ports this flow connects to */
59 struct plugin *to; member in struct:flow
77 /* Dumps the information in the ini structure to syslog. */
  /external/boringssl/src/crypto/asn1/
a_int.c 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
100 * encoding, except if the first byte is >= 0x80 we need to add a zero pad.
105 * adding one to the result. This can be done less messily with a little trick.
107 * complement and 0 by the add one (due to carry) so just copy as many trailing
108 * zeros to the destination as there are in the source. The carry will add on
195 unsigned char *to, *s; local
    [all...]
  /external/boringssl/src/crypto/x509/
x_name.c 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
123 * form and caches encodings so we have to process the internal form and
124 * convert to the external form.
216 /* Bound the size of an X509_NAME we are willing to parse. */
239 /* Convert internal representation to X509_NAME structure *
431 unsigned char *to, *from; local
    [all...]
  /external/clang/test/OpenMP/
target_update_from_messages.cpp 64 typedef int to; typedef
82 #pragma omp target update from // expected-error {{expected '(' after 'from'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
83 #pragma omp target update from( // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
84 #pragma omp target update from() // expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
85 #pragma omp target update() // expected-warning {{extra tokens at the end of '#pragma omp target update' are ignored}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}
    [all...]
target_update_to_messages.cpp 78 T to; local
82 #pragma omp target update to // expected-error {{expected '(' after 'to'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
83 #pragma omp target update to( // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}}
84 #pragma omp target update to() // expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or (…)
132 int to; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 136 uptr to = path[(i + 1) % len]; local
138 DDMutex *m1 = (DDMutex*)dd.getData(to);
142 dd.findEdge(from, to, &stk_from, &stk_to, &unique_tid);
143 // Printf("Edge: %zd=>%zd: %u/%u T%d\n", from, to, stk_from, stk_to,
  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 10 * Unless required by applicable law or agreed to in writing, software
118 * Converts the specified {@code String str} from this format to the specified {@code format}. A
119 * "best effort" approach is taken; if {@code str} does not conform to the assumed format, then
122 public final String to(CaseFormat format, String str) { method in class:CaseFormat
153 * Returns a {@code Converter} that converts strings from this format to {@code targetFormat}.
175 return s == null ? null : sourceFormat.to(targetFormat, s);
180 return s == null ? null : targetFormat.to(sourceFormat, s);
  /external/guava/guava/src/com/google/common/collect/
Iterables.java 10 * Unless required by applicable law or agreed to in writing, software
77 * @deprecated no need to use this
126 * Removes, from an iterable, every element that belongs to the provided
132 * @param removeFrom the iterable to (potentially) remove elements from
133 * @param elementsToRemove the elements to remove
144 * Removes, from an iterable, every element that does not belong to the
150 * @param removeFrom the iterable to (potentially) remove elements from
151 * @param elementsToRetain the elements to retain
165 * @param removeFrom the iterable to (potentially) remove elements from
185 // Note: Not all random access lists support set() so we need to deal wit
188 int to = 0; local
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 10 * Unless required by applicable law or agreed to in writing, software
75 * @deprecated no need to use this
124 * Removes, from an iterable, every element that belongs to the provided
130 * @param removeFrom the iterable to (potentially) remove elements from
131 * @param elementsToRemove the elements to remove
142 * Removes, from an iterable, every element that does not belong to the
148 * @param removeFrom the iterable to (potentially) remove elements from
149 * @param elementsToRetain the elements to retain
163 * @param removeFrom the iterable to (potentially) remove elements from
183 // Note: Not all random access lists support set() so we need to deal wit
186 int to = 0; local
    [all...]
  /external/honggfuzz/linux/
perf.c 16 * Unless required by applicable law or agreed to in writing, software
60 uint64_t to; member in struct:bts_branch
73 __builtin_expect(br->to > 0xFFFFFFFF00000000, false))) {
74 LOG_D("Adding branch %#018" PRIx64 " - %#018" PRIx64, br->from, br->to);
78 br->to >= run->global->linux.dynamicCutOffAddr) {
82 register size_t pos = ((br->from << 12) ^ (br->to & 0xFFF));
192 "(up to even 300000000)",
208 "mmap(mmapAuxBuf) failed, try increasing the kernel.perf_event_mlock_kb sysctl (up to "
215 LOG_F("Your <linux/perf_event.h> includes are too old to support Intel PT/BTS");
  /external/icu/icu4c/source/test/intltest/
dadrcal.cpp 108 // build to calendar
109 // Headers { "locale","from","operation","params","to" }
115 errln(caseString+": Unable to get param '"+param+"' "
122 errln(caseString+": Unable to instantiate calendar for "
132 errln(caseString+": Unable to get parameter '"+param+"' "
142 errln(caseString+": Failed to parse '"+param+"' parameter: "
152 errln(caseString+": Unable to get parameter '"+param+"' "
157 errln(caseString+": Failed to parse '"+param+"' parameter: "
168 errln(caseString+": Unable to get parameter '"+param+"' "
174 errln(caseString+": Failed to parse '"+param+"' parameter:
182 UnicodeString to = testSetting=currentCase->getString(param, status); local
423 UnicodeString to = currentCase->getString("to", status); local
    [all...]

Completed in 910 milliseconds

1 2 3 4 56 7 8 91011>>