/external/mesa3d/src/gallium/state_trackers/nine/ |
swapchain9.c | 64 This->present = pPresent; 109 hr = ID3DPresent_NewD3DWindowBufferFromDmaBuf(This->present, 215 hr = ID3DPresent_SetPresentParameters(This->present, pParams, This->mode); 289 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles[i]); 513 ID3DPresent_DestroyD3DWindowBuffer(This->present, This->present_handles[i]); 520 if (This->present) 521 ID3DPresent_Release(This->present); 618 ID3DPresent *present; member in struct:end_present_struct 630 ID3DPresent_PresentBuffer(work->present, work->present_handle, work->hDestWindowOverride, NULL, NULL, NULL, 0); 641 work->present = This->present 650 present( struct NineSwapChain9 *This, function [all...] |
/external/boringssl/src/crypto/bytestring/ |
cbs.c | 445 int present = 0; local 451 present = 1; 455 *out_present = present; 464 int present; local 465 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { 468 if (present) { 477 *out_present = present; 485 int present; local 486 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) { 489 if (present) { 503 int present; local [all...] |
/toolchain/binutils/binutils-2.27/cpu/ |
or1kcommon.cpu | 159 (SYS UPR #x001 "unit present register") 220 (SYS UPR UP 0 0 "UPR present bit") 221 (SYS UPR DCP 1 1 "data cache present bit") 222 (SYS UPR ICP 2 2 "insn cache present bit") 223 (SYS UPR DMP 3 3 "data MMU present bit") 224 (SYS UPR MP 4 4 "MAC unit present bit") 225 (SYS UPR IMP 5 5 "insn MMU present bit") 226 (SYS UPR DUP 6 6 "debug unit present bit") 227 (SYS UPR PCUP 7 7 "performance counters unit present bit") 228 (SYS UPR PICP 8 8 "programmable interrupt controller present bit" [all...] |
/system/bt/stack/include/ |
bnep_api.h | 105 * present 119 * present 138 * Number of protocol filters present 139 * Pointer to the filters start. Filters are present in pairs 141 * They will be present in big endian order. First 155 * Number of multicast filters present 156 * Pointer to the filters start. Filters are present in pairs 298 * fw_ext_present - forwarded extensions present 327 * fw_ext_present - forwarded extensions present
|
/build/kati/ |
dep.go | 140 _, present := db.rules[target] 141 if present { 172 ivars, present := db.ruleVars[outputs[0]] 173 if !present { 187 r, present := db.rules[output] 189 if present { 235 rules, present := db.suffixRules[outputSuffix[1:]] 236 if !present { 290 if n, present := db.done[output]; present { [all...] |
query.go | 23 id, present := seen[n.Output] 24 if !present { 29 if present {
|
/cts/hostsidetests/backup/src/android/cts/backup/ |
SuccessNotificationHostSideTest.java | 183 boolean present = false; 195 present = true; 199 if (!present) { 204 present = true; 208 if (!present) {
|
/external/autotest/client/cros/ |
kernel_config.py | 65 """Check if the specific config item is built-in (present but not 73 """Check if the specific config item is a module (present but not 81 """Check if the specific config item is present (either built-in or 89 """Check if the specific config item is not present (neither built-in 98 are present in the kernel configs.
|
/external/cros/system_api/dbus/power_manager/ |
power_supply_properties.proto | 110 // range [0.0, 100.0]. Unset if a battery isn't present. 116 // isn't present. 122 // present. 126 // source just changed. Unset if a battery isn't present. 131 // present.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionRemoveTester.java | 49 assertTrue("remove(present) should return true", 51 assertEquals("remove(present) should decrease a collection's size by one.", 84 assertEquals("remove(present) should decrease a collection's size by one.", 94 fail("remove(present) should throw UnsupportedOperationException"); 98 assertTrue("remove(present) should not remove the element",
|
MapRemoveTester.java | 51 assertEquals("remove(present) should return the associated value", 53 assertEquals("remove(present) should decrease a map's size by one.", 115 assertEquals("remove(present) should decrease a map's size by one.", 125 fail("remove(present) should throw UnsupportedOperationException"); 129 assertEquals("remove(present) should not remove the element",
|
/external/linux-kselftest/tools/testing/selftests/cpufreq/ |
cpufreq.sh | 18 printf "Warning: No cpufreq directory present for $1\n" 25 printf "Warning: cpufreq directory present for $1\n" 226 present=$(cat $SYSFS/power/state | grep $filename) 228 if [ -z "$present" ]; then 229 printf "Tried to $1 but $filename isn't present in $SYSFS/power/state\n"
|
/external/mesa3d/src/loader/ |
loader_dri3_helper.h | 32 #include <xcb/present.h> 129 /* Present extension capabilities 134 * in the present request and complete events 139 /* Last received UST/MSC values for pixmap present complete */ 142 /* Last received UST/MSC values from present notify msc event */
|
/external/pdfium/fpdfsdk/ |
cpdfsdk_formfillenvironment.h | 213 // Creates if not present. 215 CPDFSDK_AnnotHandlerMgr* GetAnnotHandlerMgr(); // Creates if not present. 216 IJS_Runtime* GetJSRuntime(); // Creates if not present. 217 CPDFSDK_ActionHandler* GetActionHandler(); // Creates if not present. 218 CPDFSDK_InterForm* GetInterForm(); // Creates if not present.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IPhoneSubInfo.aidl | 169 * @return the IMPI, or null if not present or not loaded 175 * @return the IMS domain name, or null if not present or not loaded 182 * not present or not loaded 188 * @return IMS Service Table or null if not present or not loaded 195 * not present or not loaded
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
CompletionService.java | 93 * completed task, waiting if none are yet present. 102 * completed task, or {@code null} if none are present. 105 * {@code null} if none are present 112 * time if none are yet present. 120 * before one is present
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
deadcode_test.go | 91 t.Errorf("then block still present") 95 t.Errorf("constant condition still present") 128 t.Errorf("b2 block still present") 131 t.Errorf("b3 block still present") 135 t.Errorf("constant condition still present")
|
/prebuilts/go/darwin-x86/src/sort/ |
search.go | 40 // // x is present at data[i] 42 // // x is not present in data, 80 // not present (it could be len(a)). 89 // present (it could be len(a)). 98 // present (it could be len(a)).
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
deadcode_test.go | 91 t.Errorf("then block still present") 95 t.Errorf("constant condition still present") 128 t.Errorf("b2 block still present") 131 t.Errorf("b3 block still present") 135 t.Errorf("constant condition still present")
|
/prebuilts/go/linux-x86/src/sort/ |
search.go | 40 // // x is present at data[i] 42 // // x is not present in data, 80 // not present (it could be len(a)). 89 // present (it could be len(a)). 98 // present (it could be len(a)).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
JUnitLaunchConfigDelegate.java | 49 * This delegate will be present for both Java and Android projects (delegates 54 * present 75 * Removes the android.jar from the bootstrap path if present. 83 // we assume that the android.jar can only be present in the 111 // This delegate being called without a junit.jar present is only
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThruExt/ |
ScsiPassThruExt.h | 161 can either be the list SCSI devices that are actually present on the SCSI channel, or the list of legal
163 Target ID and LUN returned to see if a SCSI device is actually present at that location on the SCSI
169 TARGET_MAX_BYTES) of a SCSI device present on the SCSI channel.
171 TARGET_MAX_BYTES) of the next SCSI device present on a SCSI
173 Target array retrieves the Target ID of the first SCSI device present on
175 Lun - On input, a pointer to the LUN of a SCSI device present on the SCSI
176 channel. On output, a pointer to the LUN of the next SCSI device present
328 be the list SCSI devices that are actually present on the SCSI channel, or the list of legal Target IDs
330 see if a SCSI device is actually present at that location on the SCSI channel.
334 Target - (TARGET_MAX_BYTES) of a SCSI device present on the SCSI channel. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiExtScsiPassThru.c | 100 can either be the list SCSI devices that are actually present on the SCSI channel, or the list of legal
102 Target ID and LUN returned to see if a SCSI device is actually present at that location on the SCSI
107 TARGET_MAX_BYTES) of a SCSI device present on the SCSI channel.
109 TARGET_MAX_BYTES) of the next SCSI device present on a SCSI
111 Target array retrieves the Target ID of the first SCSI device present on a
113 @param[in, out] Lun On input, a pointer to the LUN of a SCSI device present on the SCSI
114 channel. On output, a pointer to the LUN of the next SCSI device present
362 be the list SCSI devices that are actually present on the SCSI channel, or the list of legal Target IDs
364 see if a SCSI device is actually present at that location on the SCSI channel.
367 @param[in, out] Target (TARGET_MAX_BYTES) of a SCSI device present on the SCSI channel. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
ScsiPassThruExt.h | 203 can either be the list SCSI devices that are actually present on the SCSI channel, or the list of legal
205 Target ID and LUN returned to see if a SCSI device is actually present at that location on the SCSI
210 TARGET_MAX_BYTES) of a SCSI device present on the SCSI channel.
212 TARGET_MAX_BYTES) of the next SCSI device present on a SCSI
214 Target array retrieves the Target ID of the first SCSI device present on a
216 @param Lun On input, a pointer to the LUN of a SCSI device present on the SCSI
217 channel. On output, a pointer to the LUN of the next SCSI device present
345 be the list SCSI devices that are actually present on the SCSI channel, or the list of legal Target IDs
347 see if a SCSI device is actually present at that location on the SCSI channel.
350 @param Target (TARGET_MAX_BYTES) of a SCSI device present on the SCSI channel. [all...] |
/external/autotest/client/cros/video/ |
histogram_verifier.py | 96 This checks if the given histogram is present and non-zero. 100 @returns True if histogram page was loaded and the histogram is present 114 # the histogram is not present, and then returns false
|