HomeSort by relevance Sort by last modified time
    Searched refs:Indexed (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/r8/src/main/java/com/android/tools/r8/utils/
OutputMode.java 11 Indexed {
InternalOptions.java 60 public OutputMode outputMode = OutputMode.Indexed;
  /external/r8/src/test/java/com/android/tools/r8/utils/
OutputModeTest.java 15 assertEquals("classes.dex", OutputMode.Indexed.getOutputPath(null, 0));
16 assertEquals("classes2.dex", OutputMode.Indexed.getOutputPath(null, 1));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
opers12.s 9 anda [12,x] ; Indexed indirect
25 anda [12,x] ; Indexed indirect (16-bit offset)
45 std [d,x] ; Indexed indirect with two reg index
opers12-dwarf2.d 16 anda \[12,x\] ; Indexed indirect
50 anda \[12,x\] ; Indexed indirect \(16\-bit offset\)
90 std \[d,x\] ; Indexed indirect with two reg index
indexed12.s 2 ;; This file verifies the 68HC12 indexed addressing modes
70 ;;; Indexed addressing with external symbol
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 145 // shouldIndex reports whether f should be indexed.
150 // appendIndexed appends index i, as encoded in "Indexed Header Field"
163 // If f.Sensitive is true, "Never Indexed" representation is used. If
172 // appendIndexedName appends f and index i referring indexed name
173 // entry, as encoded in one of "Literal Header field - Indexed Name"
176 // If f.Sensitive is true, "Never Indexed" representation is used. If
239 // for "Never Indexed" representation is returned. If sensitive is
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 145 // shouldIndex reports whether f should be indexed.
150 // appendIndexed appends index i, as encoded in "Indexed Header Field"
163 // If f.Sensitive is true, "Never Indexed" representation is used. If
172 // appendIndexedName appends f and index i referring indexed name
173 // entry, as encoded in one of "Literal Header field - Indexed Name"
176 // If f.Sensitive is true, "Never Indexed" representation is used. If
239 // for "Never Indexed" representation is returned. If sensitive is
  /external/r8/src/test/java/com/android/tools/r8/debuginfo/
DebugInfoTestBase.java 53 app.writeToZip(out, OutputMode.Indexed);
  /external/r8/src/test/java/com/android/tools/r8/internal/
R8GMSCoreDeterministicTest.java 76 app1.writeToZip(combinedInput, OutputMode.Indexed);
CompilationTestBase.java 98 outputApp.writeToZip(out, OutputMode.Indexed);
  /external/r8/src/main/java/com/android/tools/r8/
BaseCommand.java 32 this.outputMode = OutputMode.Indexed;
94 private OutputMode outputMode = OutputMode.Indexed;
Disassemble.java 114 assert getOutputMode() == OutputMode.Indexed : "Only regular mode is supported in R8";
R8Command.java 329 assert getOutputMode() == OutputMode.Indexed : "Only regular mode is supported in R8";
  /external/r8/src/test/java/com/android/tools/r8/
TestBase.java 209 app.writeToZip(out, OutputMode.Indexed);
219 app.writeToZip(out, OutputMode.Indexed);
D8IncrementalRunExamplesAndroidOTest.java 64 testJarFile, Collections.singletonList(classFile), null, OutputMode.Indexed);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /external/r8/src/test/java/com/android/tools/r8/maindexlist/
MainDexListTests.java 99 generated.write(getManyClassesSingleDexAppPath(), OutputMode.Indexed);
105 generated.write(getManyClassesMultiDexAppPath(), OutputMode.Indexed);
109 generated.write(getTwoLargeClassesAppPath(), OutputMode.Indexed);
244 ToolHelper.runR8(jasminBuilder.build()).writeToZip(input, OutputMode.Indexed);
  /external/r8/src/test/java/com/android/tools/r8/compatdx/
CompatDxTests.java 109 generated.write(applicationJar, OutputMode.Indexed);
119 generated.write(applicationJar, OutputMode.Indexed);
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp     [all...]
  /external/r8/src/main/java/com/android/tools/r8/bisect/
Bisect.java 184 outApp.writeToDirectory(output, OutputMode.Indexed);
  /external/r8/src/test/java/com/android/tools/r8/jasmin/
JasminTestBase.java 128 app.writeToZip(out, OutputMode.Indexed);
  /external/r8/src/test/java/com/android/tools/r8/smali/
SmaliTestBase.java 477 app.writeToZip(out, OutputMode.Indexed);
489 app.writeToZip(dexOut, OutputMode.Indexed);
  /external/llvm/test/MC/PowerPC/
vsx.s     [all...]

Completed in 6443 milliseconds

1 2 3 4