/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/ |
qic117.h | 61 discretional = 0, required, ccs1, ccs2 enumerator in enum:__anon34761 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motio (…) [all...] |
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/ |
qic117.h | 61 discretional = 0, required, ccs1, ccs2 enumerator in enum:__anon35153 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motio (…) [all...] |
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/ |
qic117.h | 61 discretional = 0, required, ccs1, ccs2 enumerator in enum:__anon35600 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motio (…) [all...] |
/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/mesa3d/docs/ |
MESA_release_buffers.spec | 27 OpenGL 1.0 or later is required. 28 GLX 1.0 or later is required.
|
MESA_agp_offset.spec | 29 OpenGL 1.0 or later is required 30 GLX_NV_vertex_array_range is required.
|
/external/ppp/pppd/ |
ecp.h | 35 bool required; /* Is ECP required? */ member in struct:ecp_options
|
/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 282 int required; local 292 required = byteCount - copylength; 294 required = byteCount; 300 * If we're not marked and the required size is greater than the 303 if (markpos == -1 && required >= localBuf.length) { 304 read = localIn.read(buffer, offset, required); 306 return required == byteCount ? -1 : byteCount - required; [all...] |
/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);
|
/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);
|
slesTestSendToPresetReverb.cpp | 10 * Unless required by applicable law or agreed to in writing, software 103 SLboolean required[MAX_NUMBER_INTERFACES]; local 110 /* Initialize arrays required[] and iidArray[] */ 112 required[i] = SL_BOOLEAN_FALSE; 119 /* Set arrays required[] and iidArray[] for required interfaces */ 120 required[0] = SL_BOOLEAN_TRUE; 124 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required); 162 /* Set arrays required[] and iidArray[] for required interfaces * [all...] |
slesTestBassBoostPath.cpp | 10 * Unless required by applicable law or agreed to in writing, software 76 SLboolean required[MAX_NUMBER_INTERFACES]; local 83 /* Initialize arrays required[] and iidArray[] */ 85 required[i] = SL_BOOLEAN_FALSE; 93 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 1, iidArray, required); 109 /* Set arrays required[] and iidArray[] for required interfaces */ 111 required[0] = SL_BOOLEAN_TRUE; 113 required[1] = SL_BOOLEAN_TRUE; 146 iidArray, required); [all...] |
slesTestSawtoothBufferQueue.cpp | 10 * Unless required by applicable law or agreed to in writing, software 131 SLboolean required[MAX_NUMBER_INTERFACES]; local 141 /* Initialize arrays required[] and iidArray[] */ 144 required[i] = SL_BOOLEAN_FALSE; 148 // Set arrays required[] and iidArray[] for VOLUME interface 149 required[0] = SL_BOOLEAN_TRUE; 153 iidArray, required); CheckErr(res); 197 /* Set arrays required[] and iidArray[] for SEEK interface 199 required[0] = SL_BOOLEAN_TRUE; 204 &audioSource, &audioSink, 1, iidArray, required); CheckErr(res) [all...] |
slesTestVirtualizerPath.cpp | 10 * Unless required by applicable law or agreed to in writing, software 77 SLboolean required[MAX_NUMBER_INTERFACES]; local 84 /* Initialize arrays required[] and iidArray[] */ 86 required[i] = SL_BOOLEAN_FALSE; 94 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required); 110 /* Set arrays required[] and iidArray[] for SLPrefetchStatusItf interfaces */ 112 required[0] = SL_BOOLEAN_TRUE; 114 required[1] = SL_BOOLEAN_TRUE; 147 iidArray, required);
|
/external/webkit/Tools/Scripts/webkitperl/ |
features.pm | 85 my ($feature, $required) = @_; 89 if ($required && !$hasFeature) {
|
/packages/providers/ApplicationsProvider/tests/ |
Android.mk | 12 # framework is required to access android.provider.Applications
|
/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...] |
slesTestPlayStreamType.cpp | 10 * Unless required by applicable law or agreed to in writing, software 72 SLboolean required[MAX_NUMBER_INTERFACES]; local 79 /* Initialize arrays required[] and iidArray[] */ 81 required[i] = SL_BOOLEAN_FALSE; 89 result = (*EngineItf)->CreateOutputMix(EngineItf, &outputMix, 0, iidArray, required); 105 /* Set arrays required[] and iidArray[] for SLAndroidConfigurationItf interfaces */ 107 required[0] = SL_BOOLEAN_TRUE; 110 required[1] = SL_BOOLEAN_TRUE; 129 MAX_NUMBER_INTERFACES, iidArray, required);
|
slesTestPlayUri.cpp | 10 * Unless required by applicable law or agreed to in writing, software 148 SLboolean required[MAX_NUMBER_INTERFACES]; local 155 /* Initialize arrays required[] and iidArray[] */ 157 required[i] = SL_BOOLEAN_FALSE; 161 // Set arrays required[] and iidArray[] for VOLUME and PREFETCHSTATUS interface 162 required[0] = SL_BOOLEAN_TRUE; 164 required[1] = SL_BOOLEAN_TRUE; 168 iidArray, required); CheckErr(res); 192 MAX_NUMBER_INTERFACES, iidArray, required); CheckErr(res);
|
/external/webkit/Tools/Scripts/ |
webkit-build-directory | 49 Either --configuration or --top-level is required.
|
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 10 * Unless required by applicable law or agreed to in writing, software 528 required Type type = 1 [default = VOID]; 529 required bool isArray = 2 [default = false]; 539 required int32 width = 1; 540 required int32 height = 2; 544 required int32 context_id = 1; // GL context ID 545 required int64 start_time = 2; // time when call was invoked 546 required int32 duration = 3; // duration of the call (MONOTONIC TIME) 548 required Function function = 4 [default = invalid]; // GL function called
|
/external/bluetooth/bluez/src/ |
bluetooth.conf | 1 <!-- This configuration file specifies the required security policies
|