HomeSort by relevance Sort by last modified time
    Searched defs:tag (Results 76 - 100 of 3210) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
KlpActionUnspecifiedTests.java 32 final String tag = "unspecifiled " local
34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
LxxActionDoneTests.java 32 final String tag = "done " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); local
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey);
LxxActionGoTests.java 32 final String tag = "go " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); local
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey);
LxxActionNextTests.java 32 final String tag = "next " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); local
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
LxxActionNoneTests.java 32 final String tag = "none " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); local
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey);
LxxActionPreviousTests.java 32 final String tag = "previous " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); local
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey);
LxxActionSearchTests.java 32 final String tag = "search " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); local
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey);
LxxActionSendTests.java 32 final String tag = "send " + SubtypeLocaleUtils.getSubtypeNameForLogging(subtype); local
33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey);
LxxActionUnspecifiedTests.java 32 final String tag = "unspecifiled " local
34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_UTypes.pass.cpp 136 // given a tag type that derives from allocator_arg_t.
137 DerivedFromAllocArgT tag; local
140 std::tuple<int, alloc_first, alloc_last> t(tag,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTag.java 20 public final String tag; field in class:SystraceTag
24 tag = tagName;
  /bionic/libc/malloc_debug/
malloc_debug.h 48 uint32_t tag; member in struct:Header
  /bionic/tools/relocation_packer/src/
debug.cc 26 std::string tag; local
28 case INFO: tag = "INFO"; break;
29 case WARNING: tag = "WARNING"; break;
30 case ERROR: tag = "ERROR"; break;
31 case FATAL: tag = "FATAL"; break;
34 *log << tag << ": " << stream_.str() << std::endl;
  /external/ImageMagick/MagickCore/
module.h 42 *tag; member in struct:_ModuleInfo
  /external/ImageMagick/coders/
dng.c 178 *tag;
190 tag=GetXMLTreeTag(next);
191 if (tag == (char *) NULL)
192 tag="unknown";
193 (void) FormatLocaleString(property,MagickPathExtent,"dng:%s",tag);
196 if ((LocaleCompare(tag,"log") != 0) &&
197 (LocaleCompare(tag,"InputFilename") != 0) &&
198 (LocaleCompare(tag,"OutputFilename") != 0) &&
199 (LocaleCompare(tag,"OutputType") != 0) &&
230 % tag, a method to read and/or write the format, whether the forma
177 *tag; local
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Handle.java 49 final int tag; field in class:Handle
70 * @param tag
88 public Handle(int tag, String owner, String name, String desc) {
89 this.tag = tag;
106 return tag;
147 return tag == h.tag && owner.equals(h.owner) && name.equals(h.name)
153 return tag + owner.hashCode() * name.hashCode() * desc.hashCode();
161 * owner '.' name desc ' ' '(' tag ')'
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Location.java 34 public byte tag; field in class:Location
43 tag = JDWPConstants.Tag.NO_TAG;
52 public Location(byte tag, long classID, long methodID, long index) {
53 this.tag = tag;
64 return "Location: tag="+tag+", classID="+classID+", methodID="+methodID+", index="+index;
  /external/avb/libavb/
avb_descriptor.h 56 * A descriptor always have two fields, a |tag| (denoting its type,
63 uint64_t tag; member in struct:AvbDescriptor
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERApplicationSpecificParser.java 11 private final int tag; field in class:BERApplicationSpecificParser
14 BERApplicationSpecificParser(int tag, ASN1StreamParser parser)
16 this.tag = tag;
40 return new BERApplicationSpecific(tag, parser.readVector());
  /external/clang/test/Sema/
block-args.c 50 struct tag { struct
53 typedef struct tag array_ty[1];
  /external/dtc/tests/
nopulate.c 35 uint32_t tag; local
42 tag = fdt_next_tag(fdt, offset, &nextoffset);
51 } while (tag != FDT_END);
path_offset.c 34 uint32_t tag; local
46 tag = fdt32_to_cpu(nh->tag);
48 if (tag != FDT_BEGIN_NODE)
49 FAIL("Incorrect tag 0x%08x on property \"%s\"", tag, name);
subnode_offset.c 34 uint32_t tag; local
46 tag = fdt32_to_cpu(nh->tag);
48 if (tag != FDT_BEGIN_NODE)
49 FAIL("Incorrect tag 0x%08x on property \"%s\"", tag, name);
  /external/e2fsprogs/lib/blkid/
cache.c 137 blkid_tag tag = list_entry(cache->bic_tags.next, local
141 while (!list_empty(&tag->bit_names)) {
142 blkid_tag bad = list_entry(tag->bit_names.next,
146 DBG(DEBUG_CACHE, printf("warning: unfreed tag %s=%s\n",
150 blkid_free_tag(tag);
save.c 51 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags); local
52 fprintf(file, " %s=\"%s\"", tag->bit_name,tag->bit_val);

Completed in 543 milliseconds

1 2 34 5 6 7 8 91011>>