Searched refs:current (Results 201 - 225 of 999) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/targets/gbm/
H A DMakefile4 include $(TOP)/configs/current
/external/mesa3d/src/gallium/targets/va-softpipe/
H A DMakefile2 include $(TOP)/configs/current
/external/mesa3d/src/gallium/targets/vdpau-softpipe/
H A DMakefile2 include $(TOP)/configs/current
/external/mesa3d/src/gallium/targets/xvmc-softpipe/
H A DMakefile2 include $(TOP)/configs/current
/external/mesa3d/src/gallium/tests/trivial/
H A DMakefile4 include $(TOP)/configs/current
/external/mesa3d/src/gallium/winsys/svga/drm/
H A DMakefile2 include $(TOP)/configs/current
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DAnalyzer.java152 Frame current = newFrame(m.maxLocals, m.maxStack);
158 current.setLocal(local++, interpreter.newValue(ctype));
161 current.setLocal(local++, interpreter.newValue(args[i]));
163 current.setLocal(local++, interpreter.newValue(null));
167 current.setLocal(local++, interpreter.newValue(null));
169 merge(0, current, null);
190 current.init(f).execute(insnNode, interpreter);
196 merge(insn + 1, current, subroutine);
201 merge(jump, current, new Subroutine(j.label,
205 merge(jump, current, subroutin
[all...]
/external/nanohttpd/
H A DAndroid.mk11 LOCAL_SDK_VERSION := current
24 LOCAL_SDK_VERSION := current
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_otadata.h51 EAS_U8 patternLen; /* length of current pattern */
61 EAS_I32 time; /* current time in 256ths of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
65 S_OTA_LOC current; /* current location */ member in struct:__anon14211
70 EAS_U8 currentPattern; /* current pattern for loop */
74 EAS_U8 velocity; /* current volume */
75 EAS_U8 state; /* current state EAS_STATE_XXXX */
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_otadata.h51 EAS_U8 patternLen; /* length of current pattern */
61 EAS_I32 time; /* current time in 256ths of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
65 S_OTA_LOC current; /* current location */ member in struct:__anon14261
70 EAS_U8 currentPattern; /* current pattern for loop */
74 EAS_U8 velocity; /* current volume */
75 EAS_U8 state; /* current state EAS_STATE_XXXX */
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_otadata.h51 EAS_U8 patternLen; /* length of current pattern */
61 EAS_I32 time; /* current time in 256ths of a msec */
63 EAS_U32 restTicks; /* ticks to rest after current note */
65 S_OTA_LOC current; /* current location */ member in struct:__anon14313
70 EAS_U8 currentPattern; /* current pattern for loop */
74 EAS_U8 velocity; /* current volume */
75 EAS_U8 state; /* current state EAS_STATE_XXXX */
/external/eigen/doc/
H A Deigen_navtree_hacks.js2 // generate a table of contents in the side-nav based on the h1/h2 tags of the current page.
17 var current = $(this);
18 var levelTag = current[0].tagName.charAt(1);
21 var cur_id = current.attr("id");
30 // current.html(prefix + " " + current.html());
36 current.attr('id', 'title' + i);
37 current.addClass('anchor');
39 i + "' title='" + current.prop("tagName") + "'>" + current
[all...]
/external/libmtp/examples/
H A Dpathutils.c34 char * current; local
44 current = malloc (strlen(parent) + strlen(folder->name) + 2);
45 sprintf(current,"%s/%s",parent,folder->name);
46 if (strcasecmp (path, current) == 0) {
47 free (current);
50 if (strncasecmp (path, current, strlen (current)) == 0) {
51 ret = lookup_folder_id (folder->child, path, current);
53 free (current);
/external/v8/test/cctest/
H A Dcctest.cc119 static void PrintTestList(CcTest* current) { argument
120 if (current == NULL) return;
121 PrintTestList(current->prev());
122 if (current->dependency() != NULL) {
124 current->file(), current->name(), current->dependency());
126 printf("%s/%s<\n", current->file(), current->name());
H A Dtest-profile-generator.cc571 const ProfileNode* current = topDown->root(); local
572 const_cast<ProfileNode*>(current)->Print(0);
582 current = PickChild(current, "");
583 CHECK_NE(NULL, const_cast<ProfileNode*>(current));
584 current = PickChild(current, "a");
585 CHECK_NE(NULL, const_cast<ProfileNode*>(current));
586 current = PickChild(current, "
649 const v8::CpuProfileNode* current = profile->GetTopDownRoot(); local
758 const v8::CpuProfileNode* current = profile->GetTopDownRoot(); local
[all...]
/external/v8/tools/
H A Dgen-postmortem-metadata.py428 current = '';
443 current += line[0:ii + 1];
450 if (len(current) > 0):
451 fields.append(parse_field(current));
452 current = '';
463 current += line[0:ii + 1];
465 if (len(current) > 0):
466 fields.append(parse_field(current));
467 current = '';
/external/gptfdisk/
H A Dgptcurses.cc55 whichOptions = ""; // current set of options
105 // Add a single empty Space to the current Spaces linked list and sort the result....
122 Space *current; local
129 current = firstSpace;
130 while ((current != NULL) /* && (current->partNum != -1) */ ) {
131 if ((current == firstSpace) && (current->firstLBA > GetFirstUsableLBA())) {
132 AddEmptySpace(GetFirstUsableLBA(), current->firstLBA - 1);
135 if ((current
184 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; local
[all...]
/external/icu/icu4c/source/common/
H A Dcaniter.cpp72 current(NULL),
102 if(current != NULL) {
103 uprv_free(current);
104 current = NULL;
122 current[i] = 0;
144 buffer.append(pieces[i][current[i]]);
155 current[i]++;
156 if (current[i] < pieces_lengths[i]) break; // got sequence
157 current[i] = 0;
186 current
[all...]
/external/v8/test/cctest/compiler/
H A Dtest-node.cc327 Node::Uses::iterator current = uses.begin(); local
328 CHECK(current != uses.end());
329 CHECK(*current == n3);
330 ++current;
331 CHECK(current != uses.end());
332 CHECK(*current == n5);
333 ++current;
334 CHECK(current != uses.end());
335 CHECK(*current == n3);
336 ++current;
370 Node::Inputs::iterator current = inputs.begin(); local
456 Node::Uses::iterator current = uses.begin(); local
[all...]
/external/v8/src/compiler/
H A Dregister-allocator.cc185 // at the current or the immediate next position.
252 UseInterval* current = FirstSearchIntervalForPosition(position); local
258 if (current->start().Value() == position.Value()) {
260 current = first_interval_;
263 while (current != NULL) {
264 if (current->Contains(position)) {
265 current->SplitAt(position, zone);
268 UseInterval* next = current->next();
273 current = next;
277 UseInterval* before = current;
418 UsePosition* current = first_pos_; local
1542 LiveRange* current = fixed_double_live_ranges_.at(i); local
1550 LiveRange* current = fixed_live_ranges_.at(i); local
1559 LiveRange* current = unhandled_live_ranges_.RemoveLast(); local
1796 TryAllocateFreeReg(LiveRange* current) argument
1871 AllocateBlockedReg(LiveRange* current) argument
1989 SplitAndSpillIntersecting(LiveRange* current) argument
2188 LiveRange* current = live_ranges()->at(i); local
[all...]
/external/v8/src/
H A Dlithium-allocator.cc189 // at the current or the immediate next position.
256 UseInterval* current = FirstSearchIntervalForPosition(position); local
262 if (current->start().Value() == position.Value()) {
264 current = first_interval_;
267 while (current != NULL) {
268 if (current->Contains(position)) {
269 current->SplitAt(position, zone);
272 UseInterval* next = current->next();
277 current = next;
281 UseInterval* before = current;
428 UsePosition* current = first_pos_; local
1502 LiveRange* current = fixed_double_live_ranges_.at(i); local
1510 LiveRange* current = fixed_live_ranges_.at(i); local
1519 LiveRange* current = unhandled_live_ranges_.RemoveLast(); local
1765 TryAllocateFreeReg(LiveRange* current) argument
1844 AllocateBlockedReg(LiveRange* current) argument
1965 SplitAndSpillIntersecting(LiveRange* current) argument
2157 LiveRange* current = live_ranges()->at(i); local
[all...]
/external/emma/core/java12/com/vladium/emma/
H A DProcessor.java40 final Logger current = Logger.getLogger ();
41 final Logger log = AppLoggers.create (m_appName, toolProperties, current);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DBreakIteratorICU.java41 public int current() { method in class:BreakIteratorICU
42 return fIcuBrkItr.current();
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c148 i915->current.sampler_enable_nr = 0;
149 i915->current.sampler_enable_flags = 0x0;
162 i915->current.sampler[unit]); /* the result */
168 i915->current.texbuffer[unit]); /* the result */
170 i915->current.sampler_enable_nr++;
171 i915->current.sampler_enable_flags |= (1 << unit);
313 i915->current.sampler_srgb[unit] = ( pt->format == PIPE_FORMAT_B8G8R8A8_SRGB ||
360 i915->current.texbuffer[unit]);
/external/replicaisland/src/com/replica/replicaisland/
H A DInterpolator.java21 * The current velocity will be accelerated towards the target until the target is reached.
52 public void set(float current, float target, float acceleration) { argument
53 mCurrent = current;

Completed in 812 milliseconds

1234567891011>>