HomeSort by relevance Sort by last modified time
    Searched defs:props (Results 276 - 300 of 852) sorted by null

<<11121314151617181920>>

  /external/v8/src/wasm/
asm-wasm-builder.cc 431 ZoneList<ObjectLiteralProperty*>* props = expr->properties(); local
432 for (int i = 0; i < props->length(); ++i) {
433 ObjectLiteralProperty* prop = props->at(i);
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 759 CallProps props; local
762 props.SetEffect(i, VisitExpr(exprs[i], env));
765 if (!props.IsSafe()) ReportUnsafe(parent, BAD_EXPR_MSG);
767 return props.ComputeCumulativeEffect(IsRawPointerType(parent->getType()));
808 CallProps props; local
809 VisitArguments<>(call, &props, env);
810 if (!props.IsSafe()) ReportUnsafe(call, BAD_EXPR_MSG);
811 return props.ComputeCumulativeEffect(IsRawPointerType(call->getType()));
816 CallProps* props,
819 props->SetEffect(arg + 1, VisitExpr(call->getArg(arg), env))
826 CallProps props; local
    [all...]
  /external/vulkan-validation-layers/demos/
tri.c 901 VkFormatProperties props; local
    [all...]
cube.c 1157 VkFormatProperties props; local
    [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c 144 struct loader_layer_properties *props = local
146 if (strcmp(props->info.layerName, pLayerName) == 0) {
147 global_ext_list = &props->instance_extension_list;
791 struct loader_layer_properties *props = local
793 if (strcmp(props->info.layerName, pLayerName) == 0) {
794 dev_ext_list = &props->device_extension_list;
    [all...]
loader.c 701 * Append non-duplicate extension properties defined in props
709 const VkExtensionProperties *props) {
722 cur_ext = &props[i];
753 * Append one extension property defined in props with entrypoints
761 const VkExtensionProperties *props,
788 memcpy(&ext_list->list[idx].props, props,
809 * Search the given search_list for any layers in the props list.
1811 struct loader_layer_properties *props; local
1929 struct loader_layer_properties *props = NULL; local
4125 VkExtensionProperties *props = pProperties; local
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 300 VkFormatProperties props; local
303 m_render_target_fmt, &props);
305 if (props.linearTilingFeatures &
311 } else if (props.optimalTilingFeatures &
399 props = phy().properties();
409 props = phy().properties();
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 4193 char **props = wpa_config_get_all(net->ssid, 1); local
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31.cpp 683 /* void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params ) */
692 GLenum *props = (GLenum *) 0; local
703 _exceptionMessage = "props == null";
715 props = props_base + propsOffset;
752 (GLenum *)props,
776 /* void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params ) */
787 GLenum *props = (GLenum *) 0; local
793 props = (GLenum *)getPointer(_env, props_buf, (jarray*)&_propsArray, &_propsRemaining, &_propsBufferOffset);
798 if (props == NULL) {
800 props = (GLenum *) (_propsBase + _propsBufferOffset)
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_universal.cc 721 KeyValueStore props; local
722 FillConnectPropertyMap(&props);
724 Connect(props, &error, callback);
    [all...]
  /system/connectivity/shill/
manager_unittest.cc 772 brillo::VariantDictionary props; local
779 manager()->store().GetProperties(&props, &error);
780 ASSERT_FALSE(props.find(kCheckPortalListProperty) == props.end());
781 EXPECT_TRUE(props[kCheckPortalListProperty].IsTypeCompatible<string>());
782 EXPECT_EQ(props[kCheckPortalListProperty].Get<string>(), expected);
785 brillo::VariantDictionary props; local
791 manager()->store().GetProperties(&props, &error);
792 ASSERT_FALSE(props.find(kOfflineModeProperty) == props.end())
803 brillo::VariantDictionary props; local
817 brillo::VariantDictionary props; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/sdklib/25.2.0-alpha4/
sdklib-25.2.0-alpha4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/sdklib/25.2.0-beta1/
sdklib-25.2.0-beta1.jar 
  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraDeviceTest.java 1785 CameraCharacteristics props = mStaticInfo.getCharacteristics(); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 1057 String props = "test\\n second = 2\\n Third item : a short phrase "; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 896 if (key != null && key.length() > 0 && params.props != null) {
897 val = (String)params.props.get(key.toLowerCase());
1189 public HashMap props; field in class:TestFmwk.TestParams
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 895 if (key != null && key.length() > 0 && params.props != null) {
896 val = (String)params.props.get(key.toLowerCase());
1188 public HashMap props; field in class:TestFmwk.TestParams
    [all...]
  /external/libmtp/src/
libmtp.c 1086 uint16_t *props = NULL; local
2142 MTPProperties *props = NULL; local
2392 uint16_t *props = NULL; local
2907 uint16_t *props = NULL; local
3999 uint16_t *props = NULL; local
4117 uint16_t *props = NULL; local
4333 uint16_t *props = NULL; local
5696 MTPProperties *props = NULL; local
5856 MTPProperties *props = NULL; local
6273 MTPProperties *props = NULL; local
7100 MTPProperties *props = NULL; local
7385 MTPProperties *props = NULL; local
7776 uint16_t *props = NULL; local
8045 uint16_t *props = NULL; local
8182 uint16_t *props = NULL; local
8276 uint16_t *props = NULL; local
    [all...]
  /external/lzma/C/
LzmaEnc.c 90 CLzmaEncProps props = *props2; local
91 LzmaEncProps_Normalize(&props);
92 return props.dictSize;
405 CLzmaEncProps props = *props2; local
406 LzmaEncProps_Normalize(&props);
408 if (props.lc > LZMA_LC_MAX || props.lp > LZMA_LP_MAX || props.pb > LZMA_PB_MAX ||
409 props.dictSize > ((UInt32)1 << kDicLogSizeMaxCompress) || props.dictSize > ((UInt32)1 << 30))
1699 CLzmaEncProps props; local
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 293 SkSurfaceProps props(win->getSurfaceProps());
294 return SkSurface::NewRenderTargetDirect(fCurRenderTarget, &props);
1837 SkSurfaceProps props = this->getSurfaceProps(); local
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 989 PointerProperties[] props = PointerProperties.createArray(pointerCount); local
    [all...]

Completed in 2713 milliseconds

<<11121314151617181920>>