OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:architectures
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
cpu-arm.c
354
architectures
[] =
variable in typeref:struct:__anon74843
401
for (i = ARRAY_SIZE (
architectures
); i--;)
402
if (strcmp (arch_string,
architectures
[i].string) == 0)
405
return
architectures
[i].mach;
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
Fuzzer.java
280
* Checks if the different outputs we observed align with different
architectures
.
288
Architecture[]
architectures
= new Architecture[2];
local
294
architectures
[archIdx] = executorList.get(0).getArchitecture();
296
if (executorList.get(execIdx).getArchitecture() !=
architectures
[archIdx]) {
304
// Now make sure that the two outputs we saw were different
architectures
.
305
if (
architectures
[0] ==
architectures
[1]) {
385
// in outputs align with differences in
architectures
.
/frameworks/base/tools/aapt/
Command.cpp
2224
SortedVector<String8>
architectures
;
local
[
all
...]
Completed in 520 milliseconds