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

1 2

  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 47 enum class ArgumentInsertPosition { BEGIN, END };
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java 29 public static final String BEGIN = "begin";
  /developers/samples/android/deprecated/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
Constants.java 29 public static final String BEGIN = "begin";
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
Constants.java 29 public static final String BEGIN = "begin";
  /external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
ProfilerEntry.cs 30 BEGIN,
60 case Type.BEGIN:
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
TweenCallback.java 9 * <b>BEGIN</b>: right after the delay (if any)<br/>
20 * forward : BEGIN COMPLETE
32 public static final int BEGIN = 0x01;
  /developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java 34 public static final String BEGIN = "begin";
  /developers/samples/android/deprecated/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/
Constants.java 34 public static final String BEGIN = "begin";
  /development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/
Constants.java 34 public static final String BEGIN = "begin";
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternLexer.cs 38 public const int BEGIN = 1;
88 return BEGIN;
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternLexer.java 32 public static final int BEGIN = 1;
83 return BEGIN;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java 17 private static final String BEGIN = "-----BEGIN ";
36 while (line != null && !line.startsWith(BEGIN))
43 line = line.substring(BEGIN.length());
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/pem/
PemReader.java 20 private static final String BEGIN = "-----BEGIN ";
41 while (line != null && !line.startsWith(BEGIN))
48 line = line.substring(BEGIN.length());
  /device/google/cuttlefish_common/common/vsoc/lib/
socket_forward_region_view.h 33 BEGIN,
87 return header_.message_type == Header::BEGIN;
133 // skip everything in the connection queue until seeing a BEGIN packet.
134 // returns port from begin packet.
  /external/antlr/runtime/Python/antlr3/
treewizard.py 9 # begin[licence]
58 BEGIN = 1
111 return BEGIN
172 if self.ttype == BEGIN:
186 if self.ttype != BEGIN:
194 while self.ttype in (BEGIN, ID, PERCENT, DOT):
195 if self.ttype == BEGIN:
  /external/antlr/runtime/Python3/antlr3/
treewizard.py 9 # begin[licence]
58 BEGIN = 1
111 return BEGIN
172 if self.ttype == BEGIN:
186 if self.ttype != BEGIN:
194 while self.ttype in (BEGIN, ID, PERCENT, DOT):
195 if self.ttype == BEGIN:
  /external/grpc-grpc/src/core/lib/profiling/
basic_timers.cc 36 typedef enum { BEGIN = '{', END = '}', MARK = '.' } marker_type;
264 gpr_timers_log_add(tagstr, BEGIN, important, file, line);
  /external/scapy/scapy/layers/
tftp.py 135 # BEGIN
137 def BEGIN(self):
229 # BEGIN
231 def BEGIN(self):
305 def BEGIN(self):
312 @ATMT.receive_condition(BEGIN)
  /external/iproute2/tc/
emp_ematch.lex.c 38 /* begin standard C headers. */
131 * definition of BEGIN.
133 #define BEGIN (yy_start) = 1 + 2 *
136 * to BEGIN to return to the state. The YYSTATE alias is for lex
350 /* Begin user sect3 */
880 BEGIN(lexstr);
887 BEGIN(INITIAL);
    [all...]
  /external/libpcap/
scanner.c 45 /* begin standard C headers. */
155 * definition of BEGIN.
157 #define BEGIN yyg->yy_start = 1 + 2 *
160 * to BEGIN to return to the state. The YYSTATE alias is for lex
350 /* Begin user sect3 */
    [all...]
  /external/skia/src/compute/hs/gen/
main.c 47 #define BEGIN() (struct hsg_op){ HSG_OP_TYPE_BEGIN }
483 return hsg_op(ops,BEGIN());
680 // begin
760 // body begin
769 // body begin
900 // body begin
914 // body begin
963 // begin merge
1059 // begin
1121 // begin
    [all...]
  /external/skqp/src/compute/hs/gen/
main.c 47 #define BEGIN() (struct hsg_op){ HSG_OP_TYPE_BEGIN }
483 return hsg_op(ops,BEGIN());
680 // begin
760 // body begin
769 // body begin
900 // body begin
914 // body begin
963 // begin merge
1059 // begin
1121 // begin
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 112 /* begin standard C headers. */
189 /* begin standard C++ headers. */
260 * definition of BEGIN.
262 #define BEGIN yyg->yy_start = 1 + 2 *
264 * to BEGIN to return to the state. The YYSTATE alias is for lex
487 /* Begin user sect3 */
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 346 /* begin standard C headers. */
423 /* begin standard C++ headers. */
494 * definition of BEGIN.
496 #define BEGIN yyg->yy_start = 1 + 2 *
498 * to BEGIN to return to the state. The YYSTATE alias is for lex
702 /* Begin user sect3 */
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 

Completed in 583 milliseconds

1 2