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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeVisitorAction.cs 49 object Pre(object t);
57 object Post(object t);
63 Func<object, object> _preAction;
64 Func<object, object> _postAction;
66 public TreeVisitorAction(Func<object, object> preAction, Func<object, object> postAction
    [all...]
ITreeAdaptor.cs 52 * Create a tree node from Token object; for CommonTree type trees,
61 object Create(IToken payload);
66 object DupNode(object treeNode);
69 object DupTree(object tree);
77 object Nil();
97 object ErrorNode(ITokenStream input, IToken start, IToken stop, RecognitionException e);
100 bool IsNil(object tree);
111 void AddChild(object t, object child)
    [all...]
  /external/flac/libFLAC/include/private/
metadata.h 42 void FLAC__metadata_object_delete_data(FLAC__StreamMetadata *object);
44 void FLAC__metadata_object_cuesheet_track_delete_data(FLAC__StreamMetadata_CueSheet_Track *object);
  /external/harfbuzz_ng/src/
hb-shaper-impl-private.hh 39 #define HB_SHAPER_DATA_GET(object) HB_SHAPER_DATA (HB_SHAPER, object)
hb-shaper-private.hh 68 #define HB_SHAPER_DATA_TYPE(shaper, object) struct hb_##shaper##_shaper_##object##_data_t
69 #define HB_SHAPER_DATA_INSTANCE(shaper, object, instance) (* (HB_SHAPER_DATA_TYPE(shaper, object) **) &(instance)->shaper_data.shaper)
70 #define HB_SHAPER_DATA(shaper, object) HB_SHAPER_DATA_INSTANCE (shaper, object, object)
71 #define HB_SHAPER_DATA_CREATE_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_create
72 #define HB_SHAPER_DATA_DESTROY_FUNC(shaper, object) _hb_##shaper##_shaper_##object##_data_destro
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeAdaptor.cs 54 * Create a tree node from Token object; for CommonTree type trees,
63 object Create(IToken payload);
75 object Create(int tokenType, IToken fromToken);
87 object Create(int tokenType, IToken fromToken, string text);
99 object Create(IToken fromToken, string text);
111 object Create(int tokenType, string text);
116 object DupNode(object treeNode);
118 object DupNode(int type, object treeNode)
    [all...]
ITreeVisitorAction.cs 51 object Pre( object t );
59 object Post( object t );
65 private readonly Func<object, object> _preAction;
66 private readonly Func<object, object> _postAction;
68 public TreeVisitorAction( Func<object, object> preAction, Func<object, object> postAction
    [all...]
  /external/mesa3d/src/glsl/glcpp/tests/
101-macros-used-twice.c 1 #define object 1 macro
4 #if object
7 #if object
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IRuleReturnScope.cs 43 object Start
51 object Stop
IAstRuleReturnScope.cs 39 object Tree
ITemplateRuleReturnScope.cs 37 object Template
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
object_instance_track.css 6 .object-instance-track {
  /external/elfutils/src/libebl/
eblobjecttypename.c 1 /* Return object file type name.
39 ebl_object_type_name (ebl, object, buf, len)
41 int object;
47 res = ebl != NULL ? ebl->object_type_name (object, buf, len) : NULL;
51 if (object >= ET_LOOS && object <= ET_HIOS)
52 snprintf (buf, len, "LOOS+%x", object - ET_LOOS);
54 else if (object >= ET_LOPROC && object <= ET_HIPROC)
55 snprintf (buf, len, "LOPROC+%x", object - ET_LOPROC)
    [all...]
  /libcore/json/src/test/java/org/json/
JSONObjectTest.java 40 JSONObject object = new JSONObject(); local
41 assertEquals(0, object.length());
43 // bogus (but documented) behaviour: returns null rather than the empty object!
44 assertNull(object.names());
47 assertNull(object.toJSONArray(new JSONArray()));
48 assertEquals("{}", object.toString());
49 assertEquals("{}", object.toString(5));
51 object.get("foo");
56 object.getBoolean("foo");
61 object.getDouble("foo")
118 JSONObject object = new JSONObject(); local
142 JSONObject object = new JSONObject(); local
160 JSONObject object = new JSONObject(); local
173 JSONObject object = new JSONObject(); local
184 JSONObject object = new JSONObject(); local
203 JSONObject object = new JSONObject(); local
213 JSONObject object = new JSONObject(); local
251 JSONObject object = new JSONObject(); local
263 JSONObject object = new JSONObject(); local
314 JSONObject object = new JSONObject(); local
351 JSONObject object = new JSONObject(); local
367 JSONObject object = new JSONObject(); local
401 JSONObject object = new JSONObject(); local
453 JSONObject object = new JSONObject(); local
479 JSONObject object = new JSONObject(); local
485 JSONObject object = new JSONObject(); local
495 JSONObject object = new JSONObject(); local
505 JSONObject object = new JSONObject(); local
526 JSONObject object = new JSONObject(); local
548 JSONObject object = new JSONObject(); local
573 JSONObject object = new JSONObject(); local
583 JSONObject object = new JSONObject(); local
591 JSONObject object = new JSONObject(); local
610 JSONObject object = new JSONObject(); local
629 JSONObject object = new JSONObject(); local
657 JSONObject object = new JSONObject(contents); local
665 JSONObject object = new JSONObject(Collections.singletonMap("foo", Double.NaN)); local
672 JSONObject object = new JSONObject(contents); local
689 JSONObject object = new JSONObject(new JSONTokener("{\\"foo\\": false}")); local
719 JSONObject object = new JSONObject("{\\"foo\\": false}"); local
775 JSONObject object = new JSONObject(); local
786 JSONObject object = new JSONObject(); local
793 JSONObject object = new JSONObject(); local
801 JSONObject object = new JSONObject(); local
810 JSONObject object = new JSONObject(); local
817 JSONObject object = new JSONObject(); local
829 JSONObject object = new JSONObject(); local
837 JSONObject object = new JSONObject(); local
855 JSONObject object = new JSONObject(); local
877 JSONObject object = new JSONObject(); local
888 JSONObject object = new JSONObject(); local
898 JSONObject object = new JSONObject(); local
921 JSONObject object = new JSONObject(); local
999 JSONObject object = new JSONObject(); local
1010 JSONObject object = new JSONObject(); local
1017 JSONObject object = new JSONObject(); local
1025 JSONObject object = new JSONObject(); local
    [all...]
  /external/mockito/src/org/mockito/internal/debugging/
Localized.java 12 private final T object; field in class:Localized
15 public Localized(T object) {
16 this.object = object;
21 return object;
  /external/google-breakpad/src/tools/solaris/dump_syms/testdata/
dump_syms_regtest.cc 57 google_breakpad::C object; local
58 object.set_member(google_breakpad::i());
59 object.f();
60 int value = object.g();
61 char *nothing = object.h(object);
  /external/google-breakpad/src/tools/windows/dump_syms/testdata/
dump_syms_regtest.cc 58 google_breakpad::C object; local
59 object.set_member(google_breakpad::i());
60 object.f();
61 int value = object.g();
62 char *nothing = object.h(object);
  /external/hamcrest/src/org/hamcrest/core/
IsSame.java 12 * Is the value the same object as another value?
15 private final T object; field in class:IsSame
17 public IsSame(T object) {
18 this.object = object;
21 public boolean matches(Object arg) {
22 return arg == object;
26 description.appendText("same(") .appendValue(object) .appendText(")");
32 * @param object The predicate evaluates to true only when the argument is
33 * this object
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
StackList.cs 52 public void Push(object item)
61 public object Pop()
63 object poppedItem = this[this.Count - 1];
72 public object Peek()
  /external/elfutils/src/tests/
run-get-pubnames.sh 26 object name: "main"
29 object name: "a"
32 object name: "bar"
35 object name: "foo"
38 object name: "bar"
41 object name: "foo"
44 object name: "main"
47 object name: "a"
  /external/lldb/test/lang/cpp/wchar_t/
main.cpp 14 Foo () : object() {}
15 Foo (T x) : object(x) {}
16 T getObject() { return object; }
18 T object; member in class:Foo
  /external/proguard/src/proguard/evaluation/value/
ConvertedByteValue.java 43 // Implementations for Object.
45 public boolean equals(Object object)
47 return this == object ||
48 super.equals(object) &&
49 this.value.equals(((ConvertedByteValue)object).value);
ConvertedCharacterValue.java 43 // Implementations for Object.
45 public boolean equals(Object object)
47 return this == object ||
48 super.equals(object) &&
49 this.value.equals(((ConvertedCharacterValue)object).value);
ConvertedDoubleValue.java 43 // Implementations for Object.
45 public boolean equals(Object object)
47 return this == object ||
48 super.equals(object) &&
49 this.value.equals(((ConvertedDoubleValue)object).value);
ConvertedFloatValue.java 43 // Implementations for Object.
45 public boolean equals(Object object)
47 return this == object ||
48 super.equals(object) &&
49 this.value.equals(((ConvertedFloatValue)object).value);

Completed in 2511 milliseconds

1 2 3 4 5 6 7 8 91011>>