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

1 2 3

  /external/dbus/dbus/
dbus-md5.c 210 #define SET(a, b, c, d, k, s, Ti) \
214 SET(a, b, c, d, 0, 7, T1);
215 SET(d, a, b, c, 1, 12, T2);
216 SET(c, d, a, b, 2, 17, T3);
217 SET(b, c, d, a, 3, 22, T4);
218 SET(a, b, c, d, 4, 7, T5);
219 SET(d, a, b, c, 5, 12, T6);
220 SET(c, d, a, b, 6, 17, T7);
221 SET(b, c, d, a, 7, 22, T8);
222 SET(a, b, c, d, 8, 7, T9)
    [all...]
  /external/proguard/bin/
proguard.bat 7 SET PROGUARD_HOME=..
proguardgui.bat 7 SET PROGUARD_HOME=..
retrace.bat 7 SET PROGUARD_HOME=..
  /external/valgrind/main/memcheck/tests/
metadata.stdout.exp 12 result of SET is 1 (1 for success)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
line-map.h 54 INCLUDED_FROM is an index into the set that gives the line mapping
56 of the include stack have this set to -1. REASON is the reason for
73 /* A set of chronological line_map structures. */
108 /* Initialize a line map set. */
111 /* Free a line map set. */
125 (struct line_maps *set, linenum_type to_line, unsigned int max_column_hint);
136 A call to this function can relocate the previous set of
170 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from])
175 /* Set LOC to a source position that is the same line as the most recen
    [all...]
hard-reg-set.h 24 /* Define the type of a set of hard registers. */
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
64 All three take two arguments: the set and the register number.
69 Define two macros for initializing a set:
83 which use the complement of the set FROM.
96 #define SET_HARD_REG_BIT(SET, BIT) \
97 ((SET) |= HARD_CONST (1) << (BIT))
98 #define CLEAR_HARD_REG_BIT(SET, BIT) \
99 ((SET) &= ~(HARD_CONST (1) << (BIT))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
line-map.h 54 INCLUDED_FROM is an index into the set that gives the line mapping
56 of the include stack have this set to -1. REASON is the reason for
73 /* A set of chronological line_map structures. */
108 /* Initialize a line map set. */
111 /* Free a line map set. */
125 (struct line_maps *set, linenum_type to_line, unsigned int max_column_hint);
136 A call to this function can relocate the previous set of
170 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from])
175 /* Set LOC to a source position that is the same line as the most recen
    [all...]
hard-reg-set.h 24 /* Define the type of a set of hard registers. */
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
64 All three take two arguments: the set and the register number.
69 Define two macros for initializing a set:
83 which use the complement of the set FROM.
96 #define SET_HARD_REG_BIT(SET, BIT) \
97 ((SET) |= HARD_CONST (1) << (BIT))
98 #define CLEAR_HARD_REG_BIT(SET, BIT) \
99 ((SET) &= ~(HARD_CONST (1) << (BIT))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
line-map.h 54 INCLUDED_FROM is an index into the set that gives the line mapping
56 of the include stack have this set to -1. REASON is the reason for
73 /* A set of chronological line_map structures. */
108 /* Initialize a line map set. */
111 /* Free a line map set. */
125 (struct line_maps *set, linenum_type to_line, unsigned int max_column_hint);
136 A call to this function can relocate the previous set of
170 #define INCLUDED_FROM(SET, MAP) (&(SET)->maps[(MAP)->included_from])
175 /* Set LOC to a source position that is the same line as the most recen
    [all...]
hard-reg-set.h 24 /* Define the type of a set of hard registers. */
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
64 All three take two arguments: the set and the register number.
69 Define two macros for initializing a set:
83 which use the complement of the set FROM.
96 #define SET_HARD_REG_BIT(SET, BIT) \
97 ((SET) |= HARD_CONST (1) << (BIT))
98 #define CLEAR_HARD_REG_BIT(SET, BIT) \
99 ((SET) &= ~(HARD_CONST (1) << (BIT))
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 70 #define SET(field, fn) value->Set(#field, fn(proto.field()))
72 value->Set(#field, MakeRepeatedValue(proto.field(), fn))
74 value->Set(#field, MakeEnumValue(proto.field(), fn))
76 #define SET_BOOL(field) SET(field, Value::CreateBooleanValue)
77 #define SET_BYTES(field) SET(field, MakeBytesValue)
78 #define SET_INT32(field) SET(field, MakeInt64Value)
80 #define SET_INT64(field) SET(field, MakeInt64Value)
82 #define SET_STR(field) SET(field, Value::CreateStringValue)
87 value->Set(#field, fn(specifics.GetExtension(ns::field)));
    [all...]
  /sdk/files/proguard/bin/
proguard.bat 11 SET PROGUARD_HOME=..
14 set java_exe=
proguardgui.bat 11 SET PROGUARD_HOME=..
14 set java_exe=
retrace.bat 11 SET PROGUARD_HOME=..
14 set java_exe=
  /external/pcre/
makevp.bat 22 SET BORLAND=f:\bcc
24 SET TASM=f:\tasm
26 SET PATH=%PATH%;%BORLAND%\bin;%TASM%\bin
27 SET PCRE_VER=77
28 SET COMPILE_DEFAULTS=-DHAVE_CONFIG_H -DPCRE_STATIC -I%BORLAND%\include
  /external/bluetooth/glib/gobject/
gclosure.c 123 #define SET(_closure, _field, _value) CHANGE_FIELD (_closure, _field, =, _value, TRUE, (void), (void) )
131 #define SET(cl,f,v) (void) (cl->f = v)
201 SET (closure, ref_count, 1);
202 SET (closure, meta_marshal, 0);
203 SET (closure, n_guards, 0);
204 SET (closure, n_fnotifiers, 0);
205 SET (closure, n_inotifiers, 0);
206 SET (closure, in_inotify, FALSE);
207 SET (closure, floating, TRUE);
208 SET (closure, derivative_flag, 0)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1StreamParser.java 45 case DERTags.SET:
68 case DERTags.SET:
80 case DERTags.SET:
190 case DERTags.SET:
BERSet.java 17 * create a set containing one object
26 * @param v - a vector of objects making up the set.
35 * @param v - a vector of objects making up the set.
52 out.write(SET | CONSTRUCTED);
DERTags.java 15 public static final int SET = 0x11;
DERSet.java 8 * A DER encoded set object
14 * create an empty set
21 * @param obj - a single object that makes up the set.
30 * @param v - a vector of objects making up the set.
39 * create a set from an array of objects.
53 * @param v - a vector of objects making up the set.
75 * ASN.1 descriptions given. Rather than just outputing SET,
98 out.writeEncoded(SET | CONSTRUCTED, bytes);
  /frameworks/compile/libbcc/runtime/lib/
CMakeLists.txt 12 SET( Generic_SRCS
34 SET( i386_Functions
39 SET( x86_64_Functions
51 SET( PPC_Functions
58 SET( ARM_Functions
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
93 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
94 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END;
95 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
96 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
97 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END;
98 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END;
99 CREATE TRIGGER groupmembership_delete DELETE ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END;
100 CREATE TRIGGER groupmembership_insert INSERT ON groupmembership BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END
    [all...]
  /external/llvm/utils/TableGen/
EDEmitter.cpp 104 void set(const char *string) { function in class:__anon8709::LiteralConstantEmitter
241 #define SET(flag) { type->set(flag); return 0; }
243 #define REG(str) if (name == str) SET("kOperandTypeRegister");
244 #define MEM(str) if (name == str) SET("kOperandTypeX86Memory");
245 #define LEA(str) if (name == str) SET("kOperandTypeX86EffectiveAddress");
246 #define IMM(str) if (name == str) SET("kOperandTypeImmediate");
247 #define PCR(str) if (name == str) SET("kOperandTypeX86PCRelative");
252 /// @arg flags - The type object to set
343 #undef SET
    [all...]
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 144 // This is faster than repeatedly calling Get/Set on a v8::Object.
180 constructor->Set(String::New("parse"), bind->Call(ParseTemplate->GetFunction(), 1, &arg));
181 constructor->Set(String::New("serialize"), bind->Call(SerializeTemplate->GetFunction(), 1, &arg));
268 array->Set(j, ToJs(instance, reflection, field, child_type, j));
275 DBG("Type::ToJs: set property[%d]=%s", i, ToCString(value));
276 properties->Set(i, value);
297 #define SET(TYPE, EXPR) \
299 else reflection->Set##TYPE(instance, field, EXPR)
323 SET(String, string(*ascii, ascii.length()));
328 SET(Int32, value->NumberValue())
    [all...]

Completed in 540 milliseconds

1 2 3