/external/kernel-headers/original/uapi/asm-generic/ |
ucontext.h | 10 sigset_t uc_sigmask; /* mask last for extensibility */
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
shmbuf.h | 17 __kernel_time_t shm_atime; /* last attach time */ 18 __kernel_time_t shm_dtime; /* last detach time */ 19 __kernel_time_t shm_ctime; /* last change time */ 21 __kernel_pid_t shm_lpid; /* pid of last operator */
|
/external/markdown/MarkdownTest/Tests_2007/ |
Code Blocks.text | 14 code block on the last lin
|
/external/snakeyaml/src/test/resources/pyyaml/ |
spec-06-05.canonical | 7 ? !!str "last"
|
spec-10-06.canonical | 13 ? !!str "last"
|
/external/syslinux/gpxe/src/core/ |
errno.c | 12 * Global "last error" number.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_BiasAddGrad.pbtxt | 19 default format "NHWC", the bias tensor will be added to the last dimension 23 The tensor will be added to "in_channels", the third-to-the-last 30 For NHWC data format, the feature dimension is the last. For NCHW data format, 31 the feature dimension is the third-to-last.
|
api_def_TensorListPopBack.pbtxt | 3 summary: "Returns the last element of the input list as well as a list with all but that element." 8 tensor: the withdrawn last element of the list
|
api_def_TopK.pbtxt | 6 1-D or higher with last dimension at least `k`. 12 The `k` largest elements along each last dimensional slice. 18 The indices of `values` within the last dimension of `input`. 24 Number of top elements to look for along the last dimension (along each 35 summary: "Finds values and indices of the `k` largest elements for the last dimension." 42 row (resp. vector along the last dimension). Thus,
|
api_def_TopKV2.pbtxt | 9 1-D or higher with last dimension at least `k`. 15 0-D. Number of top elements to look for along the last dimension (along each 22 The `k` largest elements along each last dimensional slice. 28 The indices of `values` within the last dimension of `input`. 38 summary: "Finds values and indices of the `k` largest elements for the last dimension." 45 row (resp. vector along the last dimension). Thus,
|
/external/testng/src/test/java/test/sample/ |
BaseAfterClassCalledAtEnd.java | 10 assert m_afterClass : "This afterClass method should have been called last";
|
/external/v8/tools/clang/plugins/tests/ |
enum_last_value.cpp | 5 // We warn when xxxLAST constants aren't last. 14 // We warn when xxx_LAST constants aren't last. 23 // We don't warn when xxxLAST constants are last. 32 // We don't warn when xxx_LAST constants are last.
|
enum_last_value_from_c.txt | 1 enum_last_value_from_c.c:11:3: warning: [chromium-style] _LAST/Last constants of enum types must have the maximal value for any constant of that type.
|
weak_ptr_factory.txt | 1 weak_ptr_factory.cpp:54:38: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition. 4 weak_ptr_factory.cpp:60:39: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition. 7 weak_ptr_factory.cpp:66:44: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition. 10 weak_ptr_factory.cpp:76:39: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition.
|
enum_last_value.txt | 1 enum_last_value.cpp:11:3: warning: [chromium-style] _LAST/Last constants of enum types must have the maximal value for any constant of that type. 4 enum_last_value.cpp:20:3: warning: [chromium-style] _LAST/Last constants of enum types must have the maximal value for any constant of that type.
|
/external/valgrind/none/tests/amd64-linux/ |
map_32bits.c | 10 void *last; local 26 fprintf(stderr, "last mmap ok: %p\n", last); 29 last = res;
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
id.go | 11 last ID 16 x := a.last 21 a.last = x 27 return int(a.last + 1)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
id.go | 11 last ID 16 x := a.last 21 a.last = x 27 return int(a.last + 1)
|
/external/libmojo/mojo/edk/system/ |
awakable_list.cc | 24 // Instead of deleting elements in-place, swap them with the last element and 26 auto last = awakables_.end(); local 27 for (AwakeInfoList::iterator it = awakables_.begin(); it != last;) { 35 --last; 36 std::swap(*it, *last); 41 awakables_.erase(last, awakables_.end()); 63 auto last = awakables_.end(); local 64 for (AwakeInfoList::iterator it = awakables_.begin(); it != last;) { 66 --last; 67 std::swap(*it, *last); [all...] |
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/ |
Reference_dumpDomains | 2 - ConfigurableDomain: Domain_0_1 = {Sequence aware: no, Last applied configuration: <none>} 4 - ConfigurableDomain: Domain_1_2 = {Sequence aware: no, Last applied configuration: <none>}
|
/external/skia/src/core/ |
SkDeque.cpp | 117 Block* last = fBackBlock; local 120 if (nullptr == last->fBegin) { 122 last->fBegin = last->start(); 123 end = last->fBegin + fElemSize; 125 end = last->fEnd + fElemSize; 126 if (end > last->fStop) { // no more room in this chunk 128 last = this->allocateBlock(fAllocCount); 129 last->fPrev = fBackBlock; 130 fBackBlock->fNext = last; 188 Block* last = fBackBlock; local [all...] |
/external/skqp/src/core/ |
SkDeque.cpp | 117 Block* last = fBackBlock; local 120 if (nullptr == last->fBegin) { 122 last->fBegin = last->start(); 123 end = last->fBegin + fElemSize; 125 end = last->fEnd + fElemSize; 126 if (end > last->fStop) { // no more room in this chunk 128 last = this->allocateBlock(fAllocCount); 129 last->fPrev = fBackBlock; 130 fBackBlock->fNext = last; 188 Block* last = fBackBlock; local [all...] |
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
b-bend2.d | 7 #error: invalid mmo file: lop_end not last item in file 10 # b-goodmain.s not the last one.
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/ |
cxa_demangle.cpp | 252 const char* parse_type(const char* first, const char* last, Db& db); 253 const char* parse_encoding(const char* first, const char* last, Db& db); 254 const char* parse_name(const char* first, const char* last, Db& db, 256 const char* parse_expression(const char* first, const char* last, Db& db); 257 const char* parse_template_args(const char* first, const char* last, Db& db); 258 const char* parse_operator_name(const char* first, const char* last, Db& db); 259 const char* parse_unqualified_name(const char* first, const char* last, Db& db); 260 const char* parse_decltype(const char* first, const char* last, Db& db); 305 print_state(const char* msg, const char* first, const char* last, const C& db) 308 for (; first != last; ++first [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
ItaniumDemangle.cpp | 40 static const char *parse_type(const char *first, const char *last, C &db);
42 static const char *parse_encoding(const char *first, const char *last, C &db);
44 static const char *parse_name(const char *first, const char *last, C &db,
47 static const char *parse_expression(const char *first, const char *last, C &db);
49 static const char *parse_template_args(const char *first, const char *last,
52 static const char *parse_operator_name(const char *first, const char *last,
55 static const char *parse_unqualified_name(const char *first, const char *last,
58 static const char *parse_decltype(const char *first, const char *last, C &db);
62 static const char *parse_number(const char *first, const char *last) {
63 if (first != last) {
[all...] |