HomeSort by relevance Sort by last modified time
    Searched refs:commandList (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/tpm2/
PP.c 128 TPML_CC *commandList // OUT: list of TPM_CC
134 commandList->count = 0;
142 if(commandList->count < count)
146 commandList->commandCodes[commandList->count] = i;
147 commandList->count++;
CommandAudit_fp.h 13 TPML_CC *commandList // OUT: list of TPM_CC
PP_fp.h 13 TPML_CC *commandList // OUT: list of TPM_CC
CommandAudit.c 187 TPML_CC *commandList // OUT: list of TPM_CC
193 commandList->count = 0;
203 if(commandList->count < count)
207 commandList->commandCodes[commandList->count] = i;
208 commandList->count++;
CommandCodeAttributes.c 257 // 'commandList'
258 TPML_CCA *commandList // OUT: list of TPMA_CC
264 commandList->count = 0;
274 if(commandList->count < count)
277 commandList->commandAttributes[commandList->count]
279 commandList->count++;
CommandCodeAttributes_fp.h 15 UINT32 count, // IN: maximum count for number of entries in 'commandList'
16 TPML_CCA *commandList // OUT: list of TPMA_CC
  /frameworks/base/tools/preload/
MemoryUsage.java 224 List<String> commandList = new ArrayList<String>(
226 commandList.addAll(Arrays.asList(commands));
227 commandList.add(className);
228 commands = commandList.toArray(new String[commandList.size()]);
  /test/vts/harnesses/tradefed/src/com/android/tradefed/util/
VtsDashboardUtil.java 135 List<String> commandList = new ArrayList<String>();
138 commandList.add(matcher.group(1));
141 (String[]) commandList.toArray(new String[commandList.size()]));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 107 List<String> commandList = new ArrayList<String>(
109 commandList.add(getBuildToolInfo().getPath(BuildToolInfo.PathId.AIDL));
110 commandList.add(quote("-p" + projectTarget.getPath(IAndroidTarget.ANDROID_AIDL))); //$NON-NLS-1$
118 commandList.add(quote("-I" + f.getLocation().toOSString())); //$NON-NLS-1$
126 commandList.add(quote("-I" + aidlFile.getAbsolutePath())); //$NON-NLS-1$
131 int index = commandList.size();
132 String[] commands = commandList.toArray(new String[index + 2]);
  /system/netd/server/
StrictController.cpp 145 std::vector<std::string> commandList = {
154 const std::string commands = Join(commandList, '\n');
  /tools/tradefederation/core/src/com/android/tradefed/util/
RunUtil.java 194 private synchronized ProcessBuilder createProcessBuilder(List<String> commandList) {
218 return processBuilder.command(commandList);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1.h 508 STDMETHOD(AddPage)(ID2D1CommandList *commandList, D2D_SIZE_F pageSize, IStream *pagePrintTicketStream,
692 STDMETHOD(CreateCommandList)(ID2D1CommandList **commandList) PURE;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.7.0/
builder-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.7.4/
builder-0.7.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.8.0/
builder-0.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.8.1/
builder-0.8.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.8.3/
builder-0.8.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.0/
builder-0.9.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.1/
builder-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.3/
builder-0.9.3.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ecs/1.11.18/
aws-java-sdk-ecs-1.11.18.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.9.2/
sdk-common-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.1/
sdk-common-23.0.1.jar 

Completed in 356 milliseconds

1 2 3 4 5 6 7 8 91011