/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
JavaResChangedSet.java | 40 public boolean isInput(@NonNull String path, @NonNull IPath iPath) { 44 return super.isInput(path, iPath);
|
ChangedFileSet.java | 49 public boolean isInput(@NonNull String path, @NonNull IPath iPath) {
|
PatternBasedDeltaVisitor.java | 99 if (set.isInput(pathStr, path)) {
|
/cts/suite/audio_quality/lib/include/task/ |
TaskProcess.h | 42 bool parseParams(std::vector<Param>& list, const char* str, bool isInput); 54 bool isInput);
|
/external/llvm/lib/IR/ |
InlineAsm.cpp | 61 Type(isInput), isEarlyClobber(false), 93 Type = isInput; 163 Type != isInput) 268 case InlineAsm::isInput:
|
/cts/suite/audio_quality/lib/src/task/ |
TaskProcess.cpp | 58 bool isInput) 100 if (isInput) { 115 if (isInput) { 125 if (!isInput) { 244 bool TaskProcess::parseParams(std::vector<TaskProcess::Param>& list, const char* str, bool isInput) 273 } else if (isInput && (StringUtil::compare(item[0], "consti") == 0)) { 279 } else if (isInput && (StringUtil::compare(item[0], "constf") == 0)) {
|
/external/qemu/audio/ |
coreaudio.c | 165 Boolean isInput; 181 core->deviceID, 0, core->isInput, 230 D("%s: %s started\n", __FUNCTION__, core->isInput ? "input" : "output"); 241 D("%s: %s stopped\n", __FUNCTION__, core->isInput ? "input" : "output"); 296 core->isInput = input ? true : false; 336 core->isInput, 364 core->isInput, 380 core->isInput, 396 core->isInput, 414 core->isInput, [all...] |
/external/chromium_org/media/audio/mac/ |
audio_synchronized_mac.h | 171 void Initialize(AudioDeviceID inID, bool isInput);
|
/external/llvm/include/llvm/IR/ |
InlineAsm.h | 97 isInput, // 'x'
|
/external/llvm/utils/TableGen/ |
CodeGenDAGPatterns.h | 530 TreePattern(Record *TheRec, ListInit *RawPat, bool isInput, 532 TreePattern(Record *TheRec, DagInit *Pat, bool isInput, 534 TreePattern(Record *TheRec, TreePatternNode *Pat, bool isInput,
|
CodeGenDAGPatterns.cpp | [all...] |
/external/llvm/include/llvm/Analysis/ |
DependenceAnalysis.h | 110 /// isInput - Returns true if this is an input dependence. 112 bool isInput() const; 132 bool isUnordered() const { return isInput(); } [all...] |
/external/llvm/lib/Analysis/ |
PHITransAddr.cpp | 153 bool isInput = std::count(InstInputs.begin(), InstInputs.end(), Inst); 156 if (isInput) {
|
DependenceAnalysis.cpp | 189 bool Dependence::isInput() const { 583 else if (isInput()) [all...] |
/external/llvm/lib/Option/ |
OptTable.cpp | 163 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) { 191 if (isInput(PrefixesUnion, Str))
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 369 const bool isInput = shaderFile == FILE_SHADER_INPUT; 375 case SV_PRIMITIVE_ID: return isInput ? 0x060 : 0x040;
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 369 const bool isInput = shaderFile == FILE_SHADER_INPUT; 375 case SV_PRIMITIVE_ID: return isInput ? 0x060 : 0x040;
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
deltablue.js | 203 Constraint.prototype.isInput = function () { 266 this.myOutput.stay = !this.isInput(); 323 EditConstraint.prototype.isInput = function () { 674 if (c.isInput() && c.isSatisfied())
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 194 Constraint.prototype.isInput = function () { 257 this.myOutput.stay = !this.isInput(); 314 EditConstraint.prototype.isInput = function () { 665 if (c.isInput() && c.isSatisfied())
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-deltablue.js | 194 Constraint.prototype.isInput = function () { 257 this.myOutput.stay = !this.isInput(); 314 EditConstraint.prototype.isInput = function () { 665 if (c.isInput() && c.isSatisfied())
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-deltablue.js | 194 Constraint.prototype.isInput = function () { 257 this.myOutput.stay = !this.isInput(); 314 EditConstraint.prototype.isInput = function () { 665 if (c.isInput() && c.isSatisfied())
|
/external/chromium_org/v8/benchmarks/ |
deltablue.js | 200 Constraint.prototype.isInput = function () { 263 this.myOutput.stay = !this.isInput(); 320 EditConstraint.prototype.isInput = function () { 671 if (c.isInput() && c.isSatisfied())
|
/external/v8/benchmarks/ |
deltablue.js | 200 Constraint.prototype.isInput = function () { 263 this.myOutput.stay = !this.isInput(); 320 EditConstraint.prototype.isInput = function () { 671 if (c.isInput() && c.isSatisfied())
|
/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 198 if (C.Type != InlineAsm::isInput)
|
/external/llvm/lib/Transforms/Scalar/ |
CodeGenPrepare.cpp | [all...] |