Searched refs:top (Results 1 - 25 of 916) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/
H A Ddiamond_top.h1 int top(int *);
/external/v8/test/mjsunit/regress/
H A Dregress-2249423.js31 function top() { function
40 top();
/external/fio/
H A Dcconv.c48 struct thread_options_pack *top)
53 o->set_options[i] = le64_to_cpu(top->set_options[i]);
55 string_to_cpu(&o->description, top->description);
56 string_to_cpu(&o->name, top->name);
57 string_to_cpu(&o->directory, top->directory);
58 string_to_cpu(&o->filename, top->filename);
59 string_to_cpu(&o->filename_format, top->filename_format);
60 string_to_cpu(&o->opendir, top->opendir);
61 string_to_cpu(&o->ioengine, top->ioengine);
62 string_to_cpu(&o->mmapfile, top
47 convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top) argument
256 convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *o) argument
[all...]
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/
H A Dpop.pass.cpp23 assert(q.top() == 1);
25 assert(q.top() == 3);
27 assert(q.top() == 3);
29 assert(q.top() == 2);
31 assert(q.top() == 1);
H A Demplace.pass.cpp26 assert(q.top() == Emplaceable(1, 2.5));
28 assert(q.top() == Emplaceable(3, 4.5));
30 assert(q.top() == Emplaceable(3, 4.5));
H A Dpush.pass.cpp23 assert(q.top() == 1);
25 assert(q.top() == 3);
27 assert(q.top() == 3);
H A Dpush_rvalue.pass.cpp26 assert(q.top() == 1);
28 assert(q.top() == 3);
30 assert(q.top() == 3);
H A Dtop.pass.cpp14 // const_reference top() const;
23 assert(q.top() == 1);
25 assert(q.top() == 3);
27 assert(q.top() == 3);
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-top.c2 * builtin-top.c
4 * Builtin top command: Display a continuously updated profile of
34 #include "util/top.h"
76 static void perf_top__update_print_entries(struct perf_top *top) argument
78 top->print_entries = top->winsize.ws_row - HEADER_LINE_NR;
84 struct perf_top *top = arg; local
86 get_term_dimensions(&top->winsize);
87 perf_top__update_print_entries(top);
90 static int perf_top__parse_source(struct perf_top *top, struc argument
173 perf_top__record_precise_ip(struct perf_top *top, struct hist_entry *he, int counter, u64 ip) argument
209 perf_top__show_details(struct perf_top *top) argument
260 perf_top__print_sym_table(struct perf_top *top) argument
338 perf_top__prompt_symbol(struct perf_top *top, const char *msg) argument
379 perf_top__print_mapped_keys(struct perf_top *top) argument
411 perf_top__key_mapped(struct perf_top *top, int c) argument
435 perf_top__handle_keypress(struct perf_top *top, int c) argument
566 struct perf_top *top = arg; local
595 struct perf_top *top = arg; local
690 struct perf_top *top = container_of(tool, struct perf_top, tool); local
799 perf_top__mmap_read_idx(struct perf_top *top, int idx) argument
867 perf_top__mmap_read(struct perf_top *top) argument
875 perf_top__start_counters(struct perf_top *top) argument
930 __cmd_top(struct perf_top *top) argument
1038 struct perf_top *top = opt->value; local
1048 struct perf_top top = { local
[all...]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockRectF.java27 //public float top;
41 it.top = rhs.top;
47 public void $init(float left, float top, float right, float bottom) { argument
49 it.top = top;
64 it.top = it.top + dy;
69 public void offsetTo(float left, float top) { argument
72 it.bottom = top
[all...]
/external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
H A Dpush.pass.cpp22 assert(q.top() == 1);
25 assert(q.top() == 2);
28 assert(q.top() == 3);
H A Dpush_rv.pass.cpp25 assert(q.top() == MoveOnly(1));
28 assert(q.top() == MoveOnly(2));
31 assert(q.top() == MoveOnly(3));
H A Dpop.pass.cpp25 assert(q.top() == 3);
28 assert(q.top() == 2);
31 assert(q.top() == 1);
/external/freetype/src/cff/
H A Dcf2stack.c66 stack->top = &stack->buffer[0]; /* empty stack */
90 return (CF2_UInt)( stack->top - &stack->buffer[0] );
98 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
104 stack->top->u.i = val;
105 stack->top->type = CF2_NumberInt;
106 ++stack->top;
114 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
120 stack->top->u.r = val;
121 stack->top->type = CF2_NumberFixed;
122 ++stack->top;
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2stack.c66 stack->top = &stack->buffer[0]; /* empty stack */
90 return (CF2_UInt)( stack->top - &stack->buffer[0] );
98 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
104 stack->top->u.i = val;
105 stack->top->type = CF2_NumberInt;
106 ++stack->top;
114 if ( stack->top == &stack->buffer[CF2_OPERAND_STACK_SIZE] )
120 stack->top->u.r = val;
121 stack->top->type = CF2_NumberFixed;
122 ++stack->top;
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dpstack.c13 unsigned short top; member in struct:pstack
34 return pstack->top == 0;
39 unsigned short i = pstack->top, last_index = pstack->top - 1;
47 --pstack->top;
56 if (pstack->top == pstack->max_nr_entries) {
57 pr_err("%s: top=%d, overflow!\n", __func__, pstack->top);
60 pstack->entries[pstack->top++] = key;
67 if (pstack->top
[all...]
H A Dtop.c4 * Refactored from builtin-top.c, see that files for further copyright notes.
15 #include "top.h"
24 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) argument
29 struct perf_record_opts *opts = &top->record_opts;
33 if (top->samples) {
34 samples_per_sec = top->samples / top->delay_secs;
35 ksamples_per_sec = top->kernel_samples / top->delay_secs;
36 esamples_percent = (100.0 * top
112 perf_top__reset_sample_counters(struct perf_top *top) argument
[all...]
/external/v8/src/heap/
H A Dstore-buffer-inl.h22 Address* top = reinterpret_cast<Address*>(heap_->store_buffer_top()); local
23 *top++ = addr;
24 heap_->public_set_store_buffer_top(top);
25 if ((reinterpret_cast<uintptr_t>(top) & kStoreBufferOverflowBit) != 0) {
26 DCHECK(top == limit_);
29 DCHECK(top < limit_);
40 Address* top = old_top_; local
41 *top++ = addr;
42 old_top_ = top;
45 if (top >
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewInnerTextTest.java27 LinearLayout top = new LinearLayout(activity);
28 top.addView(textView("blah"));
29 top.addView(new View(activity));
30 top.addView(textView("a b c"));
33 top.addView(innerLayout);
41 top.addView(textView("mnop"));
43 assertEquals("blah a b c d e f g h i jkl! mnop", shadowOf(top).innerText());
48 LinearLayout top = new LinearLayout(activity);
49 top.addView(textView("blah", View.VISIBLE));
50 top
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRect.java14 public void __constructor__(int left, int top, int right, int bottom) { argument
16 realRect.top = top;
23 realRect.top = otherRect.top;
30 set(rect.left, rect.top, rect.right, rect.bottom);
34 public void set(int left, int top, int right, int bottom) { argument
36 realRect.top = top;
48 return realRect.bottom - realRect.top;
104 intersect(int left, int top, int right, int bottom) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css7 body { overflow: auto; margin-top: 0px; margin-bottom: 0px; margin-left: 0.3em; margin-right: 0.3em; }
9 h1 { margin-top: 0.3em; margin-bottom: 0.04em; }
10 h2 { margin-top: 2em; margin-bottom: 0.25em; }
11 h3 { margin-top: 1.7em; margin-bottom: 0.25em; }
12 h4 { margin-top: 2em; margin-bottom: 0.3em; }
13 h5 { margin-top: 0px; margin-bottom: 0px; }
14 p { margin-top: 0em; margin-bottom: 0em; }
16 ul { margin-top: 0px; margin-bottom: 1em; }
17 li { margin-top: 0px; margin-bottom: 0px; }
18 li p { margin-top
[all...]
/external/webp/src/dsp/
H A Denc.c208 const uint8_t* top, int size) {
210 if (top) {
211 for (j = 0; j < size; ++j) memcpy(dst + j * BPS, top, size);
230 const uint8_t* top, int size) {
233 if (top) {
239 dst[x] = clip_table[top[x]];
248 // is equivalent to VE prediction where you just copy the top samples.
249 // Note that if top samples are not available, the default value is
251 if (top) {
252 VerticalPred(dst, top, siz
207 VerticalPred(uint8_t* dst, const uint8_t* top, int size) argument
229 TrueMotion(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) argument
259 DCMode(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size, int round, int shift) argument
285 IntraChromaPreds(uint8_t* dst, const uint8_t* left, const uint8_t* top) argument
305 Intra16Preds(uint8_t* dst, const uint8_t* left, const uint8_t* top) argument
319 VE4(uint8_t* dst, const uint8_t* top) argument
332 HE4(uint8_t* dst, const uint8_t* top) argument
344 DC4(uint8_t* dst, const uint8_t* top) argument
351 RD4(uint8_t* dst, const uint8_t* top) argument
370 LD4(uint8_t* dst, const uint8_t* top) argument
388 VR4(uint8_t* dst, const uint8_t* top) argument
410 VL4(uint8_t* dst, const uint8_t* top) argument
432 HU4(uint8_t* dst, const uint8_t* top) argument
447 HD4(uint8_t* dst, const uint8_t* top) argument
470 TM4(uint8_t* dst, const uint8_t* top) argument
488 Intra4Preds(uint8_t* dst, const uint8_t* top) argument
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFrame.java26 private int top; field in class:Frame
86 top = 0;
90 * Gets the index of the type sitting at the top of the stack.
95 * @return the position of the element at the top of the stack
98 return top - 1;
112 * Gets the top of the stack without altering it
114 * @return the top of the stack
117 if (top < 1)
120 return stack[top - 1];
129 if (top <
[all...]
/external/boringssl/src/crypto/bn/
H A Dshift.c78 if (bn_wexpand(r, a->top + nw + 1) == NULL) {
85 t[a->top + nw] = 0;
87 for (i = a->top - 1; i >= 0; i--) {
91 for (i = a->top - 1; i >= 0; i--) {
98 r->top = a->top + nw + 1;
110 if (bn_wexpand(r, a->top + 1) == NULL) {
113 r->top = a->top;
115 if (bn_wexpand(r, a->top
[all...]
/external/freetype/src/psaux/
H A Dt1decode.c318 /* Now load `achar' on top of */
393 decoder->top = decoder->stack;
432 FT_Long* top = decoder->top; local
443 FT_TRACE5(( " (%d)", decoder->top - decoder->stack ));
662 if ( top - decoder->stack >= T1_MAX_CHARSTRINGS_OPERANDS )
675 *top++ = value;
676 decoder->top = top;
689 if ( top
[all...]

Completed in 763 milliseconds

1234567891011>>