HomeSort by relevance Sort by last modified time
    Searched refs:required (Results 51 - 75 of 3394) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/sql/
DriverPropertyInfo.java 11 * Unless required by applicable law or agreed to in writing, software
48 public boolean required; field in class:DriverPropertyInfo
71 this.required = false;
  /external/apache-harmony/auth/src/test/resources/
auth.conf 7 com.intel.security.auth.module.LoginModule1 required AAAA=true BBB=false;
14 com.intel.security.auth.module.LoginModule1 required debug1=true test1=false;
19 com.intel.security.auth.module.LoginModule2 required debug1="true" test1="false";
22 Login3 { com.intel.security.auth.module.LoginModule3 required;
26 com.intel.security.auth.module.LoginModule4 required debug1=true test1=false; };
29 { com.intel.security.auth.module.LoginModule5 required debug1=true test1=false; };
31 Login6 { com.intel.security.auth.module.LoginModule6 required debug1=true test1=false; };
36 com.intel.security.auth.module.LoginModule1 required AAAA="true" BBB=false;
  /external/chromium_org/third_party/libphonenumber/src/resources/
phonenumber.proto 10 * Unless required by applicable law or agreed to in writing, software
30 required int32 country_code = 1;
39 required uint64 national_number = 2;
phonemetadata.proto 10 * Unless required by applicable law or agreed to in writing, software
35 required string pattern = 1;
43 required string format = 2;
152 required string id = 9;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_release_buffers.spec 27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
  /external/mesa3d/docs/
MESA_release_buffers.spec 27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
  /external/ppp/pppd/
ecp.h 35 bool required; /* Is ECP required? */ member in struct:ecp_options
  /external/chromium_org/tools/git/
move_source_file.bat 3 :: This is required with cygwin only.
  /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...]
  /frameworks/base/keystore/java/android/security/
KeyStoreParameter.java 10 * Unless required by applicable law or agreed to in writing, software
109 public Builder setEncryptionRequired(boolean required) {
110 if (required) {
121 * @throws IllegalArgumentException if a required field is missing
  /external/chromium_org/third_party/WebKit/Source/platform/
DateTimeChooser.h 62 bool required; member in struct:WebCore::DateTimeChooserParameters
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverPropertyInfoTest.java 11 * Unless required by applicable law or agreed to in writing, software
78 assertEquals(testRequired, aDriverPropertyInfo.required);
84 aDriverPropertyInfo.required = updateRequired;
90 assertEquals(updateRequired, aDriverPropertyInfo.required);
  /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);
  /external/chromium_org/content/public/browser/
render_widget_host_view_mac_delegate.h 45 @required
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_postflight.sh 65 auth required pam_deny.so
66 account required pam_permit.so
67 password required pam_deny.so
68 session required pam_deny.so
  /external/chromium_org/sandbox/win/src/
interception.cc 167 // a new FunctionInfo is required per function
245 size_t required = offsetof(DllPatchInfo, dll_name) + local
247 required = RoundUpToMultiple(required, sizeof(size_t));
248 if (*buffer_bytes < required)
251 *buffer_bytes -= required;
252 *buffer = reinterpret_cast<char*>(*buffer) + required;
256 dll_info->record_bytes = required;
257 dll_info->offset_to_functions = required;
285 size_t required = offsetof(FunctionInfo, function) local
    [all...]
  /external/chromium_org/tools/site_compare/commands/
measure.py 37 ["-log", "--logfile"], "File to write output", type="string", required=True)
timeload.py 36 type="string", required=True)
39 type="string", required=False)
43 type="string", required=False)
66 ["-log", "--logfile"], "File to write output", type="string", required=True)
  /external/libppp/src/
cbcp.h 47 unsigned required : 1; /* Are we gonna call back ? */ member in struct:cbcp
  /frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp 10 * Unless required by applicable law or agreed to in writing, software
80 SLboolean required[MAX_NUMBER_INTERFACES]; local
83 /* Initialize arrays required[] and iidArray[] */
85 required[i] = SL_BOOLEAN_FALSE;
90 required[0] = SL_BOOLEAN_TRUE;
93 result = slCreateEngine( &sl, 1, EngineOption, 1, iidArray, required);
  /frameworks/base/services/tests/servicestests/src/com/android/server/updates/
CertPinInstallReceiverTest.java 10 * Unless required by applicable law or agreed to in writing, software
183 private void sendIntent(String contentPath, String version, String required, String sig) {
188 i.putExtra(EXTRA_REQUIRED_HASH, required);
193 private String runTest(String cert, String content, String version, String required, String sig)
198 sendIntent(contentPath, version, required, sig);
203 private String runTestWithoutSig(String cert, String content, String version, String required)
205 String sig = createSignature(content, version, required);
206 return runTest(cert, content, version, required, sig);
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 10 * Unless required by applicable law or agreed to in writing, software
145 SLboolean required[MAX_NUMBER_INTERFACES]; local
152 /* Initialize arrays required[] and iidArray[] */
154 required[i] = SL_BOOLEAN_FALSE;
158 required[0] = SL_BOOLEAN_TRUE;
162 iidArray, required); CheckErr(res);
185 required[0] = SL_BOOLEAN_TRUE;
187 required[1] = SL_BOOLEAN_TRUE;
190 MAX_NUMBER_INTERFACES, iidArray, required); CheckErr(res);
slesTestPlayUri2.cpp 10 * Unless required by applicable law or agreed to in writing, software
85 SLboolean required[MAX_NUMBER_INTERFACES]; local
92 /* Initialize arrays required[] and iidArray[] */
94 required[i] = SL_BOOLEAN_FALSE;
97 /* Set arrays required[] and iidArray[] for SLVolumeItf and SLPrefetchStatusItf interfaces */
99 required[0] = SL_BOOLEAN_TRUE;
101 required[1] = SL_BOOLEAN_TRUE;
108 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required);
138 iidArray, required);
145 iidArray, required);
    [all...]
  /external/chromium_org/build/toolchain/win/
setup_toolchain.py 10 """Extracts environment variables required for the toolchain from the
32 for required in ('SYSTEMROOT', 'TEMP', 'TMP'):
33 if required not in result:
35 'required to be set to valid path' % required)
  /build/core/tasks/
vendor_module_check.mk 10 # Unless required by applicable law or agreed to in writing, software
41 $(call expand-required-modules,_vendor_check_modules,$(_vendor_check_modules))
45 define expand-required-shared-libraries
51 $(call expand-required-shared-libraries,$(_ersl_new_modules)))
53 $(call expand-required-shared-libraries,$(_vendor_check_modules))

Completed in 2056 milliseconds

1 23 4 5 6 7 8 91011>>