OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:push_obj
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/python/framework/
traceable_stack_test.py
81
t_stack.
push_obj
(42.0)
82
t_stack.
push_obj
('hope')
92
t_stack.
push_obj
(0)
93
t_stack.
push_obj
(1)
94
t_stack.
push_obj
(2)
95
t_stack.
push_obj
(3)
111
# the call to t_stack.
push_obj
(1). Do not separate the next two lines!
113
t_stack.
push_obj
(1)
116
# the call to call_push_obj() and _not_ the call to t_stack.
push_obj
().
118
t_stack.
push_obj
(obj, offset=1
[
all
...]
traceable_stack.py
89
def
push_obj
(self, obj, offset=0):
member in class:TraceableStack
ops.py
[
all
...]
/external/skia/src/utils/
SkLua.cpp
83
template <typename T> void
push_obj
(lua_State* L, const T& obj) {
function
328
push_obj
(fL, rr);
341
push_obj
(fL, matrix);
346
push_obj
(fL, paint);
351
push_obj
(fL, path);
[
all
...]
/external/skqp/src/utils/
SkLua.cpp
83
template <typename T> void
push_obj
(lua_State* L, const T& obj) {
function
328
push_obj
(fL, rr);
341
push_obj
(fL, matrix);
346
push_obj
(fL, paint);
351
push_obj
(fL, path);
[
all
...]
Completed in 848 milliseconds