Searched defs:newCommand (Results 1 - 8 of 8) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DVarOptimizer.java319 private static boolean isSameEscaper(AEscapeCommand newCommand, AEscapeCommand oldCommand) { argument
320 if (newCommand == null || oldCommand == null) {
323 return simpleNameOf(newCommand).equals(simpleNameOf(oldCommand));
/external/vboot_reference/utility/
H A Dtlcl_generator.c85 Command* newCommand(TPM_COMMAND_CODE code, int size) { function
132 Command* cmd = newCommand(TPM_ORD_NV_DefineSpace, size);
155 Command* cmd = newCommand(TPM_ORD_NV_WriteValue, 0);
166 Command* cmd = newCommand(TPM_ORD_NV_ReadValue, size);
175 Command* cmd = newCommand(TPM_ORD_PcrRead, size);
183 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size);
193 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size);
203 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size);
215 Command* cmd = newCommand(TSC_ORD_PhysicalPresence, size);
225 Command* cmd = newCommand(TPM_ORD_Startu
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h223 inline Command0 *newCommand(void (APIENTRY *function)()) function in namespace:gl
229 Command1<A1> *newCommand(void (APIENTRY *function)(A1), A1 arg1) function in namespace:gl
235 Command2<A1, A2> *newCommand(void (APIENTRY *function)(A1, A2), A1 arg1, A2 arg2) function in namespace:gl
241 Command3<A1, A2, A3> *newCommand(void (APIENTRY *function)(A1, A2, A3), A1 arg1, A2 arg2, A3 arg3) function in namespace:gl
247 Command4<A1, A2, A3, A4> *newCommand(void (APIENTRY *function)(A1, A2, A3, A4), A1 arg1, A2 arg2, A3 arg3, A4 arg4) function in namespace:gl
253 Command5<A1, A2, A3, A4, A5> *newCommand(void (APIENTRY *function)(A1, A2, A3, A4, A5), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5) function in namespace:gl
259 Command6<A1, A2, A3, A4, A5, A6> *newCommand(void (APIENTRY *function)(A1, A2, A3, A4, A5, A6), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg5, A6 arg6) function in namespace:gl
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 320 milliseconds