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

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
perf_event.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
409 __u64 to; member in struct:perf_branch_entry
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
if_link.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
252 __u32 to; member in struct:ifla_vlan_qos_mapping
perf_event.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
409 __u64 to; member in struct:perf_branch_entry
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
if_link.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
252 __u32 to; member in struct:ifla_vlan_qos_mapping
perf_event.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
409 __u64 to; member in struct:perf_branch_entry
  /toolchain/binutils/binutils-2.25/bfd/
elf32-i386.c 17 along with this program; if not, write to the Free Software
75 R_386_standard counts the number up to this point, and
76 R_386_ext_offset is the value to subtract from a reloc type of
77 R_386_16 thru R_386_PC8 to form an index into this table. */
154 /* GNU extension to record C++ vtable hierarchy. */
169 /* GNU extension to record C++ vtable member usage. */
512 In order to gain some understanding of code in this file without
529 /* If ELIMINATE_COPY_RELOCS is non-zero, the linker will try to avoid
531 section, and instead use a dynamic relocation to point into the
540 this. See the SVR4 ABI i386 supplement to see how this works
1367 reloc_howto_type *from, *to; local
    [all...]
elf32-m68k.c 17 along with this program; if not, write to the Free Software
57 /* GNU extension to record C++ vtable hierarchy. */
71 /* GNU extension to record C++ vtable member usage. */
488 the SVR4 ABI m68k supplement to see how this works. */
496 0, 0, 0, 0 /* pad out to 20 bytes. */
594 0, 0, 0, 0, /* pad out to 24 bytes. */
616 /* The m68k linker needs to keep track of the number of relocs that it
617 decides to copy in check_relocs for each symbol. This is so that it
647 /* Key to got_entries. */
652 to traverse all GOT entries for a particular symbol
1937 struct elf_m68k_got_entry *to; local
    [all...]
elf32-score.c 21 along with this program; if not, write to the Free Software
52 /* We must not create a stub for a symbol that has relocations related to
57 the initial global GOT entry to a local GOT entry. */
68 /* This structure is used to hold .got entries while estimating got sizes. */
81 that should be added to the symbol value. */
84 corresponding to a global symbol in the got (or, local, if
89 /* The offset from the beginning of the .got section to the entry
90 corresponding to this symbol+addend. If it's a global symbol
91 whose offset is yet to be decided, it's going to be -1. *
3769 bfd_byte *to, *from, *end; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-rc-1036/
kotlin-stdlib-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /bionic/libc/kernel/uapi/linux/
if_link.h 5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
10 *** To edit the content of this header, modify the corresponding
346 __u32 to; member in struct:ifla_vlan_qos_mapping
  /external/deqp/modules/glshared/
glsDrawTest.cpp 13 * Unless required by applicable law or agreed to in writing, software
304 // component counts need not to match
419 inline T to (void) const { return (T)m_value; } function in class:deqp::gls::__anon10738::GLValue::WrappedType
460 inline T to (void) const { return (T)halfToFloat(m_value); } function in class:deqp::gls::__anon10738::GLValue::Half
493 inline T to (void) const { return (T)m_value; } function in class:deqp::gls::__anon10738::GLValue::Fixed
587 return h.to<float>();
591 return d.to<float>();
674 return GLValue::Float::create(min + deRandom_getFloat(&rnd) * (max.to<float>() - min.to<float>()));
683 return GLValue::Double::create(min + deRandom_getFloat(&rnd) * (max.to<float>() - min.to<float>()))
    [all...]
  /external/guava/guava-tests/test/com/google/common/reflect/
TypeTokenTest.java 10 * Unless required by applicable law or agreed to in writing, software
81 @SuppressWarnings("rawtypes") // Trying to test TypeToken.of(List.class)
319 // Tests to make sure assertSubtypeBeforeSupertype() works.
576 @SuppressWarnings("rawtypes") // To test TypeToken<List>
644 @SuppressWarnings("rawtypes") // Trying to test raw class
650 @SuppressWarnings("rawtypes") // Trying to test raw class
657 @SuppressWarnings("rawtypes") // Trying to test raw class
662 @SuppressWarnings("rawtypes") // Trying to test raw class
668 @SuppressWarnings("rawtypes") // Trying to test raw class
    [all...]
  /external/iproute2/include/linux/
if_link.h 138 IFLA_GROUP, /* Group the device belongs to */
188 IFF_BROADCAST devices are able to use multicasts too.
194 can point to real physical interface (f.e. for bandwidth calculations),
196 for IPIP tunnels, when route to endpoint is allowed to change)
359 __u32 to; member in struct:ifla_vlan_qos_mapping
377 MACVLAN_MODE_PRIVATE = 1, /* don't talk to other macvlans */
378 MACVLAN_MODE_VEPA = 2, /* talk to other ports through ext bridge */
379 MACVLAN_MODE_BRIDGE = 4, /* talk to bridge ports directly */
381 MACVLAN_MODE_SOURCE = 16,/* use source MAC address list to assign *
    [all...]
  /external/kernel-headers/original/uapi/linux/
if_link.h 138 IFLA_GROUP, /* Group the device belongs to */
190 IFF_BROADCAST devices are able to use multicasts too.
196 can point to real physical interface (f.e. for bandwidth calculations),
198 for IPIP tunnels, when route to endpoint is allowed to change)
360 __u32 to; member in struct:ifla_vlan_qos_mapping
378 MACVLAN_MODE_PRIVATE = 1, /* don't talk to other macvlans */
379 MACVLAN_MODE_VEPA = 2, /* talk to other ports through ext bridge */
380 MACVLAN_MODE_BRIDGE = 4, /* talk to bridge ports directly */
382 MACVLAN_MODE_SOURCE = 16,/* use source MAC address list to assign *
    [all...]
  /external/libxml2/
xmlregexp.c 37 #define INT_MAX 123456789 /* easy to flag and big enough for our needs */
61 * Need PREV to check on a '-' within a Character Group. May only be used
69 * macro to flag unimplemented blocks
216 int to; member in struct:_xmlRegTrans
231 /* knowing states ponting to us can speed things up */
298 int nextbranch; /* the next transition to explore in that state */
411 "failed to compile: %s\n", extra);
423 * @ctxt: the parser context used to build it
467 * Switch to a compact representation
556 * state corresponds to the state type
1775 xmlRegStatePtr to; local
3280 xmlRegStatePtr to = comp->states[trans->to]; local
3933 xmlRegStatePtr to = exec->comp->states[trans->to]; local
6149 xmlAutomataStatePtr to; local
    [all...]
  /external/skia/tests/
