HomeSort by relevance Sort by last modified time
    Searched full:properties (Results 926 - 950 of 6891) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chromeos/network/
client_cert_util.cc 204 base::DictionaryValue* properties) {
213 properties->SetStringWithoutPathExpansion(
221 properties->SetStringWithoutPathExpansion(
225 properties->SetStringWithoutPathExpansion(
235 properties->SetStringWithoutPathExpansion(shill::kEapCertIdProperty,
237 properties->SetStringWithoutPathExpansion(shill::kEapKeyIdProperty,
245 properties->SetStringWithoutPathExpansion(tpm_pin_property, tpm_pin);
250 // VPN certificate properties are read from the Provider dictionary.
network_profile_handler.h 41 const base::DictionaryValue& properties);
48 const base::DictionaryValue& properties);
  /external/chromium_org/components/wifi/
fake_wifi_service.cc 91 DictionaryValue* properties,
95 properties->Swap(network_properties->ToValue(false).get());
162 DictionaryValue* properties,
184 properties->MergeDictionary(properties_value.get());
188 scoped_ptr<base::DictionaryValue> properties,
192 !network_properties->UpdateFromValue(*properties)) {
198 scoped_ptr<base::DictionaryValue> properties,
202 if (network_properties.UpdateFromValue(*properties)) {
  /external/chromium_org/media/video/capture/mac/
platform_video_capturing_mac.h 33 // method. This method will also configure all device properties except those in
38 // Configures the capture properties.
  /external/chromium_org/net/http/
http_content_disposition.h 22 // Properties of the Content-Disposition header. Used for UMA.
41 // The following fields are properties of the 'filename' attribute:
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedEnumeration.h 24 #include "core/svg/properties/SVGAnimatedEnumerationPropertyTearOff.h"
25 #include "core/svg/properties/SVGAnimatedPropertyMacros.h"
SVGAnimatedInteger.h 24 #include "core/svg/properties/SVGAnimatedPropertyMacros.h"
25 #include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
SVGAnimatedNumber.h 24 #include "core/svg/properties/SVGAnimatedPropertyMacros.h"
25 #include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
SVGAnimatedRect.h 25 #include "core/svg/properties/SVGAnimatedPropertyMacros.h"
26 #include "core/svg/properties/SVGAnimatedPropertyTearOff.h"
SVGAnimatedString.h 24 #include "core/svg/properties/SVGAnimatedPropertyMacros.h"
25 #include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedEnumerationPropertyTearOff.h 24 #include "core/svg/properties/SVGAnimatedStaticPropertyTearOff.h"
25 #include "core/svg/properties/SVGPropertyTraits.h"
SVGAnimatedTransformListPropertyTearOff.h 24 #include "core/svg/properties/SVGAnimatedListPropertyTearOff.h"
25 #include "core/svg/properties/SVGTransformListPropertyTearOff.h"
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.h 68 /* per-face auto-hinter properties */
73 AF_Module module; /* to access global properties */
  /external/chromium_org/tools/win/ChromeDebug/LowLevel/
LowLevel.csproj 9 <AppDesignerFolder>Properties</AppDesignerFolder>
50 <Compile Include="Properties\AssemblyInfo.cs" />
  /external/chromium_org/v8/test/webkit/
property-iteration.js 24 description("This tests ordering of static properties.");
36 // Assigning to 'Math.sin' should not change iteration order of properties.
  /external/clang/test/ARCMT/
objcmt-ns-macros.m 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result
objcmt-ns-macros.m.result 2 // RUN: %clang_cc1 -objcmt-migrate-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties -triple x86_64-apple-darwin11
4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc -fobjc-default-synthesize-properties %s.result
  /external/clang/test/SemaObjC/
iboutlet.m 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-default-synthesize-properties -Wno-objc-root-class -verify %s
2 // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -fobjc-default-synthesize-properties -Wno-objc-root-class -verify %s
  /external/freetype/src/autofit/
afglobal.h 68 /* per-face auto-hinter properties */
73 AF_Module module; /* to access global properties */
  /external/harfbuzz_ng/src/hb-ucdn/
README 11 to basic character properties contained in the Unicode Character
15 properties, string normalization and encoding conversion.
  /external/icu4c/samples/props/
props.cpp 17 * for Unicode character properties.
37 /* print some properties */
readme.txt 2 props: Unicode Character Properties
5 Using ICU to determine the properties of Unicode characters
  /external/kernel-headers/original/linux/can/
bcm.h 42 TX_READ, /* read properties of (cyclic) transmission task */
46 RX_READ, /* read properties of RX content filter subscription */
  /external/linux-tools-perf/Documentation/
perf-sched.txt 6 perf-sched - Tool to trace/measure scheduler properties (latencies)
21 and other scheduling properties of the workload.
  /external/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 1 //===---- MCAsmInfoDarwin.h - Darwin asm properties -------------*- C++ -*-===//
10 // This file defines target asm properties related what form asm statements

Completed in 508 milliseconds

<<31323334353637383940>>