| /external/protobuf/src/google/protobuf/ |
| test_util.h | 38 #include <stack> 199 // We have to split this into three function otherwise it creates a stack
|
| /external/protobuf/src/google/protobuf/util/internal/ |
| field_mask_utility.cc | 115 stack<string> prefix; 187 // Builds a prefix and save it into the stack.
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/avr32/ |
| sysv.S | 52 /* Call ffi_prep_args(stack, &ecif). */ 207 .section .note.GNU-stack,"",@progbits
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
| ffi_sysv.c | 172 goes on the stack. Structures and long doubles (if not equivalent 174 Stuff on the stack needs to keep proper alignment. */ 190 /* If this FP arg is going on the stack, it must be 222 on the stack. If they go on the stack, they must 271 /* Stack space. */ 277 /* The stack space allocated needs to be a multiple of 16 bytes. */ 323 /* ffi_prep_args_SYSV is called by the assembly routine once stack space 326 The stack layout we want looks like this: 330 | Previous backchain pointer 4 | stack pointer her [all...] |
| /external/selinux/python/sepolgen/src/sepolgen/ |
| interfaces.py | 461 stack = [(interface, None)] 465 while len(stack) > 0: 466 cur, cur_ifcall = stack.pop(-1) 489 stack.append((newif, ifcall))
|
| /external/skia/src/sksl/ |
| SkSLGLSLCodeGenerator.h | 11 #include <stack>
|
| /external/skqp/src/sksl/ |
| SkSLGLSLCodeGenerator.h | 11 #include <stack>
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| aggressive_dead_code_elim_pass.cpp | 21 #include <stack> 202 std::stack<Instruction*> currentHeaderBranch; 337 std::stack<bool> assume_branches_live; 338 std::stack<uint32_t> currentMergeBlockId; 339 // Push sentinel values on stack for when outside of any control flow.
|
| /external/tensorflow/tensorflow/contrib/integrate/python/ops/ |
| odes.py | 407 y = solution.stack(name=scope) 412 integrate_points = history.integrate_points.stack() 416 'error_ratio': history.error_ratio.stack() 586 solution_array = solution_array.stack()
|
| /external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
| lstm_ops.py | 215 x=array_ops.stack(x), 515 inputs = array_ops.stack(inputs) 531 array_ops.stack([batch_size, self.num_units]), dtype=dtype) 582 data, array_ops.stack([indices, math_ops.range(batch_size)], axis=1))
|
| /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/ |
| hybrid_model.py | 71 array_ops.stack([l.inference_graph(data) for l in layer]), 0)
|
| /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/ |
| test_utils.py | 44 model_output_tensor = model.transition_to_powers(powers=array_ops.stack(
|
| /external/tensorflow/tensorflow/python/keras/engine/ |
| partial_batch_padding_handler.py | 78 padding = K.stack([[0, missing_count]] + [[0, 0]] * (rank - 1))
|
| /external/u-boot/arch/arm/lib/ |
| Makefile | 47 obj-y += stack.o
|
| /external/v8/src/inspector/ |
| v8-stack-trace-impl.h | 67 // This method drops the async stack trace. 117 std::shared_ptr<AsyncStackTrace> stack); 122 // If async stack has suspended task id, it means that at moment when we 123 // capture current stack trace we suspended corresponded asynchronous 127 // stack as suspended and every time when this function is resumed we remove
|
| /external/google-breakpad/src/processor/ |
| minidump_unittest.cc | 212 Memory stack(dump, 0x2326a0fa); 213 stack.Append("stack for thread"); 232 Thread thread(dump, 0xa898f11b, stack, context, 235 dump.Add(&stack); 256 ASSERT_TRUE(memcmp("stack for thread", region_bytes, 16) == 0); 272 ASSERT_TRUE(memcmp("stack for thread", md_stack_bytes, 16) == 0); 303 Memory stack(dump, 0x2326a0fa); 304 // Stack has no contents. 311 Thread thread(dump, 0xa898f11b, stack, context [all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
| DivU64x64Remainder.asm | 45 mov [esp + 16], ecx ; set up stack frame to match DivRemU64x32
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
| DivU64x32.asm | 68 push eax ; Push quoitent in stack
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
| DivU64x64Remainder.asm | 45 mov [esp + 16], ecx ; set up stack frame to match DivRemU64x32
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/ |
| CopyMem.asm | 70 add esp, 16 ; stack cleanup
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/X64/ |
| CopyMem.asm | 58 movdqa [rsp + 18h], xmm0 ; save xmm0 on stack
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/ |
| CopyMem.asm | 70 add esp, 16 ; stack cleanup
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/ |
| CopyMem.asm | 58 movdqa [rsp + 18h], xmm0 ; save xmm0 on stack
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/ |
| UefiShellNetwork2CommandsLib.uni | 99 ".TH ping6 0 "Ping a target machine with UEFI IPv6 network stack."\r\n"
101 "Ping a target machine with UEFI IPv6 network stack.\r\n"
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/ |
| linkValidate.cpp | 804 std::list<TCall*> stack; local [all...] |