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

1 2 3 4 5 6 7 8 91011>>

  /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 *createTDRRListDAGScheduler(SelectionDAGISel *IS,
78 ScheduleDAGSDNodes *createSourceListDAGScheduler(SelectionDAGISel *IS,
85 ScheduleDAGSDNodes *createHybridListDAGScheduler(SelectionDAGISel *IS,
92 ScheduleDAGSDNodes *createILPListDAGScheduler(SelectionDAGISel *IS,
96 ScheduleDAGSDNodes *createTDListDAGScheduler(SelectionDAGISel *IS,
101 ScheduleDAGSDNodes *createFastDAGScheduler(SelectionDAGISel *IS,
106 ScheduleDAGSDNodes *createDefaultScheduler(SelectionDAGISel *IS,
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 5 // This file is distributed under the University of Illinois Open Source
53 const InstrStage *IS = ItinData->beginStage(idx);
57 for (; IS != E; ++IS) {
58 unsigned StageDepth = CurCycle + IS->getCycles();
60 CurCycle += IS->getNextCycles();
124 for (const InstrStage *IS = ItinData->beginStage(idx),
125 *E = ItinData->endStage(idx); IS != E; ++IS) {
127 // stage is occupied. FIXME it would be more accurate to find th
    [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...]
  /development/tools/glesv2debugger/
generate_MessageParser_java.py 14 # distributed under the License is distributed on an "AS IS" BASIS,
47 ** distributed under the License is distributed on an "AS IS" BASIS,
generate_GLEnum_java.py 14 # distributed under the License is distributed on an "AS IS" BASIS,
36 ** distributed under the License is distributed on an "AS IS" BASIS,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
generate_MessageParser_java.py 14 # distributed under the License is distributed on an "AS IS" BASIS,
47 ** distributed under the License is distributed on an "AS IS" BASIS,
generate_GLEnum_java.py 14 # distributed under the License is distributed on an "AS IS" BASIS,
36 ** distributed under the License is distributed on an "AS IS" BASIS,
  /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
41 /// after this stage starts. That is, the stage requirements
52 /// - FUs which instruction just reserves. Reserved unit is not available for
55 /// Such two types of units reservation is used to model instruction domain
69 /// getCycles - returns the number of cycles the stage is occupied
132 /// isEndMarker - Returns true if the index is for the end marker
155 /// class. The latency is the maximum completion time for any stage
161 // dummy (Generic) itinerary which should be handled as if it's itinerary is
163 // stage). This is different from beginStage == endState != 0, which coul
    [all...]
MCSubtargetInfo.h 5 // This file is distributed under the University of Illinois Open Source
45 const SubtargetInfoKV *PI, const InstrStage *IS,
  /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):
  /cts/tools/dasm/src/dasm/
sym.java 59 static final int IS = 25;
  /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.
  /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
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 5 // This file is distributed under the University of Illinois Open Source
25 const InstrStage *IS,
33 Stages = IS;
78 "Itineraries table is not sorted");
89 << "' is not a recognized processor for this target"
  /bootable/recovery/minelf/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
  /build/tools/bin2asm/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
  /build/tools/check_prereq/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
  /build/tools/droiddoc/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Droiddoc is now Doclava -- See external/doclava.
  /build/tools/fs_config/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 693 milliseconds

1 2 3 4 5 6 7 8 91011>>