HomeSort by relevance Sort by last modified time
    Searched refs:default (Results 301 - 325 of 673) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodelookupnamespaceuri01.js 79 Return value from lookupNamespaceURI(null) on a Document node with no default namespace should be null.
nodereplacechild33.js 78 Using replaceChild on a default Attr node to replace its Text Child with a
nodesettextcontent05.js 80 Using setTextContent on a default Attr node, attempt to set its value to NA. Retreive
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocumentType-err.js 59 default:
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events-limited.js 79 default: testFailed("Wrong number of touch events! (" + which + ")");
basic-multi-touch-events.js 81 default: testFailed("Wrong number of touch events! (" + which + ")");
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv6.js 115 // It appears that we're supposed to apply a default canonicalization,
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/
shell.js 60 // the default ( for now ).
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker_unittest.py 110 [optparse.make_option("--experimental-fully-parallel", default=False),
111 optparse.make_option("--child-processes", default='2')])
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 84 Supports the following objects and types by default:
105 ``.default()`` method with another method that returns a serializable
109 __all__ = ['__init__', 'default', 'encode', 'iterencode']
146 tuple. The default is (', ', ': '). To get the most compact JSON
151 The default is UTF-8.
311 newobj = self.default(o)
314 def default(self, o): member in class:JSONEncoder
321 implement default like this::
323 def default(self, o):
330 return JSONEncoder.default(self, o
    [all...]
  /hardware/invensense/libsensors_iio/
Android.mk 48 else # release builds, default
  /ndk/build/core/
add-application.mk 65 # revert to the default value (i.e. "android-3").
71 # NOTE: project.properties was called default.properties before
72 _local_props := $(strip $(wildcard $(APP_PROJECT_PATH)/default.properties))
144 # Default ABI is 'armeabi'
237 # Check that APP_STL is defined. If not, use the default value (system)
build-binary.mk 75 # Add the default system shared libraries to the build
84 # Check LOCAL_CPP_EXTENSION, use '.cpp' by default
93 # Match the default GCC C++ extensions.
94 LOCAL_CPP_EXTENSION := $(default-c++-extensions)
106 # Toolchain by default disallows generated code running from the heap and stack.
117 # Toolchain by default provides relro and GOT protections.
132 # We make the default 'thumb'
  /system/media/camera/docs/
camera_metadata_tag_info.mako 83 default:
  /external/clang/www/demo/
index.cgi 176 -default => $source
180 print $c->filefield( -name => 'uploaded_file', -default => '' );
193 -default => 'C'
436 # Don't log this or mail it if it is the default code.
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 198 dnl if _LTDL_MODE was not set already, the default value is `subproject':
237 dnl If not otherwise defined, default to the 1.5.x compatible subproject mode:
588 AC_CACHE_CHECK([for the default library search path],
602 [Define to the system default library search path.])
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 9 release freetype the 2.4, which enables by default the
96 fall back to the default serif font -->
140 and "Monaco" (all monospace fonts) don't fall back to the default
341 <!-- These are the default Unicode chars that are expected to be blank
  /external/chromium/third_party/libjingle/source/talk/
main.scons 88 # Don't use default vc80 midl.exe. It doesn't understand vista_sdk idl files.
186 BUILD_GROUPS = ['default', 'all'],
313 BUILD_GROUPS = ['default', 'all'],
377 # Remove default rpath set by Hammer. Hammer sets it to LIB_DIR, which is wrong.
409 BUILD_GROUPS = ['default', 'all'],
438 Default(None)
441 Default(['all_libraries', 'all_programs', 'all_test_programs'])
495 Default(None)
496 Default([s])
  /external/doclava/res/assets/templates/
macros.cs 265 def:expando_trigger(id, default) ?>
268 src="<?cs var:toroot ?>assets/images/triangle-<?cs var:default ?>.png"
273 def:expandable_class_list(id, classes, default) ?>
277 <?cs if:default != "list" ?>style="display: none;"<?cs /if ?>
297 <?cs if:default != "summary" ?>style="display: none;"<?cs /if ?>
  /external/chromium/net/tools/testserver/
testserver.py 9 By default, it listens on an ephemeral port and sends the port number back to
    [all...]
  /external/iproute2/doc/
ip-cref.tex 70 line does not give enough information to guess the family, \verb|ip| falls back to the default
134 If no command is given, some default command is assumed.
142 each command has some {\em default parameter\/}
143 which may be omitted. F.e.\ parameter \verb|dev| is the default
147 are distinguished with the marker: ``(default)''.
240 \item \verb|dev NAME| (default)
337 \item \verb|dev NAME| (default)
388 {\em qlen\/} is the default transmit queue length of the device measured
463 The default format of the station address and the broadcast address
576 \item \verb|local ADDRESS| (default)
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 172 my $treatSkipped = "default";
187 # Default to --no-http for wx for now.
281 Look in the specified directory before looking in any of the default platform-specific directories
289 --[no-]http Run (or do not run) http tests (default: $httpDefault)
290 --[no-]wait-for-httpd Wait for httpd if some other test session is using it already (same as WEBKIT_WAIT_FOR_HTTPD=1). (default: $shouldWaitForHTTPD)
293 --[no-]launch-safari Launch (or do not launch) Safari to display test results (default: $launchSafariDefault)
296 --nthly n Restart DumpRenderTree every n tests (default: $testsPerDumpTool)
298 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
299 --platform Override the detected platform to use for tests and results (default: $platform)
303 -o|--results-directory Output results directory (default: $testResultsDirectory
311 default: Tests\/directories listed in the Skipped file are not tested label
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 122 default = values.keys.max_by { |v| values[ v ] }
124 unpacked = Hash.new( default )
127 unless value == default
  /external/mksh/src/
Build.sh 657 # OpenStep 4.2 is broken by default
    [all...]
  /build/core/
main.mk 65 # This is the default target. It must be the first declared target.
218 # ENABLE_INCREMENTALJAVAC should NOT be enabled by default, because change of
318 # Disallow mock locations by default for user builds
326 # Allow mock locations by default for non user builds
331 # Target is more debuggable and adbd is on by default
336 # Target is less debuggable and adbd is off by default
410 # build the default target.
787 # If this build is just for apps, only build apps and not the full system by default.
845 # Building a full system-- the default is to build droidcore

Completed in 3169 milliseconds

<<11121314151617181920>>