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

1 2 3 4 5 6 78 91011>>

  /libcore/ojluni/src/main/java/java/lang/
ProcessBuilder.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 * This class is used to create operating system processes.
45 * to create new subprocesses with identical or related attributes.
52 * external program file to be invoked and its arguments, if any.
55 * argument to be an element in this list, but there are operating
56 * systems where programs are expected to tokenize command line
58 * require commands to contain exactly two elements.
61 * <i>variables</i> to <i>values</i>. The initial value is a copy of
74 * It is possible to modify the state of an object so that {@lin
522 public static Redirect to(final File file) { method
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 26 * This file is a GNU extension to the Standard C++ Library.
44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
68 to(const char_type& c) function in struct:character
169 { return char_type::template to<int_type>(__c); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 26 * This file is a GNU extension to the Standard C++ Library.
44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
68 to(const char_type& c) function in struct:character
169 { return char_type::template to<int_type>(__c); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pod_char_traits.h 26 * This file is a GNU extension to the Standard C++ Library.
44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
68 to(const char_type& c) function in struct:character
169 { return char_type::template to<int_type>(__c); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pod_char_traits.h 26 * This file is a GNU extension to the Standard C++ Library.
44 // NB: The char_type parameter is a subset of int_type, as to allow
45 // int_type to properly hold the full range of char_type values as
68 to(const char_type& c) function in struct:character
171 { return char_type::template to<int_type>(__c); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 10 * Unless required by applicable law or agreed to in writing, software
119 // Set the tooltip orientation to ensure that it does not interfere with
151 // Display the constraint. Remove the @id/ and @+id/ prefixes to make the text
152 // shorter and easier to read. This doesn't use stripPrefix() because the id is
177 INode to = null; local
184 to = constraint.to.node;
185 assert from != null && to != null;
187 Point toCenter = to.getBounds().center();
191 boolean isDragged = state.mDraggedNodes.contains(to);
    [all...]
  /system/extras/perfprofd/
perf_data_converter.cc 11 RangeTarget(uint64 start, uint64 end, uint64 to)
12 : start(start), end(end), to(to) {}
20 return to < r.to;
25 uint64 to; member in struct:wireless_android_logging_awp::RangeTarget
64 if (dso_name == event.branch_stack[i - 1].to.dso_name()) {
65 uint64 start = event.branch_stack[i].to.offset();
67 uint64 to = event.branch_stack[i - 1].to.offset() local
    [all...]
  /system/extras/simpleperf/
cmd_report_test.cpp 10 * Unless required by applicable law or agreed to in writing, software
245 char to[80]; local
246 if (sscanf(line.c_str(), "%*f%%%s%s", from, to) == 2) {
247 hit_set.insert(std::make_pair<std::string, std::string>(from, to));
event_fd.cpp 10 * Unless required by applicable law or agreed to in writing, software
130 // records to the buffer, and the user continuously read records out.
152 // Copy records from mapped buffer to data_process_buffer. Note that records can be wrapped
154 char* to = data_process_buffer_.data(); local
158 memcpy(to, from, n);
159 to += n;
163 memcpy(to, from, n);
164 to += n;
167 memcpy(to, from, n);
168 to += n
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
vector2.s 597 to register half. MAC0 multiplies signed fractions. Both label
598 scale the result and round on the way to the destination register.
601 MACs process signed integer the way to the destination half-registers.
624 to register. MAC0 multiplies signed fractions. Both scale the label
625 result and round on the way to the destination register. */
628 to the destination registers. */ label
653 /* Multiply and accumulate to Accumulator while loading a data
664 /* Multiply-Accumulate to a Data register while incrementing an
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 10 * Unless required by applicable law or agreed to in writing, software
75 // compiled (to recognize Android classpath entries)
76 // Just continue to ensure that the refactoring list matches.
208 // Process children in a fixed (output-alphabetical) order to ensure stable output
265 File to = new File(dir, relativePath); local
266 File parent = to.getParentFile();
269 assertTrue(to.getPath(), mkdirs);
275 Files.write(contents, to, Charsets.UTF_8);
277 Files.write((byte[]) o, to);
279 fail("Data must be a String or a byte[] for " + to);
    [all...]
  /build/core/
product.mk 10 # Unless required by applicable law or agreed to in writing, software
27 # $(1): the path to the dir
141 # $(1): product to inherit
172 #TODO: check to make sure that products have all the necessary vars defined
306 # $(1): The prefix as supplied to stash-product-vars
322 define add-to-product-copy-files-if-exists
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 10 * Unless required by applicable law or agreed to in writing, software
58 // Create an array to specify the fields we want to display in the list (only TITLE)
61 // and an array of the fields we want to bind those fields to (in this case just text1)
62 int[] to = new int[]{R.id.text1}; local
64 // Now create a simple cursor adapter and set it to display
66 new SimpleCursorAdapter(this, R.layout.notes_row, mNotesCursor, from, to);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 10 * Unless required by applicable law or agreed to in writing, software
58 // Create an array to specify the fields we want to display in the list (only TITLE)
61 // and an array of the fields we want to bind those fields to (in this case just text1)
62 int[] to = new int[]{R.id.text1}; local
64 // Now create a simple cursor adapter and set it to display
66 new SimpleCursorAdapter(this, R.layout.notes_row, mNotesCursor, from, to);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 14 3. The name of the author may not be used to endorse or promote products
18 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
166 int to = in.readChar(); local
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 2 * Licensed to the Apache Software Foundation (ASF) under one
6 * to you under the Apache License, Version 2.0 (the "License");
12 * Unless required by applicable law or agreed to in writing, software
54 * @param length The number of characters to read from the array.
84 * Cast result object to a string.
94 * Cast result object to a string.
100 // %OPT% !!! FSB has to be updated to take partial fsb's for append.
122 * have to convert to a string when this function is called
612 int to = m_start + toffset; local
    [all...]
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 20 import flimflam # Requires flimflam_test_path to be imported first. namespace
38 ac_ok: boolean to allow running on AC
40 # Objects that need to be taken care of in cleanup() are initialized
41 # here to None. Otherwise we run the risk of AttributeError raised in
42 # cleanup() masking a real error that caused the test to fail during
52 # Time to exclude from calculation after firing a task [seconds]
62 # Find the battery capacity to report expected battery life in hours
68 # like *.tgz don't get copied to the image by ebuilds (see
169 """Navigate to URL, sleep for some time and record it as a sub-test."""
170 logging.info('Navigating to %s', url
    [all...]
  /external/autotest/utils/
run_pylint.py 3 Wrapper to patch pylint library functions to suit autotest.
22 # Do a basic check to see if pylint is even installed.
27 print ("Unable to import pylint, it may need to be installed." namespace
37 # patch up the logilab module lookup tools to understand autotest_lib.* trash
42 Wrapper to eliminate autotest_lib from modpath.
46 @param context_file: path to file doing the importing.
47 @return The path to the module as returned by the parent method invocation.
60 # need to put autotest root dir on sys.path so pylint will be happ
    [all...]
  /external/boringssl/src/crypto/conf/
conf.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
195 int q, r, rr = 0, to = 0, len = 0; local
221 buf->data[to++] = *(from++);
237 buf->data[to++] = *(from++);
256 buf->data[to++] = v
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
ShortDuration.java 10 * Unless required by applicable law or agreed to in writing, software
40 * Represents a nonnegative duration from 0 to 100 days, with picosecond precision.
59 // convert to picoseconds first, to minimize rounding
94 // TODO(kevinb): we sure seem to convert back and forth with BigDecimal a lot.
106 public long to(TimeUnit unit) { method in class:ShortDuration
107 return to(unit, RoundingMode.HALF_UP);
110 public abstract long to(TimeUnit unit, RoundingMode roundingMode); method in class:ShortDuration
114 * will come from there, so they won't have to be defined here.
137 * multiplicand}, rounded according to {@code roundingMode} if necessary
214 @Override public long to(TimeUnit unit, RoundingMode roundingMode) { method in class:ShortDuration.PositiveShortDuration
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_bvgraph_test.cc 46 bool addEdge(uptr from, uptr to) {
47 return s_.insert(idx(from, to)).second;
49 bool removeEdge(uptr from, uptr to) {
50 return s_.erase(idx(from, to));
56 uptr to = *it & ((1 << 16) - 1); local
57 EXPECT_TRUE(g->removeEdge(from, to));
62 uptr idx(uptr from, uptr to) {
63 CHECK_LE(from|to, 1 << 16);
64 return (from << 16) + to;
86 uptr to = my_rand() % g.size() local
131 uptr to = my_rand() % g.size(); local
    [all...]
  /external/curl/lib/
file.c 14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 * copies of the Software, and permit persons to whom the Software is
16 * furnished to do so, under the terms of the COPYING file.
135 curl_off_t from, to; local
145 to=curlx_strtoofft(ptr, &ptr2, 0);
148 to=-1;
150 if((-1 == to) && (from>=0)) {
153 DEBUGF(infof(data, "RANGE %" CURL_FORMAT_CURL_OFF_T " to end of file\n",
165 totalsize = to-from;
173 " to %" CURL_FORMAT_CURL_OFF_T ", totally %
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
SourceFiles.java 9 * Unless required by applicable law or agreed to in writing, software distributed under the License
51 * Sorts {@link DependencyRequest} instances in an order likely to reflect their logical
70 * to requests. This is used when generating component's initialize()
71 * methods (and in members injectors) in order to instantiate dependent
73 * of {@code Foo(T t, T t1, A a, A a1)}. That will be collapsed to a factory
75 * if it was referenced as {@code Foo<A>}, we need to make sure we still
88 // To get the proper unresolved type, we have to extract the proper type from the
100 * Allows dependency requests to be grouped by the key they're requesting.
101 * This is used by factory generation in order to minimize the number of parameter
    [all...]
  /external/doclava/src/com/google/doclava/
ClearPage.java 10 * Unless required by applicable law or agreed to in writing, software
154 // recursively create the directories to the output
163 File to = new File(outputDir + "/" + toPath); local
175 ensureDirectory(to);
177 out = new FileOutputStream(to, append);
179 System.err.println(to.getAbsolutePath() + ": Error opening file");
183 Errors.error(Errors.INVALID_CONTENT_TYPE, null, "Failed to process " + from
184 + ": Invalid file type. Please move the file to frameworks/base/docs/image_sources/... or docs/downloads/...");
217 /** Takes a string that ends w/ .html and changes the .html to htmlExtension */
228 /* Setting excepted types to allow everything. Leaving it this way in in case we want to explicitl
    [all...]
  /external/elfutils/src/
findtextrel.c 45 GElf_Addr to; member in struct:segments
63 { "root", 'r', "PATH", 0, N_("Prepend PATH to all file names"), 0 },
81 /* Data structure to communicate with argp functions. */
129 debuginfo hierarchy, we have to determine it ourselves. */
366 segments[nsegments].to = phdr->p_vaddr + phdr->p_memsz;
511 if (segments[cnt].from <= addr && segments[cnt].to > addr)
526 Try to avoid multiple messages. And yes, the code uses
537 /* At least look at the symbol table to see which function

Completed in 561 milliseconds

1 2 3 4 5 6 78 91011>>