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

1 2 3 4 5 6 7 8 910

  /frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/processor/
InsertionMethodProcessorTest.kt 68 """) { insertion, _ ->
69 assertThat(insertion.name, `is`("foo"))
70 assertThat(insertion.parameters.size, `is`(0))
71 assertThat(insertion.returnType.typeName(), `is`(TypeName.VOID))
72 assertThat(insertion.entities.size, `is`(0))
83 """) { insertion, _ ->
84 assertThat(insertion.name, `is`("foo"))
85 assertThat(insertion.parameters.size, `is`(1))
86 val param = insertion.parameters.first()
89 assertThat(insertion.entities["user"]?.typeName
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
vr4120.s 1 # Include mflos to check for nop insertion.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group4.s 2 @ and that a large input section forces stub insertion before its
farcall-mixed-lib2.s 2 @ symbol require insertion of a long branch stub.
farcall-mixed-lib1.s 2 @ symbol require insertion of a long branch stub.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakTransliterator.java 25 private String insertion; field in class:BreakTransliterator
29 public BreakTransliterator(String ID, UnicodeFilter filter, BreakIterator bi, String insertion) {
32 this.insertion = insertion;
42 return insertion;
48 public void setInsertion(String insertion) {
49 this.insertion = insertion;
122 delta = boundaryCount * insertion.length();
129 text.replace(boundary, boundary, insertion);
    [all...]
Transliterator.java 102 * accomplished by maintaining a cursor position (independent of the insertion point, and invisible in the GUI) across
103 * calls to <code>transliterate()</code>. Typically, the cursor will be coincident with the insertion point, but in a
104 * case like the one above, it will precede the insertion point.
549 * <code>insertion</code> will be inserted into <code>text</code>
551 * <code>index.contextLimit</code> by <code>insertion.length()</code>.
584 * @param insertion text to be inserted and possibly
593 String insertion) {
597 if (insertion != null) {
598 text.replace(index.limit, index.limit, insertion);
599 index.limit += insertion.length()
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
BreakTransliterator.java 24 private String insertion; field in class:BreakTransliterator
28 public BreakTransliterator(String ID, UnicodeFilter filter, BreakIterator bi, String insertion) {
31 this.insertion = insertion;
41 return insertion;
47 public void setInsertion(String insertion) {
48 this.insertion = insertion;
121 delta = boundaryCount * insertion.length();
128 text.replace(boundary, boundary, insertion);
    [all...]
Transliterator.java 101 * accomplished by maintaining a cursor position (independent of the insertion point, and invisible in the GUI) across
102 * calls to <code>transliterate()</code>. Typically, the cursor will be coincident with the insertion point, but in a
103 * case like the one above, it will precede the insertion point.
567 * <code>insertion</code> will be inserted into <code>text</code>
569 * <code>index.contextLimit</code> by <code>insertion.length()</code>.
602 * @param insertion text to be inserted and possibly
612 String insertion) {
616 if (insertion != null) {
617 text.replace(index.limit, index.limit, insertion);
618 index.limit += insertion.length()
    [all...]
  /frameworks/base/core/java/android/net/nsd/
DnsSdTxtRecord.java 171 int insertion = 0; local
174 for (int i = 0; i < index && insertion < mData.length; i++) {
175 insertion += (0xFF & (mData[insertion] + 1));
182 System.arraycopy(oldBytes, 0, mData, 0, insertion);
183 int secondHalfLen = oldBytes.length - insertion;
184 System.arraycopy(oldBytes, insertion, mData, newLen - secondHalfLen, secondHalfLen);
185 mData[insertion] = (byte) avLen;
186 System.arraycopy(keyBytes, 0, mData, insertion + 1, keyBytes.length);
188 mData[insertion + 1 + keyBytes.length] = mSeperator
    [all...]
  /external/icu/icu4c/source/i18n/
brktrans.h 61 virtual void setInsertion(const UnicodeString &insertion);
brktrans.cpp 169 void BreakTransliterator::setInsertion(const UnicodeString &insertion) {
170 this->fInsertion = insertion;
translit.cpp 220 * <code>insertion</code> will be inserted into <code>text</code>
222 * <code>index.contextLimit</code> by <code>insertion.length()</code>.
260 * <code>insertion</code> is inserted at
269 * @param insertion text to be inserted and possibly
282 const UnicodeString& insertion,
284 _transliterate(text, index, &insertion, status);
297 * @param insertion text to be inserted and possibly
304 UChar32 insertion,
306 UnicodeString str(insertion);
348 * 'insertion' is non-null then we append it to 'text' befor
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
unsafe.go 31 // Remember base of selector to find it back after dot insertion.
66 Fatalf("impossible %#v node after dot insertion", r.Op)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
unsafe.go 31 // Remember base of selector to find it back after dot insertion.
66 Fatalf("impossible %#v node after dot insertion", r.Op)
  /external/llvm/test/MC/X86/AlignedBundling/
single-inst-bundling.s 6 # Test simple NOP insertion for single instructions.
  /external/guava/guava-tests/test/com/google/common/hash/
AbstractStreamingHasherTest.java 160 for (int insertion = 0; insertion < totalInsertions; insertion++) {
  /external/icu/icu4c/source/i18n/unicode/
translit.h 120 * maintaining a cursor position (independent of the insertion point,
123 * be coincident with the insertion point, but in a case like the one
124 * above, it will precede the insertion point.
411 * <code>insertion</code> will be inserted into <code>text</code>
413 * <code>index.limit</code> by <code>insertion.length()</code>.
451 * <code>insertion</code> is inserted at
460 * @param insertion text to be inserted and possibly
472 const UnicodeString& insertion,
483 * @param insertion text to be inserted and possibly
491 UChar32 insertion,
    [all...]
  /external/libchrome/base/
command_line.cc 341 auto insertion = local
343 if (!insertion.second)
344 insertion.first->second = value;
345 switches_by_stringpiece_[insertion.first->first] = &(insertion.first->second);
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder_test.go 45 dist int // Backward distance (0 if this is an insertion)
46 length int // Length of copy or insertion
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder_test.go 45 dist int // Backward distance (0 if this is an insertion)
46 length int // Length of copy or insertion
  /prebuilts/go/darwin-x86/test/
opt_branchlikely.go 3 // rescheduling check insertion is turend off because the inserted conditional branches perturb the errorcheck
  /prebuilts/go/linux-x86/test/
opt_branchlikely.go 3 // rescheduling check insertion is turend off because the inserted conditional branches perturb the errorcheck
  /external/freetype/src/base/
ftrfork.c 441 const char *insertion );
866 const char *insertion )
877 new_length = ft_strlen( original_name ) + ft_strlen( insertion );
896 ft_strcat( new_name, insertion );
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 384 const char *insertion );
809 const char *insertion )
820 new_length = ft_strlen( original_name ) + ft_strlen( insertion );
839 ft_strcat( new_name, insertion );

Completed in 683 milliseconds

1 2 3 4 5 6 7 8 910