OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitness
(Results
1 - 6
of
6
) sorted by null
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
Abi.java
27
public Abi(String name, String
bitness
) {
29
mBitness =
bitness
;
CtsTest.java
979
String
bitness
= (mForceAbi == null) ? "" : mForceAbi;
local
[
all
...]
/external/chromium_org/v8/tools/
gdb-v8-support.py
91
def decode_v8_value(v,
bitness
):
94
if
bitness
== 32:
/external/chromium_org/
Android.mk
56
# appropriately to ensure that the host targets are the same "
bitness
" as the
83
# appropriately to ensure that the host targets are the same "
bitness
" as the
/external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py
490
bitness
= '32'
492
bitness
= '64'
493
platform = '%s%s' % (util.GetPlatformName(),
bitness
)
/build/core/
envsetup.mk
262
# It always points to the path where we build libraries in the default
bitness
.
Completed in 159 milliseconds