Searched defs:where (Results 1 - 25 of 72) sorted by relevance

123

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkdnd.py13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(sel
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTkdnd.py13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(sel
[all...]
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dsupport.h125 unsigned long where; local
129 if (_BitScanForward64(&where, mask))
130 return static_cast<int>(where);
134 if (_BitScanForward(&where, static_cast<unsigned long>(mask)))
135 return static_cast<int>(where);
137 if (_BitScanForward(&where, static_cast<unsigned long>(mask >> 32)))
138 return static_cast<int>(where + 32); // Create a bit offset from the LSB.
147 unsigned long where; local
150 if (_BitScanForward(&where, mask))
151 return static_cast<int>(where);
167 unsigned long where; local
189 unsigned long where; local
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
H A Dsupport.h125 unsigned long where; local
129 if (_BitScanForward64(&where, mask))
130 return static_cast<int>(where);
134 if (_BitScanForward(&where, static_cast<unsigned long>(mask)))
135 return static_cast<int>(where);
137 if (_BitScanForward(&where, static_cast<unsigned long>(mask >> 32)))
138 return static_cast<int>(where + 32); // Create a bit offset from the LSB.
147 unsigned long where; local
150 if (_BitScanForward(&where, mask))
151 return static_cast<int>(where);
167 unsigned long where; local
189 unsigned long where; local
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
H A Drpc_msg.h96 caddr_t where; member in struct:accepted_reply::__anon2962::__anon2964
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
H A Drpc_msg.h96 caddr_t where; member in struct:accepted_reply::__anon4698::__anon4700
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/rs/server/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/rs/server/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/rs/server/
H A DTypeHelpers.h163 void splat_type(TYPE* where, const TYPE* what, size_t n) { argument
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
H A Dnfs_prot.h190 diropargs where; member in struct:createargs
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
H A Dnfs_prot.h190 diropargs where; member in struct:createargs
/prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
H A Djline-0.9.94.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
H A Dbfd.h60 /* This is a utility macro to handle the situation where the code
629 const struct ecoff_debug_swap *swap, file_ptr where);
633 struct bfd_link_info *info, file_ptr where);
1348 strings where entsize specifies character size instead of fixed
1442 /* The virtual memory address of the section - where it will be
1445 backend can assign addresses (for example, in <<a.out>>, where
1450 /* The load address of the section - where it would be in a
1462 changed by linker relaxation. It is required for sections where
1573 /* Address where bytes may be deleted. */
3880 /* This is a 8bit DP reloc for the tms320c30, where th
5711 ufile_ptr where; member in struct:bfd
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
H A Dbfd.h60 /* This is a utility macro to handle the situation where the code
629 const struct ecoff_debug_swap *swap, file_ptr where);
633 struct bfd_link_info *info, file_ptr where);
1348 strings where entsize specifies character size instead of fixed
1442 /* The virtual memory address of the section - where it will be
1445 backend can assign addresses (for example, in <<a.out>>, where
1450 /* The load address of the section - where it would be in a
1462 changed by linker relaxation. It is required for sections where
1573 /* Address where bytes may be deleted. */
3880 /* This is a 8bit DP reloc for the tms320c30, where th
5711 ufile_ptr where; member in struct:bfd
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
H A Dbfd.h60 /* This is a utility macro to handle the situation where the code
629 const struct ecoff_debug_swap *swap, file_ptr where);
633 struct bfd_link_info *info, file_ptr where);
1348 strings where entsize specifies character size instead of fixed
1442 /* The virtual memory address of the section - where it will be
1445 backend can assign addresses (for example, in <<a.out>>, where
1450 /* The load address of the section - where it would be in a
1462 changed by linker relaxation. It is required for sections where
1573 /* Address where bytes may be deleted. */
3880 /* This is a 8bit DP reloc for the tms320c30, where th
5711 ufile_ptr where; member in struct:bfd
[all...]
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
H A Dbfd.h60 /* This is a utility macro to handle the situation where the code
629 const struct ecoff_debug_swap *swap, file_ptr where);
633 struct bfd_link_info *info, file_ptr where);
1348 strings where entsize specifies character size instead of fixed
1442 /* The virtual memory address of the section - where it will be
1445 backend can assign addresses (for example, in <<a.out>>, where
1450 /* The load address of the section - where it would be in a
1462 changed by linker relaxation. It is required for sections where
1573 /* Address where bytes may be deleted. */
3880 /* This is a 8bit DP reloc for the tms320c30, where th
5711 ufile_ptr where; member in struct:bfd
[all...]

Completed in 851 milliseconds

123