OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ver
(Results
1 - 4
of
4
) sorted by null
/ndk/build/core/
setup-toolchain.mk
34
$(foreach
_ver
,$(LLVM_VERSION_LIST), \
36
$(filter-out %-clang$(
_ver
),$(TARGET_TOOLCHAIN_LIST))))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clusapi.h
77
#define CLUSTER_GET_MAJOR_VERSION(
_ver
) ((
_ver
) >> 16)
78
#define CLUSTER_GET_MINOR_VERSION(
_ver
) ((
_ver
) & 0xFFFF)
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
103
_ver
= "turtle 1.0b1 - for Python 2.6 - 30. 5. 2008, 18:08"
variable
105
#print
_ver
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py
103
_ver
= "turtle 1.0b1 - for Python 2.6 - 30. 5. 2008, 18:08"
variable
105
#print
_ver
[
all
...]
Completed in 2729 milliseconds