HomeSort by relevance Sort by last modified time
    Searched full:special (Results 626 - 650 of 40689) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidDoubleClickStrategy.java 40 // Special case: if you click on the local name portion of an attribute pair,
69 // Special case: when you click on a resource identifier name, only select the
80 // Special case: when you have a dotted name, such as com.android.tools.MyClass,
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DFA.java 21 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
32 * Any state that has a semantic predicate edge is special; those states
47 protected short[] special; field in class:DFA
74 int specialState = special[s];
78 " state "+s+" is special state "+specialState);
83 " returns from special state "+specialState+" to "+s);
ANTLRFileStream.java 21 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
34 * much like an ANTLReader or ANTLRInputStream, but it's a special case
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.m 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
61 NSInteger specialState = special[s];
63 // this state is special in that it has some code associated with it. we cannot do this in a pure DFA so
66 NSLog(@"DFA %d state %d is special state %d", decisionNumber, s, specialState);
70 NSLog(@"DFA %d returns from special state %d to %d", decisionNumber, specialState, s);
260 @synthesize special;
ANTLRFileStream.h 21 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
32 * much like an ANTLReader or ANTLRInputStream, but it's a special case
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 26 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
47 const NFSMODE_CHR = 0020000; /* character special */
48 const NFSMODE_BLK = 0060000; /* block special */
85 NFBLK = 3, /* block special */
86 NFCHR = 4, /* character special */
120 unsigned rdev; /* special device # */
  /art/runtime/arch/x86/
context_x86.h 100 // Pointers to register locations. Values are initialized to null or the special registers below.
104 // special in that it cannot be encoded normally as a register operand to an instruction (except
  /art/runtime/arch/x86_64/
context_x86_64.h 87 // Pointers to register locations. Values are initialized to null or the special registers below.
91 // special in that it cannot be encoded normally as a register operand to an instruction (except
  /developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/
template-params.xml 67 Floating action buttons are used for a special type of promoted action.
69 special motion behaviors related to morphing, launching, and the transferring anchor point.
  /development/samples/TicTacToeMain/
README.txt 22 file TicTacToeMain/default.properties contains the special line:
29 contains the special line:
  /development/tools/idegen/src/com/android/idegen/
FrameworkModule.java 26 * Special module used for framework to build one off resource directory.
32 // Framework needs a special constant for it's intermediates because it does not follow
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_map.py 8 As a special case, map(None, X) is changed into list(X). (This is
12 We avoid the transformation (except for the special case mentioned
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_commands.py 52 # Special attributes supported:
57 [.+@]? # It may have special attributes.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
linktree.py 7 # All symbolic links go to a special symbolic link at the top, so you
15 LINK = '.LINK' # Name of special symlink at the top.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs 25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
41 * much like an ANTLReader or ANTLRInputStream, but it's a special case
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDFA.h 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
39 const int *special; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDFA.h 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
39 const int *special; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDFA.h 20 // INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
39 const int *special; variable
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
RuleClosureTransition.java 21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
36 * that rule because of these special transitions.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ToolMessage.java 21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
33 * is no reason to create a special object for each error unlike the grammar
  /external/compiler-rt/lib/builtins/
udivsi3.c 31 /* special cases */
44 /* Not a special case */
  /external/freetype/builds/unix/
detect.mk 37 # If `devel' is the requested target, we use a special configuration
47 # If `lcc' is the requested target, we use a special configuration
  /external/google-breakpad/src/client/apple/Framework/
BreakpadDefines.h 23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
42 // Specify some special keys to be used in the configuration file that is
  /external/icu/icu4c/source/samples/uresb/
Makefile 59 ## Special for a special codepage
  /external/libopus/win32/
config.h 19 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39 /* Can always compile SSE intrinsics (no special compiler flags necessary) */

Completed in 1505 milliseconds

<<21222324252627282930>>