HomeSort by relevance Sort by last modified time
    Searched refs:IS (Results 1 - 25 of 3130) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
license.py 4 # Permission is hereby granted, free of charge, to any person obtaining a
9 # the Software is furnished to do so, subject to the following conditions:
15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29 Permission is hereby granted, free of charge, to any person obtaining a
34 Software is furnished to do so, subject to the following conditions:
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  /external/mesa3d/src/mapi/glapi/gen/
license.py 4 # Permission is hereby granted, free of charge, to any person obtaining a
9 # the Software is furnished to do so, subject to the following conditions:
15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29 Permission is hereby granted, free of charge, to any person obtaining a
34 Software is furnished to do so, subject to the following conditions:
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  /ndk/tests/build/target-c-includes/jni/
check.c 1 /* The purpose of this test is to check that the target sysroot directory
13 #error THERE IS SOMETHING WRONG HERE !!
  /external/llvm/include/llvm/CodeGen/
SchedulerRegistry.h 5 // This file is distributed under the University of Illinois Open Source
68 ScheduleDAGSDNodes *createBURRListDAGScheduler(SelectionDAGISel *IS,
73 ScheduleDAGSDNodes *createSourceListDAGScheduler(SelectionDAGISel *IS,
80 ScheduleDAGSDNodes *createHybridListDAGScheduler(SelectionDAGISel *IS,
87 ScheduleDAGSDNodes *createILPListDAGScheduler(SelectionDAGISel *IS,
92 ScheduleDAGSDNodes *createFastDAGScheduler(SelectionDAGISel *IS,
98 ScheduleDAGSDNodes *createVLIWDAGScheduler(SelectionDAGISel *IS,
102 ScheduleDAGSDNodes *createDefaultScheduler(SelectionDAGISel *IS,
107 ScheduleDAGSDNodes *createDAGLinearizer(SelectionDAGISel *IS,
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 5 // This file is distributed under the University of Illinois Open Source
52 const InstrStage *IS = ItinData->beginStage(idx);
56 for (; IS != E; ++IS) {
57 unsigned StageDepth = CurCycle + IS->getCycles();
59 CurCycle += IS->getNextCycles();
76 // If MaxLookAhead is not set above, then we are not enabled.
135 for (const InstrStage *IS = ItinData->beginStage(idx),
136 *E = ItinData->endStage(idx); IS != E; ++IS) {
    [all...]
DFAPacketizer.cpp 5 // This file is distributed under the University of Illinois Open Source
12 // functional unit assignments in a packet. The DFA is auto-generated from
16 // the packetizing mechanism, the input is the set of instruction classes for
68 const llvm::InstrStage *IS = InstrItins->beginStage(InsnClass);
69 unsigned FuncUnits = IS->getUnits();
80 const llvm::InstrStage *IS = InstrItins->beginStage(InsnClass);
81 unsigned FuncUnits = IS->getUnits();
161 assert(VLIWScheduler && "VLIW Scheduler is not initialized!");
193 // Ask DFA if machine resource is available for MI.
203 // Is it legal to packetize SUI and SUJ together
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.h 5 // This file is distributed under the University of Illinois Open Source
19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS,
22 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
DWARFTypeUnit.h 5 // This file is distributed under the University of Illinois Open Source
22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS,
25 : DWARFUnit(DA, IS, RS, SS, SOS, AOS, M, LE) {}
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 17 distributed under the License is distributed on an "AS IS" BASIS,
JetHelp.py 17 distributed under the License is distributed on an "AS IS" BASIS,
JetStatusEvent.py 17 distributed under the License is distributed on an "AS IS" BASIS,
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 11 * distributed under the License is distributed on an "AS IS" BASIS,
34 // valid type is an Expr.
64 // a given Stmt. Note that this function is skipped by all of the other
122 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) {
123 if (matchesExpr(IS->getCond())) {
124 IS->setCond(mNewExpr);
125 } else if (matchesStmt(IS->getThen())) {
126 IS->setThen(mNewStmt);
127 } else if (matchesStmt(IS->getElse()))
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 5 // This file is distributed under the University of Illinois Open Source
11 // itineraries, stages, and operand reads/writes. This is used by
42 /// after this stage starts. That is, the stage requirements
53 /// - FUs which instruction just reserves. Reserved unit is not available for
56 /// Such two types of units reservation is used to model instruction domain
70 /// getCycles - returns the number of cycles the stage is occupied
134 /// isEndMarker - Returns true if the index is for the end marker
157 /// class. The latency is the maximum completion time for any stage
169 for (const InstrStage *IS = beginStage(ItinClassIndx),
170 *E = endStage(ItinClassIndx); IS != E; ++IS)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py 6 Permission is hereby granted, free of charge, to any person obtaining a copy
10 copies of the Software, and to permit persons to whom the Software is
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 if consumer is not None and not isinstance(consumer, oauth2.Consumer):
36 if token is not None and not isinstance(token, oauth2.Token):
smtp.py 6 Permission is hereby granted, free of charge, to any person obtaining a copy
10 copies of the Software, and to permit persons to whom the Software is
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34 if consumer is not None and not isinstance(consumer, oauth2.Consumer):
37 if token is not None and not isinstance(token, oauth2.Token):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
__init__.py 25 Further information is available in the bundled documentation, and from
31 This module is free software, and you may redistribute it and/or modify
42 PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
43 AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
__init__.py 25 Further information is available in the bundled documentation, and from
31 This module is free software, and you may redistribute it and/or modify
42 PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
43 AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
  /external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/tool/
Android.mk 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
  /external/skia/platform_tools/android/tests/expectations/tool/
Android.mk 4 # THIS FILE IS AUTOGENERATED BY GYP_TO_ANDROID.PY. DO NOT EDIT.
  /external/libvorbis/lib/
lookups.pl 5 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
6 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
10 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
  /cts/tools/dasm/src/dasm/
sym.java 59 static final int IS = 25;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
__init__.py 4 unittest2 is a backport of the new features added to the unittest testing
5 framework in Python 2.7. It is tested to run on Python 2.4 - 2.6.
13 This module is free software, and you may redistribute it and/or modify
24 PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
25 AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
  /external/lldb/test/unittest2/
__init__.py 4 unittest2 is a backport of the new features added to the unittest testing
5 framework in Python 2.7. It is tested to run on Python 2.4 - 2.6.
13 This module is free software, and you may redistribute it and/or modify
24 PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS,
25 AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 5 // This file is distributed under the University of Illinois Open Source
59 /// the operation). Once the operands become available, the instruction is
134 // If all the node's predecessors are scheduled, this node is ready
153 /// count of its successors. If a successor pending count is zero, add it to
178 // It is available if it has no predecessors.
185 // While AvailableQueue is not empty, grab the node with the highest
186 // priority. If it is not ready put it back. Schedule the node.
227 // Remember if this is a noop hazard.
244 // If this is a pseudo-op node, we don't want to increment the current
257 // that will fault if we don't do this right. This is the case fo
    [all...]
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 5 // This file is distributed under the University of Illinois Open Source
35 /// parameter values of an intrinsic. If the number of return values is > 1,
38 /// continues from there through the parameter list. This is useful for
42 /// list is only populated when in the context of a target .td file. When
51 /// this list is only populated when in the context of a target .td file.
60 IntrinsicSignature IS;
67 /// This is set to true if the intrinsic is overloaded by its argument
71 /// isCommutative - True if the intrinsic is commutative.
77 /// isNoDuplicate - True if the intrinsic is marked as noduplicate
    [all...]

Completed in 964 milliseconds

1 2 3 4 5 6 7 8 91011>>