Searched refs:current (Results 401 - 425 of 1571) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/test/perf/leperf/
H A DMakefile.in73 @$(RMV) current.out
75 set -o pipefail && ( ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) $(INVOCATION) | tee current.out )
/external/libbrillo/brillo/message_loops/
H A Dmessage_loop.cc24 MessageLoop* MessageLoop::current() { function in class:brillo::MessageLoop
43 "This is not the MessageLoop bound to the current thread.";
/external/libchrome/base/test/
H A Dsequenced_worker_pool_owner.cc16 : constructor_message_loop_(MessageLoop::current()),
27 // Spin the current message loop until SWP destruction verified in OnDestruct.
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/
H A Dtypes.pass.cpp19 // Iter current;
37 void test() {++(this->current);}
/external/libedit/src/
H A Dmap.h51 el_action_t *alt; /* The current alternate key map */
52 el_action_t *key; /* The current normal key map */
53 el_action_t *current; /* The keymap we are using */ member in struct:el_map_t
/external/libmojo/mojo/public/cpp/bindings/
H A Dsync_handle_registry.h27 static scoped_refptr<SyncHandleRegistry> current();
/external/libphonenumber/
H A DAndroid.mk39 LOCAL_SDK_VERSION := current
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c53 if (i915->current.dynamic[offset] == state)
56 i915->current.dynamic[offset] = state;
70 if (!memcmp(src, &i915->current.dynamic[offset], dwords * 4))
74 i915->current.dynamic[offset + i] = src[i];
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dqueue.hpp64 friend class clover::timestamp::current;
/external/python/cpython2/Demo/tkinter/ttk/
H A Dcombo_themes.py16 if event.widget.current(): # value #0 is not a theme
/external/python/cpython3/Objects/
H A Dweakrefobject.c905 PyWeakReference *current = *list; local
906 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current);
911 PyObject *callback = current->wr_callback;
913 current->wr_callback = NULL;
914 clear_weakref(current);
916 if (((PyObject *)current)->ob_refcnt > 0)
917 handle_callback(current, callback);
932 PyWeakReference *next = current->wr_next;
934 if (((PyObject *)current)->ob_refcnt > 0)
936 Py_INCREF(current);
[all...]
/external/swiftshader/src/OpenGL/common/
H A DMatrixStack.hpp49 const Matrix &current();
/external/syslinux/core/thread/
H A Dtimeout.c16 struct thread *curr = current();
23 /* The current thread is obviously running, so no need to check... */
/external/v8/src/
H A Dcontexts.cc75 Context* current = this; local
76 while (!current->is_declaration_context()) {
77 current = current->previous();
79 return current;
83 Context* current = this; local
84 while (!current->IsFunctionContext() && !current->IsScriptContext() &&
85 !current->IsModuleContext() && !current
130 Context* current = this; local
149 Context* current = this; local
[all...]
/external/glide/
H A DAndroid.mk20 LOCAL_SDK_VERSION := current
/external/guice/lib/build/
H A Dsafesax.jar ... localName int hash int index safesax.Children$Child current safesax.Element get (java.lang.String, java ...
/external/libcups/cups/
H A Doptions.c653 current, /* Current index */ local
712 current = (left + right) / 2;
713 diff = cups_compare_options(&key, options + current);
718 right = current;
720 left = current;
731 current = left;
735 current = right;
745 return (current);
/external/libunwind/doc/
H A Dunw_is_signal_frame.tex8 \begin{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_signal\_frame -- check if current frame is a signal frame
20 if the current frame identified by \Var{cp} is a signal frame, and a
35 positive value if the current frame is a signal frame, or 0 if it is
48 whether or not the current frame is a signal frame.
/external/ltp/testcases/kernel/security/smack/
H A Dsmack_file_access.sh62 echo TheOne 2>/dev/null > /proc/self/attr/current
69 echo NotTheOne 2>/dev/null > /proc/self/attr/current
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
H A DNumberPicker.java147 * Set the range of numbers allowed for the number picker. The current value will be automatically
163 * Set the range of numbers allowed for the number picker. The current value will be automatically
181 public void setCurrent(int current) { argument
182 mCurrent = current;
212 private void changeCurrent(int current) { argument
215 if (current > mEnd) {
216 current = mStart;
217 } else if (current < mStart) {
218 current = mEnd;
221 mCurrent = current;
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dflatten_call_graph.cc93 auto current = worklist.back(); local
95 for (auto* instruction : current->instructions()) {
/external/autotest/client/common_lib/
H A Dpxssh.py112 current = range(n+1)
114 previous, current = current, [i]+[0]*n
116 add, delete = previous[j]+1, current[j-1]+1
120 current[j] = min(add, delete, change)
121 return current[n]
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
H A DMockMethodAdvice.java57 * @param current stack frame number to start cleaning from (upwards)
62 private static Throwable hideRecursiveCall(Throwable throwable, int current, argument
70 next = stack[stack.length - current - ++skip];
73 int top = stack.length - current - skip;
76 System.arraycopy(stack, top + skip, cleared, top, current);
319 Object current = get();
321 if (current == value) {
/external/llvm/utils/vim/indent/
H A Dllvm.vim9 " - If the current line ends with ':' indent at the same level as the
45 " Indent labels the same as the current opening block
53 " Find a non-blank not-completely commented line above the current line.
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c172 * current fence. So check again.
182 if (fence == screen->fence.current)
232 if (screen->fence.current->state < NOUVEAU_FENCE_STATE_EMITTING) {
233 if (screen->fence.current->ref > 1)
234 nouveau_fence_emit(screen->fence.current);
239 nouveau_fence_ref(NULL, &screen->fence.current);
241 nouveau_fence_new(screen, &screen->fence.current);

Completed in 648 milliseconds

<<11121314151617181920>>