PathOpsOpTest.cpp 22 static void path_edit(const SkPoint& from, const SkPoint& to, SkPath* path) {
26 testPath.setPt(index, to.fX, to.fY);
5072 SkPoint to = {2.617045833359139f,1.9013528935803314f}; local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 31 // x0: number of arguments to the constructor function
151 // Try to convert with a FPU convert instruction. This handles all
159 // If we reach here we need to manually convert the input to an int32.
191 // Shift the mantissa bits in the correct place. We know that we have to shift
219 // Test for NaN. Sadly, we can't just compare to factory::nan_value(),
228 // Call runtime on identical symbols since we need to throw a TypeError.
236 // we need to throw a TypeError. Smis have already been ruled out.
250 // Call runtime on identical symbols since we need to throw a TypeError.
258 // since we need to throw a TypeError. Smis and heap numbers hav
3542 Register to = x0; local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 94 // TODO(dcarney): fix frame to allow frame accesses to half size location.
475 // we need to split use positons in a special way.
479 // When splitting at start we need to locate the previous use interval.
500 // Partition original use intervals to the two live ranges.
518 // end of a lifetime hole). Use at this position should be attributed to
531 // Partition original use positions to the two live ranges.
540 // to the use that no longer belongs to this live range.
750 // Insert spill at the end to let live range connections happen at START
2016 InstructionOperand& to = cur->destination(); local
2080 InstructionOperand& to = move->destination(); local
    [all...]
  /external/v8/src/regexp/
jsregexp.h 40 // the implementation wants to store in the data field.
144 // Pointer to the last set of captures.
169 // Used to access the lastMatchInfo array.
174 static void SetLastCaptureCount(FixedArray* array, int to) {
175 array->set(kLastCaptureCount, Smi::FromInt(to));
178 static void SetLastSubject(FixedArray* array, String* to) {
179 array->set(kLastSubject, to);
182 static void SetLastInput(FixedArray* array, String* to) {
183 array->set(kLastInput, to);
186 static void SetCapture(FixedArray* array, int index, int to) {
271 uc16 to() { return to_; } function in class:v8::internal::DispatchTable::Entry
    [all...]

Completed in 746 milliseconds

<<21222324252627282930>>