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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Misc/
ast-dump-color.cpp 32 //CHECK: {{^}}[[GREEN:.\[0;1;32m]]TranslationUnitDecl[[RESET:.\[0m]][[Yellow:.\[0;33m]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]> [[Yellow]]<invalid sloc>[[RESET]]{{$}}
33 //CHECK: {{^}}[[Blue:.\[0;34m]]|-[[RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]> [[Yellow]]<invalid sloc>[[RESET]] implicit[[CYAN:.\[0;1;36m]] __int128_t[[RESET]] [[Green:.\[0;32m]]'__int128'[[RESET]]{{$}
    [all...]
diag-template-diffing-color.cpp 9 // CHECK: {{.*}}candidate function not viable: no known conversion from 'foo<[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]]>' to 'foo<[[CYAN]]int[[RESET]]>' for 1st argument[[RESET]]
12 // TREE: {{\[}}[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]] != [[CYAN]]int[[RESET]]]>[[RESET]]
16 // CHECK: {{.*}}non-const lvalue reference to type 'foo<[[CYAN]]double[[RESET]][[BOLD:.\[1m]]>' cannot bind to a value of unrelated type 'foo<[[CYAN]]int[[RESET]][[BOLD]]>'[[RESET]]
19 // TREE: {{\[}}[[CYAN]]double[[RESET]][[BOLD:.\[1m]] != [[CYAN]]int[[RESET]][[BOLD]]]>[[RESET]
    [all...]
  /external/toybox/toys/other/
reset.c 0 /* reset.c - reset the terminal.
7 USE_RESET(NEWTOY(reset, 0, TOYFLAG_USR|TOYFLAG_BIN))
9 config RESET
10 bool "reset"
13 usage: reset
15 reset the terminal
23 // man 4 console_codes: reset terminal is ESC (no left bracket) c
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd/
00_Descriptions.txt 6 tpmtoken_setpasswd reset user password
8 tpmtoken_setpasswd reset security officer password
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
seg.t 4 reset - 4 :
6 *(reset)
seg.s 3 .section reset,"ax"
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_checkInput.txt 1 crc.reset();
  /external/valgrind/gdbserver_tests/
nlsigvgdb.stderr.exp 6 Reset valgrind output to log (orderly_finish)
  /libcore/support/src/test/java/tests/resources/
hyts_checkInput.txt 1 crc.reset();
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Bin/
ResetVector.uni 2 // Reset Vector binary
4 // Reset Vector binary
18 #string STR_MODULE_ABSTRACT #language en-US "Reset Vector binary"
20 #string STR_MODULE_DESCRIPTION #language en-US "Reset Vector binary"
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
ResetVector.uni 2 // Reset Vector
4 // Reset Vector
18 #string STR_MODULE_ABSTRACT #language en-US "Reset Vector"
20 #string STR_MODULE_DESCRIPTION #language en-US "Reset Vector"
  /external/robolectric-shadows/processor/src/test/resources/mock-source/org/robolectric/internal/
ShadowProvider.java 7 void reset(); method in interface:ShadowProvider
  /external/snakeyaml/src/test/resources/pyyaml/
spec-07-13.canonical 9 !<!baz> "Reset settings"
spec-07-13.data 9 !baz "Reset settings"
  /external/autotest/server/control_segments/
reset 20 def reset(machine):
21 print 'Starting to reset host %s' % machine
23 job.record('START', None, 'reset')
37 logging.exception('Reset failed due to Exception.')
38 job.record('END FAIL', None, 'reset')
44 job.record('END GOOD', None, 'reset',
45 '%s reset successfully' % hostname)
48 job.parallel_simple(reset, machines)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Reset/
Reset.c 14 Reset.c
18 Reset Architectural Protocol GUID as defined in Tiano
23 #include EFI_ARCH_PROTOCOL_DEFINITION (Reset)
27 EFI_GUID_STRING(&gEfiResetArchProtocolGuid, "Reset", "Reset Arch Protocol");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Reset/
Reset.c 14 Reset.c
18 Reset Service PPI GUID as defined in Tiano
24 #include EFI_PPI_DEFINITION (Reset)
28 EFI_GUID_STRING(&gPeiResetPpiGuid, "Reset", "Reset PPI");
  /external/python/cpython2/Demo/tkinter/matt/
slider-demo-1.py 10 def reset(self): member in class:Test
20 self.reset = Button(self, text='reset slider',
21 command=self.reset)
27 self.reset.pack(side=LEFT)
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
PchReset.h 21 PCH Reset Protocol
51 /// PCH Reset Types
74 Execute Pch Reset from the host controller.
77 @param[in] PchResetType Pch Reset Types which includes ColdReset, WarmReset, ShutdownReset,
94 Execute call back function for Pch Reset.
96 @param[in] PchResetType Pch Reset Types which includes PowerCycle, Globalreset.
99 @retval EFI_NOT_FOUND Failed to find Pch Reset Callback protocol. Or, none of
101 @retval Others Do not do any reset from PCH
107 /// Interface structure for the Pch Reset Protocol
110 PCH_RESET Reset;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
TestUScriptRun.java 237 scriptRun.reset(0, 100);
238 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!");
240 logln("PASS: scriptRun.reset failed as expected");
244 scriptRun.reset(100, 0);
245 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!");
247 logln("PASS: scriptRun.reset failed as expected");
251 scriptRun.reset(0, -100);
252 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!");
254 logln("PASS: scriptRun.reset failed as expected");
258 scriptRun.reset(-100, 0)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScriptRun.java 234 scriptRun.reset(0, 100);
235 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!");
237 logln("PASS: scriptRun.reset failed as expected");
241 scriptRun.reset(100, 0);
242 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!");
244 logln("PASS: scriptRun.reset failed as expected");
248 scriptRun.reset(0, -100);
249 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!");
251 logln("PASS: scriptRun.reset failed as expected");
255 scriptRun.reset(-100, 0)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
ResetSystemLib.h 2 System reset Library Services. This library class defines a set of
3 methods that reset the whole system.
20 This function causes a system-wide reset (cold reset), in which
21 all circuitry within the system returns to its initial state. This type of reset
25 If this function returns, it means that the system does not support cold reset.
34 This function causes a system-wide initialization (warm reset), in which all processors
37 If this function returns, it means that the system does not support warm reset.
49 If this function returns, it means that the system does not support shutdown reset.
69 This function causes a systemwide reset. The exact type of the reset is
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/ResetSystemLib/
ResetSystemLib.c 2 Reset System Library functions for PCAT platforms
21 Calling this function causes a system-wide reset. This sets
22 all circuitry within the system to its initial state. This type of reset
26 System reset should not return, if it returns, it means the system does
27 not support cold reset.
42 System reset should not return, if it returns, it means the system does
43 not support warm reset.
59 not support shut down reset.
75 Reset update should not return, if it returns, it means the system does
89 This function causes a systemwide reset. The exact type of the reset is
    [all...]
  /external/skia/tests/
IsClosedSingleContourTest.cpp 14 p.reset();
18 p.reset();
23 p.reset();
29 p.reset();
38 p.reset();
44 p.reset();
52 p.reset();
  /external/skqp/tests/
IsClosedSingleContourTest.cpp 14 p.reset();
18 p.reset();
23 p.reset();
29 p.reset();
38 p.reset();
44 p.reset();
52 p.reset();

Completed in 412 milliseconds

1 2 3 4 5 6 7 8 91011>>