Searched defs:kind (Results 1 - 25 of 165) sorted by relevance

1234567

/external/javassist/src/main/javassist/bytecode/
H A DClassFilePrinter.java92 static void printAttributes(List list, PrintWriter out, char kind) { argument
108 printAttributes(ca.getAttributes(), out, kind);
133 if (kind == 'c')
135 else if (kind == 'm')
/external/qemu/
H A Dqemu-error.h18 enum { LOC_NONE, LOC_CMDLINE, LOC_FILE } kind; member in struct:Location
/external/android-mock/src/com/google/android/testing/mocking/
H A DProcessorLogger.java61 void printMessage(Kind kind, String message) { argument
62 processingEnv.getMessager().printMessage(kind, message);
66 + kind.toString() + " : " + message + "\n").getBytes());
75 void printMessage(Kind kind, Throwable e) { argument
79 printMessage(kind, stackTraceByteStream.toString());
/external/doclava/src/com/google/doclava/
H A DParamTagInfo.java31 ParamTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { argument
32 super(name, kind, text, base, sp);
49 ParamTagInfo(String name, String kind, String text, boolean isTypeParameter, argument
51 super(name, kind, text, base, sp);
H A DParsedTagInfo.java26 ParsedTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { argument
27 super(name, kind, text, SourcePositionInfo.findBeginning(sp, text));
H A DSeeTagInfo.java25 SeeTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position) { argument
26 super(name, kind, text, position);
46 if (linkRef.kind != null) {
47 // if they have a better suggestion about "kind" use that.
49 setKind(linkRef.kind);
H A DThrowsTagInfo.java28 public ThrowsTagInfo(String name, String kind, String text, ContainerInfo base, argument
30 super(name, kind, text, base, sp);
45 public ThrowsTagInfo(String name, String kind, String text, ClassInfo exception, argument
47 super(name, kind, text, base, sp);
H A DLinkReference.java32 /** The kind of this tag, if we have a new suggestion after parsing. */
33 public String kind; field in class:LinkReference
335 result.kind = "@seeJustLabel";
346 result.kind = "@seeHref";
384 result.kind = "@seeJustLabel";
391 result.kind = "@seeJustLabel";
397 result.kind = "@seeJustLabel";
H A DTagInfo.java42 String kind() { method in class:TagInfo
50 void setKind(String kind) { argument
51 mKind = kind;
57 data.setValue(base + ".kind", kind());
/external/icu4c/common/
H A Dservslkf.cpp35 int32_t kind,
40 , _kind(kind)
46 int32_t kind,
51 , _kind(kind)
67 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) {
103 result.append(", kind: ");
33 SimpleLocaleKeyFactory(UObject* objToAdopt, const UnicodeString& locale, int32_t kind, int32_t coverage) argument
44 SimpleLocaleKeyFactory(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage) argument
H A Drbbinode.cpp252 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) { argument
257 if (fType == kind) {
261 fLeftChild->findNodes(dest, kind, status);
264 fRightChild->findNodes(dest, kind, status);
H A Dservlk.cpp40 int32_t kind,
48 return new LocaleKey(*primaryID, canonicalPrimaryID, canonicalFallbackID, kind);
54 int32_t kind)
56 , _kind(kind)
85 LocaleKey::kind() const { function in class:LocaleKey
162 result.append(" kind: ");
38 createWithCanonicalFallback(const UnicodeString* primaryID, const UnicodeString* canonicalFallbackID, int32_t kind, UErrorCode& status) argument
51 LocaleKey(const UnicodeString& primaryID, const UnicodeString& canonicalPrimaryID, const UnicodeString* canonicalFallbackID, int32_t kind) argument
/external/v8/src/
H A Dvariables.cc93 Kind kind)
97 kind_(kind),
89 Variable(Scope* scope, Handle<String> name, Mode mode, bool is_valid_LHS, Kind kind) argument
/external/webkit/Source/WebCore/platform/chromium/
H A DDataTransferItemChromium.cpp60 DataTransferItemChromium::DataTransferItemChromium(PassRefPtr<Clipboard> owner, ScriptExecutionContext* context, DataSource source, const String& kind, const String& type, const String& data) argument
64 , m_kind(kind)
70 String DataTransferItemChromium::kind() const function in class:WebCore::DataTransferItemChromium
/external/chromium/chrome/browser/ui/gtk/
H A Dsad_tab_gtk.cc52 SadTabGtk::SadTabGtk(TabContents* tab_contents, Kind kind) argument
54 kind_(kind) {
60 kind == CRASHED ?
75 ResourceBundle::GetSharedInstance().GetPixbufNamed(kind == CRASHED ?
89 l10n_util::GetStringUTF8(kind == CRASHED ?
101 l10n_util::GetStringUTF8(kind == CRASHED ?
/external/elfutils/libelf/
H A Dcommon.h57 Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra)
64 result->kind = kind;
86 if (elf->kind == ELF_K_AR)
103 if (elf->kind == ELF_K_AR)
56 allocate_elf(int fildes, void *map_address, off_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra) argument
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DCompilingClassLoader.java175 JavaFileObject.Kind kind, FileObject sibling) throws IOException {
176 return new SimpleJavaFileObject(EMPTY_URI, kind) {
174 getJavaFileForOutput(Location location, final String className, JavaFileObject.Kind kind, FileObject sibling) argument
/external/skia/src/animator/
H A DSkDisplayEvent.h59 Kind kind; member in class:SkDisplayEvent
H A DSkDisplayEvents.cpp37 bool SkEvents::doEvent(SkAnimateMaker& maker, SkDisplayEvent::Kind kind, SkEventState* state) { argument
42 SkDump::GetEnumString(SkType_EventKind, kind, &str);
43 SkDebugf("kind=%s ", str.c_str());
55 if (kind != SkDisplayEvent::kOnload)
56 movie->doEvent(kind, state);
65 if (evt->kind != kind)
75 if (kind >= SkDisplayEvent::kMouseDown && kind <= SkDisplayEvent::kMouseUp) {
105 void SkEvents::removeEvent(SkDisplayEvent::Kind kind, SkEventStat argument
[all...]
H A DSkDisplayMovie.cpp75 bool SkDisplayMovie::doEvent(SkDisplayEvent::Kind kind, SkEventState* state) { argument
79 return fMovie.fMaker->fEvents.doEvent(*fMovie.fMaker, kind, state);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
H A Dsymbols.h90 symbolkind kind; member in struct:Symbol_Rec
104 Symbol *NewSymbol(SourceLoc *loc, Scope *fScope, int name, symbolkind kind);
105 Symbol *AddSymbol(SourceLoc *loc, Scope *fScope, int atom, symbolkind kind);
/external/webkit/Source/WebCore/html/
H A DHTMLTrackElement.cpp81 String HTMLTrackElement::kind() const function in class:WebCore::HTMLTrackElement
86 void HTMLTrackElement::setKind(const String& kind) argument
88 setAttribute(kindAttr, kind);
/external/bluetooth/bluez/gdbus/
H A Dpolkit.c79 const char *kind = "system-bus-name"; local
85 dbus_message_iter_append_basic(&subject, DBUS_TYPE_STRING, &kind);
/external/bluetooth/glib/gio/
H A Dgdrive.c495 * @kind: the kind of identifier to return
497 * Gets the identifier of the given kind for @drive.
501 * doesn't have this kind of identifier.
505 const char *kind)
510 g_return_val_if_fail (kind != NULL, NULL);
517 return (* iface->get_identifier) (drive, kind);
504 g_drive_get_identifier(GDrive *drive, const char *kind) argument
H A Dgvolume.c493 * @kind: the kind of identifier to return
495 * Gets the identifier of the given kind for @volume.
501 * doesn't have this kind of identifier
505 const char *kind)
510 g_return_val_if_fail (kind != NULL, NULL);
517 return (* iface->get_identifier) (volume, kind);
504 g_volume_get_identifier(GVolume *volume, const char *kind) argument

Completed in 1716 milliseconds

1234567