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

1 2 3 4 5 6 78 91011>>

  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/
DiffUtilActivity.java 10 * Unless required by applicable law or agreed to in writing, software
151 int to = mRandom.nextInt(output.size()); local
152 output.add(to, output.remove(from));
  /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,
38 * This class is used to create operating system processes.
44 * to create new subprocesses with identical or related attributes.
51 * external program file to be invoked and its arguments, if any.
54 * argument to be an element in this list, but there are operating
55 * systems where programs are expected to tokenize command line
57 * require commands to contain exactly two elements.
60 * <i>variables</i> to <i>values</i>. The initial value is a copy of
71 * be redirected to another source usin
587 public static Redirect to(final File file) { method
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketAdaptor.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,
36 // java.net.ServerSocket so as to simplify tracking future changes to that
111 long to = timeout; local
116 int result = ssc.poll(Net.POLLIN, to);
119 to -= System.currentTimeMillis() - st;
120 if (to <= 0)
  /libcore/ojluni/src/test/java/nio/file/attribute/
FileTimeTest.java 16 * 2 along with this work; if not, write to the Free Software Foundation,
106 // to(TimeUnit)
107 to(MILLISECONDS.convert(1, DAYS) - 1, MILLISECONDS);
108 to(MILLISECONDS.convert(1, DAYS) + 0, MILLISECONDS);
109 to(MILLISECONDS.convert(1, DAYS) + 1, MILLISECONDS);
110 to(1, MILLISECONDS);
111 to(0, MILLISECONDS);
112 to(1, MILLISECONDS);
113 to(MILLISECONDS.convert(-1, DAYS) - 1, MILLISECONDS);
114 to(MILLISECONDS.convert(-1, DAYS) + 0, MILLISECONDS)
118 to(Long.MIN_VALUE, unit); method
119 to(Long.MAX_VALUE, unit); method
322 static void to(long v, TimeUnit unit) { method in class:FileTimeTest
    [all...]
  /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/go/darwin-x86/src/unicode/
letter.go 5 // Package unicode provides data and functions to test some properties of
21 // to save space: a slice of 16-bit ranges and a slice of 32-bit ranges.
30 // Range16 represents of a range of 16-bit Unicode code points. The range runs from Lo to Hi
39 // more of the values will not fit in 16 bits. The range runs from Lo to Hi
48 // code point to one code point) case conversion.
49 // The range runs from Lo to Hi inclusive, with a fixed stride of 1. Deltas
50 // are the number to add to the code point to reach the code point for a
78 type d [MaxCase]rune // to make the CaseRanges text shorte
209 func to(_case int, r rune, caseRange []CaseRange) rune { func
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
letter.go 5 // Package unicode provides data and functions to test some properties of
21 // to save space: a slice of 16-bit ranges and a slice of 32-bit ranges.
30 // Range16 represents of a range of 16-bit Unicode code points. The range runs from Lo to Hi
39 // more of the values will not fit in 16 bits. The range runs from Lo to Hi
48 // code point to one code point) case conversion.
49 // The range runs from Lo to Hi inclusive, with a fixed stride of 1. Deltas
50 // are the number to add to the code point to reach the code point for a
78 type d [MaxCase]rune // to make the CaseRanges text shorte
209 func to(_case int, r rune, caseRange []CaseRange) rune { func
    [all...]
  /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/simpleperf/
cmd_report_test.cpp 10 * Unless required by applicable law or agreed to in writing, software
300 char to[80]; local
301 if (sscanf(line.c_str(), "%*f%%%s%s", from, to) == 2) {
302 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
62 LOG(INFO) << "Adjust sample freq to max allowed sample freq " << max_sample_freq;
139 // Trace is always available to systrace if enabled
188 PLOG(ERROR) << "failed to share mapped buffer of "
212 // simpleperf. The kernel continuously writes records to the buffer, and
245 // rmb() used to ensure reading data after reading data_head.
250 char* to = &buffer[buffer_pos]; local
254 memcpy(to, from, n);
258 memcpy(to, from, n);
259 to += n
    [all...]
  /toolchain/binutils/binutils-2.27/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
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixSecureDirectoryStream.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,
202 // need file attribute to know if file is directory. This creates
241 * Rename/move file in this directory to another (open) directory
248 UnixPath to = getName(toObj); local
259 that.ds.directory().resolve(to).checkWrite();
270 renameat(this.dfd, from.asByteArray(), that.dfd, to.asByteArray());
274 from.toString(), to.toString(), x.errorString());
276 x.rethrowAsIOException(from, to);
305 * Returns file attribute view bound to this director
    [all...]
  /build/make/core/
main.mk 1 # Only use ANDROID_BUILD_SHELL to wrap around bash.
30 # This overrides the shell variable $PWD, which does not necessarily points to
63 # Write the build number to a file so it can be read back in
76 # Pick a reasonable string to use to identify files.
85 # Make an empty directory, which can be used to make empty jars
118 # EMMA_INSTRUMENT_STATIC merges the static jacoco library to each
151 # Add the product-defined properties to the build properties.
195 # Variable to check java support level inside PDK build.
224 Code should be written to work regardless of a device being Treble or
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
DefaultFileSystemProvider2Test.java 10 * Unless required by applicable law or agreed to in writing, software
106 // Move to existing target file with REPLACE_EXISTING copy option.
126 assertEquals(fileTime.to(TimeUnit.SECONDS),
128 "basic:lastModifiedTime")).to(TimeUnit.SECONDS)); method
211 // Sym link to itself
286 // Note that this weirdly asymmetric : setting the hidden attribute uses xattrs to
345 assertEquals(fileTime.to(TimeUnit.SECONDS), lastModifiedTime.to(TimeUnit.SECONDS));
462 // Writing to an exiting file.
475 // APPEND to an existing file
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 10 * Unless required by applicable law or agreed to in writing, software
77 /** The paint applied to the drag view on hover */
119 // We do not set the drawable in the xml as that inflates two drawables corresponding to
263 * On drop animate the dropView to the icon.
271 final Rect to = getIconRect(d); local
272 final float scale = (float) to.width() / from.width();
281 dragLayer.animateView(d.dragView, from, to, scale, 1f, 1f, 0.1f, 0.1f,
313 // Find the rect to animate to (the view is center aligned)
314 Rect to = new Rect() local
    [all...]
  /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...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0/
lint-tests-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-alpha7/
lint-tests-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-beta1/
lint-tests-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-beta2/
lint-tests-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-beta3/
lint-tests-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-rc1/
lint-tests-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-rc2/
lint-tests-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.1/
lint-tests-25.2.1.jar 

Completed in 1716 milliseconds

1 2 3 4 5 6 78 91011>>