HomeSort by relevance Sort by last modified time
    Searched full:required (Results 226 - 250 of 65174) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/sql/
OldDriverPropertyInfoTest.java 11 * Unless required by applicable law or agreed to in writing, software
61 boolean required = info[0].required;
62 assertFalse(required);
  /ndk/tests/device/test-stlport_shared-exception/jni/
spec7.cpp 5 // Original test case failure required that Raiser constructor be inlined.
  /ndk/tests/device/test-stlport_static-exception/jni/
spec7.cpp 5 // Original test case failure required that Raiser constructor be inlined.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 114 next_scb, /* REQUIRED */
115 sub_list_ptr /* REQUIRED */
121 entry_point, /* REQUIRED */
122 this_spb /* REQUIRED */
138 u32 strm_rs_config; /* REQUIRED */
147 u32 strm_buf_ptr; /* REQUIRED */
173 On mixer input streams: required & updated by the mixer subroutine in the
301 next_scb, /* REQUIRED */
302 sub_list_ptr /* REQUIRED */
306 entry_point, /* REQUIRED */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 114 next_scb, /* REQUIRED */
115 sub_list_ptr /* REQUIRED */
121 entry_point, /* REQUIRED */
122 this_spb /* REQUIRED */
138 u32 strm_rs_config; /* REQUIRED */
147 u32 strm_buf_ptr; /* REQUIRED */
173 On mixer input streams: required & updated by the mixer subroutine in the
301 next_scb, /* REQUIRED */
302 sub_list_ptr /* REQUIRED */
306 entry_point, /* REQUIRED */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Required_Suite.py 1 """Suite Required Suite: Every application supports open, print, run, and quit
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyChainTest.java 10 * Unless required by applicable law or agreed to in writing, software
30 * Tests whether the required algorithms are backed by a Keymaster HAL that
40 // These are not required, but must not throw an exception
  /device/generic/goldfish/camera/
EmulatedCameraHal.cpp 10 * Unless required by applicable law or agreed to in writing, software
21 * This file contains only required HAL header, which directs all the API calls
29 * Required HAL header.
  /external/chromium_org/chrome/browser/net/
probe_message.proto 26 required uint32 version = 1;
32 required uint64 timestamp_micros = 1;
33 required bytes hash = 2; // 16-byte MD5 hash value for authorization.
  /external/clang/test/CodeGenCXX/
debug-info-class-limited.cpp 39 // required because of the 'bar' type which is not required at all (or might
40 // only be required to be declared)
  /external/clang/test/Sema/
warn-cast-align.c 6 short *b = (short*) P; // expected-warning {{cast from 'char *' to 'short *' increases required alignment from 1 to 2}}
7 int *c = (int*) P; // expected-warning {{cast from 'char *' to 'int *' increases required alignment from 1 to 4}}
35 struct A *a = (struct A*) P; // expected-warning {{cast from 'char *' to 'struct A *' increases required alignment from 1 to 16}}
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.h 11 * Unless required by applicable law or agreed to in writing, software
55 LVM_UINT16 Shift; /* Left shifts required */
56 LVM_UINT16 Loss; /* Loss required */
  /hardware/qcom/bt/libbt-vendor/include/
userial_vendor.h 10 * Unless required by applicable law or agreed to in writing, software
48 /*hci cmd/event packet is required to carry the Packet indicator for UART interfaces only
49 and not required for smd */
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 26 // the required set, we no longer consider them for elimination. For strictly
29 // this by allowing the required set to be minimized as well, but need more test
121 const changeset_ty &Required) {
122 DDA.UpdatedSearchState(Changes, Sets, Required);
147 /// \p Required changes from the cache, executing the test if necessary.
151 /// \param Required - The set of changes which have previously been
152 /// established to be required.
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
161 const changeset_ty &Required;
167 DDAI.UpdatedSearchState(Changes, Sets, Required);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
LegacyPolicySet.java 9 * Unless required by applicable law or agreed to in writing, software
26 // bits 0..4: password length (0=no password required)
40 // bits 14..24: seconds to screen lock (0=not required)
44 // bit 25: remote wipe capability required
46 // bit 26..35: password expiration (days; 0=not required)
50 // bit 36..43: password history (length; 0=not required)
54 // bit 44..48: min complex characters (0=not required)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.h 98 // Quickly check if all required fields have values set.
119 // required fields.
125 // required fields.
132 // missing required fields.
138 // required fields.
143 // required fields.
160 // Like MergeFromCodedStream(), but succeeds even if required fields are
173 // false on a write error. If the message is missing required fields,
176 // Like SerializeToCodedStream(), but allows missing required fields.
178 // Write the message to the given zero-copy output stream. All required
    [all...]
  /external/protobuf/src/google/protobuf/
message_lite.h 92 // Quickly check if all required fields have values set.
113 // required fields.
119 // required fields.
126 // missing required fields.
132 // required fields.
137 // required fields.
154 // Like MergeFromCodedStream(), but succeeds even if required fields are
166 // false on a write error. If the message is missing required fields,
169 // Like SerializeToCodedStream(), but allows missing required fields.
171 // Write the message to the given zero-copy output stream. All required
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.dtd 14 href CDATA #REQUIRED
22 <!ATTLIST category name NMTOKEN #REQUIRED
25 <!ATTLIST type name NMTOKEN #REQUIRED
26 size NMTOKEN #REQUIRED
31 <!ATTLIST enum name NMTOKEN #REQUIRED
33 value NMTOKEN #REQUIRED>
34 <!ATTLIST function name NMTOKEN #REQUIRED
39 <!ATTLIST size name NMTOKEN #REQUIRED
42 <!ATTLIST param name NMTOKEN #REQUIRED
43 type CDATA #REQUIRED
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.dtd 14 href CDATA #REQUIRED
22 <!ATTLIST category name NMTOKEN #REQUIRED
25 <!ATTLIST type name NMTOKEN #REQUIRED
26 size NMTOKEN #REQUIRED
31 <!ATTLIST enum name NMTOKEN #REQUIRED
33 value NMTOKEN #REQUIRED>
34 <!ATTLIST function name NMTOKEN #REQUIRED
39 <!ATTLIST size name NMTOKEN #REQUIRED
42 <!ATTLIST param name NMTOKEN #REQUIRED
43 type CDATA #REQUIRED
    [all...]
  /external/llvm/lib/Target/ARM/
ARMScheduleA9.td 16 // required until SD and PostRA schedulers are replaced by MachineScheduler.
460 InstrStage<1, [A9_DRegsVFP], 0, Required>,
468 InstrStage<1, [A9_DRegsVFP], 0, Required>,
477 InstrStage<1, [A9_DRegsVFP], 0, Required>,
487 InstrStage<1, [A9_DRegsVFP], 0, Required>,
496 InstrStage<1, [A9_DRegsVFP], 0, Required>,
505 InstrStage<1, [A9_DRegsVFP], 0, Required>,
513 InstrStage<1, [A9_DRegsVFP], 0, Required>,
522 InstrStage<1, [A9_DRegsVFP], 0, Required>,
530 InstrStage<1, [A9_DRegsVFP], 0, Required>,
    [all...]
  /libcore/luni/src/main/java/java/io/
BufferedInputStream.java 11 * Unless required by applicable law or agreed to in writing, software
26 * drawback is that some extra space is required to hold the buffer and that
261 int required; local
271 required = byteCount - copylength;
273 required = byteCount;
279 * If we're not marked and the required size is greater than the
282 if (markpos == -1 && required >= localBuf.length) {
283 read = localIn.read(buffer, byteOffset, required);
285 return required == byteCount ? -1 : byteCount - required;
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UninitializedMessageException.java 37 * Thrown when attempting to build a protocol message that is missing required
42 * required fields are missing, because it is not a programming error to
53 super("Message was missing required fields. (Lite runtime could not " +
66 * Get a list of human-readable names of required fields missing from this
77 * When a parsed message is missing required fields, this should be thrown
87 new StringBuilder("Message missing required fields: ");
  /external/protobuf/java/src/main/java/com/google/protobuf/
UninitializedMessageException.java 37 * Thrown when attempting to build a protocol message that is missing required
42 * required fields are missing, because it is not a programming error to
53 super("Message was missing required fields. (Lite runtime could not " +
66 * Get a list of human-readable names of required fields missing from this
77 * When a parsed message is missing required fields, this should be thrown
87 new StringBuilder("Message missing required fields: ");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateHalfHor_Luma.c 44 * If iWidth==4, 4-byte alignment required.
45 * If iWidth==8, 8-byte alignment required.
46 * If iWidth==16, 16-byte alignment required.
49 * If iWidth==4, 4-byte alignment required.
50 * If iWidth==8, 8-byte alignment required.
51 * If iWidth==16, 16-byte alignment required.
omxVCM4P10_InterpolateHalfVer_Luma.c 45 * If iWidth==4, 4-byte alignment required.
46 * If iWidth==8, 8-byte alignment required.
47 * If iWidth==16, 16-byte alignment required.
50 * If iWidth==4, 4-byte alignment required.
51 * If iWidth==8, 8-byte alignment required.
52 * If iWidth==16, 16-byte alignment required.

Completed in 3826 milliseconds

1 2 3 4 5 6 7 8 91011>>