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

1 2

  /frameworks/native/opengl/libagl/
Tokenizer.h 1 /* libs/opengles/Tokenizer.h
29 class Tokenizer
32 Tokenizer();
33 Tokenizer(const Tokenizer& other);
34 ~Tokenizer();
Tokenizer.cpp 1 /* libs/opengles/Tokenizer.cpp
20 #include "Tokenizer.h"
26 ANDROID_BASIC_TYPES_TRAITS(Tokenizer::run_t)
28 Tokenizer::Tokenizer()
32 Tokenizer::Tokenizer(const Tokenizer& other)
37 Tokenizer::~Tokenizer()
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokenizer.py 28 class Tokenizer(object):
29 """General purpose tokenizer.
32 mode: The latest mode of the tokenizer. This allows patterns to distinguish
41 """Initialize the tokenizer.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/
Tokenizer.java 8 * Tokenizer. Why? Because StringTokenizer is not available in J2ME.
13 public class Tokenizer
  /frameworks/native/libs/utils/
Tokenizer.cpp 17 #define LOG_TAG "Tokenizer"
26 #include <utils/Tokenizer.h>
28 // Enables debug output for the tokenizer.
38 Tokenizer::Tokenizer(const String8& filename, FileMap* fileMap, char* buffer,
45 Tokenizer::~Tokenizer() {
54 status_t Tokenizer::open(const String8& filename, Tokenizer** outTokenizer) {
97 *outTokenizer = new Tokenizer(filename, fileMap, buffer, ownBuffer, length)
    [all...]
  /frameworks/native/include/utils/
Tokenizer.h 28 * A simple tokenizer for loading and parsing ASCII text files line by line.
30 class Tokenizer {
31 Tokenizer(const String8& filename, FileMap* fileMap, char* buffer,
35 ~Tokenizer();
40 * Returns NO_ERROR and a tokenizer for the file, if successful.
43 static status_t open(const String8& filename, Tokenizer** outTokenizer);
48 * Returns NO_ERROR and a tokenizer for the string, if successful.
52 const char* contents, Tokenizer** outTokenizer);
119 Tokenizer(const Tokenizer& other); // not copyabl
    [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 91 #include <google/protobuf/io/tokenizer.h>
105 // For instance, Tokenizer::ConsumeZeroOrMore<Whitespace>() will eat
180 Tokenizer::Tokenizer(ZeroCopyInputStream* input,
201 Tokenizer::~Tokenizer() {
212 void Tokenizer::NextChar() {
233 void Tokenizer::Refresh() {
263 inline void Tokenizer::StartToken() {
271 inline void Tokenizer::EndToken()
    [all...]
tokenizer.h 51 class Tokenizer;
81 class LIBPROTOBUF_EXPORT Tokenizer {
83 // Construct a Tokenizer that reads and tokenizes text from the given
86 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
87 ~Tokenizer();
138 // comes from a TYPE_FLOAT token parsed by Tokenizer. If it doesn't, the
143 // comes from a TYPE_STRING token parsed by Tokenizer. If it doesn't, the
153 // parsed by a Tokenizer, the result is undefined (possibly an assert
180 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Tokenizer);
290 inline const Tokenizer::Token& Tokenizer::current()
    [all...]
  /frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java 34 * You must provide a {@link Tokenizer} to distinguish the
60 private Tokenizer mTokenizer;
77 * Sets the Tokenizer that will be used to determine the relevant
80 public void setTokenizer(Tokenizer t) {
87 * {@link Tokenizer#findTokenStart} to {@link #getSelectionEnd}
111 * {@link Tokenizer#findTokenStart} to {@link #getSelectionEnd}
175 * {@link Tokenizer#findTokenStart} to {@link #getSelectionEnd} by the
177 * {@link Tokenizer#terminateToken}.
212 public static interface Tokenizer {
233 * This simple Tokenizer can be used for lists where the items ar
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 67 final Tokenizer tokenizer = new Tokenizer(filename, (new String(buf, 0, size)).toCharArray()); local
71 String token = tokenizer.getToken();
76 parsePackage(api, tokenizer);
78 throw new ApiParseException("expected package got " + token, tokenizer.getLine());
88 private static void parsePackage(ApiInfo api, Tokenizer tokenizer)
94 token = tokenizer.requireToken();
95 assertIdent(tokenizer, token)
    [all...]
  /external/smack/src/org/xbill/DNS/
Tokenizer.java 26 * Tokenizer is used to parse DNS records and zones from text format,
32 public class Tokenizer {
142 * Creates a Tokenizer from an arbitrary input stream.
146 Tokenizer(InputStream is) {
161 * Creates a Tokenizer from a string.
165 Tokenizer(String s) {
170 * Creates a Tokenizer from a file.
174 Tokenizer(File f) throws FileNotFoundException {
225 * Gets the next token from a tokenizer.
339 * Gets the next token from a tokenizer, ignoring whitespace and comments
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 407 private static final class Tokenizer {
445 /** Construct a tokenizer that parses tokens from the given text. */
446 private Tokenizer(final CharSequence text) {
852 final Tokenizer tokenizer = new Tokenizer(input); local
854 while (!tokenizer.atEnd()) {
855 mergeField(tokenizer, extensionRegistry, builder);
860 * Parse a single field from {@code tokenizer} and merge it into
863 private static void mergeField(final Tokenizer tokenizer
    [all...]
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 138 private final Tokenizer mTokenizer;
141 mTokenizer = new Tokenizer(args);
342 private static class Tokenizer {
346 public Tokenizer(String[] args) {
  /external/v8/tools/
test.py 890 class Tokenizer(object):
891 """A simple string tokenizer that chops expressions into variables,
1047 tokens = Tokenizer(expr).Tokenize()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 513 milliseconds

1 2