HomeSort by relevance Sort by last modified time
    Searched refs:WITH (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tools/dasm/src/java_cup/
sym.java 22 static final int WITH = 11;
lexer.java 20 * "scan" SCAN "with" WITH
31 * In addition to the scanner proper (called first via init() then with
78 * objects keyed by Integer objects with the numerical value of the
123 keywords.put("with", new Integer(sym.WITH));
169 /** Emit an error message. The message will be marked with both the
183 /** Emit a warning message. The message will be marked with both the
205 // later need to deal with non-8-bit chars here
293 /** Swallow up a code string. Code strings begin with "{:" and includ
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 4 * Redistribution and use in source and binary forms, with or without
11 * documentation and/or other materials provided with the distribution.
67 WITH,
JSParser.cpp 4 * Redistribution and use in source and binary forms, with or without
11 * documentation and/or other materials provided with the distribution.
874 // Handle for-in with var declaration
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorSet.java 5 * you may not use this file except in compliance with the License.
32 * used in conjunction with methods in the {@link AnimatorSet.Builder Builder}
36 * <p>It is possible to set up a <code>AnimatorSet</code> with circular dependencies between
45 * <p>For more information about animating with {@code AnimatorSet}, read the
90 * is replayed with no changes, it does not have to re-sort the nodes again.
134 builder.with(items[i]);
152 builder.with(anim);
249 * calling <code>play(a1).with(a2)</code> sets up the AnimatorSet to play
565 * state, with fresh, empty data structures. Then we will build up the nodes list
640 // The Dependency rule (WITH or AFTER) that the listener should wait for o
1052 public Builder with(Animator anim) { method in class:AnimatorSet.Builder
    [all...]
  /external/v8/src/
token.h 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
47 // nothing with tokens belonging to the respective category.
157 K(WITH, "with", 0) \
preparser.cc 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
58 // Lazy functions always have trivial outer scopes (no with/catch scopes).
259 case i::Token::WITH:
388 // However disallowing const in classic mode will break compatibility with
389 // existing pages. Therefore we keep allowing const with the old
572 // 'with' '(' Expression ')' Statement
573 Expect(i::Token::WITH, CHECK_OK);
    [all...]
parser.cc 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
293 // The current pre-data entry must be a FunctionEntry with the given
    [all...]
  /external/quake/
NOTICE 13 along with this program; if not, write to the Free Software
55 We protect your rights with two steps: (1) copyright the software, and
85 either verbatim or with modifications and/or translated into another
102 along with the Program.
148 with the Program (or with a work based on the Program) on a volume of
156 a) Accompany it with the complete corresponding machine-readable
160 b) Accompany it with a written offer, valid for at least three
167 c) Accompany it with the information you received as to the offer
170 received the program in object code or executable form with suc
    [all...]
  /external/bluetooth/bluez/gdbus/
NOTICE 19 * along with this program; if not, write to the Free Software
61 We protect your rights with two steps: (1) copyright the software, and
90 either verbatim or with modifications and/or translated into another
107 along with the Program.
152 with the Program (or with a work based on the Program) on a volume of
160 a) Accompany it with the complete corresponding machine-readable
164 b) Accompany it with a written offer, valid for at least three
171 c) Accompany it with the information you received as to the offer
174 received the program in object code or executable form with suc
    [all...]
  /external/bluetooth/bluez/input/
NOTICE 19 * along with this program; if not, write to the Free Software
61 We protect your rights with two steps: (1) copyright the software, and
90 either verbatim or with modifications and/or translated into another
107 along with the Program.
152 with the Program (or with a work based on the Program) on a volume of
160 a) Accompany it with the complete corresponding machine-readable
164 b) Accompany it with a written offer, valid for at least three
171 c) Accompany it with the information you received as to the offer
174 received the program in object code or executable form with suc
    [all...]
  /external/bluetooth/bluez/plugins/
NOTICE 19 * along with this program; if not, write to the Free Software
61 We protect your rights with two steps: (1) copyright the software, and
90 either verbatim or with modifications and/or translated into another
107 along with the Program.
152 with the Program (or with a work based on the Program) on a volume of
160 a) Accompany it with the complete corresponding machine-readable
164 b) Accompany it with a written offer, valid for at least three
171 c) Accompany it with the information you received as to the offer
174 received the program in object code or executable form with suc
    [all...]
  /external/bluetooth/bluez/src/
NOTICE 21 * along with this program; if not, write to the Free Software
63 We protect your rights with two steps: (1) copyright the software, and
92 either verbatim or with modifications and/or translated into another
109 along with the Program.
154 with the Program (or with a work based on the Program) on a volume of
162 a) Accompany it with the complete corresponding machine-readable
166 b) Accompany it with a written offer, valid for at least three
173 c) Accompany it with the information you received as to the offer
176 received the program in object code or executable form with suc
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 19 # along with this program*; if not, write to the Free Software
24 # running dnslist with the '-l' option.
46 # Change with -s <file>
49 # Change with -t <file>
125 # all of the extra stuff to do with a host's data once it is read.
307 We protect your rights with two steps: (1) copyright the software, and
336 either verbatim or with modifications and/or translated into another
353 along with the Program.
398 with the Program (or with a work based on the Program) on a volume o
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/skia/
Android.mk 6 # PROBLEMS WITH SKIA DEBUGGING?? READ THIS...
9 # using libskia must also be built with the debug version of the Skia headers.
15 # (b) If libskia is built with debugging (see step 2), then no changes are
16 # needed since your sources and libskia have been built with SK_DEBUG.
36 # need a flag to tell the C side when we're on devices with large memory
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/e2fsprogs/lib/et/
texinfo.tex 14 %AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
25 %A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS) THIS
56 %Mere aggregation of another unrelated program with this program (or its
64 % a) accompany it with the complete corresponding machine-readable
68 % b) accompany it with a written offer, valid for at least three
74 % c) accompany it with the information you received as to where the
89 %software programs from you with this License Agreement will not have
219 % The argument can be delimited with [...] or with "..." or braces
424 % looks better when embedded in a line with cmr10
    [all...]
  /gdk/build/core/
definitions.mk 37 # Returns : the list with duplicate items removed, order is preserved.
41 # faster. It will also not explode the stack with a lot of
98 # or abort the build with an error
305 # A prebuilt module is one declared with BUILD_PREBUILT_SHARED_LIBRARY or
481 # Returns : Parent dir or path of $1, with final separator removed.
554 # - with one single item
556 # - with no directory separators
676 # for sources that must be built with ARM Advanced SIMD (a.k.a. NEON)
684 # with <tagname>
699 # 'thumb' or 'arm ' with ARM-based toolchains
    [all...]
  /ndk/build/core/
definitions.mk 4 # you may not use this file except in compliance with the License.
22 # traced to stdout using warning messages with their arguments
69 # Returns : the list with duplicate items removed, order is preserved.
73 # faster. It will also not explode the stack with a lot of
130 # or abort the build with an error
490 # A prebuilt module is one declared with BUILD_PREBUILT_SHARED_LIBRARY or
707 # Same with C++ exception support (i.e. -fexceptions and -fno-exceptions)
771 # Returns : Parent dir or path of $1, with final separator removed.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure 94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
454 # line-number line with the line containing $LINENO, and appends
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
1128 # The variables have the same names as the options, with
1279 # Obsolete; use --with-gas.
    [all...]
  /external/bison/tests/
testsuite 119 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
150 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
154 # with the numbered line, and appends trailing '-' during
169 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
364 53;actions.at:528;Printers and Destructors with union: ;;
366 55;actions.at:534;Printers and Destructors with union: %defines %skeleton "lalr1.cc";c++;
368 57;actions.at:537;Printers and Destructors with union: %glr-parser;;
377 66;conflicts.at:533;%expect with reduce conflicts;;
379 68;conflicts.at:579;%no-default-prec with %prec;;
419 108;torture.at:445;Exploding the Stack Size with Alloca;
    [all...]

Completed in 4360 milliseconds

1 2