HomeSort by relevance Sort by last modified time
    Searched refs:arguments (Results 376 - 400 of 1463) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportArguments.cpp 398 ViewportArguments* arguments = static_cast<ViewportArguments*>(data); local
401 arguments->width = findSizeValue(keyString, valueString, document);
403 arguments->height = findSizeValue(keyString, valueString, document);
405 arguments->zoom = findScaleValue(keyString, valueString, document);
407 arguments->minZoom = findScaleValue(keyString, valueString, document);
409 arguments->maxZoom = findScaleValue(keyString, valueString, document);
411 arguments->userZoom = findUserScalableValue(keyString, valueString, document);
413 arguments->deprecatedTargetDensityDPI = findTargetDensityDPIValue(keyString, valueString, document);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp 46 SQLStatementSync::SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions)
48 , m_arguments(arguments)
  /external/chromium_org/third_party/libxslt/
compile 43 arguments, and rename the output as expected.
  /external/chromium_org/third_party/tcmalloc/vendor/
compile 43 arguments, and rename the output as expected.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-171715.js 48 exec_state.frame(0).evaluate('arguments').value());
54 exec_state.frame(0).evaluate('arguments').value());
62 exec_state.frame(0).evaluate('arguments').value());
64 exec_state.frame(1).evaluate('arguments').value());
  /external/chromium_org/webkit/data/test_shell/sort/
sort-quick.js 4 if (arguments.length == 1) {
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 43 for arg, exp in zip(cmds[0].arguments, expected):
61 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
  /external/grub/
compile 43 arguments, and rename the output as expected.
  /external/libffi/
compile 43 arguments, and rename the output as expected.
  /external/libogg/
compile 43 arguments, and rename the output as expected.
  /external/libusb/
compile 43 arguments, and rename the output as expected.
  /external/libusb-compat/
compile 43 arguments, and rename the output as expected.
  /external/libvorbis/
compile 43 arguments, and rename the output as expected.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/proguard/lib/
retrace.jar 
  /external/proguard/src/proguard/obfuscate/
MappingReader.java 146 // field/method name, optional arguments, and the new field/method name.
187 String arguments = line.substring(argumentIndex1 + 1, argumentIndex2).trim();
194 arguments,
  /frameworks/base/core/java/android/accessibilityservice/
IAccessibilityServiceConnection.aidl 53 int action, in Bundle arguments, int interactionId,
  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityInteractionConnection.aidl 52 void performAccessibilityAction(long accessibilityNodeId, int action, in Bundle arguments,
  /ndk/sources/host-tools/make-3.81/config/
compile 43 arguments, and rename the output as expected.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
symlink_support.py 64 arguments = None
72 arguments,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
symlink_support.py 64 arguments = None
72 arguments,
  /prebuilts/tools/common/proguard/proguard4.7/lib/
retrace.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 108 inconsistent arguments.
481 # here so the constructor can validate its arguments.
524 # validate option arguments according to the option type.
537 # If no checker is defined for a type, arguments will be
623 "invalid keyword arguments: %s" % ", ".join(attrs),
    [all...]

Completed in 794 milliseconds

<<11121314151617181920>>