Searched refs:First (Results 101 - 125 of 294) sorted by relevance

1234567891011>>

/external/llvm/lib/Support/Windows/
H A DProgram.inc182 // First, determine the length of the command line.
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c149 for (reg = fulldecl->Range.First;
171 unsigned index = fulldecl->Range.First;
/external/openfst/src/include/fst/
H A Dlookahead-matcher.h643 LabelReachable<A> reachable(data->First() ?
644 data->First() : data->Second());
658 LabelReachable<A> reachable(data->First() ?
659 data->First() : data->Second());
679 if (data->First()) { // reach_input
680 LabelReachable<A> reachable(data->First());
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c141 aactx->colorOutput = decl->Range.First;
153 for (i = decl->Range.First;
208 decl.Range.First =
216 decl.Range.First =
222 decl.Range.First =
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c141 aactx->colorOutput = decl->Range.First;
153 for (i = decl->Range.First;
208 decl.Range.First =
216 decl.Range.First =
222 decl.Range.First =
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_impl.cc31 for (syncer::ModelTypeSet::Iterator iter = encrypted_types.First();
81 for (syncer::ModelTypeSet::Iterator type = desired_types.First();
372 failed_configuration_types.First(); iter.Good(); iter.Inc()) {
H A Dsync_prefs.cc90 for (syncer::ModelTypeSet::Iterator it = user_types.First(); it.Good();
234 for (syncer::ModelTypeSet::Iterator it = registered_types.First(); it.Good();
248 for (syncer::ModelTypeSet::Iterator i = registered_types.First(); i.Good();
/external/zlib/src/
H A Dmake_vms.com12 $! 0.01 20060120 First version to receive a number
302 $! 0.01 20041206 First version to receive a number
376 $! 0.01 20040223 First version to receive a number
601 $! 0.01 20031020 First version to receive a number
661 $! 0.01 20040127 First version
709 $! 0.01 20031029 First version to receive a number
723 $! 0.01 20120128 First version
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m27 error('First argument must not be a char matrix');
32 error('First argument must be a cell array of strings');
51 error('First argument must be a cell array of strings');
/external/chromium_org/sync/engine/
H A Dget_updates_processor.cc67 for (ModelTypeSet::Iterator it = requested_types.First();
193 for (ModelTypeSet::Iterator it = gu_types.First(); it.Good(); it.Inc()) {
/external/chromium_org/sync/test/fake_server/
H A Dfake_server.cc163 for (ModelTypeSet::Iterator it = all_types.First(); it.Good(); it.Inc()) {
459 for (ModelTypeSet::Iterator it = all_types.First(); it.Good(); it.Inc()) {
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h42 void enterCFG(CFG *Cfg, const NamedDecl *D, const CFGBlock *First) {} argument
333 void enterCFG(CFG *Cfg, const NamedDecl *D, const CFGBlock *First);
/external/clang/lib/Sema/
H A DSemaStmt.cpp864 // First, determine if either case value has a name
1587 Stmt *First, FullExprArg second, Decl *secondVar,
1591 if (DeclStmt *DS = dyn_cast_or_null<DeclStmt>(First)) {
1624 DiagnoseUnusedExprResult(First);
1631 return new (Context) ForStmt(Context, First, SecondResult.get(), ConditionVar,
1725 Stmt *First, Expr *collection,
1731 if (First) {
1733 if (DeclStmt *DS = dyn_cast<DeclStmt>(First)) {
1774 Expr *FirstE = cast<Expr>(First);
1776 return StmtError(Diag(First
1586 ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *First, FullExprArg second, Decl *secondVar, FullExprArg third, SourceLocation RParenLoc, Stmt *Body) argument
1724 ActOnObjCForCollectionStmt(SourceLocation ForLoc, Stmt *First, Expr *collection, SourceLocation RParenLoc) argument
1900 ActOnCXXForRangeStmt(SourceLocation ForLoc, Stmt *First, SourceLocation ColonLoc, Expr *Range, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
[all...]
/external/chromium_org/third_party/ply/
H A Dyacc.py1337 self.First = { } # A dictionary of precomputed FIRST(x) symbols
1649 # We are computing First(x1,x2,x3,...,xn)
1654 # Add all the non-<empty> symbols of First[x] to the result.
1655 for f in self.First[x]:
1682 if self.First:
1683 return self.First
1687 self.First[t] = [t]
1689 self.First['$end'] = ['$end']
1695 self.First[n] = []
1703 if f not in self.First[
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_message_handler.cc122 for (ModelTypeSet::Iterator it = protocol_types.First();
/external/chromium_org/sync/internal_api/public/base/
H A Denum_set_unittest.cc164 for (TestEnumSet::Iterator it = enums1.First(); it.Good(); it.Inc()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.h181 First, enumerator in enum:blink::FINAL::TextLeafSearch
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_shader_tokens.h129 unsigned First : 16; /**< UINT */ member in struct:tgsi_declaration_range
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h912 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
913 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
1084 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
1085 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineItemDictionary_autogen.cpp59 SkPdfDictionary* SkPdfOutlineItemDictionary::First(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineItemDictionary
60 SkPdfNativeObject* ret = get("First", "");
68 return get("First", "") != NULL;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S54 @ First r5 iterations in a loop.
/external/clang/tools/libclang/
H A DCursorVisitor.h191 bool visitPreprocessedEntities(InputIterator First, InputIterator Last,
/external/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h97 bool shouldScheduleAdjacent(MachineInstr *First,
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h129 unsigned First : 16; /**< UINT */ member in struct:tgsi_declaration_range
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h912 const TiXmlAttribute* First() const { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
913 TiXmlAttribute* First() { return ( sentinel.next == &sentinel ) ? 0 : sentinel.next; } function in class:TiXmlAttributeSet
1084 const TiXmlAttribute* FirstAttribute() const { return attributeSet.First(); } ///< Access the first attribute in this element.
1085 TiXmlAttribute* FirstAttribute() { return attributeSet.First(); }

Completed in 2262 milliseconds

1234567891011>>