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

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/arch/arm/cpu/arm926ejs/mxs/
start.S 28 * Startup Code (reset vector)
38 .globl reset
39 reset: label
  /external/u-boot/arch/arm/cpu/arm926ejs/spear/
start.S 22 * Startup Code (reset vector)
32 .globl reset
34 reset: label
  /external/u-boot/arch/arm/cpu/armv7m/
start.S 9 .globl reset
10 .type reset, %function
11 reset: label
  /external/u-boot/arch/arm/mach-omap2/omap3/
emac.c 20 u32 reset; local
22 /* ensure that the module is out of reset */
23 reset = readl(&am35x_scm_general_regs->ip_sw_reset);
24 reset &= ~CPGMACSS_SW_RST;
25 writel(reset, &am35x_scm_general_regs->ip_sw_reset);
  /development/tools/idegen/src/
Stopwatch.java 24 void reset(String label) { method in class:Stopwatch
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
Parser.as 42 public override function reset():void { function
43 super.reset(); // reset all recognizer state variables
71 /** Set the token stream and reset the parser */
74 reset();
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleElementStream.as 56 * from then on. Streams are reset after subrules so that the streams
57 * can be reused in future subrules. So, reset must set a dirty bit.
87 /** Reset the condition of this stream so that it appears we have
89 * Once we reset the stream, any future use will need duplicates. Set
92 public function reset():void { function
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/
reset_self.pass.cpp 14 // test reset against resetting self
22 void reset() { ptr_.reset(); } function in struct:A
25 int main() { (new A)->reset(); }
  /external/llvm/include/llvm/MC/
MCCodeEmitter.h 35 virtual void reset() {} function in class:llvm::MCCodeEmitter
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCCodeEmitter.h 32 virtual void reset() {} function in class:llvm::MCCodeEmitter
  /external/u-boot/arch/arm/cpu/arm1136/
start.S 20 * Startup Code (reset vector)
30 .globl reset
32 reset: label
  /external/u-boot/arch/arm/cpu/arm720t/
start.S 15 * Startup Code (reset vector)
25 .globl reset
27 reset: label
  /external/u-boot/arch/arm/cpu/arm920t/
start.S 17 * Startup Code (called from the ARM reset exception vector)
27 .globl reset
29 reset: label
  /external/u-boot/arch/arm/cpu/arm926ejs/
start.S 24 * Startup Code (reset vector)
34 .globl reset
36 reset: label
  /external/u-boot/arch/arm/cpu/arm946es/
start.S 23 * Startup Code (reset vector)
33 .globl reset
35 reset: label
  /external/u-boot/arch/arm/mach-socfpga/include/mach/
boot0.h 20 b reset; /* SoCFPGA Gen5 jumps here */ variable
21 b reset; /* SoCFPGA Gen10 trampoline */ variable
  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
Mark.php 19 * if true, the stats will be reset after taking their snapshot.
21 * Generated from protobuf field <code>bool reset = 1;</code>
23 private $reset = false; variable
31 * if true, the stats will be reset after taking their snapshot.
33 * Generated from protobuf field <code>bool reset = 1;</code>
38 return $this->reset;
42 * if true, the stats will be reset after taking their snapshot.
44 * Generated from protobuf field <code>bool reset = 1;</code>
51 $this->reset = $var; variable
  /external/libchrome/mojo/public/cpp/platform/
platform_channel_endpoint.cc 22 void PlatformChannelEndpoint::reset() { function in class:mojo::PlatformChannelEndpoint
23 handle_.reset();
platform_channel_server_endpoint.cc 23 void PlatformChannelServerEndpoint::reset() { function in class:mojo::PlatformChannelServerEndpoint
24 handle_.reset();
  /external/proguard/src/proguard/obfuscate/
NameFactory.java 31 public void reset(); method in interface:NameFactory
  /external/skia/tools/
UrlDataManager.cpp 24 urlData->fData.reset(SkRef(data));
35 void UrlDataManager::reset() { function in class:UrlDataManager
  /external/skqp/tools/
UrlDataManager.cpp 24 urlData->fData.reset(SkRef(data));
35 void UrlDataManager::reset() { function in class:UrlDataManager
  /external/u-boot/arch/mips/cpu/
start.S 84 b reset
142 reset: label
212 /* Clear timer interrupt (CP0_COUNT cleared on branch to 'reset') */
  /frameworks/av/media/libcpustats/
CentralTendencyStatistics.cpp 38 void CentralTendencyStatistics::reset() function in class:CentralTendencyStatistics
  /bionic/libc/private/
ScopedSignalBlocker.h 40 reset();
43 void reset() { function in class:ScopedSignalBlocker

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>