HomeSort by relevance Sort by last modified time
    Searched refs:typed (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tools/localize/
Values.h 35 static bool ParseTypedID(const string& typed, string* id, int* index);
  /external/bison/src/
reader.h 82 extern bool typed;
parse-gram.y 266 if (typed)
275 typed = true;
348 /* One or more nonterminals to be %typed. */
reader.c 45 bool typed = false; variable
78 !typed ? &pre_prologue_obstack : &post_prologue_obstack;
262 _("empty rule for typed nonterminal, and no action"));
scan-gram.l 860 if (!type_name && typed)
880 if (!type_name && typed)
    [all...]
scan-gram.c     [all...]
  /external/gtest/src/
gtest-typed-test.cc 32 #include <gtest/gtest-typed-test.h>
  /frameworks/base/awt/java/awt/
AWTKeyStroke.java 40 * the key is pressed, released, or typed (pressed and released generating
101 keyEventTypesMap.put(new Integer(KeyEvent.KEY_TYPED), "typed"); //$NON-NLS-1$
343 * typedID := typed <typedKey> <br>
367 boolean typed = false;
376 typed = parseTypedID(token);
378 if (typed) {
645 * Parses the typed id.
648 * the str typed.
652 if (strTyped.equals("typed")) { //$NON-NLS-1$
660 * Parses the typed key
    [all...]
  /external/gtest/test/
Android.mk 105 gtest-typed-test_test.cc \
106 gtest-typed-test2_test.cc \
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 188 # $option: The pretty name of the option (as the user typed it)
562 and the option as the user typed it. The value will be undefined if
635 the user typed it (including the option start character). $_[2] is
655 option. $_[2] is the name of the option as the user typed it
  /external/gtest/include/gtest/
gtest.h 72 #include <gtest/gtest-typed-test.h>
    [all...]

Completed in 507 milliseconds