HomeSort by relevance Sort by last modified time
    Searched full:templist (Results 1 - 25 of 37) sorted by null

1 2

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 233 ArrayList<Integer> tempList;
234 tempList = new ArrayList<Integer>();
236 tempList.add(0);
241 tempList.add(Integer.parseInt(mParser.nextText()));
261 tempList.set(0, tempList.get(1));
263 tempList.add(tempList.get(tempList.size() - 1));
264 mCurrZone.setPollDelay(tempList);
    [all...]
ThermalCooling.java 219 ArrayList<Integer> tempList = new ArrayList<Integer>();
224 tempList.add(Integer.parseInt(mParser.nextText()));
245 tempList.add(tempList.get(tempList.size() - 1));
246 mDevice.setThrottleValuesList(tempList);
254 tempList.add(1);
255 mZone.getLastCoolingDeviceInstance().setThrottleMaskList(tempList);
263 tempList.add(0);
264 mZone.getLastCoolingDeviceInstance().setDeThrottleMaskList(tempList);
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 204 var tempList = stdout.split("\n").slice(1);
205 for (var i = 0; i < tempList.length; i++) {
206 if (tempList[i] == "") {
209 devices.push(tempList[i].split("\t")[0]);
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleMatcher.java 253 List<String> tempList = new ArrayList<>();
284 if (!tempList.contains(r)) {
295 tempList.add(r);
303 && !tempList.contains(equivalent)) {
306 tempList.add(equivalent);
313 if (!tempList.contains(equiv)) {
316 tempList.add(equiv);
322 && !tempList.contains(equivalent)) {
325 tempList.add(equivalent);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Map.c 79 CHAR16 *TempList;
84 for (ListWalker = List , TempList = NULL
88 TempList = StrnCatGrow(&TempList, NULL, ListWalker, 0);
89 ASSERT(TempList != NULL);
90 TempSpot = StrStr(TempList, Target);
95 while (SkipTrailingNumbers && (ShellIsDecimalDigitCharacter(TempList[StrLen(TempList)-1]) || TempList[StrLen(TempList)-1] == L':')) {
    [all...]
  /external/mksh/src/
os2.c 505 static struct temp *templist = NULL; variable in typeref:struct:temp
514 tp->next = templist;
515 templist = tp;
543 for (tpnext = &templist, tp = templist; tp; tp = *tpnext) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 223 STRING_LIST *TempList;
245 TempList = ProcessedFiles.Next;
247 TempList = ProcessedFiles.Next->Next;
250 ProcessedFiles.Next = TempList;
302 TempList = ProcessedFiles.Next;
304 TempList = ProcessedFiles.Next->Next;
307 ProcessedFiles.Next = TempList;
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/m4/
libtool.m4     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /external/cmockery/cmockery_0_1_2/
aclocal.m4     [all...]
  /external/ImageMagick/m4/
libtool.m4     [all...]
  /external/google-breakpad/m4/
libtool.m4     [all...]
  /external/google-tv-pairing-protocol/cpp/m4/
libtool.m4     [all...]
  /external/libcap-ng/libcap-ng-0.7/m4/
libtool.m4     [all...]
  /external/libedit/m4/
libtool.m4     [all...]
  /external/libexif/auto-m4/
libtool.m4     [all...]
  /external/libmicrohttpd/m4/
libtool.m4     [all...]
  /external/libnetfilter_conntrack/m4/
libtool.m4     [all...]
  /external/libnfnetlink/m4/
libtool.m4     [all...]
  /external/libogg/
aclocal.m4     [all...]
  /external/libusb-compat/m4/
libtool.m4     [all...]
  /external/libvorbis/
aclocal.m4     [all...]
  /external/lmfit/m4/
libtool.m4     [all...]
  /external/pcre/dist2/m4/
libtool.m4     [all...]

Completed in 1538 milliseconds

1 2