Searched refs:sub (Results 1 - 25 of 1267) sorted by relevance

1234567891011>>

/external/clang/test/Modules/
H A Ddeclare-use5.cpp5 #include "sub.h"
7 const int a = sub;
H A Ddeclare-use1.cpp8 #include "sub.h"
9 const int g2 = g1 + e + f + aux_i + sub;
/external/clang/test/Modules/Inputs/declare-use/
H A Dsub.h3 const int sub = 42; variable
/external/clang/test/Modules/Inputs/string_names/
H A Dsub.h3 const int sub = 2; variable
/external/clang/test/Modules/Inputs/
H A Duse-builtin.h2 @import builtin.sub;
/external/skia/src/pathops/
H A DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { argument
14 set(sub[0]);
15 add(sub[2]);
18 if (!sub.monotonicInX()) {
19 roots = SkDQuad::FindExtrema(&sub[0].fX, tValues);
21 if (!sub.monotonicInY()) {
22 roots += SkDQuad::FindExtrema(&sub[0].fY, &tValues[roots]);
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { argument
31 set(sub[0]);
32 add(sub[
47 setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) argument
[all...]
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/sub/
H A DPackagePrivate.java1 package test.sub;
H A DOtherThing.java16 package test.sub;
H A DPackagePrivateContainer.java1 package test.sub;
/external/llvm/test/MC/X86/
H A Dfixup-cpu-mode.s6 sub $edata, %r12 // CHECK: subq $0, %r12 label
/external/llvm/test/MC/AArch64/
H A Dneon-scalar-add-sub.s13 sub d1, d7, d8
15 // CHECK: sub d1, d7, d8 // encoding: [0xe1,0x84,0xe8,0x7e]
H A Dalias-addsubimm.s3 // CHECK: sub w0, w2, #2, lsl #12
4 // CHECK: sub w0, w2, #2, lsl #12
5 sub w0, w2, #2, lsl 12
7 // CHECK: sub x1, x3, #2, lsl #12
8 // CHECK: sub x1, x3, #2, lsl #12
9 sub x1, x3, #2, lsl 12
11 // CHECK: sub x1, x3, #4
12 // CHECK: sub x1, x3, #4
13 sub x1, x3, #4
15 // CHECK: sub x
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_sub_4.S17 /* "subs" is 2 bytes shorter than "sub". */
18 #define sub_4(rD, rN, rM) sub rD, rN, rM
/external/v8/test/mjsunit/regress/
H A Dregress-1278.js37 function sub(x, y) { function
55 assertEquals(0, sub(0, 0));
56 assertEquals(0, sub(0, -0));
57 assertEquals(-0, sub(-0, 0));
58 assertEquals(0, sub(-0, -0));
/external/guice/core/test/com/google/inject/
H A DSuperclassTest.java34 Sub sub = creator.get();
35 sub = creator.get();
36 sub = creator.get();
37 sub = creator.get();
38 sub = creator.get();
39 assertNotNull(sub.field);
40 assertNotNull(sub.fromMethod);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentity2Test.java175 IdentitySubclass sub = new IdentitySubclass("test", scope);
176 IdentityScope returnedScope = sub.getScope();
184 IdentitySubclass sub = new IdentitySubclass("test",
186 sub.setPublicKey(pubKey);
187 PublicKey returnedPubKey = sub.getPublicKey();
196 IdentitySubclass sub = new IdentitySubclass(name,
198 assertEquals("Wrong Name returned", name, sub.getName());
206 IdentitySubclass sub = new IdentitySubclass("test",
208 sub.setInfo(info);
209 assertEquals("Wrong Info returned", info, sub
[all...]
/external/curl/tests/server/
H A Dgetpart.h32 const char *main, const char *sub, FILE *stream);
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DThing.java19 import test.sub.OtherThing;
/external/llvm/test/MC/ARM/
H A Dcpu-test.s16 // CHECK: sub sp, #16
17 sub sp,#16 label
/external/skia/tools/
H A Dsk_tool_utils_font.cpp34 const SubFont* sub; local
37 sub = &gSubFonts[index];
38 if (!strcmp(name, sub->fName) && sub->fStyle == style) {
39 fontData = &sub->fFont;
53 sub = &gSubFonts[gDefaultFontIndex];
54 fontData = &sub->fFont;
63 SkDEBUGCODE(font->fDebugName = sub->fName);
64 SkDEBUGCODE(font->fDebugStyle = sub->fStyle);
/external/clang/test/CodeGenCXX/
H A Dconditional-expr-lvalue.cpp14 A sub() const;
18 (cond ? a : a.sub()).foo();
/external/compiler-rt/lib/builtins/i386/
H A Dchkstk2.S22 sub $0x1000,%ecx
24 sub $0x1000,%eax
28 sub %eax,%ecx
35 sub %esp,%eax // restore the original value in eax
/external/compiler-rt/lib/builtins/x86_64/
H A Dchkstk2.S24 sub $0x1000,%rcx
26 sub $0x1000,%rax
30 sub %rax,%rcx
37 sub %rsp,%rax // restore the original value in rax
/external/clang/test/SemaCXX/
H A Dqual-id-test.cpp23 struct sub : B::base struct in namespace:A
39 A::sub a;
43 a.sub::x();
48 a.A::sub::x();
51 a.bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
60 A::sub *a;
64 a->sub::x();
69 a->A::sub::x();
72 a->bad::x(); // expected-error{{'bad::x' is not a member of class 'A::sub'}}
86 A::sub *
[all...]
/external/dbus/dbus/
H A Ddbus-marshal-recursive.c130 void (* recurse) (DBusTypeReader *sub,
131 DBusTypeReader *parent); /**< recurse with this reader as sub */
161 base_reader_recurse (DBusTypeReader *sub, argument
165 reader_init (sub,
174 struct_or_dict_entry_types_only_reader_recurse (DBusTypeReader *sub, argument
177 base_reader_recurse (sub, parent);
179 _dbus_assert (_dbus_string_get_byte (sub->type_str,
180 sub->type_pos) == DBUS_STRUCT_BEGIN_CHAR ||
181 _dbus_string_get_byte (sub->type_str,
182 sub
188 struct_or_dict_entry_reader_recurse(DBusTypeReader *sub, DBusTypeReader *parent) argument
198 array_types_only_reader_recurse(DBusTypeReader *sub, DBusTypeReader *parent) argument
239 array_reader_recurse(DBusTypeReader *sub, DBusTypeReader *parent) argument
274 variant_reader_recurse(DBusTypeReader *sub, DBusTypeReader *parent) argument
447 DBusTypeReader sub; local
582 DBusTypeReader sub; local
988 _dbus_type_reader_recurse(DBusTypeReader *reader, DBusTypeReader *sub) argument
1633 writer_recurse_init_and_check(DBusTypeWriter *writer, int container_type, DBusTypeWriter *sub) argument
1771 writer_recurse_struct_or_dict_entry(DBusTypeWriter *writer, int begin_char, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub) argument
1808 writer_recurse_array(DBusTypeWriter *writer, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub, dbus_bool_t is_array_append) argument
1981 writer_recurse_variant(DBusTypeWriter *writer, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub) argument
2052 _dbus_type_writer_recurse_contained_len(DBusTypeWriter *writer, int container_type, const DBusString *contained_type, int contained_type_start, int contained_type_len, DBusTypeWriter *sub, dbus_bool_t is_array_append) argument
2106 _dbus_type_writer_recurse(DBusTypeWriter *writer, int container_type, const DBusString *contained_type, int contained_type_start, DBusTypeWriter *sub) argument
2140 _dbus_type_writer_append_array(DBusTypeWriter *writer, const DBusString *contained_type, int contained_type_start, DBusTypeWriter *sub) argument
2176 _dbus_type_writer_unrecurse(DBusTypeWriter *writer, DBusTypeWriter *sub) argument
[all...]

Completed in 985 milliseconds

1234567891011>>