Home
last modified time | relevance | path

Searched refs:DEFINED (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/samples/
Dgamesdk.cmake43 if(NOT DEFINED GAMESDK_DO_BUILD)
46 if(NOT DEFINED GAMESDK_PACKAGE_DIR)
49 if(NOT DEFINED GAMESDK_GEN_TASK)
52 if (NOT DEFINED GAMESDK_NDK_VERSION)
55 if (NOT DEFINED GAMESDK_ANDROID_SDK_VERSION)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
Dprotobuf-module.cmake.in23 if(DEFINED Protobuf_IMPORT_DIRS)
77 if(DEFINED Protobuf_IMPORT_DIRS)
121 if (DEFINED ${UPPER})
123 if (NOT DEFINED ${Camel})
129 if(DEFINED Protobuf_SRC_ROOT_FOLDER)
174 if(NOT DEFINED PROTOBUF_GENERATE_CPP_APPEND_PATH)
Dprotobuf-config-version.cmake.in6 if(NOT DEFINED "${PACKAGE_FIND_NAME}_FIND_VERSION_PRERELEASE")
39 if(DEFINED ${PACKAGE_FIND_NAME}_${OPTION} AND
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h73 DEFINED = 40, enumerator
149 Operator& Operator::create<Operator::DEFINED>();
DUnaryOp.h71 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp124 Operator& Operator::create<Operator::DEFINED>() { in create()
125 static UnaryOp<Operator::DEFINED> op; in create()
DUnaryOp.cpp123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, in eval()
DScriptParser.yy130 %token DEFINED
840 | DEFINED '(' symbol ')'
844 &Operator::create<Operator::DEFINED>());
DScriptScanner.ll119 <EXPRESSION>"DEFINED" { return token::DEFINED; }
/frameworks/opt/gamesdk/src/swappy/
DCMakeLists.txt8 if ( DEFINED GAMESDK_THREAD_CHECKS )
/frameworks/opt/gamesdk/src/protobuf/
Dprotobuf.cmake5 if( NOT DEFINED PROTOBUF_NANO_SRC_DIR)