Searched refs:components (Results 1 – 23 of 23) sorted by relevance
/system/core/adb/ |
D | commandline.cpp | 1046 std::vector<std::string> components = android::base::Split(service, "-"); in wait_for_device() local 1047 if (components.size() < 3 || components.size() > 4) { in wait_for_device() 1054 if (components.size() == 3) { in wait_for_device() 1055 auto it = components.begin() + 2; in wait_for_device() 1057 components.insert(it, "usb"); in wait_for_device() 1059 components.insert(it, "local"); in wait_for_device() 1061 components.insert(it, "any"); in wait_for_device() 1063 } else if (components[2] != "any" && components[2] != "local" && components[2] != "usb") { in wait_for_device() 1065 components[2].c_str()); in wait_for_device() 1069 if (components[3] != "any" && components[3] != "bootloader" && components[3] != "device" && in wait_for_device() [all …]
|
D | OVERVIEW.TXT | 14 As a whole, everything works through the following components:
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | format.h | 123 uint16_t components; // GGLFormatComponents member
|
/system/core/metricsd/uploader/proto/ |
D | user_action_event.proto | 24 option java_package = "org.chromium.components.metrics";
|
D | README | 20 https://chromium.googlesource.com/chromium/src/+/master/components/metrics/proto/
|
D | histogram_event.proto | 23 option java_package = "org.chromium.components.metrics";
|
D | chrome_user_metrics_extension.proto | 25 option java_package = "org.chromium.components.metrics";
|
D | system_profile.proto | 24 option java_package = "org.chromium.components.metrics"; 135 // configured system components such as CPU, WiFi adapter, etc.
|
/system/weaved/buffet/ |
D | manager.h | 90 android::binder::Status getComponents(android::String16* components) override;
|
D | manager.cc | 449 android::binder::Status Manager::getComponents(android::String16* components) { in getComponents() argument 450 *components = weaved::binder_utils::ToString16(device_->GetComponents()); in getComponents()
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 7 - the AIDL interface [definition language](http://developer.android.com/guide/components/aidl.html) 49 native components of the system without the Java.
|
/system/sepolicy/ |
D | priv_app.te | 118 # Only trusted components of Android should be registering
|
D | untrusted_app.te | 128 # Only trusted components of Android should be registering
|
/system/core/metricsd/ |
D | README.md | 9 Three components are provided to interact with `metricsd`: `libmetrics`,
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 181 if (f->components>=GGL_LUMINANCE && in write_pixel()
|
D | scanline.cpp | 356 if ((f->components == GGL_RGB) || in pick_scanline() 357 (f->components == GGL_RGBA) || in pick_scanline() 358 (f->components == GGL_LUMINANCE) || in pick_scanline() 359 (f->components == GGL_LUMINANCE_ALPHA)) in pick_scanline()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 698 if (tmu.format.components != GGL_ALPHA && in filter8() 699 tmu.format.components != GGL_LUMINANCE) in filter8()
|
D | GGLAssembler.cpp | 167 if (mCbFormat.components >= GGL_LUMINANCE && in scanline_core()
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 162 form) with the major components (compiler, kernel, and so on) of the
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 12271 method indicator to indicate the components of the digest. 14367 When the object requires two components for its description, those components are loaded as separate 14369 components, the TPM will return them as separate parameters from the TPM2_Create() operation. 14442 components of the sensitive area of the object as follows: 14552 components.
|
D | raw_structures_fixed.txt | 12309 method indicator to indicate the components of the digest. 14379 When the object requires two components for its description, those components are loaded as separate 14381 components, the TPM will return them as separate parameters from the TPM2_Create() operation. 14454 components of the sensitive area of the object as follows: 14564 components.
|
D | raw_commands_fixed.txt | 4301 differentiate between mismatches of the components of inPublic.parameters.
|
D | raw_commands.txt | 4299 differentiate between mismatches of the components of inPublic.parameters.
|