Home
last modified time | relevance | path

Searched refs:pushed (Results 1 – 25 of 157) sorted by relevance

1234567

/external/eigen/unsupported/test/
Dcxx11_runqueue.cpp168 int pushed = 1; in test_stress_runqueue() local
170 while (pushed < kEvents || popped < kEvents) { in test_stress_runqueue()
171 if (pushed < kEvents) { in test_stress_runqueue()
172 if (q.PushFront(pushed) == 0) { in test_stress_runqueue()
173 sum += pushed; in test_stress_runqueue()
174 pushed++; in test_stress_runqueue()
/external/kmod/libkmod/
Dlibkmod-index.c369 int ch, pushed; in index_dump_node() local
371 pushed = strbuf_pushchars(buf, node->prefix); in index_dump_node()
391 strbuf_popchars(buf, pushed); in index_dump_node()
489 int pushed = 0; in index_searchwild__all() local
496 pushed++; in index_searchwild__all()
520 strbuf_popchars(buf, pushed); in index_searchwild__all()
841 int ch, pushed; in index_mm_dump_node() local
843 pushed = strbuf_pushchars(buf, node->prefix); in index_mm_dump_node()
865 strbuf_popchars(buf, pushed); in index_mm_dump_node()
964 int pushed = 0; in index_mm_searchwild_all() local
[all …]
/external/v8/tools/testrunner/local/
Dandroid.py61 self.pushed = set()
82 if file_on_host in self.pushed:
104 self.pushed.add(file_on_host)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLSAXHandler.java346 boolean pushed; in startPrefixMapping()
359 pushed = m_prefixMap.pushNamespace(prefix, uri, pushDepth); in startPrefixMapping()
361 if (pushed) in startPrefixMapping()
394 return pushed; in startPrefixMapping()
DToUnknownStream.java385 boolean pushed = false; in startPrefixMapping()
395 pushed = m_handler.startPrefixMapping(prefix, uri, shouldFlush); in startPrefixMapping()
417 pushed = m_handler.startPrefixMapping(prefix, uri, shouldFlush); in startPrefixMapping()
419 return pushed; in startPrefixMapping()
/external/skia/infra/pathkit/docker/
DREADME.md15 It gets manually pushed anytime there's an update to the Dockerfile or relevant
37 It gets manually pushed anytime there's an update to the Dockerfile or relevant
63 It gets manually pushed anytime there's an update to the Dockerfile or the parent
92 It gets manually pushed anytime there's an update to the Dockerfile or the parent
/external/skqp/infra/pathkit/docker/
DREADME.md15 It gets manually pushed anytime there's an update to the Dockerfile or relevant
37 It gets manually pushed anytime there's an update to the Dockerfile or relevant
63 It gets manually pushed anytime there's an update to the Dockerfile or the parent
92 It gets manually pushed anytime there's an update to the Dockerfile or the parent
/external/perfetto/tools/
Dtest_data.txt1 # List of test deps that should be pushed on the device. Paths are relative
/external/libphonenumber/
DREADME.android7 has been pushed to the github repository.
/external/selinux/mcstrans/share/examples/include/
DREADME1 Original RHEL 5 setrans.conf pushed into setrans.d as include file
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StackPushV2.pbtxt13 The tensor to be pushed onto the stack.
Dapi_def_BoostedTreesTrainingPredict.pbtxt61 calculates the updates to be pushed to the cache.
/external/elfutils/config/
Dupload-release.sh19 echo Make sure the git repo is tagged, signed and pushed
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtailcall-calleesave.ll9 ; Do not overwrite pushed callee-save registers
/external/llvm/test/CodeGen/X86/
Dtailcall-calleesave.ll9 ; Do not overwrite pushed callee-save registers
/external/skia/infra/lottiecap/docker/
DREADME.md16 It gets manually pushed anytime there's an update to the Dockerfile or relevant
46 It gets manually pushed anytime there's an update to the Dockerfile or relevant
/external/skqp/infra/lottiecap/docker/
DREADME.md16 It gets manually pushed anytime there's an update to the Dockerfile or relevant
46 It gets manually pushed anytime there's an update to the Dockerfile or relevant
/external/libunwind_llvm/src/
DUnwindRegistersRestore.S42 # we now have ret and eax pushed onto where new stack will be
53 pop %eax # eax was already pushed on new stack
54 ret # eip was already pushed on new stack
/external/skia/docker/
DREADME.md57 It gets manually pushed anytime there's an update to the Dockerfile or relevant
78 It gets manually pushed anytime there's an update to the Dockerfile or relevant
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dmove-to-valu-worklist.ll5 ; pushed to the visit worklist more than once.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dcfi-alignment.ll3 ; Since d11 doesn't get pushed with the aligned registers, its frameindex
/external/llvm/test/CodeGen/ARM/
Dcfi-alignment.ll3 ; Since d11 doesn't get pushed with the aligned registers, its frameindex
/external/python/cpython3/Doc/library/
Ddis.rst709 is pushed. Finally, the result of calling the enter method is pushed onto
925 object is pushed onto the stack. The current namespace is not affected: for
933 resulting object is pushed onto the stack, to be subsequently stored by a
1120 method and TOS are pushed when interpreter can call unbound method directly.
1122 Otherwise, ``NULL`` and method is pushed (method is bound method or
1134 All of them are popped and return value is pushed.
1158 ``slice(TOS1, TOS)`` is pushed; if it is 3, ``slice(TOS2, TOS1, TOS)`` is
1159 pushed. See the :func:`slice` built-in function for more information.
1187 result is pushed on the stack.
/external/python/cpython2/Doc/library/
Ddis.rst550 is pushed. Finally, the result of calling the enter method is pushed onto
678 object is pushed onto the stack. The current namespace is not affected: for
686 resulting object is pushed onto the stack, to be subsequently stored by a
836 ``slice(TOS1, TOS)`` is pushed; if it is 3, ``slice(TOS2, TOS1, TOS)`` is
837 pushed. See the :func:`slice` built-in function for more information.
/external/antlr/runtime/JavaScript/tests/functional/
Drhino-python.extensions96 pushed on the stack; this will never be popped off again. The
97 numbers pushed on the stack will always be strictly increasing
101 pushed on the stack, and one INDENT token is generated. If it

1234567