/external/turbine/java/com/google/turbine/main/ |
Main.java | 30 import com.google.turbine.lower.Lower.Lowered; 79 Lowered lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()); local 85 Dependencies.collectDeps(options.targetLabel(), options.bootClassPath(), bound, lowered); 92 writeOutput(Paths.get(options.outputFile()), lowered.bytes(), transitive); 131 Path path, Map<String, byte[]> lowered, Map<String, byte[]> transitive) throws IOException { 135 for (Map.Entry<String, byte[]> entry : lowered.entrySet()) {
|
/external/mesa3d/src/compiler/nir/ |
nir_lower_gs_intrinsics.c | 94 nir_intrinsic_instr *lowered = local 97 nir_intrinsic_set_stream_id(lowered, nir_intrinsic_stream_id(intrin)); 98 lowered->src[0] = nir_src_for_ssa(count); 99 nir_builder_instr_insert(b, &lowered->instr); 122 nir_intrinsic_instr *lowered = local 125 nir_intrinsic_set_stream_id(lowered, nir_intrinsic_stream_id(intrin)); 126 lowered->src[0] = nir_src_for_ssa(count); 127 nir_builder_instr_insert(b, &lowered->instr);
|
/external/elfutils/libdwfl/ |
linux-pid-attach.c | 138 bool lowered = (addr & 4) != 0; local 139 if (lowered) 148 if (! lowered) 151 if (lowered)
|
/external/turbine/javatests/com/google/turbine/deps/ |
DependenciesTest.java | 32 import com.google.turbine.lower.Lower.Lowered; 109 Lowered lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()); local 115 lowered);
|
/external/turbine/javatests/com/google/turbine/lower/ |
LowerTest.java | 254 Map<String, byte[]> lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes(); local 256 new ClassReader(lowered.get("Test$Inner$InnerMost")) 330 Map<String, byte[]> lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes(); local 332 new ClassReader(lowered.get("Test")) 407 Map<String, byte[]> lowered = Lower.lowerAll(bound.units(), bound.classPathEnv()).bytes(); local 409 new ClassReader(lowered.get("Test"))
|
/external/mesa3d/src/compiler/glsl/ |
lower_jumps.cpp | 42 * Continues are lowered by adding a per-loop "execute flag", initialized to 45 * Breaks are lowered to continues, plus setting a "break flag" that is checked 48 * Returns are lowered to breaks/continues, plus adding a "return flag" that 71 * lowered: jumps with higher strength tend to be lowered to jumps of 83 * - It ignores discard instructions, since they are lowered by a 140 /* minimum jump strength (of lowered IR, not pre-lowering IR) 166 /* used to avoid lowering the break used to represent lowered breaks */ 380 * it, even though should_lower_jump() says it needn't be lowered. 571 * jump will be visited next, and it will be lowered i 641 ir_loop_jump* lowered = 0; local [all...] |
/external/turbine/java/com/google/turbine/lower/ |
Lower.java | 81 /** The lowered compilation output. */ 82 public static class Lowered { 86 public Lowered(ImmutableMap<String, byte[]> bytes, ImmutableSet<ClassSymbol> symbols) { 103 public static Lowered lowerAll( 113 return new Lowered(result.build(), ImmutableSet.copyOf(symbols)); 372 // anything that lexically encloses the class being lowered 381 ImmutableList.Builder<AnnotationInfo> lowered = ImmutableList.builder(); local 387 lowered.add(anno); 389 return lowered.build();
|
/prebuilts/devtools/tools/lib/ |
jython-standalone-2.5.3.jar | |
/prebuilts/misc/common/jython/ |
jython.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3.jar | |
/external/v8/src/inspector/build/closure-compiler/ |
closure-compiler.jar | |