Searched refs:kind (Results 276 - 300 of 1023) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/courgette/
H A Ddisassembler_win32_x86.h25 virtual ExecutableType kind() { return EXE_WIN_32_X86; } function in class:courgette::DisassemblerWin32X86
73 void HistogramTargets(const char* kind, const std::map<RVA, int>& map);
H A Densemble.h34 // An Element is a region of an Ensemble with an identifyable kind.
38 Element(ExecutableType kind,
44 ExecutableType kind() const { return kind_; } function in class:courgette::Element
H A Dpatch_generator_x86_32.h24 ExecutableType kind)
26 kind_(kind) {
21 PatchGeneratorX86_32(Element* old_element, Element* new_element, PatcherX86_32* patcher, ExecutableType kind) argument
H A Ddisassembler.h28 virtual ExecutableType kind() { return EXE_UNKNOWN; } function in class:courgette::Disassembler
/external/chromium_org/v8/src/
H A Darray-iterator.js15 var arrayIterationKindSymbol = GLOBAL_PRIVATE("ArrayIterator#kind");
27 function CreateArrayIterator(array, kind) {
32 SET_PRIVATE(iterator, arrayIterationKindSymbol, kind);
H A Dhydrogen-types.h81 explicit HType(Kind kind) : kind_(kind) { }
/external/chromium_org/v8/test/mjsunit/
H A Dopt-elements-kind.js56 // Every external kind is also an external array.
120 function convert_mixed(array, value, kind) {
122 assertKind(kind, array);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.cpp207 ProcessMessage::PrintKind(Kind kind) argument
216 switch (kind)
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp101 RegisterContextMemory::ConvertRegisterKindToRegisterNumber (uint32_t kind, uint32_t num) argument
103 return m_reg_infos.ConvertRegisterKindToRegisterNumber (kind, num);
/external/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h63 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, unsigned val = 0) argument
64 : Kind(kind), Loc(loc), Len(len), Val(val) {}
/external/llvm/lib/Object/
H A DArchive.cpp144 if (Parent->kind() == K_GNU) {
338 if (Parent->kind() == K_GNU) {
341 } else if (Parent->kind() == K_BSD) {
387 if (Parent->kind() == K_BSD) {
433 if (kind() == K_GNU) {
437 } else if (kind() == K_BSD) {
472 if (kind() == K_GNU) {
474 } else if (kind() == K_BSD) {
/external/ltrace/
H A Dexpr.c29 expr_init_common(struct expr_node *node, enum expr_node_kind kind) argument
31 node->kind = kind;
142 switch (node->kind) {
170 assert(!"Invalid value of node kind");
193 switch (node->kind) {
237 if (node->kind == EXPR_OP_CALL2
249 assert(!"Invalid value of node kind");
256 return node->kind == EXPR_OP_CONST;
343 switch (node->kind) {
[all...]
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc59 DFA(Prog* prog, Prog::MatchKind kind, int64 max_mem);
62 Prog::MatchKind kind() { return kind_; } function in class:re2::DFA
234 Prog::MatchKind kind,
344 Prog::MatchKind kind_; // The kind of DFA.
436 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64 max_mem) argument
438 kind_(kind),
913 Prog::MatchKind kind,
946 if (kind == Prog::kFirstMatch) {
1766 fprintf(stderr, "text %s anchored=%d earliest=%d fwd=%d kind %d\n",
1815 DFA* Prog::GetDFA(MatchKind kind) { argument
911 RunWorkqOnByte(Workq* oldq, Workq* newq, int c, uint flag, bool* ismatch, Prog::MatchKind kind, int new_byte_loop) argument
1871 SearchDFA(const StringPiece& text, const StringPiece& const_context, Anchor anchor, MatchKind kind, StringPiece* match0, bool* failed, vector<int>* matches) argument
1970 BuildEntireDFA(MatchKind kind) argument
[all...]
/external/regex-re2/re2/
H A Ddfa.cc57 DFA(Prog* prog, Prog::MatchKind kind, int64 max_mem);
60 Prog::MatchKind kind() { return kind_; } function in class:re2::DFA
232 Prog::MatchKind kind,
342 Prog::MatchKind kind_; // The kind of DFA.
434 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64 max_mem) argument
436 kind_(kind),
911 Prog::MatchKind kind,
944 if (kind == Prog::kFirstMatch) {
1764 fprintf(stderr, "text %s anchored=%d earliest=%d fwd=%d kind %d\n",
1813 DFA* Prog::GetDFA(MatchKind kind) { argument
909 RunWorkqOnByte(Workq* oldq, Workq* newq, int c, uint flag, bool* ismatch, Prog::MatchKind kind, int new_byte_loop) argument
1869 SearchDFA(const StringPiece& text, const StringPiece& const_context, Anchor anchor, MatchKind kind, StringPiece* match0, bool* failed, vector<int>* matches) argument
1968 BuildEntireDFA(MatchKind kind) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_cache.c592 get_cache(UInt level, VexCacheKind kind) argument
594 Bool is_insn_cache = kind == INSN_CACHE;
599 return VEX_CACHE_INIT(kind, level + 1, size, line_size, assoc);
681 const HChar *kind; local
683 switch (c->kind) {
684 case INSN_CACHE: kind = "insn"; break;
685 case DATA_CACHE: kind = "data"; break;
686 case UNIFIED_CACHE: kind = "unified"; break;
687 default: kind = "unknown"; break;
689 VG_(debugLog)(1, "cache", " kind
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffparse.c702 #define CFF_FIELD( code, name, id, kind ) \
704 kind, \
745 #define CFF_FIELD( code, name, id, kind ) \
747 kind, \
806 #define CFF_FIELD( code, name, id, kind ) i++;
827 clazz[i].kind = cff_kind_callback; \
838 clazz[i].kind = kind_; \
849 clazz[i].kind = cff_kind_delta; \
860 clazz[i].kind = 0;
874 clazz[i].kind
[all...]
/external/clang/tools/libclang/
H A DCXType.cpp148 if (clang_isExpression(C.kind)) {
153 if (clang_isDeclaration(C.kind)) {
179 if (clang_isReference(C.kind)) {
180 switch (C.kind) {
240 if (clang_isDeclaration(C.kind)) {
258 if (clang_isDeclaration(C.kind)) {
275 if (clang_isDeclaration(C.kind)) {
291 if (clang_isDeclaration(C.kind)) {
307 if (clang_isDeclaration(C.kind)) {
320 if (CT.kind
[all...]
/external/freetype/src/cff/
H A Dcffparse.c698 #define CFF_FIELD( code, name, id, kind ) \
700 kind, \
741 #define CFF_FIELD( code, name, id, kind ) \
743 kind, \
802 #define CFF_FIELD( code, name, id, kind ) i++;
823 clazz[i].kind = cff_kind_callback; \
834 clazz[i].kind = kind_; \
845 clazz[i].kind = cff_kind_delta; \
856 clazz[i].kind = 0;
870 clazz[i].kind
[all...]
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp864 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /* service */, UErrorCode& status) const { argument
865 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
894 int32_t kind = lkey.kind(); local
896 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind);
953 int32_t kind = lkey.kind(); local
956 return NumberFormat::makeInstance(loc, (UNumberFormatStyle)kind, status);
1031 NumberFormat::internalCreateInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) { argument
1034 return (NumberFormat*)gService->get(loc, kind, statu
1041 createInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) argument
1286 createSharedInstance(const Locale& loc, UNumberFormatStyle kind, UErrorCode& status) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffparse.c702 #define CFF_FIELD( code, name, id, kind ) \
704 kind, \
745 #define CFF_FIELD( code, name, id, kind ) \
747 kind, \
806 #define CFF_FIELD( code, name, id, kind ) i++;
827 clazz[i].kind = cff_kind_callback; \
838 clazz[i].kind = kind_; \
849 clazz[i].kind = cff_kind_delta; \
860 clazz[i].kind = 0;
874 clazz[i].kind
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dsad_tab_view.cc48 SadTabView::SadTabView(WebContents* web_contents, chrome::SadTabKind kind) argument
50 kind_(kind),
279 SadTabKind kind) {
280 return new SadTabView(web_contents, kind);
278 Create(content::WebContents* web_contents, SadTabKind kind) argument
H A Dsad_tab_view.h37 SadTabView(content::WebContents* web_contents, chrome::SadTabKind kind);
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.h78 CONTENT_EXPORT static GpuProcessHost* Get(GpuProcessKind kind,
88 CONTENT_EXPORT static void SendOnIO(GpuProcessKind kind,
136 // What kind of GPU process, e.g. sandboxed or unsandboxed.
137 GpuProcessKind kind();
150 GpuProcessHost(int host_id, GpuProcessKind kind);
/external/chromium_org/content/child/
H A Dwebthemeengine_impl_mac.cc38 trackInfo.kind = size == WebThemeEngine::SizeRegular ?
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_user_media_client.cc203 WebMediaDeviceInfo::MediaDeviceKind kind; member in struct:content::__anon7886
230 test_devices[i].kind,
246 WebSourceInfo::SourceKind kind; member in struct:content::__anon7887
267 test_sources[i].kind,

Completed in 645 milliseconds

<<11121314151617181920>>