HomeSort by relevance Sort by last modified time
    Searched refs:builtIn (Results 1 - 14 of 14) sorted by null

  /frameworks/native/libs/input/
Keyboard.cpp 160 bool builtIn = false;
161 if (deviceConfiguration->tryGetProperty(String8("keyboard.builtIn"), builtIn)
162 && builtIn) {
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 52 // Allocate Buffers and Values to pass to builtin functions
144 // run builtin function by searching BuiltinProcessing::BUINTIN_FN_TABLE
145 TaskGeneric::ExecutionResult TaskProcess::doRun(bool builtIn)
148 if (builtIn) {
168 // This is for passing to builtin fns. Just void pts will be cleared in exit
176 // Value is created here. Builtin function just need to set it.
178 // Buffer itself should be allocated by the builtin function itself.
181 if (!prepareParams(mInput, builtIn ? info->mInputTypes : NULL, inputs, inputValues,
186 if (!prepareParams(mOutput, builtIn ? info->mOutputTypes : NULL, outputs, outputValues,
192 if (builtIn) {
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
SymbolTable.h 311 TSymbol* find(const TString& name, bool* builtIn = 0, bool *sameScope = 0)
320 if (builtIn)
321 *builtIn = level == 0;
ParseHelper.h 108 const TFunction* findFunction(const TSourceLoc& line, TFunction* pfnCall, bool *builtIn = 0);
glslang.y 424 bool builtIn;
425 fnCandidate = context->findFunction(@1, fnCall, &builtIn);
430 if (builtIn && !fnCandidate->getExtension().empty() &&
435 if (builtIn && op != EOpNull) {
460 // this is how we know whether the given function is a builtIn function or a user defined function
461 // if builtIn == false, it's a userDefined -> could be an overloaded builtIn function also
462 // if builtIn == true, it's definitely a builtIn function with EOpNull
463 if (!builtIn)
    [all...]
ParseHelper.cpp 743 bool builtIn = false;
745 TSymbol* symbol = symbolTable.find(identifier, &builtIn, &sameScope);
919 const TFunction* TParseContext::findFunction(const TSourceLoc& line, TFunction* call, bool *builtIn)
924 const TSymbol* symbol = symbolTable.find(call->getName(), builtIn);
926 symbol = symbolTable.find(call->getMangledName(), builtIn);
    [all...]
glslang_tab.cpp     [all...]
  /frameworks/base/tools/aidl/
Type.h 358 bool builtIn, bool canWriteToParcel, bool canWriteToRpcData,
390 bool builtIn, bool oneway,
Type.cpp 906 bool builtIn, bool canWriteToParcel, bool canWriteToRpcData,
908 :Type(package, name, builtIn ? BUILT_IN : USERDATA, canWriteToParcel, canWriteToRpcData,
1035 bool builtIn, bool oneway,
1037 :Type(package, name, builtIn ? BUILT_IN : INTERFACE, true, false, false,
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp     [all...]
  /external/icu4c/common/
rbbi.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 276 milliseconds