/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_namednodemapremovenameditem.java | 32 * specified by name. 38 * in the removal of the specified attribute. 72 boolean specified;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Attr.idl | 27 [MeasureAs=AttributeSpecified] readonly attribute boolean specified;
|
Attr.h | 48 bool specified() const { return true; } function in class:WebCore::FINAL
|
/external/libsepol/include/sepol/policydb/ |
avtab.h | 61 uint16_t specified; /* what fields are specified */ member in struct:avtab_key 118 extern avtab_ptr_t avtab_search_node_next(avtab_ptr_t node, int specified);
|
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer.py | 56 'specified.')) 75 'When this option is not specified, ' 83 'needs to be specified.')) 107 'option is not specified.')) 142 'specified. Exiting this program.') 152 # When test group CSV file is not specified, test group name 294 # Trend graph update (if specified in the command-line argument) when
|
/external/checkpolicy/test/ |
dispol.c | 94 specified & 98 specified & 105 if (key->specified & AVTAB_ENABLED) 107 else if (!(key->specified & AVTAB_ENABLED)) 111 if (key->specified & AVTAB_AV) { 112 if (key->specified & AVTAB_ALLOWED) { 118 if (key->specified & AVTAB_AUDITALLOW) { 124 if (key->specified & AVTAB_AUDITDENY) { 132 } else if (key->specified & AVTAB_TYPE) { 133 if (key->specified & AVTAB_TRANSITION) [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
cryptohome.js | 6 * Sets |value| to the element specified by |destination_id|.
|
/external/chromium_org/third_party/libsrtp/srtp/ |
install-win.bat | 1 :: Installs from srtp windows build directory to directory specified on
|
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 222 """Ensures that the specified file(s) exist and are writable. 223 An individual file can be specified as a list of directory names, 238 """Ensures that the specified file contains the required text. 251 """Ensures that the specified output string (first argument) 252 contains all of the specified lines (second argument). 279 """Ensures that the specified output string (first argument) 280 contains at least one of the specified lines (second argument). 309 """Ensures that the specified file(s) must exist. An individual 310 file be specified as a list of directory names, in which case the 321 """Matches the contents of the specified file (first argument [all...] |
/external/lldb/scripts/ |
install-lldb.sh | 5 # directory into the developer folder specified. 12 echo This script will install the files from a 'Debug' or 'Release' build directory into the developer folder specified.
|
/build/core/tasks/ |
ide.mk | 29 $(error Only one ECLIPSE- goal may be specified: $(eclipse_project_goals))
|
/external/lldb/examples/python/ |
types.py | 66 and how much padding was found. If no types are specified with the --types TYPENAME 68 specified with the --module option, only the target's main executable will be 76 specified and targets will be created with these modules. If no types are 77 specified with the --types TYPENAME option, all structure and class types will 78 be verified in all specified modules. 86 parser.add_option('-t', '--type', action='append', type='string', metavar='TYPENAME', dest='typenames', help='Specify one or more type names which should be verified. If no type names are specified, all class and struct types will be verified.', default=[]) 191 # Append just the main executable if nothing was specified
|
/external/llvm/test/MC/ARM/ |
eh-directive-fnstart-diagnostics.s | 27 @ CHECK: note: .fnstart was specified here
|
diagnostics.s | 11 @ CHECK-ERRORS: but 's' suffix specified 111 @CHECK-ERRORS-V8: error: instruction 'hlt' is not predicable, but condition code specified 114 @CHECK-ERRORS-V8: error: instruction 'hlt' is not predicable, but condition code specified 168 @ CHECK-ERRORS: error: instruction 'movw' can not set flags, but 's' suffix specified 221 @ CHECK-ERRORS: error: instruction 'setend' is not predicable, but condition code specified 431 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified 432 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified 433 @ CHECK-ERRORS: error: instruction 'isb' is not predicable, but condition code specified 438 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified 439 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified [all...] |
invalid-fp-armv8.s | 55 @ CHECK: error: instruction 'vmaxnm' is not predicable, but condition code specified 66 @ V8: error: instruction 'vcvtn' is not predicable, but condition code specified 89 @ V8: error: instruction 'vrintm' is not predicable, but condition code specified
|
/external/chromium_org/remoting/webapp/ |
typecheck.js | 10 * a default value is specified in |opt_default|. 35 * a default value is specified in |opt_default|. 60 * a default value is specified in |opt_default|. 85 * a default value is specified in |opt_default|. 110 * a default value is specified in |opt_default|.
|
host_settings.js | 19 * Load the settings for the specified host. Settings are returned as a 41 * Save the settings for the specified hosts. Existing settings with the same 73 * current settings for the specified host and for all hosts are passed.
|
/external/chromium_org/chrome/test/chromedriver/js/ |
add_cookie.js | 26 * If path is not specified, default to '/'. 27 * If domain is not specified, default to document.domain, otherwise remove its 41 * specified in https://code.google.com/p/selenium/wiki/JsonWireProtocol.
|
/external/icu/icu4c/source/extra/uconv/ |
makedata.mak | 14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug. 19 !MESSAGE Invalid configuration "$(CFG)" specified. 30 !ERROR An invalid configuration is specified.
|
/external/libunwind/doc/ |
unw_set_caching_policy.tex | 20 of address space \Var{as} to the policy specified by argument 30 cache, as if \Const{UNW\_CACHE\_PER\_THREAD} had been specified. 34 as if \Const{UNW\_CACHE\_GLOBAL} had been specified.
|
/external/chromium_org/v8/tools/ |
profile.js | 43 * Returns whether a function with the specified name must be skipped. 79 * Called whenever the specified operation has failed finding a function 80 * containing the specified address. Should be overriden by subclasses. 290 * Calculates a top down profile for a node with the specified label. 291 * If no name specified, returns the whole top down calls tree. 301 * Calculates a bottom up profile for a node with the specified label. 302 * If no name specified, returns the whole bottom up calls tree. 331 * the specified label. If no name specified, starts from the root. 553 * Adds the specified call path, constructing nodes as necessary [all...] |
/external/chromium_org/media/base/simd/ |
media_export.asm | 16 ; A flag representing the specified symbol is a private symbol. This define adds
|
/external/chromium_org/mojo/public/js/bindings/ |
support.js | 27 * Cancels the asyncWait operation specified by the given |waitId|.
|
/external/chromium_org/mojo/tools/ |
mojob.sh | 29 Build/test options (specified before build/test/perftest): 33 Compiler options (specified before gyp):
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_window_pos.spec | 106 Not specified at this time. However, a protocol message very similar
|