OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:builtIn
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.h
285
TSymbol* find(const TString& name, bool*
builtIn
= 0, bool *sameScope = 0)
294
if (
builtIn
)
295
*
builtIn
= level == 0;
ParseHelper.cpp
753
bool
builtIn
= false;
755
TSymbol* symbol = symbolTable.find(identifier, &
builtIn
, &sameScope);
813
bool
builtIn
= false;
814
TSymbol* symbol = symbolTable.find(node->getSymbol(), &
builtIn
);
827
TSymbol* fragData = symbolTable.find("gl_MaxDrawBuffers", &
builtIn
);
952
const TFunction* TParseContext::findFunction(int line, TFunction* call, bool *
builtIn
)
956
const TSymbol* symbol = symbolTable.find(call->getName(),
builtIn
);
958
symbol = symbolTable.find(call->getMangledName(),
builtIn
);
[
all
...]
ParseHelper.h
85
const TFunction* findFunction(int line, TFunction* pfnCall, bool *
builtIn
= 0);
glslang.y
470
bool
builtIn
;
471
fnCandidate = context->findFunction($1.line, fnCall, &
builtIn
);
476
if (
builtIn
&& !fnCandidate->getExtension().empty() &&
481
if (
builtIn
&& op != EOpNull) {
505
// this is how we know whether the given function is a
builtIn
function or a user defined function
506
// if
builtIn
== false, it's a userDefined -> could be an overloaded
builtIn
function also
507
// if
builtIn
== true, it's definitely a
builtIn
function with EOpNull
508
if (!
builtIn
)
[
all
...]
/frameworks/base/libs/androidfw/
Keyboard.cpp
161
bool
builtIn
= false;
162
if (deviceConfiguration->tryGetProperty(String8("keyboard.
builtIn
"),
builtIn
)
163
&&
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
...]
/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/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 267 milliseconds