Searched refs:Below (Results 1 – 25 of 100) sorted by relevance
1234
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 52 StratifiedIndex Below; member 57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink() 59 bool hasBelow() const { return Below != SetSentinel; } in hasBelow() 62 void clearBelow() { Below = SetSentinel; } in clearBelow() 206 Link.Below = I; in setBelow() 227 return Link.Below; in getBelow() 298 auto &Below = linksAt(Link.Below); in finalizeSets() local 299 auto Iter = Remaps.find(Below.Number); in finalizeSets() 301 Link.Below = Iter->second; in finalizeSets() 334 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() [all …]
|
/external/vixl/ |
D | AUTHORS | 1 # Below is a list of people and organisations that have contributed to the VIXL
|
/external/icu/icu4c/source/samples/ucnv/ |
D | data06.txt | 88 // /**************** Info Below is needed ****************/
|
/external/walt/pywalt/ |
D | README.md | 37 Below is output from an example run of a tap latency test that reads touch events from `/dev/input/… 68 Below is a drag latency measurement of the trackpad on Asus Flip. The trackpad input device is `/de…
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_barcode.cpp | 22 (void*)XFA_AttributeEnum::Below},
|
/external/tensorflow/tensorflow/contrib/tpu/ |
D | README.md | 8 Below shows example usage of the TPU Estimator for a simple convolutional
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
D | clone_test.S | 36 # Below required for Valgrind
|
/external/skqp/site/user/ |
D | download.md | 10 Below is a summary of the necessary steps.
|
/external/skia/site/user/ |
D | download.md | 10 Below is a summary of the necessary steps.
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | clone_test.S | 36 # Below required for Valgrind
|
/external/skqp/site/dev/testing/ |
D | ios.md | 8 Below are instructions on how to install a set of tools that make this possible.
|
/external/skia/site/dev/testing/ |
D | ios.md | 8 Below are instructions on how to install a set of tools that make this possible.
|
/external/protobuf/src/solaris/ |
D | libstdc++.la | 10 # /usr/sfw/lib/libstdc++.la is empty. Below is the correct content,
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 340 enum DisplayHint { Above, Below }; enumerator 364 PathDiagnosticPiece(StringRef s, Kind k, DisplayHint hint = Below); 366 PathDiagnosticPiece(Kind k, DisplayHint hint = Below);
|
/external/tensorflow/tensorflow/contrib/crf/ |
D | README.md | 7 Below is an example of the API, which learns a CRF for some random data. The linear layer in the ex…
|
/external/tensorflow/tensorflow/docs_src/api_guides/python/ |
D | input_dataset.md | 54 Custom transformation functions can be applied to a `Dataset` using @{tf.data.Dataset.apply}. Below…
|
/external/kmod/ |
D | CODING-STYLE | 19 oFono's and BlueZ's. Below some basic rules:
|
/external/icu/icu4c/source/samples/ |
D | readme.txt | 8 Below is a short description of the contents of this directory.
|
/external/ltp/testcases/kernel/fs/fs_inod/ |
D | fs_inod_readme.txt | 48 Below dir1 and dir2 it will create numsubdirs, and within each
|
/external/capstone/ |
D | COMPILE_CMAKE.TXT | 51 (1) CMake allows you to generate different generators to build Capstone. Below is
|
/external/walt/docs/ |
D | Development.md | 3 …n the phone, the typical development using ADB via USB becomes difficult. Below are some options t…
|
/external/markdown/docs/ |
D | release-2.0.txt | 23 The new extension API is fully documented in [[writing_extensions]]. Below is a
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | python_api.md | 100 Below are 2 examples of graph view and scope view.
|
/external/python/cpython2/Doc/library/ |
D | stringprep.rst | 37 mapping function: given the key, it returns the associated value. Below is a
|
/external/python/cpython3/Doc/library/ |
D | stringprep.rst | 38 mapping function: given the key, it returns the associated value. Below is a
|
1234