Searched refs:kind (Results 251 - 275 of 1023) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/Mips/
H A Dmips-expansions.s21 # CHECK: # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16
24 # CHECK: # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16
26 # CHECK: # fixup A - offset: 0, value: symbol@ABS_HI, kind: fixup_Mips_HI16
29 # CHECK: # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Ddxbc.h106 static inline dxbc_chunk_signature* dxbc_find_signature(const void* data, int size, unsigned kind) argument
109 switch(kind) {
/external/mesa3d/src/glx/apple/
H A Dappledri.h83 int kind; /* subtype of event */ member in struct:__anon27693
98 unsigned uid, int kind));
/external/valgrind/main/VEX/priv/
H A Ds390_disasm.c223 cls_operand(Int kind, UInt mask) argument
227 switch (kind) {
329 UInt mask, kind; local
332 kind = va_arg(args, UInt);
335 switch (kind) {
339 mnm = kind == S390_XMNM_BCR ? bcr_operand(mask) : bc_operand(mask);
348 mnm = kind == S390_XMNM_BRC ? brc_operand(mask) : brcl_operand(mask);
371 mnm = cls_operand(kind, mask);
/external/valgrind/main/include/
H A Dpub_tool_libcprint.h121 extern UInt VG_(message)( VgMsgKind kind, const HChar* format, ... )
124 extern UInt VG_(vmessage)( VgMsgKind kind, const HChar* format, va_list vargs )
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrack.cpp97 TextTrack::TextTrack(const AtomicString& kind, const AtomicString& label, const AtomicString& language, const AtomicString& id, TextTrackType type) argument
109 setKind(kind);
155 AtomicString oldKind = kind();
158 if (mediaElement() && oldKind != kind())
392 if (kind() != captionsKeyword() && kind() != subtitlesKeyword())
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-gap-resolver.cc35 // Internally, the state is a normalized permutation of (kind,index) pairs.
54 return Key(op->kind(), op->index());
58 return Value(op->kind(), op->index());
128 return (x->kind() < y->kind()) ||
129 (x->kind() == y->kind() && x->index() < y->index());
H A Dinstruction-selector-tester.h104 CHECK_EQ(InstructionOperand::IMMEDIATE, operand->kind());
117 CHECK_EQ(InstructionOperand::UNALLOCATED, exp->kind());
118 CHECK_EQ(InstructionOperand::UNALLOCATED, val->kind());
/external/tcpdump/
H A Dprint-zephyr.c43 int kind; member in struct:z_packet
145 z.kind = 0;
170 PARSE_FIELD_INT(z.kind);
197 printf(" %s", tok2str(z_types, "type %d", z.kind));
198 if (z.kind == Z_PACKET_SERVACK) {
231 if (z.kind != Z_PACKET_SERVACK) {
/external/chromium_org/v8/src/ic/
H A Dic-compiler.cc17 Handle<Map> stub_holder, Code::Kind kind,
21 Code::ComputeMonomorphicFlags(kind, extra_state, cache_holder);
50 Code::Kind kind, Handle<Name> name, Handle<HeapType> type,
67 ic = Find(name, stub_holder, kind, extra_ic_state, flag);
72 if (kind == Code::KEYED_STORE_IC) {
78 PropertyICCompiler ic_compiler(isolate, kind, extra_ic_state, flag);
149 Code* PropertyICCompiler::FindPreMonomorphic(Isolate* isolate, Code::Kind kind, argument
151 Code::Flags flags = Code::ComputeFlags(kind, PREMONOMORPHIC, state);
273 Code::Kind kind, TypeHandleList* types, CodeHandleList* handlers,
277 DCHECK(kind
16 Find(Handle<Name> name, Handle<Map> stub_holder, Code::Kind kind, ExtraICState extra_state, CacheHolderFlag cache_holder) argument
49 ComputeMonomorphic( Code::Kind kind, Handle<Name> name, Handle<HeapType> type, Handle<Code> handler, ExtraICState extra_ic_state) argument
272 ComputePolymorphic( Code::Kind kind, TypeHandleList* types, CodeHandleList* handlers, int valid_types, Handle<Name> name, ExtraICState extra_ic_state) argument
360 GetCode(Code::Kind kind, Code::StubType type, Handle<Name> name, InlineCacheState state) argument
[all...]
H A Dhandler-compiler.h20 static Handle<Code> Find(Handle<Name> name, Handle<Map> map, Code::Kind kind,
24 PropertyHandlerCompiler(Isolate* isolate, Code::Kind kind, argument
27 : PropertyAccessCompiler(isolate, kind, cache_holder),
88 Handle<Code> GetCode(Code::Kind kind, Code::StubType type, Handle<Name> name);
242 static Builtins::Name SlowBuiltin(Code::Kind kind) { argument
243 switch (kind) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java184 void drawBars(int kind) { argument
223 double max = kind == TIME_LOG ? Math.log(this.maxValue) : this.maxValue;
248 double baselineGraphValue = kind == TIME_LOG ? Math.log(baselineValue) : baselineValue;
252 if (kind == TIME_LOG || baselineErrorLength <= 1) {
289 double currentGraphValue = kind == TIME_LOG ? Math.log(currentValue) : currentValue;
292 if (kind == TIME_LOG || currentErrorLength <= 1) {
508 * Draw the scale depending on the bar time graph kind.
510 void drawScale(int kind) { argument
511 switch (kind) {
541 String getImageName(int kind) { argument
551 paint(int kind) argument
637 print(int kind, PrintStream stream) argument
659 save(int kind, PrintStream stream) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlocal_to_remote_syncer_unittest.cc237 google_apis::ResourceEntry::ResourceEntryKind kind) {
243 EXPECT_EQ(kind, entries[0]->kind());
385 EXPECT_EQ(google_apis::ResourceEntry::ENTRY_KIND_FOLDER, entries[0]->kind());
386 EXPECT_EQ(google_apis::ResourceEntry::ENTRY_KIND_FILE, entries[1]->kind());
408 EXPECT_EQ(google_apis::ResourceEntry::ENTRY_KIND_FILE, entries[0]->kind());
409 EXPECT_EQ(google_apis::ResourceEntry::ENTRY_KIND_FOLDER, entries[1]->kind());
431 EXPECT_EQ(google_apis::ResourceEntry::ENTRY_KIND_FILE, entries[0]->kind());
432 EXPECT_EQ(google_apis::ResourceEntry::ENTRY_KIND_FILE, entries[1]->kind());
461 EXPECT_EQ(google_apis::ResourceEntry::ENTRY_KIND_FILE, entries[0]->kind());
234 VerifyTitleUniqueness( const std::string& parent_folder_id, const std::string& title, google_apis::ResourceEntry::ResourceEntryKind kind) argument
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Dsandbox_ipc_linux.cc146 int kind; local
147 if (!pickle.ReadInt(&iter, &kind))
150 if (kind == FontConfigIPC::METHOD_MATCH) {
152 } else if (kind == FontConfigIPC::METHOD_OPEN) {
154 } else if (kind == LinuxSandbox::METHOD_GET_FALLBACK_FONT_FOR_CHAR) {
156 } else if (kind == LinuxSandbox::METHOD_LOCALTIME) {
158 } else if (kind == LinuxSandbox::METHOD_GET_STYLE_FOR_STRIKE) {
160 } else if (kind == LinuxSandbox::METHOD_MAKE_SHARED_MEMORY_SEGMENT) {
162 } else if (kind == LinuxSandbox::METHOD_MATCH_WITH_FALLBACK) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h180 PassRefPtrWillBeRawPtr<TextTrack> addTextTrack(const AtomicString& kind, const AtomicString& label, const AtomicString& language, ExceptionState&);
181 PassRefPtrWillBeRawPtr<TextTrack> addTextTrack(const AtomicString& kind, const AtomicString& label, ExceptionState& exceptionState) { return addTextTrack(kind, label, emptyAtom, exceptionState); } argument
182 PassRefPtrWillBeRawPtr<TextTrack> addTextTrack(const AtomicString& kind, ExceptionState& exceptionState) { return addTextTrack(kind, emptyAtom, emptyAtom, exceptionState); } argument
213 explicit TrackGroup(GroupKind kind) argument
216 , kind(kind)
224 GroupKind kind; member in class:blink::HTMLMediaElement::TrackGroup
/external/doclava/res/assets/templates/
H A Dmacros.cs89 elif:tag.kind == "@more" ?><p><?cs
90 elif:tag.kind == "@see" ?><code><a href="<?cs
94 elif:tag.kind == "@linkplain" ?><a href="<?cs
98 elif:tag.kind == "@seeHref" ?><a href="<?cs var:tag.href ?>"><?cs var:tag.label ?></a><?cs
99 elif:tag.kind == "@seeJustLabel" ?><?cs var:tag.label ?><?cs
100 elif:tag.kind == "@value" ?><code><a href="<?cs
104 elif:tag.kind == "@code" ?><code><?cs var:tag.text ?></code><?cs
105 elif:tag.kind == "@samplecode" ?><pre><?cs var:tag.text ?></pre><?cs
108 elif:tag.kind == "@docRoot" ?><?cs var:toroot ?><?cs
109 elif:tag.kind
[all...]
/external/chromium_org/v8/tools/
H A Dgen-postmortem-metadata.py385 kind = call[0:idx];
391 if (kind == 'ACCESSORS' or kind == 'ACCESSORS_GCSAFE'):
402 assert(kind == 'SMI_ACCESSORS' or kind == 'ACCESSORS_TO_SMI');
/external/libnl/lib/route/cls/
H A Dematch.c70 * Lookup ematch module by kind
71 * @arg kind Module kind.
75 struct rtnl_ematch_ops *rtnl_ematch_lookup_ops(int kind) argument
80 if (ops->eo_kind == kind)
316 ops = rtnl_ematch_lookup_ops(hdr->kind);
328 ematch->e_kind = hdr->kind;
334 if (hdr->kind == TCF_EM_CONTAINER &&
/external/lldb/source/DataFormatters/
H A DLibStdcpp.cpp255 TemplateArgumentKind kind; local
256 ClangASTType pair_type = my_type.GetTemplateArgument(0, kind);
257 if (kind != eTemplateArgumentKindType && kind != eTemplateArgumentKindTemplate && kind != eTemplateArgumentKindTemplateExpansion)
/external/clang/tools/libclang/
H A DCIndex.cpp182 if (clang_isInvalid(Cursor.kind))
185 if (clang_isDeclaration(Cursor.kind)) {
481 if (clang_isReference(Cursor.kind) &&
482 Cursor.kind != CXCursor_CXXBaseSpecifier) {
491 if (clang_isDeclaration(Cursor.kind)) {
499 if (clang_isStatement(Cursor.kind)) {
506 if (clang_isExpression(Cursor.kind)) {
513 if (clang_isTranslationUnit(Cursor.kind)) {
542 if (Cursor.kind == CXCursor_CXXBaseSpecifier) {
550 if (Cursor.kind
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DScenarioResultsElement.java129 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { argument
134 StringBuffer childrenBuffer = super.writableStatus(new StringBuffer(), kind, excluded);
143 if ((kind & IPerformancesConstants.STATUS_VALUES) != 0) {
/external/chromium_org/google_apis/drive/
H A Dgdata_wapi_parser_unittest.cc61 EXPECT_EQ(ResourceEntry::ENTRY_KIND_FOLDER, folder_entry->kind());
103 EXPECT_EQ(ResourceEntry::ENTRY_KIND_FILE, file_entry->kind());
132 // Hosted documents are treated as unknown kind so that sync file system
134 EXPECT_EQ(ResourceEntry::ENTRY_KIND_UNKNOWN, resource_entry->kind());
139 // Hosted documents are treated as unknown kind so that sync file system
141 EXPECT_EQ(ResourceEntry::ENTRY_KIND_UNKNOWN, app_entry->kind());
155 EXPECT_EQ(ResourceEntry::ENTRY_KIND_FILE, entry->kind());
221 EXPECT_EQ(ResourceEntry::ENTRY_KIND_FILE, entry->kind());
/external/chromium_org/courgette/
H A Dadjustment_method_unittest.cc28 courgette::AssemblyProgram* MakeProgram(int kind) const {
43 if (kind == 0) {
H A Dassembly_program.h65 explicit AssemblyProgram(ExecutableType kind);
68 ExecutableType kind() const { return kind_; } function in class:courgette::AssemblyProgram
H A Ddisassembler_win32_x64.h25 virtual ExecutableType kind() { return EXE_WIN_32_X64; } function in class:courgette::DisassemblerWin32X64
73 void HistogramTargets(const char* kind, const std::map<RVA, int>& map);

Completed in 708 milliseconds

<<11121314151617181920>>