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

<<21222324252627282930>>

  /external/skia/src/pathops/
SkOpSegment.cpp 13 After computing raw intersections, post process all segments to:
14 - find small collections of points that can be collapsed to a single point
15 - find missing intersections to resolve differences caused by different algorithms
27 // to=0,1 to=0,1
157 bool to = *sumWinding != 0; local
158 bool result = gUnaryActiveEdge[from][to];
514 // there's nothing to do
515 // if two orderable angles are adjacent, and both are next to orderable angles,
516 // and one has winding computed, transfer to the othe
    [all...]
  /external/toybox/toys/pending/
ip.c 53 int ifindex, scope, scopemask, up, to; member in struct:__anon23713
158 perror_exit("Unable to send data on socket.");
335 * Used to get the prefix value in binary form.
373 * Used to calculate netmask, which can be in the form of
1015 if (addrinfo.to && strcmp(addrinfo.addr, lbuf))
2267 u_int32_t from, to = *(u_int32_t *)RTA_DATA(attr[RTA_FLOW]); local
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 260 // we need to split use positons in a special way.
264 // When splitting at start we need to locate the previous use interval.
281 // Partition original use intervals to the two live ranges.
296 // end of a lifetime hole). Use at this position should be attributed to
309 // Partition original use positions to the two live ranges.
318 // to the use that no longer belongs to this live range.
356 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value());
392 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n",
423 LAllocator::TraceAlloc("Add to live range %d use position %d\n"
903 LOperand* to = cur->destination(); local
1289 LOperand* to = move->move_operands()->at(j).destination(); local
    [all...]
  /external/v8/src/debug/
debug.cc 39 live_edit_enabled_(true), // TODO(yangguo): set to false by default.
116 // Always update the position as we don't want that to be before the
129 // Set the positions to the end of the function.
173 // Run through all break points to locate the one closest to the address.
192 // Run through all break points to locate the one closest to the source
242 // Debugger statement always calls debugger. No need to modify it.
245 // If there is a real break point here no more to do.
257 // Debugger statement always calls debugger. No need to modify it
340 char* to = storage; local
    [all...]
  /external/v8/src/
elements.cc 15 // several abstract ElementsAccessor classes are used to allow sharing
61 // the |accessor_array[]| below to work.
136 FixedArray* to = FixedArray::cast(to_base); local
146 to->set(to_start + i, value, write_barrier_mode);
174 FixedArray* to = FixedArray::cast(to_base);
175 uint32_t to_length = to->length();
187 to->set(i + to_start, value, write_barrier_mode);
189 to->set_the_hole(i + to_start);
212 // existing heap objects to be propertly initialized.
231 Handle<FixedArray> to(FixedArray::cast(to_base), isolate)
269 FixedDoubleArray* to = FixedDoubleArray::cast(to_base); local
301 FixedDoubleArray* to = FixedDoubleArray::cast(to_base); local
344 FixedDoubleArray* to = FixedDoubleArray::cast(to_base); local
374 FixedDoubleArray* to = FixedDoubleArray::cast(to_base); local
    [all...]
  /external/valgrind/callgrind/
main.c 27 along with this program; if not, write to the Free Software
56 /* min of L1 and LL cache line sizes. This only gets set to a
134 (jump-to-register style ones). */
201 the sense that no IR has yet been generated to do the relevant
202 helper calls. The BB is scanned top to bottom and memory events
203 are added to the end of the list, merging with the most recent
212 At various points the list will need to be flushed, that is, IR
215 when there is no space to add a new event.
217 If we require the simulation statistics to be up to date wit
1480 BBCC *from, *to; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32 // Low-level types and utilities for porting Google Test to various
33 // platforms. They are subject to change without notice. DO NOT USE
36 // This file is fundamental to Google Test. All other Google Test source
37 // files are expected to #include this. Therefore, it cannot #include
43 // The user can define the following macros in the build script to
47 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2
1142 const To to = NULL; local
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 10 * Unless required by applicable law or agreed to in writing, software
59 * Various debugging/tracing tools related to {@link View} and the view hierarchy.
87 * This annotation can be used to mark fields and methods to be dumped by
96 * is an int, the value is converted to an Android's resource name.
104 * A mapping can be defined to map int values to specific strings. For
106 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
111 * @ViewDebug.IntToString(from = 0, to = "VISIBLE"),
112 * @ViewDebug.IntToString(from = 4, to = "INVISIBLE")
230 String to(); method in interface:ViewDebug.IntToString
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp 10 ** Unless required by applicable law or agreed to in writing, software
36 #include <cutils/log.h> // TODO: Move everything to base/logging.
86 PLOG(ERROR) << "Failed to prepare " << path;
90 PLOG(ERROR) << "Failed to setfilecon " << path;
97 PLOG(ERROR) << "Failed to prepare " << path;
102 PLOG(ERROR) << "Failed to setfilecon " << path;
111 PLOG(ERROR) << "Failed to prepare " << profile_path;
117 PLOG(ERROR) << "Failed to prepare " << profile_path;
121 // dex2oat/profman runs under the shared app gid and it needs to read/write reference
126 PLOG(ERROR) << "Failed to prepare " << ref_profile_path
326 auto to = create_data_app_package_path(to_uuid, data_app_name); local
340 LOG(DEBUG) << "Copying " << from << " to " << to; local
384 auto to = create_data_user_de_path(to_uuid, user); local
388 LOG(DEBUG) << "Copying " << from << " to " << to; local
397 auto to = create_data_user_ce_path(to_uuid, user); local
401 LOG(DEBUG) << "Copying " << from << " to " << to; local
424 auto to = create_data_app_package_path(to_uuid, data_app_name); local
431 auto to = create_data_user_de_package_path(to_uuid, user, package_name); local
437 auto to = create_data_user_ce_package_path(to_uuid, user, package_name); local
1922 PLOG(ERROR) << "Could not rename " << from << " to " << to; local
    [all...]
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
AdapterHelperTest.java 10 * Unless required by applicable law or agreed to in writing, software
60 TestAdapter mPreProcessClone; // we clone adapter pre-process to run operations to see result
163 public void offsetPositionsForMove(int from, int to) {
165 if (from < to) {
167 end = to;
170 start = to;
179 holder.offsetPosition(to - from, false);
884 int to; local
886 to = nextInt(random, mTestAdapter.mItems.size())
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32 // Low-level types and utilities for porting Google Test to various
33 // platforms. They are subject to change without notice. DO NOT USE
36 // This file is fundamental to Google Test. All other Google Test source
37 // files are expected to #include this. Therefore, it cannot #include
43 // The user can define the following macros in the build script to
47 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2
1128 const To to = NULL; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 10 * Unless required by applicable law or agreed to in writing, software
65 // Variables relating to resizing widgets
70 // Variables relating to animation of views after drop
89 // Related to adjacent page hints
99 * Used to create a new DragLayer from XML.
324 // in onInterceptHoverEvent. Return true to consume the event.
367 * @param descendant The descendant whose coordinates we want to find.
368 * @param r The rect into which to place the results.
369 * @return The factor by which this descendant is scaled relative to this DragLayer.
393 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer'
644 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight()); local
    [all...]
FolderIcon.java 10 * Unless required by applicable law or agreed to in writing, software
62 // The number of icons to display in the
69 // The degree to which the inner ring grows when accepting drop
72 // The degree to which the outer ring is scaled in its natural state
78 // Flag as to whether or not to draw an outer ring. Currently none is designed.
84 // The degree to which the item in the back of the stack is scaled [0...1]
85 // (0 means it's not scaled at all, 1 means it's scaled to nothing)
99 // as member variables for shared usage and to avoid computation on each frame
163 // Offset the preview background to center this view accordingl
433 Rect to = finalRect; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 10 * Unless required by applicable law or agreed to in writing, software
175 NJ_CHAR *to[NJ_MAX_CHARSET]; member in struct:__anon35553
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_link.h 138 IFLA_GROUP, /* Group the device belongs to */
176 IFF_BROADCAST devices are able to use multicasts too.
182 can point to real physical interface (f.e. for bandwidth calculations),
184 for IPIP tunnels, when route to endpoint is allowed to change)
246 __u32 to; member in struct:ifla_vlan_qos_mapping
259 MACVLAN_MODE_PRIVATE = 1, /* don't talk to other macvlans */
260 MACVLAN_MODE_VEPA = 2, /* talk to other ports through ext bridge */
261 MACVLAN_MODE_BRIDGE = 4, /* talk to bridge ports directly */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 10 * Unless required by applicable law or agreed to in writing, software
128 * to indicate whether a wizard is created as part of a new blank project
135 * Special marker indicating that this path refers to the special shared
184 static final String ATTR_TO = "to"; //$NON-NLS-1$
215 /** Default padding to apply in wizards around the thumbnail preview images */
218 /** Default width to scale thumbnail preview images in wizards to */
222 * List of files to open after the wizard has been created (these are
228 * List of actions to perform after the wizard has finished.
232 /** Path to the directory containing the templates *
713 IFile to = getTargetFile(toPath); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-score7.c 21 along with this program; if not, write to the Free Software
49 /* We must not create a stub for a symbol that has relocations related to
54 the initial global GOT entry to a local GOT entry. */
65 /* This structure is used to hold .got entries while estimating got sizes. */
78 that should be added to the symbol value. */
81 corresponding to a global symbol in the got (or, local, if
86 /* The offset from the beginning of the .got section to the entry
87 corresponding to this symbol+addend. If it's a global symbol
88 whose offset is yet to be decided, it's going to be -1. *
3581 bfd_byte *to, *from, *end; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nm.c 17 along with this program; if not, write to the Free Software
34 /* When sorting by size, we use this structure to hold the size and a
35 pointer to the minisymbol. */
43 /* When fetching relocs, we use this structure to pass information to
133 /* The output format to use. */
156 /* When to print the names of files. Not mutually exclusive in SYSV format. */
184 /* Used to cache the line numbers for a BFD. */
246 -l, --line-numbers Use debugging information to find a filename and\n\
273 fprintf (stream, _("Report bugs to %s.\n"), REPORT_BUGS_TO)
415 bfd_byte *from, *fromend, *to; local
    [all...]
stabs.c 18 along with this program; if not, write to the Free Software
25 trying to identify the correct address for anything. */
43 need to use any static variables. */
96 reference to itself. Reset by parse_stab_type otherwise. */
100 /* A list of these structures is used to hold pending variable
117 /* A list of these structures is used to hold the types for a single
140 /* Slot to hold real type when we discover it. If we don't, we fill
143 /* Indirect type we have created to point at slot. */
240 meant to be negative, we have to make sure that we sig
4381 char *from, *to; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 17 along with GAS; see the file COPYING. If not, write to the Free
34 point to a descriptor of the field, in which case our
35 md_number_to_field() routine gets called to process it.
38 assembler) return a pointer to the fixS in question. And I made it a
40 of a pointer to another structure: 80960 displacements are ALWAYS
44 directives for this size displacement have to be generated.
45 But the base assembler had to be modified to issue error
46 messages if the symbol did turn out to be external.
54 never is). The i80960 version of the linker needs a mod to
1394 char *to; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.h 19 // along with this program; if not, write to the Free Software
152 // The total number of calls to Free_list::remove.
154 // The total number of nodes visited during calls to Free_list::remove.
156 // The total number of calls to Free_list::allocate.
158 // The total number of nodes visited during calls to Free_list::allocate.
162 // This task function handles mapping the input sections to output
204 // section in the group to the section index and the size in object.
206 // map to figure out which kept section the discarded section is
222 // std::map rather than an Unordered_map to optimize for that case
231 // We need to support copies for the signature map in the Layou
1004 const char* to; member in struct:gold::Layout::Section_name_mapping
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1513/
kotlin-stdlib-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/0.13.1514/
kotlin-stdlib-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /ndk/build/core/
definitions.mk 9 # Unless required by applicable law or agreed to in writing, software
79 # Returns : Generate a rule, but not dependency, to create a directory with
88 # to full-path, eg. C:/path/to/project/jni/
103 # Returns : Generate a dependency and a rule to ensure that the parent
105 # This is used to enforce a call to host-mkdir.
125 # Returns : write the content of a possibly very long string list to a file.
128 # Usage : $(call host-echo-to-file,<string-list>,<file>)
135 # This function is used to generate such a list file from a lon
    [all...]

Completed in 1589 milliseconds

<<21222324252627282930>>