HomeSort by relevance Sort by last modified time
    Searched defs:bid (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.cpp 37 unsigned Bid;
40 HexagonBid() : Bid(0){};
41 HexagonBid(unsigned B) { Bid = B ? MAX / countPopulation(B) : 0; };
44 bool isSold() const { return (Bid >= MAX); };
47 Bid += B.Bid;
62 bool bid(unsigned B) { function in class:__anon25874::HexagonUnitAuction
63 // Exclude already auctioned slots from the bid.
374 if (!AuctionCore.bid(I->Core.getUnits()))
396 if (!AuctionCore.bid(I->Core.getUnits()))
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/build/
OtaZipfileBuildProvider.java 52 String bid = buildProp.getProperty("ro.build.version.incremental"); local
53 IDeviceBuildInfo buildInfo = new DeviceBuildInfo(bid, bid);
54 buildInfo.setOtaPackageFile(new File(getOtaPath()), bid);
  /external/nist-sip/java/gov/nist/javax/sip/
Utils.java 175 byte bid[] = digester.digest(Long.toString(num).getBytes());
177 return SIPConstants.BRANCH_MAGIC_COOKIE + Utils.toHexString(bid) + this.signature;
195 String bid = Utils.getInstance().generateBranchId(); local
196 if (branchIds.contains(bid)) {
199 branchIds.add(bid);
  /frameworks/base/services/core/java/com/android/server/location/
LocationBasedCountryDetector.java 99 final long bid = Binder.clearCallingIdentity(); local
103 Binder.restoreCallingIdentity(bid);
111 final long bid = Binder.clearCallingIdentity(); local
115 Binder.restoreCallingIdentity(bid);
123 final long bid = Binder.clearCallingIdentity(); local
139 Binder.restoreCallingIdentity(bid);
  /toolchain/binutils/binutils-2.25/binutils/
resres.c 485 struct bin_res_id bid; local
486 windres_put_16 (wrbfd, bid.sig, 0xffff);
487 windres_put_16 (wrbfd, bid.id, id->u.id);
488 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID);
517 struct bin_res_id bid; local
522 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2);
523 ord = (unsigned short) windres_get_16 (wrbfd, bid.sig, 2);
526 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2);
528 id->u.id = windres_get_16 (wrbfd, bid.id, 2);
  /external/mesa3d/src/gallium/drivers/radeon/
r600_perfcounter.c 41 unsigned bid; local
44 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) {
62 unsigned bid; local
65 for (bid = 0; bid < pc->num_blocks; ++bid, ++block) {
526 unsigned bid, num_queries = 0; local
528 for (bid = 0; bid < pc->num_blocks; ++bid)
    [all...]
  /external/lz4/lib/
lz4frame.c 270 LZ4F_blockSizeID_t const bid = prefsPtr->frameInfo.blockSizeID; local
271 size_t const blockSize = LZ4F_getBlockSize(bid);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 625 int bid = loc.getBaseStationId(); local
630 mLocation.setText("BID = "
631 + ((bid == -1) ? "unknown" : Integer.toHexString(bid))
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/device/
NativeDevice.java 521 String bid = getProperty(BUILD_ID_PROP); local
522 if (bid == null) {
526 return bid;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 672 milliseconds