HomeSort by relevance Sort by last modified time
    Searched refs:IS (Results 1 - 25 of 3649) 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
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
license.py 17 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
50 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
51 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  /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
51 const InstrStage *IS = ItinData->beginStage(idx);
55 for (; IS != E; ++IS) {
56 unsigned StageDepth = CurCycle + IS->getCycles();
58 CurCycle += IS->getNextCycles();
75 // If MaxLookAhead is not set above, then we are not enabled.
134 for (const InstrStage *IS = ItinData->beginStage(idx),
135 *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!");
192 // Ask DFA if machine resource is available for MI.
202 // Is it legal to packetize SUI and SUJ together
    [all...]
  /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.
66 // a given Stmt. Note that this function is skipped by all of the other
130 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) {
131 if (matchesExpr(IS->getCond())) {
132 IS->setCond(mNewExpr);
133 } else if (matchesStmt(IS->getThen())) {
134 IS->setThen(mNewStmt);
135 } 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/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):
  /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/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/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 5 // This file is distributed under the University of Illinois Open Source
58 /// the operation). Once the operands become available, the instruction is
132 // If all the node's predecessors are scheduled, this node is ready
151 /// count of its successors. If a successor pending count is zero, add it to
176 // It is available if it has no predecessors.
183 // While AvailableQueue is not empty, grab the node with the highest
184 // priority. If it is not ready put it back. Schedule the node.
225 // Remember if this is a noop hazard.
242 // If this is a pseudo-op node, we don't want to increment the current
255 // 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
34 /// parameter values of an intrinsic. If the number of return values is > 1,
37 /// continues from there through the parameter list. This is useful for
41 /// list is only populated when in the context of a target .td file. When
50 /// this list is only populated when in the context of a target .td file.
59 IntrinsicSignature IS;
66 /// This is set to true if the intrinsic is overloaded by its argument
70 /// isCommutative - True if the intrinsic is commutative.
76 /// isNoReturn - True if the intrinsic is no-return
    [all...]
  /external/valgrind/main/none/tests/ppc32/
lsw.stdout.exp 2 here is
17 here is a
32 HERE IS A S
47 here is
50 here is a stringH
53 HERE IS A S
  /external/valgrind/main/none/tests/ppc64/
lsw.stdout.exp 2 here is
17 here is a
32 HERE IS A S
47 here is
50 here is a stringH
53 HERE IS A S

Completed in 369 milliseconds

1 2 3 4 5 6 7 8 91011>>