HomeSort by relevance Sort by last modified time
    Searched defs:isInput (Results 1 - 18 of 18) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSet.java 49 public boolean isInput(@NonNull String path, @NonNull IPath iPath) {
JavaResChangedSet.java 40 public boolean isInput(@NonNull String path, @NonNull IPath iPath) {
44 return super.isInput(path, iPath);
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfiguration.java 116 public boolean isInput() {
  /external/sonic/
wave.c 25 int isInput;
254 file->isInput = 1;
296 if(!file->isInput) {
  /external/llvm/include/llvm/IR/
InlineAsm.h 93 isInput, // 'x'
  /external/llvm/lib/Option/
OptTable.cpp 164 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) {
199 if (isInput(PrefixesUnion, Str))
  /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())
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 230 const bool isInput = portIndex == kPortIndexInput;
231 const size_t bufferSize = isInput ? mMaxInputSize : mMaxOutputSize;
238 isInput ? "input" : "output");
258 if (!isInput) {
  /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())
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 383 int32_t isInput;
Parameters.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 344 int32_t isInput = availableStreamConfigs.data.i32[i + STREAM_IS_INPUT_OFFSET];
345 if (isInput == ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS_OUTPUT
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 195 bool Dependence::isInput() const {
587 else if (isInput())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 722 milliseconds