/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
H A D | PerformanceResults.java | 261 * @param kind Decide what kind of build is taken into account 262 * 0: all kind of build 266 * @return the name of the last build of the selected kind 268 public String getLastBuildName(int kind) { argument 273 if (kind > 0) { 277 if (kind < 2) break loop; 280 if (kind < 3) break loop; 283 if (kind < 4) break loop;
|
/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 D | FingerPrintGraph.java | 184 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/iproute2/include/linux/tc_ematch/ |
H A D | tc_em_meta.h | 17 __u16 kind; member in struct:tcf_meta_val 23 #define TCF_META_TYPE(kind) (((kind) & TCF_META_TYPE_MASK) >> 12) 25 #define TCF_META_ID(kind) ((kind) & TCF_META_ID_MASK)
|
/external/iproute2/tc/ |
H A D | m_ematch.c | 42 static inline void map_warning(int num, char *kind) argument 46 "Please assign a unique ID to the ematch kind the suggested " \ 49 kind, EMATCH_MAP, num, kind); 90 static int lookup_map_id(char *kind, int *dst, const char *file) argument 114 if (!strcasecmp(namebuf, kind)) { 129 static struct ematch_util *get_ematch_kind(char *kind) argument 137 if (strcmp(e->kind, kind) == 0) 141 snprintf(buf, sizeof(buf), "em_%s.so", kind); 163 get_ematch_kind_num(__u16 kind) argument [all...] |
/external/libselinux/src/ |
H A D | android.c | 278 static int seapp_context_lookup(int kind, argument 340 if (kind == SEAPP_TYPE && !cur->type) 342 else if (kind == SEAPP_DOMAIN && !cur->domain) 356 if (kind == SEAPP_TYPE) { 359 } else if (kind == SEAPP_DOMAIN) { 378 if (kind == SEAPP_DOMAIN && i == nspec) {
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/ |
H A D | SDL_sysjoystick.c | 101 hid_kind_t kind; member in struct:__anon10521 346 switch (hitem.kind) { 477 switch (hitem.kind) { 559 len = hid_report_size(rd, r->rid, repinfo[repind].kind); 563 len = hid_report_size(rd, r->rid, repinfo[repind].kind); 565 len = hid_report_size(rd, repinfo[repind].kind, r->rid); 568 len = hid_report_size(rd, repinfo[repind].kind, &r->rid); 572 len = hid_report_size(rd, repinfo[repind].kind, r->rid); 574 len = hid_report_size(rd, repinfo[repind].kind, &r->rid);
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
H A D | xf86vmode.h | 152 int kind; /* What happened */ member in struct:__anon10648
|
/external/regex-re2/re2/ |
H A D | nfa.cc | 687 Anchor anchor, MatchKind kind, 694 if (kind == kFullMatch) { 701 if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch)) 703 if (kind == kFullMatch && match[0].end() != text.end()) 686 SearchNFA(const StringPiece& text, const StringPiece& context, Anchor anchor, MatchKind kind, StringPiece* match, int nmatch) argument
|
H A D | onepass.cc | 209 Anchor anchor, MatchKind kind, 211 if (anchor != kAnchored && kind != kFullMatch) { 238 kind = kFullMatch; 280 if (kind == kFullMatch) 309 if (kind == kFirstMatch && (cond & kMatchWins)) 207 SearchOnePass(const StringPiece& text, const StringPiece& const_context, Anchor anchor, MatchKind kind, StringPiece* match, int nmatch) argument
|
/external/skia/src/animator/ |
H A D | SkDrawGroup.cpp | 94 bool SkGroup::doEvent(SkDisplayEvent::Kind kind, SkEventState* state) { argument 100 handled |= drawable->doEvent(kind, state);
|
/external/v8/src/arm/ |
H A D | lithium-codegen-arm.h | 259 Safepoint::Kind kind, 360 Safepoint::Kind kind) 363 codegen_->expected_safepoint_kind_ = kind; 378 Safepoint::Kind kind = codegen_->expected_safepoint_kind_; local 379 ASSERT((kind & Safepoint::kWithRegisters) != 0); 380 switch (kind) { 359 PushSafepointRegistersScope(LCodeGen* codegen, Safepoint::Kind kind) argument
|
/external/v8/src/mips/ |
H A D | lithium-codegen-mips.h | 259 Safepoint::Kind kind, 375 Safepoint::Kind kind) 378 codegen_->expected_safepoint_kind_ = kind; 393 Safepoint::Kind kind = codegen_->expected_safepoint_kind_; local 394 ASSERT((kind & Safepoint::kWithRegisters) != 0); 395 switch (kind) { 374 PushSafepointRegistersScope(LCodeGen* codegen, Safepoint::Kind kind) argument
|
/external/v8/src/ |
H A D | scanner.cc | 722 enum { DECIMAL, HEX, OCTAL } kind = DECIMAL; local 739 kind = HEX; 750 kind = OCTAL; 753 kind = DECIMAL; 767 if (kind == DECIMAL) { 778 ASSERT(kind != HEX); // 'e'/'E' must be scanned as part of the hex number 779 if (kind == OCTAL) return Token::ILLEGAL; // no exponent for octals allowed
|
H A D | ic.h | 214 CallICBase(Code::Kind kind, Isolate* isolate) argument 215 : IC(EXTRA_CALL_FRAME, isolate), kind_(kind) {} 256 Code::Kind kind, 428 virtual Code::Kind kind() const = 0; 509 virtual Code::Kind kind() const { return Code::KEYED_LOAD_IC; } function in class:v8::internal::KeyedLoadIC 659 virtual Code::Kind kind() const { return Code::KEYED_STORE_IC; } function in class:v8::internal::KeyedStoreIC
|
/external/valgrind/main/coregrind/ |
H A D | m_libcprint.c | 369 /* Current message kind - changes from call to call */ 370 VgMsgKind kind; member in struct:__anon13658 406 if (Vg_FailMsg == b->kind) { 419 switch (b->kind) { 464 UInt VG_(vmessage) ( VgMsgKind kind, const HChar* format, va_list vargs ) argument 474 b->kind = kind; 492 UInt VG_(message) ( VgMsgKind kind, const HChar* format, ... ) argument 497 count = VG_(vmessage) ( kind, format, vargs );
|
/external/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 33 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) { argument 34 switch (kind) { 862 tok::TokenKind kind) { 866 Kind = kind;
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
H A D | tab_contents_view_gtk.cc | 248 SadTabView::Kind kind = local 251 sad_tab_ = new SadTabView(tab_contents(), kind);
|
/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 D | ResultsElement.java | 590 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { argument 593 this.children[i].writableStatus(buffer, kind, excluded);
|
/external/iproute2/ip/ |
H A D | ipaddress.c | 159 char *kind; local 165 kind = RTA_DATA(linkinfo[IFLA_INFO_KIND]); 168 fprintf(fp, " %s ", kind); 170 lu = get_link_kind(kind);
|
/external/libvpx/vpx/ |
H A D | vpx_encoder.h | 126 enum vpx_codec_cx_pkt_kind kind; /**< packet variant */ member in struct:vpx_codec_cx_pkt
|
/external/qemu/hw/ |
H A D | usb-hid.c | 66 int kind; member in struct:USBHIDState 674 if (s->kind == USB_MOUSE) { 678 } else if (s->kind == USB_TABLET) { 682 } else if (s->kind == USB_KEYBOARD) { 748 if (s->kind == USB_MOUSE) { 752 } else if (s->kind == USB_TABLET) { 756 } else if (s->kind == USB_KEYBOARD) { 767 if (s->kind == USB_MOUSE) 769 else if (s->kind == USB_TABLET) 771 else if (s->kind [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
H A D | valgrind-low.c | 354 PointKind kind; local 357 kind = software_breakpoint; 360 kind = hardware_breakpoint; 363 kind = write_watchpoint; 366 kind = read_watchpoint; 369 kind = access_watchpoint; 376 if (VG_(gdbserver_point) (kind, insert, addr, len))
|
/external/valgrind/main/drd/ |
H A D | drd_pthread_intercepts.c | 228 * if-statements are used to test the value of 'kind' instead of a switch 232 static MutexT DRD_(pthread_to_drd_mutex_type)(const int kind) argument 234 if (kind == PTHREAD_MUTEX_RECURSIVE) 236 else if (kind == PTHREAD_MUTEX_ERRORCHECK) 238 else if (kind == PTHREAD_MUTEX_NORMAL) 240 else if (kind == PTHREAD_MUTEX_DEFAULT) 243 else if (kind == PTHREAD_MUTEX_ADAPTIVE_NP) 273 const int kind = mutex->__m_kind & 3; local 274 return DRD_(pthread_to_drd_mutex_type)(kind); 280 const int kind [all...] |
/external/valgrind/main/exp-sgcheck/ |
H A D | h_main.c | 483 When .kind is NonShad, .shadow may give the identity of the temp 488 When .kind is Shad tmp holds a shadow value, and so .shadow must be 498 TempKind kind; member in struct:__anon13883 514 current kind and possibly shadow temps for each temp in the 571 /* Create a new IRTemp of type 'ty' and kind 'kind', and add it to 575 static IRTemp newTemp ( PCEnv* pce, IRType ty, TempKind kind ) 580 ent.kind = kind; 649 ent.kind [all...] |
/external/valgrind/main/memcheck/ |
H A D | mc_malloc_wrappers.c | 178 MC_AllocKind kind) 183 mc->allockind = kind; 235 Bool is_zeroed, MC_AllocKind kind, VgHashTable table) 243 tl_assert(MC_AllocCustom == kind); 245 tl_assert(MC_AllocCustom != kind); 265 VG_(HT_add_node)( table, create_MC_Chunk(ec, p, szB, kind) ); 350 void MC_(handle_free) ( ThreadId tid, Addr p, UInt rzB, MC_AllocKind kind ) 361 if (kind != mc->allockind) { 177 create_MC_Chunk( ExeContext* ec, Addr p, SizeT szB, MC_AllocKind kind) argument 233 new_block( ThreadId tid, Addr p, SizeT szB, SizeT alignB, Bool is_zeroed, MC_AllocKind kind, VgHashTable table) argument
|