Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 106) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dcleanfuture.py100 changed = ff.run()
101 if changed:
104 if changed:
109 for s, e, line in changed:
143 self.changed = []
164 changed = self.changed
245 changed.append((startline, endline, line))
249 return changed
258 changed = self.changed
259 assert changed
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_os2.h89 HEV changed; member
117 DosCreateEventSem(NULL, &lock->changed, 0, 0); in PyThread_allocate_lock()
121 lock->changed)); in PyThread_allocate_lock()
143 DosCloseEventSem(lock->changed); in PyThread_free_lock()
182 DosWaitEventSem(lock->changed, SEM_INDEFINITE_WAIT); in PyThread_acquire_lock()
193 DosResetEventSem(lock->changed, &count); in PyThread_acquire_lock()
236 DosPostEventSem(lock->changed); in PyThread_release_lock()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dupdate.py19 self.changed = 0
29 if not self.changed:
42 self.changed = 0
58 if not self.changed:
59 self.changed = 1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c465 int changed; in strop_lower() local
474 changed = 0; in strop_lower()
478 changed = 1; in strop_lower()
484 if (!changed) { in strop_lower()
504 int changed; in strop_upper() local
513 changed = 0; in strop_upper()
517 changed = 1; in strop_upper()
523 if (!changed) { in strop_upper()
544 int changed; in strop_capitalize() local
553 changed = 0; in strop_capitalize()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c465 int changed; in strop_lower() local
474 changed = 0; in strop_lower()
478 changed = 1; in strop_lower()
484 if (!changed) { in strop_lower()
504 int changed; in strop_upper() local
513 changed = 0; in strop_upper()
517 changed = 1; in strop_upper()
523 if (!changed) { in strop_upper()
544 int changed; in strop_capitalize() local
553 changed = 0; in strop_capitalize()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_long.py19 node.changed()
Dfix_isinstance.py52 node.changed()
Dfix_itertools_imports.py35 node.changed()
Dfix_import.py65 imp.changed()
Dfix_operator.py79 method.changed()
Dfix_tuple_params.py108 suite[0].changed()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dpytree.py149 self.parent.changed()
164 def changed(self): member in Base
166 self.parent.changed()
177 self.parent.changed()
330 self.changed()
339 self.changed()
348 self.changed()
424 self.changed()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DCustomizedDisplayLib.uni50 #string NV_UPDATE_MESSAGE #language en-US "Configuration changed"
51 #language fr-FR "Configuration changed"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
DREADME.txt7 is assumed to be in "../..". This location can be changed
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmhlib.py529 changed = 0
540 changed = 1
543 if changed:
636 changed = 0
643 changed = 1
646 if changed:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwebchecker.py289 self.changed = 0
473 self.changed = 1
571 self.changed = 1
579 self.changed = 1
642 if not self.changed:
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c1362 void MR_apply_restriction1(Predicate *pred,set *plainSet,int *changed) argument
1364 void MR_apply_restriction1(pred,plainSet,changed)
1367 int *changed;
1371 MR_apply_restriction1(pred->right,plainSet,changed);
1373 MR_apply_restriction1(pred->down,plainSet,changed);
1378 if (*changed == 0 &&
1380 *changed=1;
1431 int changed; local
1602 changed=0;
1608 MR_apply_restriction1(predList[i],&union_plainSet,&changed);
[all …]
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
DFSVariable.inf5 # disk. They can be changed by user. BIOS is not able to protoect those.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt57 default value of chunk size (CLzma2EncProps::blockSize) is changed
239 - Some GUIDs/interfaces in C++ were changed.
271 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-history.txt57 default value of chunk size (CLzma2EncProps::blockSize) is changed
239 - Some GUIDs/interfaces in C++ were changed.
271 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-history.txt57 default value of chunk size (CLzma2EncProps::blockSize) is changed
239 - Some GUIDs/interfaces in C++ were changed.
271 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
DGdbRun24 # changed from the value we pre-initialized it to. If so, the program
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME337 - changed the platform default timer to use high-resolution
342 - changed to use min() as timing estimator (average
351 - changed default warp factor to 10 (from 20)
355 - changed the output format a bit to make it look
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_pytree.py221 l1.changed()
227 n1.changed()
239 n1.changed()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.c595 int changed; in convergeephemerons() local
600 changed = 0; in convergeephemerons()
605 changed = 1; /* will have to revisit all ephemeron tables */ in convergeephemerons()
608 } while (changed); in convergeephemerons()

12345