OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Switch
(Results
1 - 10
of
10
) sorted by null
/dalvik/tests/003-omnibus-opcodes/src/
Switch.java
1
public class
Switch
{
3
* Test
switch
() blocks
6
System.out.println("
Switch
.testSwitch");
10
switch
(a) {
19
switch
(a) {
27
switch
(a) {
32
switch
(a) {
40
switch
(a) {
47
switch
(a) {
54
switch
(a)
[
all
...]
Main.java
54
Switch
.run();
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Switch.java
5
public interface
Switch
/external/webkit/Source/JavaScriptCore/bytecompiler/
LabelScope.h
41
enum Type { Loop,
Switch
, NamedLabel };
/external/clang/lib/CodeGen/
CGCleanup.cpp
73
switch
(K) {
263
/// given
switch
instruction.
265
llvm::SwitchInst *
Switch
,
289
// Don't add this case to the
switch
statement twice.
292
Switch
->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex),
300
/// be a cleanup
switch
.
303
// If it's a branch, turn it into a
switch
whose default
312
llvm::SwitchInst *
Switch
=
315
return
Switch
;
349
llvm::SwitchInst *
Switch
= TransitionToCleanupSwitch(*this, BranchBB)
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
375
// If this isn't a
switch
on Cond, we can't handle it.
378
// Check to see if a successor of the
switch
is guaranteed to go to the
[
all
...]
/frameworks/base/core/java/android/widget/
Switch.java
42
* A
Switch
is a two-state toggle
switch
widget that can select between two
45
* property controls the text displayed in the label for the
switch
, whereas the
54
public class
Switch
extends CompoundButton {
102
* Construct a new
Switch
with default styling.
106
public
Switch
(Context context) {
111
* Construct a new
Switch
with default styling, overriding specific style
117
public
Switch
(Context context, AttributeSet attrs) {
122
* Construct a new
Switch
with a default style determined by the given theme attribute,
130
public
Switch
(Context context, AttributeSet attrs, int defStyle)
[
all
...]
/external/llvm/utils/TableGen/
LLVMCConfigurationEmitter.cpp
189
enum OptionType { Alias,
Switch
, SwitchList,
201
return (t ==
Switch
);
218
return OptionType::
Switch
;
250
OptionDescription(OptionType::OptionType t = OptionType::
Switch
,
422
switch
(Type) {
428
case OptionType::
Switch
:
440
switch
(Type) {
446
case OptionType::
Switch
:
502
throw OptName + ": incorrect option type - should be a
switch
!";
793
//
Switch
options are ZeroOrMore by default
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
/prebuilt/sdk/14/
android.jar
Completed in 574 milliseconds