/external/chromium_org/tools/ |
ipc_messages_log.py | 82 """Construct the meessage id given the msg_start and the line number.""" 88 """Read a header file and construct a map from message_id to message name."""
|
/external/chromium_org/ui/gfx/ |
rect.h | 68 // Construct an equivalent Win32 RECT object. 73 // Construct an equivalent CoreGraphics object.
|
/external/chromium_org/ui/views/ |
mouse_watcher.cc | 107 // A factory that is used to construct a delayed callback to the listener. 175 // A factory that is used to construct a delayed callback to the listener.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ConstraintManager.h | 33 /// Construct a ConditionTruthVal indicating the constraint is constrained 37 /// Construct a ConstraintVal indicating the constraint is underconstrained.
|
/external/clang/lib/Basic/ |
FileSystemStatCache.cpp | 124 // Do not cache failed stats, it is easy to construct common inconsistent 126 // currently only needs the stats to construct the initial FileManager
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
BoolAssignmentChecker.cpp | 93 // The SValBuilder cannot construct a valid SVal for this condition. 129 // The SValBuilder cannot construct a valid SVal for this condition.
|
/external/clang/test/CodeGenObjCXX/ |
arc-exceptions.mm | 98 // Construct single. 101 // Construct array.
|
/external/eigen/Eigen/src/SVD/ |
UpperBidiagonalization.h | 105 // construct left householder transform in-place in m_householder 117 // construct right householder transform in-place in m_householder
|
/external/icu4c/layoutex/layout/ |
RunArrays.h | 52 * Construct a <code>RunArray</code> object from a pre-existing 65 * Construct an empty <code>RunArray</code> object. Clients can add limit 274 * Construct a <code>FontRuns</code> object from pre-existing arrays of fonts 291 * Construct an empty <code>FontRuns</code> object. Clients can add font and limit 411 * Construct a <code>LocaleRuns</code> object from pre-existing arrays of locales 428 * Construct an empty <code>LocaleRuns</code> object. Clients can add locale and limit 550 * Construct a <code>ValueRuns</code> object from pre-existing arrays of values 566 * Construct an empty <code>ValueRuns</code> object. Clients can add value and limit
|
/external/iproute2/tc/ |
m_csum.c | 102 fprintf(stderr, "Illegal csum construct (%s)\n", 123 fprintf(stderr, "Illegal csum construct, empty <UPDATE> list\n");
|
/external/junit/src/org/junit/runner/ |
JUnitCore.java | 61 * @param computer Helps construct Runners from classes 122 * @param computer Helps construct Runners from classes
|
/external/kernel-headers/original/asm-mips/ |
hazards.h | 70 * gcc has a tradition of misscompiling the previous construct using the 115 * gcc has a tradition of misscompiling the previous construct using the
|
/external/libvorbis/doc/ |
09-helper.tex | 71 construct the VQ vector lookup table of size 128 "render_line(x0, y0, x1, y1, v)" to construct an integer floor
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
bilinearpredict4x4_neon.asm | 48 vshr.u64 q4, q1, #8 ;construct src_ptr[1] 83 vext.8 d26, d28, d29, #4 ;construct src_ptr[pixel_step]
|
bilinearpredict8x8_neon.asm | 51 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1] 79 vext.8 d3, d2, d3, #1 ;construct src_ptr[-1]
|
/external/llvm/include/llvm/ADT/ |
Statistic.h | 46 /// construct - This should only be called for non-global statistics. 47 void construct(const char *name, const char *desc) { function in class:llvm::Statistic
|
/external/llvm/include/llvm/CodeGen/ |
MachineSSAUpdater.h | 75 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is 79 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.h | 470 /// \brief Construct new DW_TAG_lexical_block for this scope and 474 /// \brief This scope represents inlined body of a function. Construct 478 /// \brief Construct a DIE for this scope. 556 /// \brief Construct the split debug info compile unit for the debug info 576 /// \brief Construct subprogram DIE. 579 /// \brief Construct imported_module or imported_declaration DIE. 582 /// \brief Construct import_module DIE. 586 /// \brief Construct import_module DIE.
|
/external/llvm/lib/IR/ |
AsmWriter.h | 76 /// Construct an AssemblyWriter with an external SlotTracker 80 /// Construct an AssemblyWriter with an internally allocated SlotTracker
|
/external/llvm/lib/Support/ |
Threading.cpp | 85 // Construct the attributes object. 95 // Construct and execute the thread.
|
/external/llvm/unittests/Support/ |
YAMLParserTest.cpp | 198 // When we construct a YAML stream over an unnamed string, 211 // When we construct a YAML stream over a named buffer,
|
/external/llvm/utils/ |
DSAextract.py | 40 #construct a set of node names 45 #construct a list of compiled regular expressions from the
|
/external/open-vcdiff/src/ |
vcdecoder_test.h | 27 // dictionary and target and construct the delta file in the same way. 120 // The components that will be used to construct delta_file_.
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Internal.java | 45 * Helper called by generated code to construct default values for string 84 * Helper called by generated code to construct default values for bytes
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
InternalNano.java | 45 * Helper called by generated code to construct default values for string 84 * Helper called by generated code to construct default values for bytes
|