Searched refs:type (Results 726 - 750 of 19236) sorted by relevance

<<21222324252627282930>>

/external/proguard/src/proguard/evaluation/value/
H A DIdentifiedValueFactory.java67 public ReferenceValue createReferenceValue(String type, argument
71 return type == null ?
73 new IdentifiedReferenceValue(type, referencedClass, mayBeNull, this, referenceID++);
/external/qemu/distrib/jpeg-6b/
H A Djmorecfg.h65 * type sizes; for example, "char" not 8 bits, "short" not 16 bits,
77 /* JSAMPLE should be the smallest type that will hold the values 0..255.
104 /* JSAMPLE should be the smallest type that will hold the values 0..4095.
129 * managers, this is also the data type passed to fread/fwrite.
208 #define METHODDEF(type) static type
210 #define LOCAL(type) static type
212 #define GLOBAL(type) type
[all...]
/external/qemu/slirp/
H A Dip_icmp.h47 u_char icmp_type; /* type of message, see below */
48 u_char icmp_code; /* type sub code */
109 * Definition of type and code field values.
149 #define ICMP_INFOTYPE(type) \
150 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
151 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
152 (type) == ICMP_TSTAMP || (type)
[all...]
/external/qemu/slirp-android/
H A Dip_icmp.h49 u_char icmp_type; /* type of message, see below */
50 u_char icmp_code; /* type sub code */
111 * Definition of type and code field values.
151 #define ICMP_INFOTYPE(type) \
152 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
153 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
154 (type) == ICMP_TSTAMP || (type)
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAlarmManager.java24 public void set(int type, long triggerAtTime, PendingIntent operation) { argument
25 internalSet(type, triggerAtTime, 0L, operation);
29 public void setRepeating (int type, long triggerAtTime, long interval, PendingIntent operation){ argument
30 internalSet(type, triggerAtTime, interval, operation);
33 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation) { argument
42 scheduledAlarms.add(new ScheduledAlarm(type, triggerAtTime, interval, operation));
95 public int type; field in class:ShadowAlarmManager.ScheduledAlarm
100 public ScheduledAlarm(int type, long triggerAtTime, PendingIntent operation) { argument
101 this(type, triggerAtTime, 0, operation);
104 public ScheduledAlarm(int type, lon argument
[all...]
/external/skia/src/pdf/
H A DSkPDFResourceDict.h43 * with the give type and key.
45 * resource will be named by concatenating a type-specific prefix and
48 * @param type The type of resource being entered, like
50 * @param key The resource key, should be unique within its type.
54 SkPDFObject* insertResourceAsReference(SkPDFResourceType type, int key,
75 * @param type The type of resource being entered, like
77 * @param key The resource key, should be unique within its type.
79 static SkString getResourceName(SkPDFResourceType type, in
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java217 private String type; field in class:Frame.Variable
230 type = "unknown type";
271 * Gets signature of the variable reference type.
280 * Sets new signature and detects value of a type tag.
378 * Gets variable type tag value.
387 * Gets variable java type.
396 type = "byte[]";
399 type = "char[]";
402 type
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_pack.py61 if channel.type == VOID:
64 elif channel.type == UNSIGNED:
66 elif channel.type in (SIGNED, FIXED):
68 elif channel.type == FLOAT:
79 if channel.type == VOID:
82 elif channel.type == UNSIGNED:
84 elif channel.type in (SIGNED, FIXED):
86 elif channel.type == FLOAT:
122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
124 if channel.type
[all...]
/external/chromium_org/v8/src/
H A Dassert-scope.h44 void set(PerThreadAssertType type, bool allow) { argument
45 assert_states_[type] = allow;
48 bool get(PerThreadAssertType type) const {
49 return assert_states_[type];
99 template <PerThreadAssertType type, bool allow>
103 old_state_ = data_->get(type);
104 data_->set(type, allow);
107 ~PerThreadAssertScope() { data_->set(type, old_state_); }
111 return data == NULL || data->get(type);
128 template <PerIsolateAssertType type, boo
[all...]
/external/ltrace/
H A Dfilter.c49 filter_rule_init(struct filter_rule *rule, enum filter_rule_type type, argument
53 rule->type = type;
77 enum filter_lib_matcher_type type,
80 switch (type) {
82 assert(type != type);
87 matcher->type = type;
95 matcher->type
76 filter_lib_matcher_name_init(struct filter_lib_matcher *matcher, enum filter_lib_matcher_type type, regex_t libname_re) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_pack.py61 if channel.type == VOID:
64 elif channel.type == UNSIGNED:
66 elif channel.type in (SIGNED, FIXED):
68 elif channel.type == FLOAT:
79 if channel.type == VOID:
82 elif channel.type == UNSIGNED:
84 elif channel.type in (SIGNED, FIXED):
86 elif channel.type == FLOAT:
122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
124 if channel.type
[all...]
/external/proguard/src/proguard/ant/
H A DClassSpecificationElement.java42 private String type; field in class:ClassSpecificationElement
78 String type = classSpecificationElement.type;
93 requiredAccessFlags(true, access, type),
94 requiredAccessFlags(false, access, type),
128 public void setType(String type) argument
130 this.type = type;
203 String type)
239 if (type !
201 requiredAccessFlags(boolean set, String access, String type) argument
[all...]
/external/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java28 * accounts. Each IQ packet has a specific type that indicates what type of action
33 * type of IQ packet it is. Some example IQ subpacket snippets:<ul>
44 private Type type = Type.GET; field in class:IQ
52 type = iq.getType();
55 * Returns the type of the IQ packet.
57 * @return the type of the IQ packet.
60 return type;
64 * Sets the type of the IQ packet.
66 * @param type th
68 setType(Type type) argument
212 fromString(String type) argument
[all...]
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dbinary.c184 for (unsigned amount = 0; amount < bitsof_irtype(opnds[0].type); ++amount) {
188 num_input_bits = bitsof_irtype(opnds[0].type);
191 opnds[0].vbits = onehot_vbits(i, bitsof_irtype(opnds[0].type));
192 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type));
206 num_input_bits = bitsof_irtype(opnds[1].type);
209 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type));
210 opnds[1].vbits = onehot_vbits(i, bitsof_irtype(opnds[1].type));
268 num_input_bits = bitsof_irtype(opnds[0].type);
271 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type));
272 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type));
[all...]
/external/chromium_org/remoting/webapp/
H A Dhost_daemon_facade.js20 * @type {number}
26 * @type {Object.<number, remoting.HostDaemonFacade.PendingReply>}
31 /** @type {?chrome.runtime.Port} @private */
34 /** @type {string} @private */
37 /** @type {Array.<remoting.HostController.Feature>} @private */
40 /** @type {Array.<function(boolean):void>} @private */
46 /** @type {remoting.Error} @private */
54 this.postMessage_({type: 'hello'},
59 /** @type {*} */ (err));
67 * @param {string} type Typ
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DBaseTypes.h36 // Basic type. Arrays, vectors, etc., are orthogonal to this.
45 EbtGVec4, // non type: represents vec4, ivec4 and uvec4
46 EbtGuardSamplerBegin, // non type: see implementation of IsSampler()
64 EbtGuardSamplerEnd, // non type: see implementation of IsSampler()
65 EbtGSampler2D, // non type: represents sampler2D, isampler2D and usampler2D
66 EbtGSampler3D, // non type: represents sampler3D, isampler3D and usampler3D
67 EbtGSamplerCube, // non type: represents samplerCube, isamplerCube and usamplerCube
68 EbtGSampler2DArray, // non type: represents sampler2DArray, isampler2DArray and usampler2DArray
76 inline bool IsSampler(TBasicType type) argument
78 return type > EbtGuardSamplerBegi
81 IsIntegerSampler(TBasicType type) argument
111 IsSampler2D(TBasicType type) argument
141 IsSamplerCube(TBasicType type) argument
171 IsSampler3D(TBasicType type) argument
201 IsSamplerArray(TBasicType type) argument
231 IsShadowSampler(TBasicType type) argument
261 SupportsPrecision(TBasicType type) argument
[all...]
/external/eigen/debug/gdb/
H A Dprinters.py14 # Such as quaternion or some other type.
44 type = val.type
45 if type.code == gdb.TYPE_CODE_REF:
46 type = type.target()
47 self.type = type.unqualified().strip_typedefs()
48 tag = self.type.tag
70 self.innerType = self.type
[all...]
/external/valgrind/main/none/tests/s390x/
H A Ddfpconv.c15 #define D2I(insn, initial, type, round, cc) \
17 register type source asm("f0") = initial; \
35 #define DO_INSN_I2D(insn, round, type) \
37 type d; \
45 #define DO_PRINT_D2I(insn, d, type, round, cc) \
48 DFP_VAL_PRINT(d, type); \
49 printf(" -> %d ", D2I(insn, d, type, round, cc)); \
53 #define DO_INSN_D2I(insn, round, type) \
56 type d; \
58 DO_PRINT_D2I(insn, d, type, roun
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DTypeUtils.java80 public static String getPackageName(Type type) { argument
81 return getPackageName(getClassName(type));
96 public static String getClassName(Type type) { argument
97 if (isPrimitive(type)) {
98 return (String)rtransforms.get(type.getDescriptor());
99 } else if (isArray(type)) {
100 return getClassName(getComponentType(type)) + "[]";
102 return type.getClassName();
222 private static String map(String type) { argument
223 if (type
243 getBoxedType(Type type) argument
266 getUnboxedType(Type type) argument
288 isArray(Type type) argument
292 getComponentType(Type type) argument
299 isPrimitive(Type type) argument
309 emulateClassGetName(Type type) argument
377 NEWARRAY(Type type) argument
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java28 * Represents a JVM type in data-flow analysis. This abstraction is necessary since
29 * a JVM type not only includes all normal Java types, but also a few special types
35 * compare type instances.
38 * to obtain the needed type information.
47 /** Represents the double primitive type */
49 /** Represents the boolean primitive type */
51 /** Represents the long primitive type */
53 /** Represents the char primitive type */
55 /** Represents the byte primitive type */
57 /** Represents the short primitive type */
248 isAssignableFrom(Type type) argument
284 merge(Type type) argument
312 getRootComponent(Type type) argument
355 mergeArray(Type type) argument
448 mergeClasses(Type type) argument
472 findCommonInterfaces(Type type) argument
479 findExclusiveDeclaredInterfaces(Type type, CtClass exclude) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.y50 %type <num> PE_VALUE
51 %type <num> PE_VALUE_SYM_HW
52 %type <num> PE_VALUE_SYM_SW
53 %type <num> PE_RAW
54 %type <num> PE_TERM
55 %type <str> PE_NAME
56 %type <str> PE_NAME_CACHE_TYPE
57 %type <str> PE_NAME_CACHE_OP_RESULT
58 %type <str> PE_MODIFIER_EVENT
59 %type <st
[all...]
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestrecognizers.py28 def __init__(self, type):
29 self.type = type
48 tokens.append(token.type)
/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio_delegate_chromeos.cc32 if (device.type == chromeos::AUDIO_TYPE_HEADPHONE)
34 else if (device.type == chromeos::AUDIO_TYPE_USB)
36 else if (device.type == chromeos::AUDIO_TYPE_BLUETOOTH)
38 else if (device.type == chromeos::AUDIO_TYPE_HDMI)
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.h87 # define ElfW(type) Elf32_##type
89 # define ElfW(type) Elf64_##type
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account.h29 DeviceLocalAccount(Type type,
34 Type type; member in struct:policy::DeviceLocalAccount
58 DeviceLocalAccount::Type type);
61 // returns the type of device-local account in |type| unless |type| is NULL.
63 DeviceLocalAccount::Type* type);

Completed in 1479 milliseconds

<<21222324252627282930>>