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

1 2 3 4

  /external/lzma/C/
XzEnc.h 27 unsigned checkId;
XzEnc.c 387 p->checkId = XZ_CHECK_CRC32;
402 xz->flags = (Byte)props->checkId;
  /system/update_engine/payload_generator/
xz_android.cc 96 props.checkId = XZ_CHECK_NO;
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 345 int checkId = 100;
346 radioGroup.check(checkId);
348 // and it not checked though it has exactly the checkId
350 button.setId(checkId);
362 assertEquals(checkId, radioGroup.getCheckedRadioButtonId());
  /prebuilts/go/darwin-x86/src/encoding/gob/
type.go 274 checkId(16, tWireType)
275 checkId(17, mustGetTypeInfo(reflect.TypeOf(arrayType{})).id)
276 checkId(18, mustGetTypeInfo(reflect.TypeOf(CommonType{})).id)
277 checkId(19, mustGetTypeInfo(reflect.TypeOf(sliceType{})).id)
278 checkId(20, mustGetTypeInfo(reflect.TypeOf(structType{})).id)
279 checkId(21, mustGetTypeInfo(reflect.TypeOf(fieldType{})).id)
280 checkId(23, mustGetTypeInfo(reflect.TypeOf(mapType{})).id)
615 func checkId(want, got typeId) {
617 fmt.Fprintf(os.Stderr, "checkId: %d should be %d\n", int(got), int(want))
633 checkId(expect, nextId
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
type.go 274 checkId(16, tWireType)
275 checkId(17, mustGetTypeInfo(reflect.TypeOf(arrayType{})).id)
276 checkId(18, mustGetTypeInfo(reflect.TypeOf(CommonType{})).id)
277 checkId(19, mustGetTypeInfo(reflect.TypeOf(sliceType{})).id)
278 checkId(20, mustGetTypeInfo(reflect.TypeOf(structType{})).id)
279 checkId(21, mustGetTypeInfo(reflect.TypeOf(fieldType{})).id)
280 checkId(23, mustGetTypeInfo(reflect.TypeOf(mapType{})).id)
615 func checkId(want, got typeId) {
617 fmt.Fprintf(os.Stderr, "checkId: %d should be %d\n", int(got), int(want))
633 checkId(expect, nextId
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 900 case 0: xzProps.checkId = XZ_CHECK_NO; break;
901 case 4: xzProps.checkId = XZ_CHECK_CRC32; break;
902 case 8: xzProps.checkId = XZ_CHECK_CRC64; break;
903 case 32: xzProps.checkId = XZ_CHECK_SHA256; break;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 148 helper.checkId(table, values);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.core.commands_3.6.0.I20100512-1500.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 

Completed in 2888 milliseconds

1 2 3 4